@charset "utf-8";

/*

body {
	background-color:#e1e2e2;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	color: #686964;
}

table, td, tr, div, p, span, li, ul, a, {
font-family: arial;}
* {
	margin, padding: none;
}

*/

#header_body_wrapper {
	width: 813px;
	border-width: 1px 1px 0 1px;
	border-color: #686964;
	border-style: solid;
	margin: auto;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #686964;
}

#nav_wrapper {
	width: 776px;
	padding: 20px 20px 0 20px;
	}

#spacer {
	width: 776px;
	height: 500px;
	}

#upper {
	background-color: #e1e2e2;
	overflow:visible;
	height: 60px;
	border-bottom: 1px #686964 solid;
	width: 776px;	
	}

#logo {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 5px 0 0 95px;
	line-height: 24px;
	}

#logo a {
	display: block;
	color: #686964;
	text-decoration:none;
	}

#logo a:hover {
	text-decoration: underline;
	}


#skip {
	position: absolute;
	left: -9999px;
	}

	#links {
		float: right;
		margin: 10px 5px 5px 0;
		font-size: 13px;
		}
	
	#links a {
		text-decoration: none;
		color: #686964;
		font-weight: bold;
		}
	
	#links a:hover {
		text-decoration: underline;
		}
	
	#links li {
		list-style-type: none;
		display: inline;
		}
	
	#links li a {	
		border-right: 1px #686964 solid;
		padding-right: 6px;
		}
	
	.right {
		border-right: none !important;
		}
	
	.red {
		color: red !important;
		}
	
#phone {
	float: right;
	background-image: url(https://crystal-co.com/assets/images/phone_grey.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin: 5px 18px;
	font-size: 14px;
	}

#lower {
	background-color: #686964;	
	clear: both;
	width: 776px;
	font-size: 14px;
	}
	
	#free_shipping {
		text-align: center;
		color: white;
		/*padding: 4px 0;*/
		}
		
		#free_shipping a {
			display: block;
			text-decoration: none;
			color: white;
			padding: 6px 0;
			}
			
		#free_shipping a:hover {
			background: #e1e2e2;
			color: black;
			}

#help {
	float: right;
	}

#email {
	background-color: #b20000;
	color: white;
	}

/* D-d-dropdowns */

#menus {
	background-color: #c2c1c6;
	width: 776px;
	font-size: 15px;
	}

ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	
	#menus ul {
		
		}
	
	#menus ul li {		
		background-color: #c2c1c6;
		position: relative;
		float: left;
		width: 110px;
		display: block;
		text-align: center;
		font-weight: bold;
		border-right: 1px #686964 solid;
		}
	
	#menus ul li a{	
		display: block;
		text-decoration: none;
		color: #686964;
		font-weight: bold;
		padding: 3px 0;
		}
	
	#menus ul li:hover{		
		background-color: black;
		}
	
	#menus ul li a:hover{		
		background-color: #686964;
		color: white;
		}
	
	#menus ul li ul {
		display: none;
		position: absolute;
		}
	
	#menus ul li:hover ul{
		display: block;
		} 
		
	#menus ul li:hover ul li{
		width: 100px;
		}
		
		
		
/* Begin email/social networking toolbar */

#email_bar {
	height: 30px;
	background-color: #b20000;
	color: white;
	background-image: url(https://crystal-co.com/assets/images/redarrow.jpg);
	background-repeat:no-repeat;
	background-position: 8px;
	font-size: 12px;
	position: relative;
	width: 776px;
	}
	
#email_bar #text {
	position: absolute;
	left: 22px;
	top: 8px;
	}
	
#email_bar #iconwrapper {
	}
	
#email_bar a.twitter {
	width: 28px;
	height: 28px;
	background-position: right;
	display: block;
	text-indent: -9999px;
	background-image: url(https://www.home-decorating-co.com/twitter_28.png);
	position: absolute;
	right: 8px;
	top: 2px;
	}
	
	#email_bar a.twitter:hover {
		background-position: left;
		}
	
#email_bar a.facebook {
	width: 28px;
	height: 28px;
	background-position: right;
	display: block;
	text-indent: -9999px;
	background-image: url(https://www.home-decorating-co.com/facebook_28.png);
	position: absolute;
	right: 40px;
	top: 2px;
	}
		
	#email_bar a.facebook:hover {
		background-position: left;
		}
		
#email_bar #form, #email_bar #form form {
	margin: 0;
	}
	
#email_bar .signupBox {
	color:#666666;
	border: 1px #597FAE solid;
	width: 185px;
	position: absolute;
	left: 510px;
	margin: 5px 0;
	}
	
	#email_bar .signupBox:focus {
	color:black;
	}
	
#email_bar .submit {
	position: absolute;
	cursor: pointer;
	right: 15px;
	margin: 6px 0;
	}
	
/* End email/social networking toolbar */

#new_lower {
	background-color: #B20000;	
	clear: both;
	width: 776px;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	}
	
	#new_free_shipping {
		text-align: center;
		color: white;
		padding: 5px 5px 0 5px;
		font-size: 16px;
		}
		
		#new_free_shipping a {
			display: block;
			text-decoration: none;
			color: white;
			padding: 3px;
			background-color: #686964;
			}
			
		#new_free_shipping a:hover {
			background: #e1e2e2;
			color: black;
			}

td#shippingpromos {
padding: 0 8px 8px 8px;
height: 39px;
vertical-align: bottom;
text-transform:uppercase;
font-weight: bold;
font-size: 12px;
text-align: center;
font-family: arial;
color: #555;}

span.SPECorder {
	padding: 1px;}

div#SO {
text-align: center;
margin: 0;
padding: 1px;
color:#fff;
background-color:#C00;
font-weight:bold;}

div#S15 {
text-transform:none;
margin: 2px;
padding: 1px;
font-size: 14px;
color:fff;
background:#000;}

div#S15 a {color:fff;}

div#S15 a:hover {
 color: yellow;
	text-decoration:none;}

div#S15 span {
 color: red;}


