﻿html
{
	background: #062628 url("images/bg.png") repeat-x left top;
	background-color: #1e134b;
	color: #000;
	font-family: serif;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #633de0;
	text-decoration: underline;
}

a:active, a:hover { text-decoration: none; }
img { border: 0; }

ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2.25em;
}

ol li, ul li
{
	margin: 0 0 0.25em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

.error { color: #f00; }

.text-field
{
	background: #fff;
	border: 1px solid #055b63;
	color: #055b63;
}

#container
{
	background: #fff url("images/sidebar.png") repeat-y right top;
	border: 5px solid #055b63;
	color: #055b63;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

/* #header
{
	background: transparent url("images/header.png") no-repeat left top;
	height: 174px;
	margin: 0;
	padding: 0;
}

#header h1
{
	background: transparent url("images/logo.png") no-repeat left top;
	left: 95px;
	top: 3px;
	position: absolute;
	width: 622px;
	height: 110px;
} */

#header
{
	background: transparent url("images/header1.jpg") no-repeat left top;
	height: 174px;
	margin: 0;
	padding: 0;
}

#header h1
{
	background: transparent url("images/header2.jpg") no-repeat left top;
	margin: 0 0 0 599px;
	padding: 0;
	width: 376px;
	height: 174px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#header em { display: none; }

#content
{
	margin: -30px 15px 0 15px;
	min-height: 450px;
	width: 770px;
}

* html #content { height: 450px; }

#content.categories
{
	margin: -30px 0 0 0;
	width: 800px;
}

#content h2 { text-align: center; }

#content img.nick
{
	float: left;
	margin: 0 1em 1em 0;
}

#content .contact
{
	margin-bottom: 1em;
	text-align: center;
}

#content .categories
{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#content .categories > li
{
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	width: 383px;
}

#content .categories > li.alt
{
	clear: none;
}

#content .categories h3
{
	background: #055b63;
}

#content .categories h3 a
{
	background: transparent url("images/link-arrow.png") no-repeat 4px center;
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	padding: 5px 5px 5px 29px;
	text-decoration: none;
}

#content .categories h3 a:active, #content .categories h3 a:hover
{
	text-decoration: underline;
}

#content .categories .sub-categories
{
	margin-left: 125px;
}

#content .categories .sub-categories li
{
	margin-bottom: 0.2em;
}

#content .categories li img
{
	float: left;
	margin: 0 5px 20px 10px;
}

#content .categories .description
{
	font-size: small;
	margin-right: 12px;
	text-align: center;
}

#content .coming-soon
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
}

#content .coming-soon p
{
	margin: 0 12px 0.85em 12px;
	text-align: center;
}

#content .slogo { text-align: center; }

#content .buyers-index
{
	clear: both;
	text-align: center;
}

#navigation
{
	left: 804px;
	top: 200px;
	position: absolute;
	width: 175px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
}

#navigation ul li a, #navigation ul li a:visited
{
	background: transparent url("images/button.png") no-repeat left top;
	color: #055b63;
	display: block;
	font-family: sans-serif;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 165px;
	height: 30px;
}

#navigation ul li a:active, #navigation ul li a:hover
{
	background-position: 100% top;
	color: #fff;
}

#navigation .misc-info, #navigation .payment-options { text-align: center; }
#navigation .misc-info { font-size: small; }

#navigation .payment-options
{
	font-size: x-small;
	margin: 2em auto 0 auto;
	width: 85%;
}

#footer
{
	background: transparent url("images/footer.png") no-repeat center 1em;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: x-small;
	padding: 3em 0 1em 0;
	text-align: center;
	width: 800px;
}
