@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	position:relative;
	background-color:#d48c1f;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#title{
	display:none;
	position:absolute;
	top:145px;
	width:678px;
}

#title h1{
	text-align:center;
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
	margin-bottom:30px;
}
#title h2{
	text-align:center;
	font-size:30px;
	letter-spacing:15px;
	text-transform:uppercase;
}

img{
	display:block;
}

p.title{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
}

h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:35px;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
	margin-bottom:10px;
}

h2{
	font-size:20px;
	line-height:22px;
	letter-spacing:-1px;
}

h3{
	font-size:16px;
	line-height:18px;
	letter-spacing:-1px;
}

p{
	font-size:12px;
	color:#ffffff;
	margin-bottom:5px;
}

.hr{
	color:#000000;
	height:11px;
	margin:10px 0px 10px 0px;
	padding:0px;
	overflow:hidden;
	background-image:url(images/hr.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#container
{
	position:relative;
	width:678px;
	margin:0px auto;
}
#upper
{
	background-image:url(images/cube.jpg);
	background-repeat:no-repeat;
	width:678px;
	height:320px;
}
#nav
{
	width:468px;
	height:30px;
	margin:0px auto;
}

#nav ul{
	text-align:center;
	padding-top:3px;
}

#nav ul li, #footer ul li{
	display:inline;
	margin:0px 10px;
}

#nav a, #footer a{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
}

#footer a{
	font-size:10px;
}

#nav a:link, #footer a:link{
	text-decoration:none;
}
#nav a:visited, #footer a:visited{
	text-decoration:none;
}
#nav a:hover, #footer a:hover{
	color:#000000;	
}
#nav a:active, #footer a:active{
	text-decoration:underline;
}

#footer
{
	background-image:url(images/cube.jpg);
	background-repeat:no-repeat;
	width:678px;
	height:30px;
	margin:0px auto;
}

#footer ul{
	width:468px;
	height:30px;
	margin:0px auto;
	text-align:center;
	padding-top:2px;
}

.productList{
	border-top:1px solid #CCCCCC;
	padding:0px 5px 18px 0px;
	padding:3px;
	margin:0px;
}

.hoverClass{
	padding:0px 5px 18px 0px;
	border-top:1px solid #CCCCCC;
	padding:3px;
	margin:0px;
	background-color:#8A0000;
}

#menu{
	width:200px;
	float:left;
	margin:10px 0px 200px 10px;
	position:relative;
}

.AccordionPanel a:link{
	text-decoration:none;
	display:block;
	height:15px;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}
.AccordionPanel a:visited{
	text-decoration:none;
	display:block;
	height:15px;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}
.AccordionPanel a:hover{
	text-decoration:none;
	display:block;
	height:15px;
	font-weight:normal;
	font-size:12px;
	color:#AA0003;
}
.AccordionPanel a:active{
	text-decoration:none;
	display:block;
	height:15px;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}

#innerContent {
	float:left;
	margin:15px 0px 0px 10px;
	width:440px;
}

#content {
/*	position:relative;*/
	background-image:url(images/frontBg.jpg);
	background-repeat:repeat-x;
	background-color:#6C0204;
}

a{
}
a:link{
	color:#ffffff;
	text-decoration:underline;
}
a:visited{
	color:#ffffff;
}
a:hover{
	text-decoration:none;
}
a:active{
	color:#ffffff;
}
#cartBox
{
	float:right;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	padding:10px 30px;
	margin:10px 0px 0px 10px;
	border:2px solid #000000;
}

#cartBox p{
	color:#000000;
}

input.button, a.button{
	background-image:url(images/button.jpg);
	background-repeat:repeat-x;
	padding:3px 5px;
	font-size:12px;
	text-decoration:none;
	border:1px solid #000000;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
	color:#000000;
	margin:1px;
	line-height:18px;
}

input.button:hover, a.button:hover{
	color:#ffffff;
}
#bg {
	background-image:url(images/floral.gif);
	height:250px;
	width:100%;
	position:absolute;
	top:500px;
	left:0px;
}

#contact{
	width:200px;
}

#contact div{
	font-size:13px;
	font-style:italic;
	margin-top:10px;
	color:#ffffff;
}

#contact td{
	font-size:12px;
	color:#ffffff;
}