body { color:white; padding: 0; margin: 0; background: url() repeat-x black; font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
a { text-decoration: none}
a img { border: none}
ul { list-style: none; margin: 0; padding: 0}
.logo { background: url(logo.jpg) no-repeat; width: 282px; height: 112px; margin: 10px auto}
.nav { border: solid white 1px; border-left: none; border-right: none; padding: 5px; text-align: center; font-size: 1.2em}
	.nav a { color: white; padding: 0 10px}
	.nav a:hover { color: red}
.main { width: 1000px; margin: 10px auto; clear: both}	
h1 { font-size: 1.5em; margin-left: 20px}
.warning { margin: 0 auto; font-size: 0.9em; color: red; clear: both; text-align: center}
img { border: none}
.red { color: red; font-size: 1.2em}
.promo { width: 1000px; height: 500px; overflow: hidden}

.product_list { margin: 0 auto}
	.product_list li { width: 30%; height: 120px; margin:0 5px; float: left; margin-bottom: 20px; border: 1px solid #3f3f3f; padding: 10px}
	.product_list li a { color: gray}
	.product_list li img { height: 120px; float: right}
	.product_list li h1 { font-size: 1.2em; color: white; margin: 0}
	.product_list li em { display: block; font-style: normal; font-size: 0.9em; padding: 0; margin: 0}
	.product_list p { margin: 5px; color: red; font-size: 1.2em}

.product_info { color: white; margin: 10px}
	.product_info h1 { margin: 0; margin-bottom: 10px}
	.product_info em { display: block; font-style: normal}

.gallery_box { position: relative; background: white; text-align: center}
#gallery { width:90%; padding: 20px 0}

div .tl { background: url(corner.gif) no-repeat top left; width:10px; height: 10px; position: absolute; left: 0}
div .tr { background: url(corner.gif) no-repeat top right; width:10px; height: 10px; position: absolute; right:0}
div .bl { background: url(corner.gif) no-repeat bottom left; width:10px; height: 10px; position: absolute; left: 0; bottom: 0}
div .br { background: url(corner.gif) no-repeat bottom right; width:10px; height: 10px; position: absolute; right: 0; bottom: 0}

.footer { padding: 10px; color: gray; clear: both; font-size: 0.8em; text-align: center}
