html {
	height: 100%;
	}

body {
	color: #fff;
	background: #666 url(/images/bg.gif) repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
	}

.center {
	text-align: center;
	}

a {
	color: #ff9;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ff0;
	}

img { border: 0; }

p {
	margin: 0;
	padding: 8px 0 0;
	}

ul {
	margin: 0;
	padding: 0 0 0 20px;
	}

h1 {	font-size: 18px; }
h2 {	font-size: 16px; }
h3 {	font-size: 14px; }
h4 {	font-size: 12px; }
h5 {	font-size: 11px; }
h6 {	font-size: 10px; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 6px 0;
	}

h3.retail { padding: 6px 0 0; }

th, td { vertical-align: top; }

table.frame { margin: 24px auto 16px; }

table.frame td.title h3 { color: #ff0; padding: 0 0 8px; }

table.frame td.content { border-top: 1px solid #999; }

table.frame td.images img { border: 4px solid white; }

span.price { color: #ff0; }

table.main { margin: auto; }

span.hidden { display: none; }

td.header_nav {
	background: url("/images/bg_header_nav.gif") no-repeat;
	}

td.header_nav a {
	background: transparent;
	border: none;
	position: absolute;
	top: 11px;
	height: 14px;
	}

#header_nav_contact {		width: 74px; margin-left:     0; }
#header_nav_cart {		width: 40px; margin-left: 108px; }
#header_nav_inside {		width: 59px; margin-left: 365px; }
#header_nav_products {		width: 93px; margin-left: 463px; }
#header_nav_graphics {		width: 90px; margin-left: 595px; }
#header_nav_team {		width: 44px; margin-left: 724px; }

td.header_logo {
	background: url("/images/bg_header.gif") no-repeat;
	}

#footer {
	background: #000;
	width: 100%;
	height: 16px;
	margin-top: 16px;
	clear: both;
	}

#footer p {
	color: #ccc;
	text-align: center;
	font-family: arial;
	font-size: 9px;
	margin: 0;
	padding: 2px;
	}