@charset "UTF-8";
/* CSS Document */

#container{
	width: 770px;
	\width: 770px;
	w\idth: 770px;
	margin: 0px auto 60px auto;
}

#container tr {width:100%;}

#mainPromotion{
	width:770px;
	height:521px;
	border:0px;
	margin:0px auto;
	padding:0px;
}

#mainPromotion2{
	width:770px;
	height:521px;
	border:0px;
	margin:0px auto;
	padding:0px;
	float:left;
}

#productThumbs{
	width:770px;
	height:200px;
	border:0px;
	margin:0px auto;
	padding:0px;
	float:left;
}

#products{
	width:770px;
	height:400px;
	border:0px;
	margin:0px auto;
	padding:0px;
	float:left;
}

#footer {
	align:center;
	width:770px;
	height:200px;
	/*---background-image: url(http://www.xsyle.com/content/wood2.jpg);---*/
	/*---background-color:#F00;----*/
	background-image: url(/ReDesign_Docs/images/shadow.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 8px 0px 0px 0px;
	float:left;
}
#spacer{dispalay:inline-block; float:left; width:100%;margin-bottom:10px;}

/*menu items CSS*/

#menu {
	width: 770px;
	/*height:30px;
	background: #ffffff;*/
	float: left;
}

#menu ul {/*Controls width of menu block*/
	list-style: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	width: 154px;
	float: left;
	background-color:#f0f0f0;/*f7f7f7*/
	font: Arial, Helvetica, sans-serif;
}

#menu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: #f0f0f0 #ffffff #f0f0f0 #f0f0f0;
	text-transform: lowercase;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #000;
	background: #f0f0f0;
	text-align: center;	
	text-indent:0px;
}

/*Gold Menu Bar

#menu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: #00A99D #ffffff #00A99D #00A99D;
	text-transform: lowercase;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #000;
	background: #00A99D;
	text-align: center;	
	text-indent:0px;
}

*/



#menu h3 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e2 #e2e2e2 #e2e2e2 #e2e2e2;
	text-transform: lowercase;
	margin: 0;
	padding: 2px 3px;
}

#menu h3 {
	color: #000;
	background: #e2e2e2;
	text-align: center;	
	text-indent:0px;
}


#menu a {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size:11px ;
}

#menu a:hover {
	color: #ffffff;
	background: #00A99D;
	font-size:11px;
}

#menu li {
	position: relative;
	text-indent:5px;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 154px;
}

#menu ul ul ul {/*controls secondary list, (i.e. Cheese-> Clear Wrap, Spreads, Foil)*/
	position: absolute;
	top: 0;
	left: 100%;
	border:solid;
	border-left-width:2px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#fff;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*product controls*/

#productDescriptions{
	width:770px;
	font-size:13px;
	color:#666;
	line-height:15px;
	float:left;
}

#productDescriptions a{
	font-size:13px;
	color:#666;
	line-height:15px;	
}

#productDescriptions a:hover {
	color: #ffffff;
	background: #00A99D;
	font-size:13px;
}