/*=======================================================================
		TITLE:	Default Style Sheet - Rocky Top Log Furniture
	 TARGET:	CSS2 
 MODIFIED:	2006.08.24
	 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
=======================================================================*/


/*-----------------------------------------------
   						ELEMENT DEFAULTS
-----------------------------------------------*/
a, a:visited, a:hover, a:visited:hover {
	color: #8d7144;
	text-decoration: underline;
	cursor: pointer;
}
#subNav a, #subNav a:visited, #bottomSection a, #bottomSection a:visited {
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}
#subNav a:hover, #subNav a:visited:hover, #bottomSection a:hover, #bottomSection a:visited:hover {
	color: #404040;
	text-decoration: underline;
	cursor: pointer;
}



html, body, div, table, td, img, form { border: 0px; margin: 0px; padding: 0px; }
table { width: 100%; }
body {
	background-color: #eec;
	background-image: url('images/bg_body.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	color: #404040;
}
body, table { font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.64; }
body.PopUp { margin: 5px 20px 5px 20px; }

td { vertical-align: top; }

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	background: url("images/h_sep.gif") repeat-x bottom left;
	color: 8D7144;
}

h2 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #8e7359;
}

h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px 0px 10px 0px;
	color: #8e7359;
}

h4 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	color: #c60;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: square outside;
}

ul li {
	margin: 3px 10px 3px 10px;		
}

h1 span { float: right; font-size: 13px; }

/*-----------------------------------------------
   						CUSTOM CLASSES
-----------------------------------------------*/

