@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#333 url(../images/back.jpg) center repeat-y;
}


#container{
	width:1000px;
	margin:auto;
	position:relative;
	background:url(../images/content_back.jpg);
}



#header{
	background:url(../images/header.jpg) center no-repeat;
	width:1000px;
	height:95px;
}

#menu{
	position:absolute;
	left: 465px;
	top: 59px;
	color:#fff;
	width:470px;

}

#company{
	position:absolute;
	color:#fff;
	left: 68px;
	top: 11px;
	line-height:1em;
}

#phone{
	position:absolute;
	color:#fff;
	left: 784px;
	top: 3px;
}

#banner{
	background:url(../images/banner.jpg) center no-repeat;
	width:1000px;
	height:342px;

}

#bannerContent{
	position:absolute;
	color:#fff;
	left: 70px;
	top: 127px;
	width:530px;
	height:240px;
	
	}



#teaser{
	background:url(../images/teaser_back.jpg) repeat-x top;
	color:#fff;

}



.buttonBlue{
	background:url(../images/button_blue_left.jpg) left top no-repeat;
	height:28px;
	width:130px;
	position:relative;
	overflow:hidden;
}

.buttonBlueContent{
	background:url(../images/button_blue_right.jpg) right top no-repeat;
	padding:5px;
	height:28px;
	text-align:center;
	position:relative;
	line-height:1.4em;
	overflow:hidden;
}

#rightTeaser{
	float:left;
	width:22%;
	padding:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../images/teaser_separator.jpg) right repeat-y;
	
}

#midTeaser{
	float:left;
	width:22%;
	padding:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../images/teaser_separator.jpg) right repeat-y;
	
}

#leftTeaser{
	float:left;
	width:22%;
	padding:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../images/teaser_separator.jpg) right repeat-y;
	
}

#newsletter{
	float:left;
	margin:15px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:20px;
	background:#2b2b2b url(../images/newsletter_top.jpg) top center no-repeat;
	width:212px;
}
#newsletterContent{
	background:url(../images/newsletter_bottom.jpg) bottom no-repeat;
	padding:10px;
}

#footer{
	clear:both;
	position:relative;
	background:#4f4e4e url(../images/footer.jpg) top repeat-x;
	padding:10px;
	text-align:center;
	color:#b5b5b6;
}
#footer div{
	display:table;
	margin:auto;
}


/*--------------------------------------INTERIOR PAGE STYLE --------------------------------------------*/

#rightTeaserInt{
	float:left;
	width:30%;
	padding:15px;
	padding-top:0;
	padding-bottom:0;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../images/teaser_separator.jpg) right repeat-y;
	
}

#midTeaserInt{
	float:left;
	width:30%;
	padding:15px;
	padding-top:0;
	padding-bottom:0;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../images/teaser_separator.jpg) right repeat-y;
	
}

#leftTeaserInt{
	float:left;
	width:30%;
	padding:15px;
	padding-top:0;
	padding-bottom:0;
	margin-top:15px;
	margin-bottom:15px;

	
}

#contentContainer{
	background:#f3f3f3 url(../images/content.jpg) top repeat-x;
	padding:0;
	margin:0;

}

#contentFlask{
	padding:20px;
	padding-top:10px;
	padding-bottom:40px;
	background:url(../images/content_flasks.jpg) bottom right no-repeat;
	
}

#leftContent{
	float:left;
	width:30%;


}

#rightContent{
	float:left;
	width:65%;
	padding:15px;
        color:#000;


}



#footerIntSeparator{
	background:url(../images/footer_int_separator.jpg) center bottom no-repeat;
	height:17px;
	padding:0;
	margin:0;
}

#submenuTop{
	background:url(../images/submenu_top.gif) no-repeat center bottom;
	height:8px;

}
#submenuBottom{
	background:url(../images/submenu_bottom.gif) no-repeat center top;
	height:8px;

}

#submenuBody{
	background:url(../images/submenu_body.gif) repeat-y center;
	padding:15px;
	padding-top:5px;

}


/*--------------------------------------INTERIOR PAGE STYLE END ------------------------------------------*/


/*CLASSES*/

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.large{
	font-size:2.8em;
}

.label{
	border-bottom: 1px solid #c5c5c5;
	padding-bottom:7px;
}

.border2{
	border:4px solid #333;
}