body {
	margin: 0; padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px;
	color: #333333;
}
#container {
	width: 1004px;
	margin: 0 auto;
}
#header {
	width: 1004px;
	height: 171px;
	background: url(../images/headerimg.jpg) no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	bottom: 16px;
	left: 0;
	z-index: 2;
}
#menu {
	width: 1004px;
	height: 29px;
	line-height: 29px;
	position: absolute;
	bottom: 16px;
	background: url(../images/menu-bg.png) no-repeat right;
	z-index: 1;
}
#menu ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 22px;
	font-size: 17px;
}
#menu ul li {
	float: left;
	padding-bottom:0;
	/*height: 29px;
	line-height: 29px;
	padding: 0 12px;*/
}
/*#menu ul li:hover {
	background: #A59DC7;
}*/

#menu ul li a {
	color: #000000;
	text-decoration: none;
	padding: 3px 12px;
	}
#menu ul li a:hover {
	color: #ffffff ;
	text-decoration: none;
	background: #A59DC7;
}
.active{
color: #ffffff !important;
	text-decoration: none;
	background: #A59DC7;
}
#banner {
	width: 1004px;
	height: 283px;
	background:#0d1e45;
	/*background: url(../images/bannerimg.jpg) no-repeat;*/
}
#banner-inner {
	width: 1004px;
	height: 180px;
	background:#0d1e45;
	/*background: url(../images/bannerimg.jpg) no-repeat;*/
}
#content {
	width: 1004px;
	float: left;
	background: #ffffff;
	position: relative;
}
#content h1 {
	margin: 22px 0 0 0;
	background: #E3E0F1;
	color: #1A0564;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	padding-left:15px;
}
.twocols {
	width: 1004px;
	margin: 0 auto;
	overflow: hidden;
	padding-top:30px;
}
.colleft {
	width: 50%;
	float: left;
}

.colleft-sub {
	width: 100%;
	/*float: left;*/
	overflow:hidden;
}
.colright {
	width: 50%;
	float: left;
}
.colpadleft {
	width: 95%;
	float: left;
	margin: 1px 18px 20px 0;
	text-align: justify;
	color: #333333;
}
.colpadright {
	width: 95%;
	float: right;
	margin: 1px 0 35px 18px;
	text-align: justify;
	color: #333333;
}
#footer {
	width: 1004px;
	height: 70px;
	/*background: #1B0B55;*/
	margin: 0 auto;
	clear: both;
	border-top:1px solid #999;
}
.links {
	margin: 0 auto;
	position: relative;
	top: 17px;
	font-size: 12px;
	color: #000000;
	padding: 0;
	text-align: center;
}
.links a {
	text-decoration: none;
	color: #000000;
}
.links a:hover {
	text-decoration: underline;
}
.products {
	min-height: 60px;
	   background: none repeat scroll 0 0 #eee;
    border: 1px dotted #ccc;
    margin-bottom: 20px;
    min-height: 60px;
    padding: 10px;
    width: 98%; font-size:14px;
}
.products img {
	float: left;
}
.colleft .readmore {
	margin: 5px 20px 5px 0;
}
.readmore {
	text-align: right;
	margin: 5px 0 5px 0;
}
.readmore a{ text-decoration:none;}
.readmore a:hover input{color:#000000;}
.readmore input[type="button"]{
	background: #DBDBDB;
	color: #696969;
	height: 23px;
	line-height: 23px;
	border: none;
	cursor: pointer;
	font-size:11px;
}
p.infotext {
	margin: 0 0 0 65px;
}
p.infotext .heading {
	color: #0B095F;
	font-size: 22px;
}
.heading {
	color: #0B095F;
	font-size: 22px;
}
.copyright {
	color: #766D99;
	margin: 0 auto;
	position: relative;
	top: 20px;
	font-size: 11px;
	text-align: center
}
#cycler{position:relative; width:1004px; margin:0 auto;}
#cycler img{position:absolute;z-index:1;left:0;top:0;display:none}
#cycler img.active{z-index:3}
#cycler img.base{z-index:-1;position:static;display:block}


.img-leftalign{float:left; margin-right:20px; margin-bottom:20px;}

p{text-align:justify;}


h2,h3{margin:0; padding:0; padding-bottom:15px; color:#564a90;}

ul{margin:0; padding:0; margin-left:20px; margin-bottom:22px;}
ul li{padding-bottom: 5px;}

.colmn-wrap{width:313px; float:left; margin-left:31px;}
.first{margin:0;}
hr{border:none; height:1px; background:#CCCCCC;}
.button{background:#CCCCCC; color:#333333; padding:4px; border:none; cursor:pointer;}
.button:hover{background:#666666; color:#FFFFFF;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{border:1px solid #ccc; padding:4px 8px;}

.submenu{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#660099;
line-height:30px;
font-weight: 600;
}
hr{
border-top:1px dashed #aaa;	background:#FFF;
}
.img-border{
border:3px solid #999;
 border-radius:20px;	
}