.PicLeft { float: left; margin: 5px 10px 5px 0px; }
.PicRight { float: right; margin: 5px 0px 5px 10px; }
.BorderedPicLeft, { float: left; margin: 5px 10px 5px 0px; border: 1px solid #ccc; }
.BorderedPicRight { float: right; margin: 5px 0px 5px 10px; border: 1px solid #ccc; }

.HeaderImage { display: block; margin: 0px 0px 20px 0px; }

.ContentBoxWrapper { border: 4px solid #e1e8f0; }
.ContentBox { border: 1px solid #fff; padding: 10px; background: #eef2f6; }

.ImageGallery { overflow: auto; }
.ImageGallery img {
	cursor: pointer;
	float: left;
	margin: 10px 10px 0px 0px;
	border: 1px solid #666;
}

.ProductLinkList { list-style: none; margin: 0px; overflow: auto; }
.ProductLinkList li { display: inline; float: left; margin: 0px 19px 20px 0px; padding: 0px; width: 160px; text-align: center; }
.ProductLinkList img { display: block; border: 1px solid #dcdcb4; padding: 4px; margin: 0px auto 5px auto; background: #fff; }
.ProductLinkList a:hover img { background: #dcdcb4; }

.ProductInfoBox { border: 1px solid #dcdcb4; padding: 20px 20px 20px 200px; margin-bottom: 20px; background: #fff; overflow: auto; position: relative; }
.ProductInfoBox .PreviewImage { display: inline; float: left; margin-left: -180px; }
.ProductInfoBox td { border-bottom: 1px solid #dcdcb4; padding: 3px 10px 3px 0px; }
.ProductInfoBox .Thumbnails td { border-bottom: 0px; padding: 10px 0px 10px 0px; }
.ProductInfoBox .FinePrint { clear: both; font: bold 9px Verdana, Arial, Helvetica, sans-serif; color: #666; padding-top: 10px; }

.ProductThumbnail {
	position: relative;
	display: inline;
	float: left;
	margin: 0px 0px 10px 10px;
	border: 1px solid #dcdcb4;
	padding: 4px;
	background-image: url(images/products/beds/kentucky_frame_cut_out_NEW_L.jpg);
}
.ProductThumbnail img { display: block; }
.ProductThumbnail div { position: absolute; top: 0px; left: 3px; z-index: 200; color: #666; }

.Sep { background: url("images/h_sep.gif") repeat-x; margin-top: 20px; height: 17px; }
.Sep2 { background: url("images/h_sep2.gif") repeat-x; margin-top: 20px; height: 17px; }


ul.ArrowBullets { list-style: none; margin: 0px; }
ul.ArrowBullets li { background: url("images/arrow1.gif") no-repeat left 7px; padding-left: 12px; margin: 0px; }

.TextBox { border: 1px solid #06a; margin: 0px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; }

.DropDownMenu, .SubMenu {
	position: absolute;
	z-index: 901;
	display: none;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: #eec;
	border: 1px solid #fff;
	width: 150px;
}
.DropDownMenuShadow {
	position: absolute;
	z-index: 900;
	display: none;
	margin: 0px;
	background: #000;
	border: 0px solid #000;
	width: 150px;
	height: 200px;
}
.DropDownMenu li, .SubMenu li { margin: 0px; padding: 0px; }
.DropDownMenu li a, .SubMenu li a {
	padding: 3px 9px 3px 9px;
	margin: 0px;
	display: block;
	zoom: 1;
	background: #eec;
	text-decoration: none;
}
.DropDownMenu a:hover, .SubMenu a:hover {	background: #fff; }

.ErrorList {
	background: #fff;
	padding: 10px;
	font-weight: bold;
	color: #c00;
	margin: 0px 0px 20px 0px;
}

/*-----------------------------------------------
					   MAIN LAYOUT OBJECTS
-----------------------------------------------*/

#layoutWrapper {
	margin: 0px auto 0px auto;
	width: 760px;
	padding: 0px 8px 30px 8px;
}

#topText {
	position: absolute;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	right: 0px;
	top: 0px;
	color: #000000
	background-color: transparent;
}
#topSection {
	height: 95px;
	margin-bottom: 0px;
	position: relative;
	background-color: transparent;
}
#topSection img {
	display: block;
	background-color: transparent;
}

#primaryNav { position: absolute; right: 0px; top: 25px; z-index: 300; }
#primaryNav a { display: inline; float: left; }

#bannerSection { margin-bottom: 1px; height: 70px; }
#bannerSection a { display: inline; float: right; margin-bottom: 1px; }
#bannerSection a img { display: block; }

.LayoutHome #bannerSection {
	height: 280px;
	background-repeat: no-repeat;
}

#contentSection {
	background: #eec;
	padding: 20px 20px 0px 20px;
	border: 0;
	border-bottom: 0px;
}
#breadCrumbs { border-bottom: 4px solid #e1e8f0; padding-bottom: 5px; margin-bottom: 20px; }
#columnWrapper { width: 100%; }

.LayoutHome #column1 { padding: 0px 20px 0px 0px; width: 140px; }
.LayoutHome #column2 { padding: 0px 20px 0px 20px; background: url("images/v_sep.gif") repeat-y; width: 310px; }
.LayoutHome #column3 { padding: 0px 0px 0px 20px; background: url("images/v_sep.gif") repeat-y; width: 190px; }
.LayoutHome #column5 { padding: 0px 20px 0px 20px; background: url("images/v_sep2.gif") repeat-y; width: 310px; }


.LayoutSub1 #column1 { padding: 0px 20px 0px 0px; width: 140px; }
.LayoutSub1 #column2 { padding: 0px 0px 0px 20px; background: url("images/v_sep.gif") repeat-y; width: 540px; }
.LayoutSub1 #column5 { padding: 0px 0px 0px 20px; background: url("images/v_sep2.gif") repeat-y; width: 540px; }



#subNav, #subNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 2;
}
#subNav li ul { margin-bottom: 5px; line-height: 1.36; display: none; }
#subNav li.Active ul { display: block; }
#subNav li { background: url("images/h_sep.gif") no-repeat; padding: 1px 0px 0px 0px; margin: 0px; }
#subNav > li:first-child { background: none; padding: 1px 0px 0px 0px; margin: 0px; }
#subNav li a { background: url("images/arrow1.gif") no-repeat left 5px; padding-left: 12px; margin: 0px; }
#subNav li li { background: none; }
#subNav li li a { background: none; font-size: 9px; }

#bottomSection {
	background: #eec;
	text-align: center;
	font: normal 9px/1.55 Verdana, Arial, Helvetica, sans-serif;
	border-left: 0 px solid #dcdcb4;
	border-right: 0 px solid #dcdcb4;
	padding: 0px 0px 10px 0px;
}
#pageBottom { display: block; }

#footerSection { text-align: center; font-size: 9px; padding: 10px 0px 10px 0px; }
#bottomSection a, #footerSection a { color: #404040; }

#imgViewer {
	display: none;
	background: #fff;
	border: 1px solid #404040;
	position: absolute;
	z-index: 999;
	top: 50px;
}
#imgViewerPic { margin: 20px; }
#imgViewerControls {
	padding: 5px 10px 5px 10px;
	background: #B57302;
	color: #fff;
	text-align: right;
}
#imgViewerControls a { color: #fff; }

#imgViewerOverlay {
	position: absolute;
	z-index: 998;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
}
#contentSection2 {
	padding: 20px 20px 0px 20px;
	border: 0;
	border-bottom: 0px;
	color: #8D7144;
	background-color: #8D7144;
}
#contentSection4 {
	padding: 20px 20px 0px 20px;
	border: 0;
	border-bottom: 0px;
	color: #5c3613;
	background-color: #d3c7b6;
}
#bottomSection2 {
	text-align: center;
	border-left: 0 px solid #dcdcb4;
	border-right: 0 px solid #dcdcb4;
	padding: 0px 0px 10px 0px;
	background-color: #8D7144;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.55;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#bottomSection3 {
	text-align: center;
	border-left: 0 px solid #dcdcb4;
	border-right: 0 px solid #dcdcb4;
	padding: 0px 0px 10px 0px;
	background-color: #eeeecc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.55;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#bottomSection4 {
	text-align: center;
	border-left: 0 px solid #dcdcb4;
	border-right: 0 px solid #dcdcb4;
	padding: 0px 0px 10px 0px;
	background-color: #030000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.55;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#contentSection3 {
	padding: 20px 20px 0px 20px;
	border: 0;
	border-bottom: 0px;
	color: #030000;
	background-color: #030000;
}
body2 {
	background: #030000;
	color: #404040;
}
#bottomSection5 {
	text-align: center;
	border-left: 0 px solid #dcdcb4;
	border-right: 0 px solid #dcdcb4;
	padding: 0px 0px 10px 0px;
	background-color: #d3c7b6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.55;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
