* {
	font-family: Arial, sans-serif;
}
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 9pt;
	background-color: #dddee2;
	background-image: url("./images/bg-repeat.gif");
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #727272;
}
a:hover {
	color: #a7a7a7;
}
form {
	margin: 0px;
	font-size: 1em;
	width: 350px;
}
table {
	font-size: 1em;
}
table.items {
	width: 100%;
	font-size: .85em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.items .odd td {
	background-color: #efefef;
}
table.items td, table.items th {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 3px 5px;
	text-align: left;
}
table.items th {
	background-color: #dddddd;
}
.purchase h4 {
	margin-bottom: 5px;
}
input, textarea, select {
	margin: 3px 0px;
	font-size: 1em;
	width: 100%;
}
input#cardCvv {
	width: 3em;
}
input#cardYea {
	width: 3.5em;
}
input#cardMon {
	width: 2.5em;
}
.step input.file {
  width: auto;
}
.step input.button {
  width: auto;
}
form span {
	font-size: .85em;
}
form table {
	width: 350px;
}
form h4 {
	text-align: center;
	margin: 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
.note {
	color: #666666;
	line-height: 12px;
	font-size: 11px;
}
a img {
	border: 0px;
}

.error {
	border: 2px solid #6f0404;
	background-color: #d10505;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0px;
}
.error a {
	color: #ffdddd;
}

.success {
	border: 2px solid #1b841b;
	background-color: #1fcd1f;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0px;
}
.success a {
	color: #aaeeaa;
}

.clear {
	clear: both;
}
#page {
	margin: auto;
	width: 980px;
}
#header {
	margin: auto;
	width: 960px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	position: relative;
	font-size: .9em;
}
#header .left {
	position: absolute;
	text-align: left;
	top: 33%;
	left: 0px;
	width: 200px;
	font-weight: bold;
	color: #009dff;
}
#header .right {
	position: absolute;
	text-align: right;
	top: 33%;
	right: 0px;
	width: 200px;
	font-weight: bold;
	color: #009dff;
}
#header .right h3 {
	font-size: 2.3em;
	margin: 0px;
}
#logo {
	display: block;
	width: 293px;
	height: 68px;
	overflow: hidden;
	margin: auto;
	text-indent: -600px;
	background-image: url("./images/logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	text-decoration: none;
	top: 35px;
}
#nav {
	margin: auto;
	width: 960px;
	height: 50px;
	background-image: url("./images/navigation.gif");
	background-repeat: no-repeat;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	overflow: hidden;
	height: 40px;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 14px;
	margin: 0px;
	float: left;
	text-align: left;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 24px;
	font-weight: bold;
}
#nav li a:hover {
	background-image: url("./images/navigation_hover.gif");
	background-repeat: repeat-x;
}
#nav li a.brokers {
	background-image: url("./images/nav-brokers.gif");
	width: 139px;
}
#nav li a.help {
	background-image: url("./images/nav-help.gif");
	width: 129px;
}
#nav li a.login {
	background-image: url("./images/nav-login.gif");
	width: 156px;
}
#nav li a.marketing {
	background-image: url("./images/nav-marketing.gif");
	width: 213px;
}
#nav li a.preparing {
	background-image: url("./images/nav-preparing.gif");
	width: 152px;
}
#nav li a.products {
	background-image: url("./images/nav-products.gif");
	width: 171px;
}
#nav li a.brokers:hover {
	background-image: url("./images/nav-brokers_hover.gif");
}
#nav li a.help:hover {
	background-image: url("./images/nav-help_hover.gif");
}
#nav li a.login:hover {
	background-image: url("./images/nav-login_hover.gif");
}
#nav li a.marketing:hover {
	background-image: url("./images/nav-marketing_hover.gif");
}
#nav li a.preparing:hover {
	background-image: url("./images/nav-preparing_hover.gif");
}
#nav li a.products:hover {
	background-image: url("./images/nav-products_hover.gif");
}

#content {
	background-image: url("./images/bg-content_mid.gif");
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	color: #727272;
	font-size: 1.1em;
	line-height: 1.3em;
}
#content .padded {
	padding: 20px 30px;
}
#content .bottom {
	height: 20px;
	overflow: hidden;
	background-image: url("./images/bg-content_bot.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#content #left {
	width: 180px;
	float: left;
}
#content #middle {
	width: 480px;
	float: left;
	margin-left: 20px;
}
#content #middle.large {
	width: 720px;
}
#content #right {
	width: 210px;
	float: left;
	margin-left: 30px;
}

#content #left h2 {
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	color: #000000;
}
#content #left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#content #left ul li a {
	color: #727272;
	text-decoration: none;
}
#content #left ul li a:hover {
	text-decoration: underline;
}

#content #middle h2 {
	font-size: 1.4em;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.item h4 {
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
}
h4 a {
	font-weight: normal;
	font-size: .75em;
	margin-left: 5px;
}
a.remove {
	color: #dd0000;
}

#cart h3 {
	margin: 0px 0px 5px 0px;
}
#cart {
	margin-bottom: 10px;
}
#cart .item, #cart .total, #cart .discount, #cart .subtotal {
	padding: 5px;
	border-top: 1px solid #ddd;
	font-size: .8em;
}
#middle #cart .item {
	border-bottom: 1px solid #ddd;
	border-top: 0px;
}
#middle #cart .total, #middle #cart .discount, #middle #cart .subtotal {
	border-top: 0px;
}
#middle #cart .discount, #middle #cart .subtotal {
	border-bottom: 1px solid #ddd;
}
#cart .discount, #cart .subtotal {
	background-color: #cccccc;
}
#cart .total {
	background-color: #666;
	color: #fff;
}
#cart .item .price, #cart .total .price, #cart .discount .price, #cart .subtotal .price {
	width: 40px;
	float: left;
	text-align: right;
}
#cart .item .info, #cart .total .info, #cart .discount .info, #cart .subtotal .info {
	width: 160px;
	float: left;
}
#middle #cart .item .info, #middle #cart .total .info, #middle #cart .discount .info, #middle #cart .subtotal .info {
	width: 300px;
}
#cart .checkout {
	padding: 5px;
	font-size: .8em;
	text-align: center;
}
#footer {
	padding: 0px 0px 10px 0px;
	font-size: .9em;
	color: #666666;
	text-align: left;
}
#footer .copyright {
  float: left;
  width: 45%;
  padding: 5px 0px 5px 20px;
}
#footer .links {
  float: right;
  text-align: right;
  width: 45%;
  padding: 5px 20px 5px 0px;
}


.product {
  clear: both;
  padding-bottom: 20px;
}
.product img {
  float: right;
  margin-left: 10px;
}

.links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: .85em;
	width: 33%;
	float: left;
}
.links li {
	display: block;
	padding: 2px 5px;
}