/*
Scenic CSS
Modified by: LaVaughn Haynes
Date: 12/19/2008 
*/


/* *********** body and wrapper *********** */
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://site.scenicfurniture.com/web_images/bg.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 50% 0%; 
	background-color: #f2f2f2;
}

#wrapper {
	position: relative;
	top:0;
	left:0;
	width: 996px;
	text-align: left;
	background-color: #FFF;
	margin: auto;
}

/* END *********** body and wrapper *********** */

/* *********** font headings *********** */
#heading {
	width: 996px;
	height: 48px;
	padding: 0 0 15px 0;
	font-size: 18px;
	line-height: 1.1;
	color: #333640;
	background-image:url(http://site.scenicfurniture.com/web_images/heading.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: 116px;
	left: 0;
}

h1 {
	padding: 10px;
}

h2 {
	font-size: 16px;
}
/* END *********** font headings *********** */

/* *********** main content *********** */
#primaryContent{
	float: left;
	width: 816px;
	padding: 0;
	margin: 116px 0 20px 8px;
	background-color: #FFF;
}

.garage-content {
	clear: both;
	margin: 0 10px 0 0;
	background: #FFF;
	padding: 0;
	line-height: 130%;
}

.sectionbox {
	padding: 0 0 30px 0;
	text-align: left;
	width: 25%;
	float: left;
}

.sectionbox a.product {
	margin: 0;
	padding:0;
	display: block;
	width: 170px;
	text-align: center;
	height: 166px; /* mamimum image size is 170 x 165 */
	line-height: 165px;
	border: 1px solid #807d7f;
}

.product {
/* added this in to take out two links to pic and title */
	margin: 0;
	padding:0;
	display: block;
	width: 170px;
	text-align: center;
	height: 166px; /* mamimum image size is 170 x 165 */
	line-height: 165px;
	border: 1px solid #807d7f;
}

.sectionbox p {
	width: 170px;
}
.sectionbox p a {
	display: block;
	padding: 10px 0 2px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.sectionbox p a.sect_desc {
	display: inline;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #990e0c;
}

.sectionbox a.product img {
	line-height: 165px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.product img {
/* added this in to take out two links to pic and title */
	line-height: 165px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.storage {
	margin: 0;
	text-align: left;
}
/* END *********** main content *********** */

/* *********** header *********** */
#header {
	position: absolute;
	top:0;
	left:0;
	width: 996px;
	height: 116px;
	background-image:url(http://ep.yimg.com/ca/I/yhst-44948651470926_2197_172591815);
	background-repeat: no-repeat;
}

#header div {
	float:right;
	border: 1px solid #a6a6a5;
	padding: 5px 10px;
	background-color: #d4d4d4;
	margin: 65px 10px 0 0;
}

.cart{
	padding: 0 18px 0 0;
	display: inline-block;
	background: transparent url(http://site.scenicfurniture.com/web_images/cart.gif) no-repeat 100% 50%;
	color: #0061da;
}

.cart:hover{
	text-decoration: underline;
	color: #0061da;
}

.logo{
	height: 100px;
	width: 270px;
	position: absolute;
	top: 8px; 
	left: 50px; 
}
/* END *********** header *********** */

/* *********** left nav *********** */
#garage-menu{
	clear: both;
	width: 994px;
	margin: 0 0 20px 0;
	background-color: #e5e7e9;
	border: 1px solid #dadbde;
}

#garage-menu p {
	font-size: 10px;
	margin: 10px;
	text-align: left;
	width: 190px;
	float: left;
}

#garage-menu img {
	text-align: center;
	margin: 10px 0 10px 0;
}

/* END *********** left nav *********** */

/* *********** right nav *********** */
#featuretop{
	background-image: url(http://site.scenicfurniture.com/web_images/feature_top.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 30px;
	margin: 20px 0 0 0;
}

#featurebottom{
	background-image: url(http://site.scenicfurniture.com/web_images/feature_bottom.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 11px;
	margin: 0 0 20px 0;
}

#secondaryContent{
	float: left;
	width: 162px;
	margin: 116px 0 20px 0;
	background-color: #fff;
	text-align: center;
}

.related-garage {
	clear: both;
	margin: auto;
	background: #FFF;
	line-height: 130%;
	border: #901100 solid;
	border-width: 0 0 1px 0;
	text-align: center;
	font-size: 11px;
	width: 154px;
}

.related-garage a img{
	padding: 5px 0;
}

.related-garage a:link {
	text-decoration: none;
	color: #0061da;
}

.related-garage a:visited {
	text-decoration: none;
	color: #0061da;
}

.related-garage a:hover {
	text-decoration: none;
	color: #0061da;
}

