body {background-color: #000;}
	body *, div, p, li {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
	* a {color: #fff; text-decoration: none;}
	* a:hover {text-decoration: underline;}
	


#wrapper {width: 831px; margin: 0 auto;}
	
#home_copy {margin-bottom: 30px;}
#home_copy h1 {text-align: center; font-family: "Times New Roman", Times, serif; font-style: italic; font-weight: normal; font-size: 20px; text-transform: uppercase; margin-bottom: 20px; color: #ccc;}
#home_copy p {text-align: center; color: #ccc;}



	



	
#logo {text-align: center; padding-top: 10px;}
#letterbox {z-index: 1; margin-bottom: 28px;}
#video_player {width: 100%; z-index: 1; margin-bottom: 28px;}

#copyright p {text-align: center; color: #999; font-weight: normal;}







/* Main Menu */
#menu {height: 37px; padding-left: 32px;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}	

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

	

	#nav li a span {display: none;}

	#nav li a#product {height: 37px; width: 157px; background: #000 url(../images/nav_product.gif) left top no-repeat;}
	#nav li a#product:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#product.drop {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#product.active {background-position: left bottom; background-repeat: no-repeat;}
		/*#nav li ul#product_sub {width: 152px; }*/

	#nav li a#about {height: 37px; width: 102px; background: #000 url(../images/nav_about.gif) left top no-repeat;}
	#nav li a#about:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#about.active {background-position: left bottom; background-repeat: no-repeat;}

	#nav li a#press {height: 37px; width: 78px; background: #000 url(../images/nav_press.gif) left top no-repeat;}
	#nav li a#press:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#press.active {background-position: left bottom; background-repeat: no-repeat;}

	#nav li a#video {height: 37px; width: 103px; background: #000 url(../images/nav_video.gif) left top no-repeat;}
	#nav li a#video:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#video.active {background-position: left bottom; background-repeat: no-repeat;}

	#nav li a#featured {height: 37px; width: 113px; background: #000 url(../images/nav_featured.gif) left top no-repeat;}
	#nav li a#featured:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#featured.active {background-position: left bottom; background-repeat: no-repeat;}

	#nav li a#glossary {height: 37px; width: 94px; background: #000 url(../images/nav_glossary.gif) left top no-repeat;}
	#nav li a#glossary:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#glossary.active {background-position: left bottom; background-repeat: no-repeat;}

	#nav li a#contact {height: 37px; width: 117px; background: #000 url(../images/nav_contact.gif) left top no-repeat;}
	#nav li a#contact:hover {background-position: left -37px; background-repeat: no-repeat;}
	#nav li a#contact.active {background-position: left bottom; background-repeat: no-repeat;}


#nav li ul#product_sub li a {color: #666; text-decoration: none; background: none; width: 132px; height: 100%; padding: 5px 10px;}
#nav li ul#product_sub li a:hover {color: #fff;}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -9px;
}

#nav li:hover ul li, #nav li.sfhover ul li { /* lists nested under hovered list items */
	background-color: #1d1d1d;
	border-top: 1px solid #000;
	border-left: 5px solid #1d1d1d;
	
	color: #ccc;
	text-decoration: none;
}

#nav li:hover ul li:hover, #nav li.sfhover ul li:hover { /* lists nested under hovered list items */
	border-left: 5px solid #999;
	color: #fff;
	background-color: #4f4f4f;
	text-decoration: none;

}



#sidebar {
	float: left;
	background-color: #272727;
	border: 1px solid #fff;
	width: 168px;
	padding: 25px 0;
	margin-right: 12px;
}

#sidebar ul li {
	padding: 10px 0;
}

#sidebar ul li a {
	font-size: 12px;
	color: #fff;
	padding: 5px 0 5px 25px;
	text-transform: uppercase; 
	text-decoration: none;
	width: 100%;
}

#sidebar ul li a:hover {
	background-image: url(../images/sub_icon2.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

	#sidebar ul li ul.sidebard_sub li {
		padding: 5px 20px;
	}
	
	#sidebar ul li ul.sidebard_sub li a {
		font-size: 10px;
		color: #fff;
		padding: 5px 0 5px 25px;
		text-transform: uppercase; 
		text-decoration: none;
		width: 100%;
	}
	
	#sidebar ul li ul.sidebard_sub li a:hover {
		background-image: url(../images/sub_icon2.gif);
		background-position: 10px 7px;
		background-repeat: no-repeat;
	}





#main {
/*	
	background-color: #272727;
	background: #000 url(../images/content_bg.gif) top right no-repeat;
*/
	background-color: #000;
	border: 1px solid #fff;
	padding: 0 20px 20px 20px; 
	color: #fff;
	float: left;
	margin-bottom: 28px;
	width: 831px;
	min-height: 400px;
}

	#main p {
		margin-bottom: 20px;
		
		color: #999;
		
	}

