/* CSS Document 
 Beech Hill Stylesheet 
 
---------------overall colors;-------------------------------
text 		#8f2435 (red)
footer 		#3e9e48 (green)
borders etc #f1e66a (yellow)
blog 		#f1e6a2 (tan)
studio 		#757864 (grey)



------------------------------------------------------------*/

html {
	overflow-y:scroll;
}
body {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
}
p {
	margin-top:0;
	padding-top:0;
}
h1 {
	font-size:20px;
	font-weight:400;
	margin:0;
	padding:0;
}
h2 {
	font-size:18px;
	font-weight:400;
	margin:0;
	padding:0;
}
h3 {
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
}
h4 {
	font-size:14px;
	font-weight:400;
	margin:0;
	padding:0;
}
h5 {
	font-size:13px;
	font-weight:400;
	margin:0;
	padding:0;
}
h6 {
	font-size:14px;
	font-weight:400;
	margin:0;
	padding:0;
}
a:link {
	color:#009;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#03c;
	text-decoration:underline;
}
a:active {
	color:#fff;
	text-decoration:underline;
}
/* ------------------------Layout----------------------------- */
#container {
	display:block;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	width:800px;
}
#header {
	background-image:url(../images/bg_header.jpg);
	display:block;
	height:153px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:800px;
}
#header_about {
	background-image:url(../images/header_about.jpg);
	display:block;
	height:153px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:800px;
}
#header_collections {
	background-image:url(../images/collections_header.jpg);
	display:block;
	height:153px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	width:800px;
}
#header_blog {
	background-image:url(../images/blog_header.jpg);
	display:block;
	height:154px;
	text-indent:-9999px;	
	margin:0;
	padding:0;
	width:800px;	
}
#header_studio {
	background-image:url(../images/header_studio.jpg);
	background-repeat: no-repeat;
	display:block;
	height:153px;
	text-indent:-9999px;	
	margin:0;
	padding:0px;
	width:800px;
}
#sub_header_shadow {
	position: absolute;
	top: 154px;
	left: 0px;
	width: 800px;
	height: 8px;
	background-image:url(../images/sub_header_shadow.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	z-index: 2;
}
#main {
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	display:block;
	height:389px;
	overflow:hidden;
	width:800px;
}
#guestbook_main {
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	display:block;
	overflow:hidden;
	width:800px;
}
#about_main {
	background-image:url(../images/about_back.jpg);
	background-repeat:repeat-x;
	display:block;
	height:389px;
	overflow:hidden;
	width:800px;
}
#about_flex_main {
	background-color: #3e9e48;
	background-image: url(../images/bottom_fade.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	display:block;
	overflow:visible;
	width:800px;
	min-height:500px;
  height:auto !important;
 	height:500px;
}
#studio_flex_main {
	background-color: #757864;
	background-image: url(../images/bottom_fade_grey.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	display:block;
	overflow:visible;
	width:800px;
	height: auto;
}
#blog_logo {
	position: absolute;
	top:0;
	left:315px;
	margin:0;
	padding:0;
	overflow:visible;
	z-index:99;
}
#blog_main {
	background-color:#F1E6A2;
	display:block;
	height:auto !important;
	margin:0;
	min-height:389px;
	padding:0 0 20px;
	width:800px;
}
#studio_main {
	background-image:url(../images/studio_body_back.jpg);
	background-repeat:no-repeat;
	height:389px;
	width:800px;
	display:block;
}
#blog_content {
	color:#8F2435;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:400;
	margin:8px 0 0 177px;
	padding:60px 0 0 34px;
	width:350px;
}
#blog_content a:link,
#blog_content a:visited { color: #8f2435;}
#blog_content a:hover, 
#blog_content a:ctive { text-decoration:underline; color: #8f2435;}
#top_links {
	color:#fff;
	font-size:15px;
	height:25px;
	margin:0 0 0 557px;
	padding:5px 0 0;
	width:250px;
}
#top_links a:link {
	color:#fff;
	text-decoration:none;
}
#top_links a:hover {
	color:#fff;
	text-decoration:underline;
}
#page_copy {
	color:#fff;
	display:block;
	font-size:16px;
	height:auto;
	margin:15px 0 0 350px;
	overflow:hidden;
	padding:5px;
	width:285px;
}
#collections_page_copy {
	background-color:#FFF;
	color:#FFF;
	display:block;
	font-size:16px;
	height:126px;
	margin:46px 0 10px 335px;
	overflow:hidden;
	padding:5px;
	width:285px;
}
#about_page_copy {
	color:#fff;
	display:block;
	font-size:15px;
	height:250px;
	margin:18px 0 0 200px;
	overflow:visible;
	padding:5px 0 0;
	width:575px;
}
#about_flex_page_copy {
	color:#fff;
	display:block;
	font-size:15px;
	margin:18px 0 0 200px;
	overflow:visible;
	padding:5px 0 60px 0;
	width:575px;
}
#studio_flex_page_copy {
	color:#fff;
	
	display:block;
	font-size:15px;
	margin:18px 0 0 200px;
	overflow:visible;
	padding:5px 0 60px 0;
	width:575px;
}
#studio_copy {
	color:#fff;
	display:block;
	font-size:15px;
	height:70px;
	margin:0 0 0 200px;
	overflow:visible;
	padding:49px 0 0;
	width:530px;
}
#contact_copy {
	color: #fff;
	display: block;
	font-size: 15px;
	margin: 18px 0 0 200px;
	overflow: visible;
	padding: 5px 0 0;
	width: 575px;
	height: auto;
}
#studio_display {
	display: block;
	margin: 0 0 0 200px;
	overflow: visible;
	padding: 0;
	width: 580px;
}
#product_boxes {
	display: block;
	height: 110px;
	margin: auto 0 0 340px;
	padding: 40px 0 20px;
	width: 411px;
}
#our_products {
	display: block;
	marign: 0px;
	padding: 0;
	position: absolute;
	bottom: 193px;
	left: 347px;
	width: 210px;
	height: 33px;
}
#cat_boxes {
	display: block;
	height: 125px;
	margin:20px 0 0 20px;
	padding: 0;
	width: 580px;
}
#category_boxes {
	display: block;
	height: 125px;
	margin: auto 0 0 215px;
	padding: 0;
	width: 580px;
}
#fashion_show {
width: 480px;
height: 285px;
padding: 0;
margin: 64px 0 0 250px;

}
.product_box {
	display: block;
	float: left;
	height: 112px;
	padding: 0 12px 0 0;
	width :90px;
}
.collection_box {
	display: block;
	float: left;
	height: 130px;
	padding: 0 20px 0 0;
	width: 125px;
}

