html, body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	text-align:  center;
	background: url('../images/hdr_bg.gif') repeat-x;
	color: #787879;
}

a{
outline: none; color: #FFFFFF;
}

.clear_r{
	clear: right;
}

.clear_l{
	clear: left;
}

.clear{
	clear: both;
}

#container{
	width: 1007px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	}

#header {
	height: 189px;
	
}
	#header #hdr_logo{
		margin-left: 72px;
		float: left;
	}
	
	#header #nav {
		position: relative;
		float: left;
		width: 312px;
		margin-left: 197px;
		margin-top: 64px;
	}
	
	#header #nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header #nav ul li {
		float: left;
		position: relative;
		height: 69px;
	}
	
	#header #nav ul li a{
		color: #ffffff;
		text-decoration: none;
		display: block;
		height: 68px;
		text-indent: -9000px;
		}
		
	#header #nav ul li a:hover, #header #nav ul li a.thispage{
		background-position: 0px -68px;
		}
	
	#home {
		width: 60px;
	}
		#home a{
			background: url('../images/nav_home.gif') no-repeat;
		}
	
	#profile {
		width: 77px;
	}
		#profile a{
			background: url('../images/nav_profile.gif') no-repeat;
		}
		
	#products {
		width: 90px;	
	}
		#products a{
			background: url('../images/nav_products.gif') no-repeat;
		}
	
	#contact {
		width: 83px;
	}
		#contact a{
			background: url('../images/nav_contact.gif') no-repeat;
		}


#outer_div{
	width: 1000px;
	height: 428px;
	border-top: thin solid #a9a9a9;
	border-bottom: thin solid #a9a9a9;
	overflow: hidden;
}
	
	#inner_div {
		width: 5000px;
		margin-left: -150px;
		margin-top: 12px;
		margin-bottom: 12px;
		height: 402px;
		overflow: hidden;
	}
	
.content_block{
	float: left;
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
	height: 402px;
}
	.content_block p{
		padding-left: 29px;
		padding-right: 29px;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #ffffff;
	}
	
	.content_block .content_footer{	
		height:  100%;
		padding-top: 15px;
		text-align: center;
	}

#home_block {
	width: 587px;
	background-color: #6b6a6a;
}
	#home_block .content_footer {
		background-color: #535353;
	}

#profile_block {
	width: 587px;
	background-color: #848045;
}	
	#profile_block .content_footer{
	background-color: #767230;
	margin-top: 30px;
		}
	
#product_block {
	width: 815px;
	background-color: #457384;
	text-align: right;
}

#product_block .line,  #contact_block .line{
	float: left;
}

#product_block .prod_page,  #contact_block .prod_page{
	clear: both;
	text-align: left;
}

#product_block div.line_nav,  #contact_block div.line_nav {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}


#product_block a.next,  #contact_block a.next{
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-right: 20px;
}

#product_block a.prev, #contact_block a.prev{
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-right: 20px;
	
}

#product_block .line li,  #contact_block .line li{
         width: 210px;
    list-style: none;
    padding-top: 7px;
    padding-bottom: 6px;
    display: block;
    font-style: italic;
    color: #ffffff;
    padding-right: 7px;
}

}

	#product_block .content_footer{
		clear: both;
		background-color: #306376;
	}
	
#contact_block{
	width: 900px;
	background-color: #84383b;
	}

#footer {
		text-align: right;
		padding-top:100px;
}
	
	
	
	
	
	
	
	
	
	

