/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {font:12px georgia, "Times New Roman", times, serif; background:#000; background-image:url(../templateimages/wood-bg.jpg); background-repeat:no-repeat; background-position:center top; padding:0px; margin:0px;}

#container {width:940px; background: url(../templateimages/containerbg.png) repeat-y #fff; margin:0 auto 0 auto;}



/* Contains rest of HTML */
#centrecontainer {width: 780px;	text-align: left; margin: 0 auto; min-height: 100%;}


/* --- Header section ------------------------------------------------ */
#header{width:900px; padding:40px 20px 25px 20px; color:#fff;margin:0 auto 0 auto;}
	#header .menu{float:right; font-size:12px; padding:0px 0px 8px 0px;}
	#header .subbanner{float:right; padding-top:12px;}
	#header ing{float:left;}
	#header a{color:#fff; text-decoration:none; font-weight:normal;}
#headerright{float:right; width:350px;}

#header #title {height: 70px; margin: 0px 10px 0px 10px;}

/* Top links */
#header2 .links {margin: 0px 10px 0px 10px; padding: 5px 0px 5px 0px; font-size: 7.5pt;}

#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#lcontainer {width:720px; float:left; padding-top:20px;}


#navcontainer {width:940px; padding:0px; float:left; background:#2d1f14; font:18px Georgia, "Times New Roman", Times, serif;}

#menu {padding:0; margin:0; list-style:none; position:relative; z-index:500;}
#menu li {float:left; text-transform:uppercase;}
#menu li a {display:block; float:left; height:30px; line-height:25px; color:#ebe3d4; text-decoration:none; font-size:18px; font-weight:normal; padding:5px 10px 0 10px;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#2d1f14; background-color:#ebe3d4;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#2d1f14; background:#ebe3d4;}
#menu li:hover > a.sub {color:#2d1f14; background-color:#ebe3d4;}

#menu li.current a {color:#fff; background:#0a5130;}

#menu li a.sub {background: #073922;}
#menu li.current a.sub {color:#fff; background:#073922;}

#menu :hover ul {left:0; top:35px; width:220px; background:#ebe3d4;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#ebe3d4; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; text-transform:none;}
#menu :hover ul li a {width:180px; padding:0; text-indent:10px; background:#ebe3d4; color:#2d1f14; height:30px; line-height:25px; font-size:14px;}
#menu :hover ul li a.fly {background:#ebe3d4;}

#menu :hover ul :hover {background-color:#ebe3d4; color:#cc0000;}
#menu :hover ul :hover a.fly {background-color:#2d1f14; color:#ebe3d4;}

#menu :hover ul li.currentsub a {background:#073922; color:#2d1f14;}
#menu :hover ul li.currentsub a.fly {background:#ebe3d4; color:#2d1f14;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#073922; color:#2d1f14;}
#menu :hover ul :hover ul :hover {background-color:#ebe3d4; color:#2d1f14;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#ebe3d4; color:#2d1f14;}

/* Dynamic page content section of page body */
#pagecontent {width:680px; padding:15px 20px 20px 20px; margin-bottom:20px; float:right; }


#sociallinks {width:680px; padding:15px 20px 20px 20px; float:right; border-left:1px solid #c7c7c7;}

/* Right hand section of page body */
#rcontainer {width:216px; padding:0px 0px 20px 0px; float:right; background-color:#ebe3d4;}

/* --- Footer -------------------------------------------------------- */
#footer{width:900px; background-color:#2d1f14; padding:20px 20px 20px 20px; font-size:11px; color:#fff;}
	#footer a{color:#fff; text-decoration:none;}
	#footer .col{float: left; width:175px; padding:0px 30px 0px 0px}

.fl{float:left;}
.fr{float:right;}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox{ float:right; height:25px;}
  	#searchbox .header{font:14px "Times New Roman", times, georgia, serif; color:#fff; text-transform:uppercase; padding:0px 0px 10px 0px;; margin:0px;}
	#searchbox form {padding:0px; margin:0px;}
	#searchbox input{color:#59524c; background:#fff; border:0px; font:11px Georgia, "Times New Roman", Times, serif; padding:3px 5px 1px 5px; margin:0px 3px 0px 0px; height:24px; float:left;}
	#searchbox .submit input{color:#fff; background:#cc0000; border:0px; font:11px Georgia, "Times New Roman", Times, serif; height:25px; width:25px; text-align:center; cursor:hand; float:left;}
	
  #basketbox{width:180px; margin:20px 20px 0px 20px; padding-bottom:20px; background-color:#ebe3d4; font:11px Georgia, "Times New Roman", times, serif; color:#59524c; border-bottom:1px dotted #655e55;}
  	#basketbox .header{font:14px "Times New Roman", times, georgia, serif; color:#59524c; text-transform:uppercase; padding:0px; margin:0px;}
	#basketbox form {padding:0px; margin:0px;}
	#basketbox input{color:#59524c; background:#fff; border:0px; font:11px Georgia, "Times New Roman", Times, serif; padding:3px 5px 1px 5px; height:21px;}
	#basketbox .submit input{color:#fff; background:#cc0000; border:0px; padding:0px; margin:0px; font:11px Georgia, "Times New Roman", Times, serif; height:25px; width:100px; text-align:center;}
	#basketbox a{color:#cc0000; text-decoration:none; font-weight:normal;}
	#basketbox hr{height:1px; background-color:#c7c7c7; margin-top:20px; border:0; padding:0px; margin:0px;}
    
  #topten{width:180px; margin:20px 20px 0px 20px; padding-bottom:20px; background-color:#ebe3d4; font:11px Georgia, "Times New Roman", times, serif; color:#59524c; border-bottom:1px dotted #655e55;}
  	#topten .header{font:14px "Times New Roman", times, georgia, serif; color:#59524c; text-transform:uppercase; padding:0px; margin:0px;}
	#topten form {padding:0px; margin:0px;}
	#topten input{color:#59524c; background:#fff; border:0px; font:11px Georgia, "Times New Roman", Times, serif; padding:3px 5px 1px 5px; height:21px;}
	#topten .submit input{color:#fff; background:#cc0000; border:0px; padding:0px; margin:0px; font:11px Georgia, "Times New Roman", Times, serif; height:25px; width:100px; text-align:center;}
	#topten ol{padding:0px 0px 0px 20px; margin:3px;}
	/*#topten ol li{padding:0px;}*/
	#topten a{color:#59524c; text-decoration:none; font-weight:normal;}
	#topten a:hover{color:#cc0000; text-decoration:none; font-weight:normal;}
	#topten hr{height:1px; background-color:#c7c7c7; margin-top:20px; border:0; padding:0px; margin:0px;}
	
  #testimonials{width:180px; margin:20px 20px 0px 20px; padding-bottom:20px; background-color:#ebe3d4; font:11px Georgia, "Times New Roman", times, serif; color:#59524c; border-bottom:1px dotted #655e55;}
  	#testimonials .header{font:13px "Times New Roman", times, georgia, serif; color:#59524c; text-transform:uppercase; padding:0px; margin:0px;}
	#testimonials a{color:#59524c; text-decoration:none; font-weight:normal;}
	#testimonials a:hover{color:#cc0000; text-decoration:none; font-weight:normal;}
	#testimonials hr{height:1px; background-color:#c7c7c7; margin-top:20px; border:0; padding:0px; margin:0px;}

  #brandsbox{width:170px; font:11px Georgia, "Times New Roman", times, serif; color:#59524c; padding:20px 0px 10px 0px;}
  	#brandsboxmenu{padding-left: 20px; margin-left: 0; width: 170px;}
	#brandsboxmenu li{list-style: none; padding: 1px 2px 2px 2px; margin:0; font-size: 12px;}
	#brandsboxmenu li a {font-weight:normal; color: #000; text-decoration: none;}
	#brandsboxmenu li a:hover {color: #cc0000;}

  #infobox{width:180px; font:11px Georgia, "Times New Roman", times, serif; color:#59524c; padding:20px 0px 10px 0px;}
	#infoboxmenu{padding-left: 10px; margin-left: 0; width: 170px;}
	#infoboxmenu li{list-style: none; padding: 1px 2px 2px 2px; margin:0; font-size: 12px;}
	#infoboxmenu li a {font-weight:normal; color: #000; text-decoration: none;}
	#infoboxmenu li a:hover {color: #cc0000;}


/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}


/*--- Lightbox ------------------------------------------------ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 3000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../templateimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templateimages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 2000; width: 100%; height: 500px; background-color: #000; }
.rrp {color:#cc0000; text-decoration: line-through;}
.clear{clear:both;}