/*-----------Font stylings-------------------------
----------------------------------------------------*/
.copyright {
	color: #8f2435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.nav_text {
	color: #8f2435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.nav_small_text {
	color: #8f2435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.blog_nav_text {
	color: #f1e66a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin :0;
	display: block;
}
.blog_text {
	color: #f1e66a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.collections_text {
	color: #8f2435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align:center;
}
.fine_print {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*-----------absolutely positioned / relatively positioned div's------------
-----------------------------------------------------------------------------*/
#nav {
	height: 291px;
	left: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 154px;
	width: 178px;
	display: block;
	overflow: visible;
	z-index:4;
}
#nav_bg {
	position: relative;
	z-index:3;
	display: block;
	width: 165px;
	height: 280px;
	padding:0;
	margin:0;
}
#nav_links {
	height: 179px;
	left: 13px;
	position: absolute;
	top: 9px;
	width: 130px;
	z-index: 12;
}
#nav_links ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_links li {
	display: block;
	margin: 0;
	padding:0 0 3px 8px;
}
#nav_links a:link {
	color: #8f2435;
	text-decoration:none;
}
#nav_links a:hover {
	color: #8f2435;
	text-decoration: underline;
}
#nav_links a:visited {
	color: #8f2435;
	text-decoration: none;
}
#upper_fade {
	position: absolute;
	top: 153px;
	left: 0;
	height: 11px;
	width: 800px;
	padding: 0;
	margin: 0;}