#main.prod {
	width: 600px;
}

#main.prod #paganation {
	clear: both;
	text-align: right;
	color: #eee;
	padding-right: 30px;
}

#main.prod a{
	color: #fff;
	text-decoration: none;
}

#main.prod a:hover{
	color: #fff;
	text-decoration: underline;
}


#main.prod ul li, #main.results ul li  {
	float: left;
	width: 33%;
	height: 200px;
	text-align: center;
	margin-top: 25px;
}

#main.prod ul li a img, #main.results ul li a img {
	border: 1px solid #272727;
}


#main.prod ul li a:hover img, #main.results ul li a:hover img {
	border: 1px solid #fff;
}


#main h1 {	
	margin-top: 10px;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
}









































/* Main footer */
#footer {clear: both; height: 40px; text-align: center; padding-top: 15px; background-image:url(../images/footer_bg.gif); background-position: center top; background-repeat: no-repeat; }

#footer_nav { /* all lists */
	width: 300px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
}

#footer_nav a {
	display: block;
	/*width: 10em;*/
}

#footer_nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#footer_nav li a span {display: none; width: 100%;}

#footer_nav li a#map {height: 25px; width: 80px; background: #000 url(../images/nav_map.gif) left top no-repeat;}
#footer_nav li a#map:hover {background-position: left -25px; background-repeat: no-repeat;}

#footer_nav li a#policy {height: 25px; width: 103px; background: #000 url(../images/nav_policy.gif) left top no-repeat;}
#footer_nav li a#policy:hover {background-position: left -25px; background-repeat: no-repeat;}

#footer_nav li a#traditions {height: 25px; width: 103px; background: #000 url(../images/nav_traditions.gif) left top no-repeat;}
#footer_nav li a#traditions:hover {background-position: left -25px; background-repeat: no-repeat;}



#toplinks {text-align: center;}
	#toplinks a {color: #fff;}
div.toplink {text-align: right; margin-bottom: 25px;}
	div.toplink a {color: #fff;}

.tb_product {width: 670px; padding: 0; margin: 0;}
#utility{width: 175px; text-align: right; float: right; margin-top: 20px;}
#utility a{color: #fff; text-decoration: none;}
#utility a img{border: none; margin-left: 10px;}

.tb_product #logo {display: none;}

.tb_product #main {width: 670px; background-image: none;}
.tb_product #main h2 {width: 500px;}
.tb_product #main {border: none; margin-top: 0;}
#product_photo {text-align: center; margin: 10px auto;}
#product_photo img{border: 1px solid #ffffff;}
.tb_product #print_details {display: none;}
.tb_product #menu {display: none;}
.tb_product #footer {display: none;}



#show_errors {margin: 0 auto; width: 75%; background-color: #999; border: 1px solid #eee; }
#show_success {margin: 0 auto; width: 75%; background-color: #999; border: 1px solid #eee;}
#show_errors p, #show_success p {color: #000; text-align: center;}



/*form styles*/
form {width: 500px; padding: 0; margin-left: 50px; border: none;}
fieldset { border: none; padding: 0; margin: 0;}
label { margin-top: 8px; }
label { font-weight: bold; }
label.error { font-weight: normal; color: #00CC00; }
form div {margin: 15px 0}
input {width: 250px; border: 1px solid #999; background: #eee; margin: 0;}
textarea {width: 500px; height: 250px; border: 1px solid #999; background: #eee;}
input.btn {width: 100px; border: 1px solid; border-color: #fff #ccc #ccc #fff; background-color: #eee; color: #000;}



#sitemap_list {padding-left: 50px; }
#sitemap_list ul li{list-style-type: disc; }
#sitemap_list ul li ul{padding-left: 25px; }
#sitemap_list ul li a{ color: #fff; text-decoration: none;}

#sitemap_list ul li a:hover{ text-decoration: underline;}

ul li a img {border: none;}


#s1 { margin: 0 auto; height: 750px; width: 100%px;}
.pics {text-align: center; padding-left: 100px;}
#drapes_nav {text-align: center; padding: 10px 0px; width: 100%;}
.pics img { margin: 0 55px; padding: 15px; border: 1px solid #ccc; background-color: #eee }



.inline_photo {float: right; margin-right: 25px;}

.clear {clear: both;}


/* search styles */

.searchwrap {min-height: 400px;}
.searchwrap form{margin-left: 0px;}

.suggestionsBox {
	position: relative;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 300px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
	max-height: 250px;
	overflow: auto;

}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 5px 3px 10px 3px;
	cursor: pointer;
	border-bottom: 1px solid #666;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

#noSuggestions {display: none;}