/****************************************************
Created By: Charley Ruggiero
Layout CSS File 
****************************************************/

/***************************************************/
/************ SITE LAYOUT AND DESIGN ***************/
/***************************************************/
/* STANDARD TAGS */ 
body {margin:0; padding:0; font-family:Helvetica, Arial, sans-serif; font-size:12px; background-color:#fff;} 
p {margin:10px;} 
img {border:none;} 
a {outline-style:none;} 
a:link, a:visited {color:#BD2A3D; text-decoration:underline;} 
a:hover, a:focus, a:active {color:#BD2A3D; text-decoration:none; outline:none;} 
#wrapper {position:relative; width:960px; margin:0 auto; background-color:#FFFFFF;} 

/* HEADER */ 
#header {position:relative; width:100%; margin:0; z-index:100000; }
h1{margin:0; padding:2px; width:956px; text-align:left; font-size:10px; color:#000;}
#logo a {width:360px; height:106px; display:block; background-image:url(/img/layout/LBS-logo.jpg); background-repeat:no-repeat; margin:5px;}

#subNav {position:absolute; top:0px; right:0px; font-size:.7em; line-height:1.4em;}
#subNav li {float:left; list-style:none; margin:0 5px;}
#subNav li a { font:10px Arial, Helvetica, sans-serif; text-decoration:underline; color:#333;}

#secondaryNav {position:absolute; right:0px; top:50px; background-color:#999999;}
#secondaryNav li {float:left; margin:0 15px; list-style:none; font-size:1.2em;}
#secondaryNav a {text-decoration:none;}
#secondaryNav a:hover {text-decoration:underline;}

#mainNav {width:100%; background-color:#BD2A3D; height:40px;}
#mainNav ul { padding:0 5px 5px 0px; margin:0 0 0 0px; float:left; }
#mainNav li { float:left; /*width:147px;*/ padding:0px 5px 0px 5px; list-style:none; text-align:left; border-left:#fff solid 1px; height:40px;}
#mainNav li:hover {  background-color:#FF4F67; background-color:#515151;}
#mainNav li.start { border-left:none;}
#mainNav li a {height:40px; width:100%; font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; padding:0 24px; text-decoration:none; display:block; line-height:40px;}
#mainNav li a:hover {color:#fff;}

/***** Suckerfish Style Flyout CSS *****/
#mainNav li ul { 
	position: absolute;list-style:none;
	top:151px;
	left: -999em; 
	margin:0 0 0 -5px; 
	z-index:1000000; 
	min-width:186px;
	text-align:left;
	padding:0;
	background:#fff;
	border-bottom:#BD2A3D solid 1px;
	border-left:#BD2A3D solid 1px;
	border-right:#BD2A3D solid 1px;
	display:block;
	font-size:12px;
	color:#C6283F;
}
#mainNav li ul li {
	display:block; white-space:nowrap; background:#fff;
	float:none; 
	margin:0;
	padding:0;
	text-align:left;
	z-index:1000000; 
	border-left:none;
	width:176px;
	color:#C6283F;
	text-indent:5px;
	height:25px;
}
#mainNav li ul li:hover {  width:176px; text-decoration:underline; display:block; background-color:#fff;
	 z-index:10000000;
}
#mainNav li ul li a {font:Verdana, Geneva, sans-serif; text-transform:none; font-weight:normal; width:176px;
	font-size:12px; 
	padding:0;  
	margin:0;
	color:#C6283F;
	position:relative;	display:block;	
	line-height:25px;
}
#mainNav li ul li:hover a {color:#C6283F;}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul {left: auto;  display: block; width:176px;
}

/********** left Navigation **********/
#leftNav { float:left;  width:130px; margin:0; min-height:300px; z-index:1000000; }
#leftNav ul { padding:0; float:left; margin:4px 5px 0 5px;}
#leftNav li {float:left; position:relative; list-style:none; margin:0 10px; width:130px; height:25px; z-index:10000000;}
#leftNav li.end { margin-bottom:10px;}
#leftNav ul li a {float:left; color:#000; text-decoration:none; height:15px; padding:5px 5px; font:11px Arial, Helvetica, sans-serif; font-weight:normal; z-index:1000000; display:block; position:relative; width:120px;}
#leftNav ul li a:hover, #leftNav ul li:hover {text-decoration:underline; color:#333; width:130px; z-index:1000000; }
#leftNav p { background:#666633; margin:5px auto 0 auto; width:190px; color:#FFF; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; }
#leftNav h3 {  margin:5px auto 0 auto; width:140px; color:#000; border-bottom:thin solid #000000; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:left; font-weight:bold; }
#leftNav { margin-top:10px; margin-bottom:10px;}