#archives {
	background-image: url(../images/archive_bg.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 302px;
	padding:0;
	margin: 0;
	position: absolute;
	top: 171px;
	left: 605px;
}
#archives ul { list-style:none; margin:0; padding:36px 0 0 20px;}
#archives li {	list-style-type:none; margin: 0; padding-top:5px; font-weight: bold;}
#archives a:link,
#archives a:visited { color:#8f2435; }
#archives a:hover,
#archives a:active { color:#8f2435; text-decoration:underline;}
/* -------------------blog styling------------------ */
.blog_nav_small_text {
	color: #f1e66a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#blog_nav_links {
	height: 179px;
	left: 13px;
	position: absolute;
	top: 9px;
	width: 130px;
	z-index: 12;
}
#blog_nav_links ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#blog_nav_links li {
	display: block;
	margin: 0;
	padding: 0 0 3px 8px;
}
#blog_nav_links a:link {
	color: #f1e66a ;
	text-decoration: none;
}
#blog_nav_links a:hover {
	color: #f1e66a ;
	text-decoration: underline;
}
#blog_nav_links a:visited {
	color: #f1e66a ;
	text-decoration: none;
}
#blog_title {
	display: block;
	position: absolute;
	top: 164px;
	left: 196px;
	width: 399px;
	height: 45px;
	padding: 0;
	margin: 0;
	color: #8f2435;
	background-image: url(../images/our_blog_03.jpg);
	background-repeat: no-repeat;
}
/* --------end of blog styling-------- */

/* 
-----------------------------------------------------------------------------
Pagination
-----------------------------------------------------------------------------*/
.pagination {
	clear: both;
	padding: 10px 0px;
	text-align: right;
}
.pagination a {
	padding: 2px;
	margin: 0px 1px;
	text-decoration: none;
}
.pagination a:hover {
	padding: 2px;
	margin: 0px;
	border: 1px solid #000000;
	background: #6D1B4A;
	color: #FFFFFF;
}
.pagination .current {
	padding: 2px 4px;
	border: 1px solid #8f2435;
	background: #f1e6a2;
	color: #8f2435;
}
#nav_message {
	left: 19px;
	position:absolute;
	top: 200px;
	width: 121px;
	z-index: 12;
}
#low_tab {
	height: 94px;
	left: 25px;
	margin:0;
	padding:0;
	position:absolute;
	top: 448px;
	width: 162px;
}
#low_flex_tab {
	height: 94px;
	left: 25px;
	margin: 0;
	padding: 0;
	position:absolute;
	bottom: 48px;
	width: 162px;

}
#low_flt_tab {
	height: 94px;
	left: 25px;
	margin:0;
	padding:0;
	position: absolute;
	bottom: 40px;
	width: 162px;
}
#low_bg {
	position:relative;
	z-index:3;
}
#low_message {
	left:20px;
	position:absolute;
	top:19px;
	width:122px;
	z-index:12;
}
#poster {
	display:block;
	height:202px;
	left:196px;
	position:absolute;
	top:163px;
	width:131px;
}
#welcome {
	display:block;
	height:auto;
	left:344px;
	position:absolute;
	top:163px;
	width:auto;
}
#about {
	display:block;
	height:auto;
	left:339px;
	position:absolute;
	top:163px;
	width:auto;
}
#int_des {
	display:block;
	height:auto;
	left:204px;
	position:absolute;
	top:164px;
	width:auto;
}
#collections {
	display:block;
	height:auto;
	left:380px;
	position:absolute;
	top:175px;
	width:243px;
}
#interior_design {
	display:block;
	position:absolute;
	top:162px;
	left:196px;
	width:247px;
	height:40px;
	padding:0;
	margin:0;
}
#center_image {
	margin: 0;
	padding-left: 20px;
}
/* -----------------------------------------------------
Guestbook test styles
--------------------------------------------------------*/
#guestbook {
	border:none;
	padding:5px;
	margin:5px;
}
/* -----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#studio_footer {
	background-color: #747865;
	height:48px;
	width:800px;
	display:block;
}
#blog_footer {
	background-color: #8f2435;
	height:48px;
	width:800px;
	display:block;
	padding:0;
	margin:0;
}
#footer {
	background-image:url(../images/bg_footer.jpg);
	color:#3e9e48;
	height:48px;
	width:800px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer .green_ship {
	padding: 0 0 0 707px;
	margin: 0;
}
/* 
-----------------------------------------------------------------------------
iSelect Promo
-----------------------------------------------------------------------------*/
#iselect_design {
	margin-left:100px;
	position:relative;
}
#iselect_design a {
	text-decoration:none;
}
#iselect_design a:hover {
	text-decoration:none;
}
#iselect_promo {
	background:url(http://www.iselect.net/images/iselect_footer.png) 0 0 no-repeat;
	cursor:pointer;
	display:none;
	height:50px;
	left:-100px;
	letter-spacing:-1000em;
	overflow:hidden;
	position:absolute;
	text-indent:-999em;
	top:-1.5em;
	width:336px;
	z-index:100;
}

