body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

* {
	font-family: Arial;
}

form {
	margin: 0;
	padding: 0;
}

.main {
	width: 809px;
	margin: 0 auto;
}

.main .header {
	width: 100%;
	height: 113px;
}

.main .header img.logo {
	float: right;
	border: 0;
}

.main .header .left {
	float: left;
	margin-top: 20px;
}

.main .header .left .links {
	width: 158px;
	color: #8d8d8d;
	border-bottom: 1px solid #eeeeee;
	font-size: 9px;
	padding-bottom: 8px;
}

.main .header .left .links a, .main .header .left .links a:visited {
	font-size: 11px;
	color: #4c4c4c;
	text-decoration: none;
	margin: 0 3px;
}

.main .header .left .links a:hover {
	text-decoration: underline;
}

.main .header .left img.creditImg {
	float: left;
	margin-top: 12px;
}

.main .topBar {
	margin: 0; padding: 0;
	clear: both;
	width: 100%;
	height: 34px;
	background-color: #f9f9f9;
	border-top: 1px solid #e3e3e3;
}

.main .header .menu {
	float: left;
	width: 450px;
	margin-top: 7px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}

.main .header .menu a, .main .header .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	margin: 0 3px;
}

.main .header .menu a:hover {
	color: #ca0d0d;
}

.main .topBar .right, .main .topBar .left {
	float: right;
	font-size: 11px;
	color: #272727;
	margin: 10px 15px 0 15px;
}

.main .topBar .right span {
	font-weight: bold;
	color: #161f91;
}

.main .topBar .left {
	float: left;
	color: #181818;
	margin: 10px 0 0 5px;
}

.main .contactBox {
	padding-top: 18px;
}

.main .contactBox h2 {
	color: #c31a1a;
	margin: 0; padding: 0;
	font-size: 12px;
}

.main .contactBox .col1 {
	width: 190px;
	float: right;
	border-left: 1px solid #eeeeee;
	color: #202020;
	margin-top: 15px;
}

.main .contactBox .col1 tr td {
	padding: 5px 0;
}

.main .contactBox .col1 input, .main .contactBox .col2 input {
	width: 97px;
	height: 17px;
	border: 1px solid #d5d5d5;
}

.main .contactBox .col2 {
	float: right;
	width: 560px;
	margin: 15px 45px 0 0;
}

.main .contactBox .col2 table {
	float: right;
}

.main .contactBox .col2 select {
	width: 123px;
	margin-top: 12px;
}

.main .contactBox .col2 .arrow {
	float: right;
	background-image: url('images/arrowIcon.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 85px;
	height: 62px;
}


.main .contactBox .col22 {
	float: right;
	width: 560px;
	color: #202020;
	margin: 12px 45px 0 0;
}

.main .contactBox .col22 .checkBoxs {
	width: 342px;
	float: right;
	height: 17px;
	border-top: 1px solid #dd5a5a;
	border-bottom: 1px solid #dd5a5a;
}

.main .contactBox .col22 .checkBoxs input {
	margin: 0 5px;
}

.main .contactBox .col22 input.sendCmd {
	float: left;
	margin-left: 4px;
}

.main .mainBox {
	clear: both;
	color: #202020;
}

.main .mainBox .right, .main .mainBox .left {
	float: right;
	width: 378px;
	margin-top: 40px;
}

.main .mainBox .left {
	float: left;
}

.main .mainBox .full {
	float: right;
	margin-top: 10px;
}

.main .mainBox h2 {
	margin: 0; padding: 0;
	width: 370px;
	height: 24px;
	background-color: #f4f4f4;
	border-top: 1px solid #b0b0b0;
	font-size: 12px;
	color: #c31a1a;
	line-height: 22px;
	padding-right: 8px;
}

.main .mainBox .full h2 {
	width: 801px;
}

.main .mainBox p {
	margin: 8px 12px 0 0;
	padding: 0;
}

.main .mainBox .lineHr {
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 8px 0;
	background-color: #f4f4f4;
}

.main .mainBox ul {
	margin: 0;
	padding: 0 8px 0 0;
	list-style-type: none;
}

.main .mainBox ul li {
	padding: 0 18px 5px 0;
	background-image: url('images/liIcon.jpg');
	background-repeat: no-repeat;
	background-position: 100% 30%;
}

.main .footerLinks {
	width: 100%;
	float: right;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.main .footerLinks ul, .main .footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main .footerLinks ul li, .main .footer ul li {
	padding: 6px 0;
	text-align: center;
	margin-left: 20px;
	padding-right: 15px;
	float: right;
	display: inline;
	background-image: url('images/liIcon2.jpg');
	background-repeat: no-repeat;
	background-position: center right;
}

.main .footerLinks ul li a, .main .footerLinks ul li a:visited {
	color: #4c4c4c;
	font-size: 11px;
	text-decoration: none;
}

.main .footerLinks ul li a:hover {
	color: #ba1010;
}

.main .footer {
	clear: both;
	width: 95%;
	margin: 0 auto;
	color: #656565;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	background-image: url('images/designByIcon.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}

.main .footer a, .main .footer a:visited {
	color: #656565;
	text-decoration: none;
}

.main .pageBox {
	clear: both;
	color: #202020;
}

.main .pageBox .right {
	float: right;
	width: 151px;
	margin-top: 15px;
}

.main .pageBox .left {
	float: right;
	margin: 15px 6px 0 0;
	width: 632px;
	padding-right: 5px;
	border-right: 1px solid #e4e4e4; 
}

.main .pageBox .left .text {
	padding: 0 5px 0 0;
}

.main .pageBox h2 {
	margin: 0; padding: 5px 5px 3px 0;
	color: #151e91;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4; 
}

.main .pageBox .right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main .pageBox .right ul li {
	margin-top: 5px;
	width: 90%;
	padding: 2px 5px 2px 0;
}

.main .pageBox .right ul li.selected {
	width: 132px;
	height: 15px;
	background-image: url('images/sideMenu.jpg');
	background-repeat: repeat-y;
}

.main .pageBox .right ul li a, .main .pageBox .right ul li a:visited {
	color: #373737;
	text-decoration: none;
}

.main .pageBox .right ul li.selected a, .main .pageBox .right ul li.selected a:visited {
	color: white;
	font-weight: bold;
}

.full table.sellTable {
	width: 809px;
	border-style: solid;
	border-color: #e4e4e4;
	border-width: 0 0 1px 1px;
}

.full table.sellTable th {
	border-color: #e4e4e4;
	border-width: 1px 1px 0 0;
	border-style: solid;
	background-color: #f9f9f9;
	color: #151e91;
	height: 25px;
	font-weight: bold;
}

.full table.sellTable td {
	border-color: #e4e4e4;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	height: 35px;
	padding: 4px;
	color: #262626;
	text-align: center;
	background-image: url('images/tdBg.jpg');
	background-repeat: repeat-x;
}

.full table.sellTable td img {
	height: 28px;
}