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

body{
	margin:0;
	padding:0;
	background:#d7d7d7;
}

hr{
	border:0;
	background:url(../images/separator.jpg) center repeat-x;
	padding:10px 0px;
}

#headerContainer{
	background:#cdc9c7;
}

#header{
	width:970px;
	height:351px;
	background:url(../images/header.jpg) bottom center no-repeat;
	margin:auto;
	position:relative;
}

#headerInt{
	width:970px;
	height:80px;
	background:url(../images/header_int.jpg) bottom left no-repeat;
	margin:auto;
	position:relative;
}

#headerInt #logoContainer{
	padding:20px 15px 0px 0px;
}

#headerInt #logo img{
	padding-top:8px;
}

#headerContent{
	position:absolute;
	left: 13px;
	top: 45px;
	height: 154px;
	width: 600px;
	
}

#headerContent h1{
	font-size:2.5em;
	line-height:normal;
	background:none;
}


#navContainer{
	background:#3e3e3e url(../images/menu.jpg) bottom repeat-x;
}

#nav{
	width:970px;
	margin:auto;
}
#logoContainer{
	padding-top:15px;
}



#logo{
	padding-right:15px;
}



#contentBack{
	background:#ebebeb url(../images/content_back.jpg) top repeat-x;
}

#contentContainer{
	clear:both;
	width:970px;
	margin:auto;
	padding:50px 0px;
}

.sideBox{
	background:#fff;
	margin-bottom:15px;
	border:5px solid #d4d4d4;
	list-style:none;
	position:relative;
	padding:15px 20px 10px 15px!important;
}



#newsletterIcon{
	position:absolute;
	top:-16px;
	right:0px;
}

#footerContainer{
	background:#d7d7d7 url(../images/footer.jpg) top repeat-x;
}

#footer{
	clear:both;
	width:970px;
	margin:auto;
	padding:35px 0px;
	text-align:center;
	color:#686868;

}


/*-------------------------MENU-------------------------*/

#menu{
	padding:0;
	margin:0;
	background:url(../images/menu_separator.jpg) bottom left no-repeat;
}

#menu li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}


#menu li a {
	display:inline-block;
	color:#8f8f8f;
	text-decoration:none;
	padding:20px 35px;
	background:url(../images/menu_separator.jpg) bottom right no-repeat;
}

#menu li a:hover{
	color:#fff;
	background:#338080 url(../images/menu_hover.jpg) bottom repeat-x;
}

#menu li a.active{
	color:#fff;
	background:#338080 url(../images/menu_hover.jpg) bottom repeat-x;
}



/*SIDEMENU*/

#sideMenu{
	margin:0;
	padding:10px;
}

#sideMenu li{
	padding:0;
	margin:0;
	list-style:none;
}

#sideMenu li a{
	text-decoration:none;
	display:inline-block;
	color:#686868;
	padding:15px 0px 15px 55px;
	width:83%;
	font-size:1.5em;
}

#sideMenu li a:hover{
	color:#333;
	padding-left:53px;
	
}


.iconLetter{
	background:url(../images/icon_sales_letter.jpg) left center no-repeat;
}

.iconBrochures{
	background:url(../images/icon_brochure.jpg) left center no-repeat;
}

.iconEmail{
	background:url(../images/icon_email.jpg) left center no-repeat;
}

.iconWebsite{
	background:url(../images/icon_website_copy.jpg) left center no-repeat;
}

.iconDownload{
	background:url(../images/icon_download_tips.jpg) left center no-repeat;
}


/*FOOTER*/

#footerMenu{
	padding:0;
	margin:0;
}

#footerMenu li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}


#footerMenu li a {
	display:inline-block;
	color:#686868;
	text-decoration:none;
	padding:10px 20px;
}

#footerMenu li a:hover{
	color:#222;
}
.login{
	display:inline-block;
	padding:0px 5px;
}

/*-------------------------WIDGETS-------------------------*/

.widgets{
	padding:0 0 30px 0px!important;
}

.widgets li{
	list-style:none;
}


/*-------------------------FORM-------------------------*/

.item{
	padding:5px 0px;
}

.item label{
	display:inline-block;
	width:80px;
	text-align:right;
}


/*-------------------------CLASSES-------------------------*/

.commentlist li{
	list-style:none;
}


.border1{
	border:1px solid #999;
}

.clear{
	clear:both;
}

.content{
	padding: 10px 20px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.imgLeft{
	float:left;
	margin:0px 15px 0px 0px;
                     
}

.imgRight{
	float:right;
	margin:5px 0px 10px 15px;

}

.padding0{
	padding:0;
	margin:0;
}

.hide{
	display:none;
}


/*WIDTHS*/

.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width32{
	width:32%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width58{
	width:58%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width67{
	width:67%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width95{
	width:95%;
}
