@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 26px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 25px;
	border-top:4px solid #0099FF;
	text-align:center;
	font:11px Tahoma;
	letter-spacing:1px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.leftdiv{
float:left;
width:440px;

margin-bottom:10px;
margin-top:10px;
}
.rightdiv{
float:right;
width:265px;

margin-bottom:10px;
margin-top:10px;

}
.linkos{

font:13px Tahoma;
text-align:center;
background:#990000;
padding:6px 0;
color:#FFFFFF;
}
.linkos a{color:#FFFFFF; text-decoration:none;}
.linkos a:hover{color:#FFFFFF; text-decoration:none;border-bottom:1px solid #FFCC00;}

.clr{clear:both;}
.welcomenote{border:3px solid #E8E8E8; width:98%;float:inherit;margin:5px 0;}
.heading{text-align:left;margin:5px 10px;}
.contents{font:11px Tahoma; text-align:justify; margin:5px 10px;}
a{text-decoration:none; color:#000000;}
a:hover{text-decoration:underline}
.img{width:38%;text-align:center; margin:10px 0;float:left;}
.con{width:58%;float:right;margin:10px 0;}
.for1{color:#0066CC; line-height:20px; }
.for2{color:#990000; font-weight:800}
.class1{width:47%; margin:5px 0 5px 0;float:left;}
.class3{width:47%; margin:5px 0 5px 0;float:left;background:url(../images/news_latter_bg.jpg)}
.class2{width:47%; margin:5px 0;float:right;margin-right:4px;}
p{ margin:10px 0;}
.textbox1{border:1px solid #000000;width:130px;}
.textbox2{border:1px solid #000000;}
.but1{}
.but2{margin-bottom:5px;}
.textfield{width:80%;float:left;margin:50px 0px 10px 0}
.buttonfield{width:20%;float:right;margin:50px 0 10px 0}
.shipment_2{margin:5px 0; text-align:justify;}
.bold{font-weight:800; margin:10px 0;}
.spacer5pxtop{margin-top:10px;}
.map{background:url(../images/map.jpg) no-repeat;}



.leftdivcontactus{
float:left;
width:265px;

margin-bottom:10px;
margin-top:10px;
}

.rightdivcontactus{
float:right;
width:440px;

margin-bottom:10px;
margin-top:10px;
}
.but_con{border:0; height:auto; background:#fff; font:11px Tahoma; color:#000000;}
.but_con:hover{border:0; height:auto; background:#fff; font:11px Tahoma;text-decoration:underline;letter-spacing:2px;}