body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.boxDaysUntil, .yellowBox { background-color:yellow; color:black; padding:5px 10px; border:1px dashed black; }

div.gallerylayer img { margin:0px!important; float:none; }

.productlist { display:block; padding:0px; list-style:none; }
.productlist li { display:block; float:left; width:130px; height:150px; margin:0px 5px 10px; text-align:center; line-height:13px; color:#999; }
.productlist li a img { display:block; margin:10px auto 5px; border:0px; }
.productlist li a span { display:block; color:#555; }
.productlist li a span.title { display:block; color:black; font-weight:bold; margin:0px auto 5px; }
.productlist li a:hover span { text-decoration:none; }

h1, h2, h3 {
	color: #cd1313;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 335px;
	margin: 0 auto;
	background: url(/site/img1.jpg) no-repeat;
}

#header2 {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: url(/site/img1a.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(/site/img2.gif);
	text-align:center;
	position: relative;
	z-index: 2000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 10px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(/site/img3.gif);
	color: #FFFFFF;
}


#menu ul.main_nav {
	list-style-type: none;
	position: relative;
}

#menu ul li.parent { float:left; }

#menu .subnav {
	position: absolute;
	top: 40px;
	width: 200px;
}
#menu li .subnav {
	display: none;
}
#menu li .subnav li {

}
#menu li:hover > .subnav {
	display: block;
}
#menu li:hover > .subnav a {
	float: left;
	clear: left;
	text-align: left;
	min-width: 150px;
	display: block;
	border-bottom: 1px dotted #fff!important;
	width: 100%;
	background: #ccc;
	color:black;
	font-weight:bold;

}
#menu li:hover > .subnav a:hover {
	background: #668CBB;
}





/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background-color:white;
}

#colOne {
	float: right;
	width: 200px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 420px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(/site/img6.gif) repeat-x;
	font-size: smaller;
}

#footer { color: white!important; }
#footer a { color: yellow!important; }

