@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
a:link, a:visited { color:#333333; text-decoration:none;} 
a:active, a:hover { color:#006666; text-decoration: underline;}

h1 {
	color:#84be19;
}
h3 { margin:0px;
     padding:0 0px;
	 font-size:12px;
	 color:#666666;
	 text-align:left;
	 font-weight:normal;
	 }
h3 a:hover{
     color:#CC6600;
	 text-decoration:underline;
}
h2 { color:#0066CC;
     font-size:16px;
	 font-weight:bold;
	 margin-left:15px;
	 margin-top:10px;
}
#container { 
	width: 900px;  /* 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 */
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 30px;
}
#header .headerBackground {
	width:900px;
	height:270px;
} 
#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: 200px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#333333;
	text-align:right;
	font-size:30px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 2px 10px 0;
}
#sidebar1 a, #mainContent a {
	font-weight:normal;
}
#mainContent { 
	margin: 20px 240px 20px 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#mainContent_1 { 
	margin: 20px 20px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer { 
	height:auto;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 12px;
}

#footer a {
}

#footer .link {
	float: right;
	margin-right:13px;
}
.copyright {
   width:900px;
   height:23px;
   float:none;
   text-align:center;
   margin-bottom:7px;
   letter-spacing:.1em;
   font-size:13px;
   padding-top:7px;
   color:#003366;
   border-bottom:#CCCCCC solid 1px;
   border-top:#CCCCCC solid 1px;
}
.copyright a:hover{
   color:#006699;
   text-decoration:none;
}
.photoright {
    clear:both;
    width:163px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: justify;
	}
#arrow_img{
   background:url(../images/arrow.jpg) no-repeat; 
   background-position:center;
 }
.arrow_links{
 color:#666666;
 }
 .arrow_links a:hover{
 color:#CC9900;
 text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.top_links{
    color:#666666;
	font-size:12px;
	margin-top:15px;
	margin-right:15px;
	letter-spacing:.1em;
}
.top_links a:hover{
    color:#006600;
	text-decoration:none;
}
.search_area{
    color:#333333;
	font-size:12px;
	font-weight:bolder;
}
.search_area a:hover{
    color:#006600;
	text-decoration:none;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
	font-weight:bolder;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../images/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:12px;
	padding:7px 30px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
/*end main menu*/
/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x; padding-bottom:20px;}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 10px} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x; padding-bottom:0px;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 0px} 
/* end news border corners*/
.last {
    float:left;
	margin-right:5px;
    border-right: #CCCCCC solid 1px;
	width: 210px;
	height:90px;
	font-size:12px;
	text-align:center;
	padding-right:10px;
	margin-bottom:10px;
	padding-left:10px;
}
.lastc {
    float:right;
	margin-left:5px;
	border-left:#CCCCCC solid 1px;
	margin-right:5px;
	width: 200px;
	height:90px;
	font-size:12px;
	text-align:center;
	padding-left:10px;
	margin-bottom:10px;
}
.lastd {
    float:right;
	margin-left:3px;
	border-left: #CCCCCC solid 1px;
	width: 210px;
	height:90px;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	margin-bottom:10px;
}
.lastl {
    float: left;
	width: 210px;
	height:90px;
	font-size:12px;
	text-align:center; 
	margin-bottom:10px;
	padding-left:7px;
}
#back_ground{
    width:100%;
	height:100px;
	background:#FFFFFF;
}
.text_area {
	BORDER-RIGHT: #027db9 1px solid; BORDER-TOP: #027db9 1px solid; BACKGROUND: #f7f7f7; BORDER-LEFT: #027db9 1px solid; WIDTH: 93px; COLOR:#000000; BORDER-BOTTOM: #027db9 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 20px; font-size:11.4px; line-height:24px;
}
.text_area_01 {
	BORDER-RIGHT: #027db9 1px solid; BORDER-TOP: #027db9 1px solid; BACKGROUND: #f7f7f7; BORDER-LEFT: #027db9 1px solid;  COLOR:#666666; BORDER-BOTTOM: #027db9 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 15px; font-size:12px;
}
	<!--end-->
/*FORMS*/
.field02{	width:203px;	height:20px;	border:#dce0e6 solid 1px;	font-size:12px;	margin-bottom:5px;	color:#333333;	border:#848484 solid 1px;}
.area{	width:203px;	height:57px; font-size:12px;	margin-bottom:5px;	color:#333333;}
.field03{	width:60px;	height:23px;	background:#d9dde3;	font-size:12px;	border:#848484 solid 1px;}
/*FORMS*/