/*******DROP-DOWNS I HOPE*********/
#leftNav li ul {position:absolute; top:15px; left:-9999px; height:15px; margin:-15px 0 0 -30px; padding:0; width:1%; z-index:10000; }
#leftNav li ul li {background:#FFF; border:#BD2A3D solid; border-width:0px 1px; height:auto; width:140px; padding:0; margin:0 0 0 140px; z-index:1000000;}
#leftNav li ul li:hover {width:140px;}
#leftNav li ul li.start { border-width:1px 1px 0 1px;}
#leftNav li ul li.end {border-width:0 1px 1px 1px;}/*
#mainNav li ul li.single {padding:5px 0 5px 0;}
#mainNav li ul li a {background-image:none; background:#D1D1D1; height:auto; width:140px; margin:0; padding:5px; font:bold 10px Arial, Helvetica, sans-serif; color:#000; text-decoration:none; z-index:1000000;}*/
#leftNav li ul li a:hover {background-image:none; text-decoration:underline; z-index:1000000; color:#FF4F67;}

#leftNav li:hover ul {left:auto; z-index:100000;  width:140px;}

#leftNav li:hover ul, #leftNav li.sfhover ul {left:0; z-index:100000;}

#cart {position:absolute; top:30px; right:10px; font-size:.9em; line-height:1.4em;}

#search {position:absolute; right:20px; top:60px; height:15px;}
#searchButtonHolder { width:60px; height:14px; float:left; margin-top:-15px;}
input.searchButton  { float:left; padding:0px 5px 2px 10px; text-decoration:underline; }
input.searchButton:hover { text-decoration:none;}
input.searchBox { float:left; }
#searchBoxHolder { width:230px; height:14px;}

#slideShow { float:left; width:790px; height:200px; margin:0; z-index:-1;}
#welcome { float:left; margin:15px 0 0 15px; width:790px;}

/* CONTAINER */ 
#container {width:100%; min-height:200px; margin:10px 0 0 0; clear:both;}
#container h2{width:730px; background-image:url(/img/layout/header_clip.jpg); background-repeat:no-repeat; background-position:left; border-bottom: 3px solid #BD2A3D; height:23px; font-size:20px; padding-left:45px; padding-top:10px;}
#container a {color:#BD2A3D; text-decoration:underline;}
#container a:hover {color:#354035; text-decoration:none;}
#content {float:left; min-height:200px; width:790px; }
#contentLeft { float:left; width:170px;}
#contentRight {float:left; width:680px; margin:10px 0 0 0;}
#contentRightHome {float:left; width:680px; min-height:200px; margin:10px 0 0 0;}
#contentRightHome h2 { border-bottom:#000 solid 1px;}

#contactInfo {margin-top:10px; float:left; width:175px;}

/* FOOTER */ 
#footer {width:100%; height:100px; margin:20px 0 0 0; border-top: #BD2A3D solid 2px; float:left;}
#footerLinks {float:left; width:350px; height:100px; }
#footerLinks li {list-style:none; float:left; padding:5px;}
#footerLinks li a {list-style:none; font:11px Arial, Helvetica, sans-serif; color:#333; }

#footerLogo {float:right; width:360px; height:100px; margin:10px 40px 0 0;  background-image:url(/img/layout/LBS-logo.jpg); background-repeat:no-repeat; background-position:right;}


/* SITE CREATED BY LINKS */
#delawarelink {font-size:10px;width:100%;text-align:center;clear:both;padding:15px;}
#delawarelink a:link,#delawarelink a:visited,#delawarelink a:hover,#delawarelink a:active{text-decoration:none;color:#333333;}

/*******************************************************/
/***************** CMS STYLE OVERRIDES *****************/
/*******************************************************/
#treePageListWrapper {
	width:200px;
}
#treePageDetailsWrapper {
	width:600px;
}
#catalogCategoryWrapper { width:790px;}
#catalogCategoryDesc { width:790px;}
#catalogCategoryDesc h1{ width:790px;}
#catalogProductsWrapper { width:790px; float:right; margin-top:20px; position:relative; z-index:2;}
.catalogProductName {text-align:center;}
h3#subCatHeader { width:760px; position:relative; z-index:1;}
#catBreadcrumbs { margin-top:5px;}
#SubCatHeader { font:12px Arial, Helvetica, sans-serif; font-weight:bold;}
.subcategoryList { background:#999;}
#productInfoDescription h1 { text-align:left;}
#pubFaqTextSearch {display:none;}
.categoryList {width:140px;}
#pageChoiceWrapper {text-align:right;}
.mainCatalogProduct{width:200px; text-align:center;}
.mainCatalogProductLast {width:200px; text-align:center;}
.mainCatalogProductInfo {text-align:center;}

.catalogProductInfo {text-align:center; }

/*******************************************************/
/******** CSS BELOW SHOULD NOT NEED MODIFICATION *******/
/*******************************************************/
/* DEV MODE */
#devmode {background-color:#999999;color:#FFFFFF;font-size:.8em;font-weight:bold;width:100%;text-align:center;position:fixed;bottom:0;left:0;padding:1px;margin:0px;cursor:pointer;}
/* CSS HACKS */
.clearfix:after {content: ".";display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* HIDES FROM IE-MAC \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* END HIDE FROM IE-MAC */
