html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:normal 80% verdana, sans-serif;
	color:#fff;
	background-color:#000;
	text-align:center;
}

p.center {
	text-align:center;
}

p.dark {
	background-color:#eee;
}

#wrapper {
	position:relative;
	width:760px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	color:#000;
}

#header {
	width:100%;
	text-align:left;
	background-color:#03c;
/*	background:#03c url("../images/header_bg.jpg") center right no-repeat;*/
	border-bottom:4px solid #000;
}

#header a:link img, #header a:visited img {
	border:0;
}

#nav {
	position:absolute;
	top:103px;
	left:10px;
	width:200px;
	background-color:#fff;
}
* html #nav {
	top:105px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li {
	margin-bottom:3px;
}

#nav ul li a:link, #nav ul li a:visited {
	display:block;
	width:92%;
	padding:4px 4%;
	background-color:#03c;
	border:1px solid #000;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:left;
}

#nav ul li a:hover {
	background-color:#000;
	color:yellow;
}

/*
Main Content
*/

#main {
	margin:10px 8px 0 224px;
	text-align:left;
	min-height:450px;
	overflow:visible;
}

* html #main {
	height:450px;
}

#main h1 {
	text-align:center;
	font:normal 150% Verdana, sans-serif;
	color:#03c;
}

#main ul {
	list-style:square;
	color:#03c;
	font-weight:bold;
}

#main h1.image_header {
	text-align:left;
}

#main h1.image_header span {
	display:none;
}

#main a:link, #main a:visited {
	text-decoration:none;
	color:#03c;
}

#main a:hover {
	text-decoration:underline;
	color:#000;
}

/*
Home Page Category Image Links
*/

.cat_links {
	width:100%;
	border-top:1px solid #03c;
	margin-bottom:10px;
	padding-top:10px;
}

.cat_links:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cat_links {display: inline-block;}

/* Hides from IE-mac \*/
* html .cat_links {height: 1%;}
.cat_links {display: block;}
/* End hide from IE-mac */

#main .item {
	float:left;
	width:160px;
	border:1px solid #000;
	margin:0 7px;
}

* html #main .item {
	margin-right:3px;
}

#main .item span a:link, #main .item span a:visited {
	display:block;
	width:92%;
	background-color:#03c;
	color:#fff;
	font-weight:bold;
	font-size:80%;
	padding:4px 4%;
	text-decoration:none;
}

* html #main .item span a:link, * html #main .item span a:visited {
	width:148px;
}

#main .item span a:hover {
	background-color:#000;
	color:yellow;
}

#main .item img {
	width:160px;
	height:90px;
}

#main .item a:link img, #main .item a:visited img {
	border:0;
}

/* 
Accessories
*/

#main .accessories {
	width:100%;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #03c;
}

#main .accessories img {
	width:160px;
	margin:0 5px;
	border:1px solid #000;
}

/*
Links
*/

#main .links {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #03c;
}

* html #main .links {
	padding-top:10px;
}

#main .links p.link a:link, #main .links p.link a:visited {
	text-decoration:none;
}

#main .links p.link a:hover {
	text-decoration:underline;
}

#main .links span.bold {
	font-weight:bold;
	color:#03c;
}

/*
Payment
*/

#main .payment {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #03c;
}

* html #main .payment {
	padding-top:10px;
}

#main .payment h2 {
	font-size:100%;
	font-weight:bold;
	color:#03c;
}

#main .payment p.indent {
	padding-left:50px;
}

#main .payment p.float {
	clear:both;
}

#main .payment p.float:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .payment p.float {display: inline-block;}

/* Hides from IE-mac \*/
* html #main .payment p.float {height: 1%;}
#main .payment p.float {display: block;}
/* End hide from IE-mac */

#main .payment p.float span.left {
	width:30%;
	float:left;
}

#main .payment p.float span.right {
	width:65%;
	float:right;
}

/*
contact information
*/

#main .contact_info {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #03c;
}

* html #main .contact_info {
	padding-top:10px;
}

#main .contact_info h2 {
	font-size:100%;
	font-weight:bold;
	color:#03c;
}

#main .contact_info p {
	clear:both;
}

#main .contact_info p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .contact_info p {display: inline-block;}

/* Hides from IE-mac \*/
* html #main .contact_info p {height: 1%;}
#main .contact_info p {display: block;}
/* End hide from IE-mac */

#main .contact_info p span.left {
	width:30%;
	float:left;
	font-weight:bold;
}

#main .contact_info p span.right {
	width:65%;
	float:right;
}

#main .map {
	text-align:center;
}

#main .map a:link img, #main .map a:visited img {
	margin:0 auto;
	border:1px solid #000;
}

/*
Categories
*/

#main .category {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #03c;
}

* html #main .category {
	padding-top:10px;
}

#main .category:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .category {display: inline-block;}

/* Hides from IE-mac \*/
* html #main .category {height: 1%;}
#main .category {display: block;}
/* End hide from IE-mac */

#main h1.image_header {
	position:relative
}

#main h1.image_header img.cat_image {
	position:absolute;
	top:0;
	right:0;
	height:30px;
	border:1px solid #000;
}

#main .category_item {
	width:230px;
	min-height:270px;
	overflow:visible;
	text-align:center;
	float:left;
	margin:6px;
	background-color:#eee;
	border:1px solid #ccc;
	padding:0 10px;
}

* html #main .category_item {
	height:270px;
	margin:3px;
	padding-top:5px;
}

#main .category_item h1 {
	text-align:left;
}

#main .category_item a:link img, #main .category_item a:visited img {
	width:230px;
	height:135px;
	border:1px solid #000;
	margin:0 auto;
}

#main .category_item p {
	text-align:left;
}

/*
Products
*/

#main .products h1 {
	text-align:left;
}

#main .products img {
	border:1px solid #000;
}

#main .product_spec {
	margin-bottom:10px;
}

#main .product_spec p {
	margin:0;
	padding:4px;
	clear:both;
}

#main .product_spec p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .product_spec p {display: inline-block;}

/* Hides from IE-mac \*/
* html #main .product_spec p {height: 1%;}
#main .product_spec p {display: block;}
/* End hide from IE-mac */

#main .product_spec p span.left {
	width:30%;
	float:left;
	font-weight:bold;
	color:#03c;
}

#main .product_spec p span.right {
	width:65%;
	float:right;
}

/*
Footer, including divs within footer
*/

#footer {
	position:relative;
	width:100%;
	height:90px;
	background-color:#03c;
	color:#ccc;
	font-size:80%;
	border-top:4px solid #000;
}

#footer a:link, #footer a:visited {
	color:#ccc;
}

.copy {
	position:absolute;
	top:5px;
	left:5px;
	width:400px;
	text-align:left;
}

.contact {
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
}

.contact p {
	margin:0;
	padding:0;
}