/* Start of CMSMS style sheet 'Home_Page_CSS' */
@charset "UTF-8";
/* CSS Document */

html,body {
	padding: 0;
	font-size: small;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* ID STYLES */
#wrapper{
	width: 850px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -425px;
	float: left;
}

#content {
	width: 850px;
	padding:0px;
	margin: 0px;
	float: none;
	position:relative;
}
.hide{
	display:none;
}
#header{
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:850px;
	height:110px;
}
#subnav{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #055AA5;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: -0.5px;
	padding: 60px 15px 0px 0px;
}
#subnav a, #subnav a:hover{
	text-decoration:none;
	color:#055AA5;
	font-size:11px;
padding:0px 2px;
}
#home_banner{
	width:502px;
	height:290px;
	float:left;
}
#news{
	float:left;
	width:345px;
	height:290px;
	background-image:url(images/news_bg.jpg);
	background-repeat:no-repeat;
}
#body_copy a {
	color: #809508;
}

#body_copy a:visited {
	color: #809508;
}

#body_copy a:hover {
color:#7BA800;
}

.NewsSummary a {
color: #809508;
}

.NewsSummaryMorelink, .NewsSummaryMorelink a, .NewsSummaryMorelink a:hover, .NewsSummaryMorelink a:visited {
	padding-top: 5px;
	color: #007DF0;
        text-transform:uppercase;
        text-decoration:none;
}


#body_copy{
	padding:15px;
	width:472px;
	float:left;
}
#right_column{
	float:left;
	width:345px;
	padding: 15px 0px 0px 0px;
}
#manu{
	float:left;
	width:345px;
	margin:0px;
	padding:0px;
}
#cons{
	float:left;
	width:345px;
        height:95px;
	margin:0px;
	padding:0px;
       
}
#manu img, #cons img{
	float:left;
        padding-right:15px;
}
#cons img{ /*for text wrapping*/
         padding-bottom: 25px;
}
#manu p, #cons p{
        float:none;
        text-align: left;
        padding: 0px 0px 0px 10px;
        margin:0px;
         
}
.img_h3{
	float:none;
	padding:10px 0px 0px 0px;
        margin:0px 0px 0px -5px;
}
#footer{
        font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:11px;
	color: #809508;
	clear: both;
	width: 800px;
        padding-left:15px;
padding-top:15px;
        padding-bottom:15px;
}
#footer a, #footer a:hover{
	color: #809508;
	font-size:10px;
	text-decoration:none;
	font-weight: lighter;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	margin: 7px 0px;
}
h1{
	font-weight:normal;
	margin: 0px;
	/*color: #392202;*/
	color: #4E2400;
}
h2{
	font-weight:normal;
	margin: 0px;
	color: #333333;
}
h3{
	font-weight:bold;
	margin: 0px;
	color: #005CA9;
	text-transform: uppercase;
	font-size: 14px;
}
a img { border:0; }

a.store-button {
	background: #fff url(uploads/images/butons/CompanyStoreBtn_up.jpg) top center no-repeat;
	/*width: 158px;*/
}
a.store-button:hover {
	background: #fff url(uploads/images/butons/CompanyStoreBtn_down.jpg) top center no-repeat;
	/*width: 158px;*/
}
a.store-button {
	width: 158px;
	float:left;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
}
/* End of 'Home_Page_CSS' */

