@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 75%, Arial, Helvetica, sans-serif;
	background-color: #252525;
	margin-top: 8px;
	margin-bottom: 30px;
	color: #fff;
}

a img {
	border: 0 none;
}

p {
	margin: 1em 0;
}

h1, h2, h3, h4 {
	font-size: 140%;
	color: #fff;
	display:block;
	border-bottom: 2px solid #fff;
}

a, a:link, a:visited {
	color: #c8be8a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#pageWrap {
	width: 871px;
	margin: 0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 181px;
}

#navWrap {
	background: url(images/bg_nav.jpg) no-repeat;
	height: 48px;
}

.nav {
	text-align: center;
	line-height: 48px;
	font-size: 130%;
	font-weight: bold;
}

.nav a {
	padding: 0 12px;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #c8be8a;
}

.nav a:hover {
	text-decoration: none;
	color: #fff;
}

#heading {
	background: url(images/splash_heading.jpg) no-repeat;
	height: 97px;
}

#heading2 {
	background: url(images/splash_heading_wholesale.jpg) no-repeat;
	height: 97px;
}

#box {
	background: url(images/bg_content.gif) repeat-y;
}

#box .pad {
	padding: 20px 45px 0;
}

.splash {
	float: left;
	width: 512px;
}

.splashText {
	float: right;
	width: 240px;
}

#splashBottom {
	background: url(images/bg_bottom.jpg) no-repeat;
	height: 40px;
}

.login {
	text-align: center;
	margin: 50px 0;
}

a.txtButton {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.txtButton:hover {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.clear {
	clear: both;
}
