
/* all */

.wrap {
	width:100%;
	clear:both;
	overflow:hidden;
}

/* MISC */

#top_sliver {
	width:100%;
	height:2px;
	background:#5b8089;
}



/* header */

#header {
	width:700px;
	margin:0 auto;
}

	#top_section_left {
		width:250px;
		float:left;
		display:inline;
	}
	
	#top_section_right {
		width:450px;
		float:right;
		display:inline;
		text-align:right;
	}	

	#top_section_right select {
		width:180px;
		font-size:16px;
		color:#969996;
		font-weight:normal;
		border:1px solid #969996;
		padding:3px;
		margin:50px 15px 0 0;
		
	}	

	#h_buffer {
		width:100%;
		height:23px;
	}	
	
	#logo {
		width:100%;
		height:95px;
		background: url("../images/logo.gif") no-repeat;
	}

#sub_header {
	width:680px;
	margin:0 auto;
	background:url("../images/sub_header.gif") no-repeat;
	height:210px;
	padding:10px;
}

#page {
	width:700px;
	margin:0 auto;	
	background:url("../images/page_bg.gif") repeat-y;
	min-height:400px;
	clear:both;	
}

	#page_top {
		width:700px;
		background:url("../images/page_top.gif") no-repeat;
		min-height:30px;
		overflow:hidden;
		font-size:16px;
	}

		#page_left {
			width:460px;
			float:left;
			margin:15px 10px 0 15px;
			display:inline;		
		}
		
		.gallery_imgs {
			width:374px;
			margin:0 auto;
			overflow:hidden;
		}
		
		.gallery_imgs img {
			display:inline;
			float:left;
			margin:6px;
			border:6px solid #dfdfd9;
		}
	
		.price {
			text-align:right;
			margin-right:20px;
			padding-top:10px;
			border-top:2px dotted #333;
			color:#333;
			font-weight:normal;
			font-size:28px;
			line-height:38px;
		}
		
		#page_right {
			width:185px;
			float:right;
			margin:15px 0 0 15px;
			display:inline;	
			color:#333;	
		}
		
	#page_footer {
		width:700px;
		background:url("../images/page_footer.gif") no-repeat;
		min-height:20px;
		margin:0 auto;			
	}


#footer {
	width:700px;
	margin:0 auto;	
	background:url("../images/footer_bg.gif") repeat-x;
	height:60px;
	clear:both;	
	overflow:hidden;
	/*color:#bfbeb2;*/
	color:#5b8089;
	font-size:18px;
}

#footer a, #footer a:link, #footer a:visited {
	color:#5b8089;
	text-decoration:underline;
}

#footer a:hover {
	color:#5b8089;
	text-decoration:none;
}

	#footer_left {
		width:10px;
		background:url("../images/footer_left.gif") no-repeat;
		height:60px;
		float:left;		
		display:inline;
	}

	#footer_mid {
		width:575px;
		float:left;
		height:50px;
		display:inline;
		padding-top:10px;
	}

	#footer_right {
		width:115px;
		background:url("../images/footer_right.gif") no-repeat;
		height:60px;
		float:right;		
		display:inline;
	}	

#sub_footer {
	width:700px;
	margin:0 auto;	
	background:url("../images/logo2.gif") no-repeat;
	height:40px;
	clear:both;	
	margin-bottom:20px;
}



