* {
	margin: 0px;
	padding: 0px;
	font-family:  "Arial";
}

.clear {
	clear: both;
}
.warning, .bad {
	color: #ff4001;
}
.good, .ok {
	color: #0c0;
}

.gradient1 {
	background: transparent url(../images/gradient1.gif) no-repeat top right;
	margin: 0px auto;
	padding: 8px;
}

.validate {
	background: #fcc;
	border: 1px solid #f99;
	padding: 6px;
}

body {
	background: #f0f0f0 url(../images/body_bg.gif) repeat-x top center;
	text-align: center;
	font-size: 13px;
}
body a {
	color: #ff4001;
	text-decoration: none;
}
body a.button {
	display: block;
	width: 142px;
	height: 38px;
	color: #fff;
	text-align: center;
	padding-top: 16px;
	background: transparent url(../images/button_out.png) no-repeat top center;
}
body a.button:hover, body a.button:active {
	background:transparent url(../images/button_over.png) no-repeat top center;
}
body h1,h2,h3,h4,h5,h6 {
	padding-top:18px;
}
body p {
	padding:6px 0px;
}

div#wrapper {
	width: 812px;
	margin: 0px auto;
}


div#header {
	min-height: 180px;
	_height: 180px;
}


div#logo {
	float: left;
	background: transparent url(../images/logo.png) no-repeat top left;
	width: 150px;
	height: 38px;
	margin-top: 30px;
}
div#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div#login {
	float: right;
	margin-top: 40px;
	text-align: right;
	color: #999;
}


div#navigation {
	position: absolute;
	top: 104px;
	width: 694px;
	left: 50%;
	margin-left: -347px;
}
div#navigation ul {
	list-style: none;
}
div#navigation ul li {
	float: left;
}
div#navigation ul li a {
	display: block;
	padding-top: 22px;
	background: transparent url(../images/navigation_middle_out.png) no-repeat top center;
	width: 135px;
	height: 28px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
div#navigation ul li a.left {
	background: transparent url(../images/navigation_left_out.png) no-repeat top center;
	width: 146px;
}
div#navigation ul li a.right {
	background: transparent url(../images/navigation_right_out.png) no-repeat top center;
	width: 143px;
}
div#navigation ul li a:hover, div#navigation ul li a:active {
	background: transparent url(../images/navigation_middle_over.png) no-repeat top center;
}
div#navigation ul li a.left:hover, div#navigation ul li a.left:active {
	background: transparent url(../images/navigation_left_over.png) no-repeat top center;
}
div#navigation ul li a.right:hover, div#navigation ul li a.right:active {
	background: transparent url(../images/navigation_right_over.png) no-repeat top center;
}

div#content {
	text-align: left;
}
div.content {
	padding: 8px;
}


div#footer {
	/*margin: 32px 0px;*/
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	font-size: 11px;
}
div#footer span {
	display: block;
	height: 18px;
}
div#footer span a {
	color: #000;
	margin: 0px 6px;
}


/* misc */


table#products {
	width: 650px;
	margin: 0px auto;
	border-collapse: collapse;
}
table#products tr.noborder td {
	border-bottom: none;
}
table#products td {
	border-bottom: 1px solid #dfdfdf;
	padding: 4px 0px;
}


div.box {
	background: transparent url(../images/box_bg.gif) no-repeat center center;
	width: 261px;
	height: 200px;
}
div.box h3 {
	text-align: center;
	padding: 12px 0px;
}
div.box p {
	color: #666;
}
div.box p strong a {
	color: #333;
}

/*no borders around linked images*/
a,a:hover, a:link, a:active { border: none; }
td.ban{ text-align: center; padding: .2em; }
img { border: none; }