.related-garage-item {
	clear: both;
	margin: auto;
	background: #FFF;
	line-height: 130%;
	border: #901100 solid;
	border-width: 0 0 1px 0;
	text-align: center;
	font-size: 11px;
	width: 154px;
}

.related-garage-item a img{
	padding: 5px 0;
}

.related-garage-item a:link {
	text-decoration: none;
	color: #0061da;
}

.related-garage-item a:hover {
	text-decoration: none;
	color: #0061da;
}

.related-garage-item a:visited {
	text-decoration: none;
	color: #0061da;
}
/* END *********** right nav *********** */

/* *********** footer *********** */
#footer{
	clear: both;
	width: 994px;
	text-align: center;
}
/* END *********** footer *********** */

/* *********** forms *********** */
input {
	margin: 3px;
	padding: 2px;
	border: #999 solid 1px;
	clear: none;
}

select {
	margin: 5px;
	padding: 0px;
	border: #999 solid 1px;
}

.garage-submit {
	margin: 5px 0 5px 0;
	color: #FFF;
	background: #0061da;
	padding: 0 2px 0 2px;
	border: outset 2px;
	cursor: pointer;
	font-weight: bold;
}

.garage-submit-email {
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: transparent url(http://site.scenicfurniture.com/web_images/button.gif) no-repeat 50% 50%;
	border: none;
	padding: 3px 8px;
}

.garage-cart-block {
	margin-top: 30px;
}

.your-garage-email {
	margin-left: 10px;
	margin-right: 2px;
	font-size: 16px;
}

.garage-menu-selected{
	font-weight: bold;
	color: #0061da;
	display: block;
	width: 170px;
	padding: 0px;
}
/* END *********** forms *********** */

/* *********** item detail style *********** */
.garage-item-title {
	clear: both;
	margin: 20px 10px 0 0;
	padding: 5px;
	border: 1px solid #DDD;
	background: #EEE;
	color: #323640;
	font-size: 14px;
	font-weight: bold;
}

.garage-item-title font {
	color: #FF0000;
}

.garage-item-description {
	clear: both;
	margin: 10px;
	padding: 0;
}

.garage-section-description {
	clear: both;
	margin: 0;
	background: #FFF;
	padding: 5px;
	line-height: 130%;
	border: #EEE solid 1px;
	text-align: left;
	font-size: 100%;
}

.main-garage-image {
	float: left;
	padding: 20px 30px 20px 0;
}

.garage-spacer {
	clear: both;
	margin: 0;
}

.price-bold {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 120%;
	color: #000;
	font-weight: bold;
}
/* END *********** item detail style *********** */

/* *********** custom styles *********** */
/* default links */
a:link {
	text-decoration: none;
	color: #0061da;
}

a:hover {
	text-decoration: underline;
	color: #0061da;
}

a:visited {
	text-decoration: none;
	color: #0061da;
}

.email{
	padding: 0 18px 0 0;
	display: inline-block;
	background: transparent url(http://site.scenicfurniture.com/web_images/email.gif) no-repeat 100% 50%;
	color: #0061da;
}

.breadcrumbs{
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 10px 0;
	display: inline-block;
	color: #0061da;
}

.breadcrumbs .crumb_end{
	color: #990e0c;
}


.sectionbox .price-bold {
	display: block;
	padding: 2px 0 2px 0;
}

.cimage {
	float: right;
	margin: 0 0 10px 10px;
}

.ctext {
	color: #a00000;
}

#viewer {
margin: 0 0 0 10px;
}


h1, .storage a, .price-bold, #secondaryContent, #garage-menu, .breadcrumbs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.icons, .icons img{
	padding: 15px;
}

.generated{
	vertical-align: -20%;
}


.moreinfo{
	width: 20px;
	height: 20px;
	position: relative;
	top: -200px;
}

.firstrow {
	padding: 24px 0 0 0;
}

.firstrow2 {
	padding: 32px 0 0 0;
}

.sectionbox_foot {
	padding: 0 0 10px 0;
	text-align: left;
	width: 33%;
	float: left;
}

.badgerow{
	padding: 0 0 5px 0;
}

.staff{
width: 98%; 
border: 1px solid #005ba6; 
border-width: 0 0 1px 0;
padding: 10px 0 10px 0;
}

.staff .quest{
color: #005ba6;
}
.item-extra, .item-extra-selected {
	margin: 10px;
	border: 1px solid #bcbcb5;
}
.doptxt{
	margin: 0 0 0 10px;
	width: 100px;
	text-align: center;
}
.item-extra-text{
	width: 100px;
	text-align: center;
}
/* END *********** custom styles *********** */

