/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#404040;
	font-size:14px;
	margin:0 auto;
	background-color:#414141;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:906px;
	height:152px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

#banner{
	position:relative;
	top:0;
	left:0;
	width:854px;
	height:154px;
	margin: 0 auto;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:123px;
	left:200px;
	width:575px;
	height:27px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:906px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:568px;
	height:auto;
	margin: 10px 25px 0 0;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:558px;
	height:auto;
	margin: 10px 0 0 25px;
}

#content_product {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:554px;
	height:auto;
	background-image:url(images/img_blue-middle.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding: 15px 0 0 10px;
}

#banner_btm {
	position:relative;
	top:0;
	left:0;
	width:854px;
	height:auto;
	margin: 0 auto;
	background-image:url(images/img_middle.jpg);
	background-repeat:repeat-y;
	
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:270px;
	height:auto;
	margin: 12px 0 0 27px;
}

#side_hours {
	position:relative;
	top:0;
	left:0;
	width:261px;
	height:27px;
	background-image:url(images/img_box-hours.jpg);
	background-repeat:no-repeat;
	margin: 8px 0 0 0;
	padding: 40px 0 0 9px;

}

#side_email {
	position:relative;
	top:0;
	left:0;
	width:250px;
	height:53px;
	background-image:url(images/img_box-our2.jpg);
	background-repeat:no-repeat;
	margin: 10px 0 0 0;
	padding: 40px 0 0 20px;
}

#side_heil {
	position:relative;
	top:0;
	left:0;
	width:270px;
	height:231px;
	margin: 10px 0 0 0;
}

#side_lg {
	position:relative;
	top:0;
	left:0;
	width:270px;
	height:171px;
	margin: 15px 0 0 0;
}


#side_right{
	position:relative;
	top:0;
	left:0;
	float:right;
	width:250px;
	height:auto;
	margin: 14px 46px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:886px;
	height:38px;
	clear:both;
	color:#FFFFFF;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:27px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:82px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -27px;
}

.active_01 {
	background-position: 0 -27px !important;
}

a#nav_02 {
	width:110px;
	cursor:pointer;
	background-position:-82px 0;
}

a:hover#nav_02{
	background-position:-82px -27px;
}

.active_02 {
	background-position:-82px -27px !important;
}

a#nav_03 {
	width:111px;
	cursor:pointer;
	background-position:-192px 0;
}

a:hover#nav_03{
	background-position:-192px -27px;
}

.active_03 {
	background-position:-192px -27px !important;
}

a#nav_04 {
	width:111px;
	cursor:pointer;
	background-position:-303px 0;
}

a:hover#nav_04{
	background-position:-303px -27px;
}

.active_04 {
	background-position:-303px -27px !important;
}

a#nav_05 {
	width:120px;
	cursor:pointer;
	background-position:-414px 0;
}

a:hover#nav_05{
	background-position:-414px -27px;
}

.active_05 {
	background-position:-414px -27px !important;
}
