﻿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; }
.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: 0 15px;
	min-height: 450px;
	width: 770px;
}

* html #content { height: 450px; }

#content.categories
{
	margin: 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;
	padding: 0;
}

#content .categories li
{
	background: transparent url("images/category-bg.png") no-repeat left top;
	float: left;
	margin: 0 4px 1em 4px;
	padding: 0;
	/* width: 183px;
	height: 146px; */
	width: 256px;
	height: 147px;
}

#content .categories li a
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

#content .categories li a span
{
	display: block;
	margin-top: 5px;
	text-align: center;
}

#content .categories li a:active, #content .categories li a:hover { font-weight: bold; }

#content .categories li img
{
	/* display: block;
	margin: 10px auto 0 auto; */
	float: left;
	margin: 10px 5px 0 20px;
}

#content .categories .description
{
	font-size: small;
	margin-right: 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-size: x-small;
	padding: 3em 0 1em 0;
	text-align: center;
	width: 800px;
}