@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bodyBG.jpg);
	background-repeat:repeat-x;
	color:#898989;
	background-color:#000000;
}

.left{
	float:left;
	width:auto;
}

.right{
	float:right;
	width:auto;
}

.maincenter{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.maindiv{
	width:100%;
	float:left;
}

#header{
	width:100%;
	float:left;
	height:157px;
	position:relative;
	background-image:url(../images/headerBG.jpg);
	background-repeat:repeat-x;
}

.logo1{
	position:absolute;
	left:28px;
}

.police1{
	position:absolute;
	left:499px;
}

.police2{
	position:absolute;
	right:192px;
}

.logo2{
	position:absolute;
	right:0px;
}

.flash{
	position:absolute;
	right:200px;
	top:0px;
}

#menu{
	width:100%;
	float:left;
	height:138px;
	margin-bottom:30px;
}

.menuleft{
	width:105px;
	height:138px;
	background-image:url(../images/menuleft.jpg);
	float:left;
}

.menuright{
	width:105px;
	height:138px;
	background-image:url(../images/menuright.jpg);
	float:left;
	background-repeat:no-repeat;
}

.menucenter{
	width:780px;
	height:138px;
	float:left;
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
}

.seperator{
	width:1px;
	height:35px;
	float:left;
	background-image:url(../images/seperator.jpg);
}

#menuinner{
	width:100%;
	float:left;
	margin-top:103px;
}

.menuopt{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.menuopt a{
	padding-left:12px;
	padding-right:12px;
	padding-top:9px;
	float:left;
	height:26px;
	color:#000000;
	text-decoration:none;
}

.menuopt a:hover{
	padding-left:12px;
	padding-right:12px;
	padding-top:9px;
	float:left;
	height:26px;
	color:#ffffff;
	text-decoration:none;
}

.menuoptS{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.menuoptS a{
	padding-left:12px;
	padding-right:12px;
	padding-top:9px;
	float:left;
	height:26px;
	color:#ffffff;
	text-decoration:none;
}

.menuoptS a:hover{
	padding-left:12px;
	padding-right:12px;
	padding-top:9px;
	float:left;
	height:26px;
	color:#ffffff;
	text-decoration:none;
}

.yellow25{
	color:#ffba25;
	font-size:25px;
	font-weight:bold;
}

.white25{
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
}

.indexleft{
	width:608px;
	float:left;
	padding-left:25px;
}

.indexcontent{
	width:583px;
	clear:both;
	margin-bottom:24px;
	margin-top:22px;
	float:left;
	text-align:justify;
	min-height:280px;
	height:auto !important;
	height:280px;
}

.indexcontent ul{
	margin-top:24px;
	margin-bottom:22px;
	margin-left:43px;
}

.indexcontent ol{
	margin-top:34px;
	margin-bottom:25px;
	list-style-position:inside;
}

.indexcontent ol li{
	list-style-type:none;
	list-style-type:decimal;
	padding-left:0px;
}

.indexcontent ul li{
	list-style-type:none;
	background-image:url(../images/liBG.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;	
}

.indexcontent ul ul li{
	list-style-type:disc;
	padding-left:14px;	
}

.suppliers{
	width:100%; 
	float:left;
}

.suppliers h2{
	font-size:19px;
	font-weight:normal;
	margin-bottom:27px;
}

.suppliers img{
	margin-right:5px;
	float:left;
}

.indexright{
	width:314px;
	float:right;
}

.indexright img{
	clear:both;
	margin-bottom:16px;
}

.indexrightcontact{
	background-image:url(../images/right4.jpg);
	width:100%;
	float:left;
	height:71px;
}

.indexrightcontact h1{
	font-size:38px;
	font-weight:normal;
	padding-left:9px;
}

#footer{
	width:100%;
	float:left;
	padding-top:49px;
	padding-bottom:20px;
	text-align:center;
}

#footermenu{
	width:100%;
	float:left;
	font-size:10px;
}

#footermenu a{
	color:#898989;
	text-decoration:none;
}

#footermenu a:hover{
	color:#898989;
	text-decoration:none;
}

.white12{
	font-size:12px;
}

.gray10{
	color:#4e4e4e;
	font-size:10px;
}

.link{
	color:#898989;
	font-size:10px;
	font-weight:bold;
}

.link a{
	color:#898989;
	text-decoration:underline;
}

.link a:hover{
	color:#898989;
	text-decoration:none;
}

/*-------------------------------Contact us css-------------------------------------------*/

.contactUsLeft{
	width:47%;
	padding-right:2%;
	float:left;
	min-height: 250px;
	height:auto !important;
	height:250px;
	border-right:1px solid #7e7e7e;
}

.contactUsRight{
	width:47%;
	float:left;
	padding-left:19px;
}

.contactUsTxt{
	width:100%;
	margin-bottom:10px;
	text-align:justify;
}

.contactUsLeft a{
	color:#ffffff;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

.contactUsLeft a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

.contactUsFormTxt{
	width:110px;
	float:left;
	text-align:right;
}

.contactTFDiv{
	width:210px;
	height:35px;
	float:left;
}

.contactEnd{
	width:200px;
	height:30px;
	float:left;
}

.contactTADiv{
	width:210px;
	height:70px;
	float:left;
	margin-bottom:10px;
}

.contactTF{
	width:198px;
	height:16px;
	border:1px solid #ffffff;
	background-color:#000000;
	font-size:11px;
	float:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

.contactTA{
	width:198px;
	height:50px;
	border:1px solid #ffffff;
	background-color:#000000;
	overflow:auto;
	font-size:11px;
	float:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

.errorTFDiv{
	color:#f5b01b;
	vertical-align:top;
	width:220px;
	float:left;
}

.div100_1{
	width:100%;
	float:left;
}

.mandatory{
	font-size:15px;
	color:#f5b01b;
	font-weight:normal;
	float:left;
	width:11px;
}

.mandatory1{
	font-size:15px;
	color:#f5b01b;
	font-weight:normal;
	width:11px;
}

.formValidation
{
	font-size:11px;
	/*color:red;*/
}

.formValidation label
{
	float:left;
	width: auto;
	display:block;
}

.formValidation label.error
{ 
	color:#f5b01b;
	display:block;
	min-width:210px;
	width:auto !important;
	width:210px;
	
}

.formValidation input.submit
{
	margin-left:0px;
}

/*-------------------------------End of Contact us css-------------------------------------------*/

.content{
	width:940px;
	margin-bottom:24px;
	padding-left:25px;
	padding-right:25px;
	float:left;
	text-align:justify;
}

.content img{
	float:right;
}

.content p{
	float:left;
	width:auto;
}

.content ul{
	list-style-type:none;
	margin-top:34px;
	margin-bottom:25px;
	margin-left:43px;
}

.content ol{
	margin-top:34px;
	margin-bottom:25px;
	list-style-position:inside;
}

.content ol li{
	list-style-type:decimal;
	padding-left:0px;
}

.content ul li{
	background-image:url(../images/liBG.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;	
}

.content ul ul{
	margin-top:15px;
	margin-bottom:20px;	
}

.content ul ul li{
	list-style-type:disc;
	padding-left:0px;
	background-image:none;	
}

.content h1{
	color:#ffba25;
	font-size:25px;
	padding-bottom:15px;
}

.content h1{
	color:#ffba25;
	font-size:25px;
	padding-bottom:15px;
}
