* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	padding: 0;
	font: 1em Verdana, Arial, sans-serif;
}

a img {
	border: none;
}

h1 {
	background: #fff url('../assets/Image/header.jpg') no-repeat;
	color: inherit;
	width: 780px;
	height: 143px;
	margin: 0;
}

h1 span {
	display: none;
}

#wrap {
	border-right: 1px solid #072a84;
	width: 780px;
	margin: auto;
	background: #fff url('../assets/Image/background.gif') repeat-y;
}

#w {
	
	padding: 0;
	background: url('../assets/Image/content.jpg') 100% 0 no-repeat;
	color: inherit;
	
}

#b {
	background: #fff url('../assets/Image/topstrap.jpg') no-repeat;
	height: 33px;
	color: #09318a;
	text-align: right;
	font-size: .6em;
	font-weight: bold;
	padding-right: 20px;
}

#b input {
	border: 1px solid #09318a;
}

#b .searchbutton {
	font-size: .9em;
	font-weight: bold;
	background: #fff;
	color: #09318a;
}

#content {
	color: #09318a;
	width: 630px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .8em;
}

#content h2 {
	margin: 0 12px 8px 12px;
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
}

#content h3 {
	margin: 15px 12px 8px 12px;
	text-align: left;
	font-style: italic;
	padding-top: 15px;
	border-top: 1px dotted #09318a;
	clear: both;
}

#content p {
	text-align: left;
	margin: 8px 12px;
}

#content form p {
	margin-top: 13px;
}

#content p.small {
	clear: both;
	font-size: 80%
}

#left {
	width: 150px;
	float: left;
	text-align: center;
	background: #0a3697 url('../assets/Image/top_nav.gif') repeat-x;
}

#left img {
	margin-bottom: 4px;
}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .7em;
	font-weight: bold;
	float: right;
	width: 150px;
}

#left ul li {
	margin: 0;
	padding: 0;
	text-align: right;
	
}

#left ul li a {
	display: block;
	width: 135px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 5px 10px 10px 5px;
}

#left ul li a:hover {
	background-color: #fbc00d;
	color: #444;
}

#footer {
	background: url('../assets/Image/footer.gif') no-repeat;
	height: 33px;
	color: #fff;
	padding-top: 35px;
	margin: 0;
	text-align: center;
	clear: both;
}

#footer p {
	font-size: .7em;
	font-weight: bold;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.clearboth {
	clear: both;
}

.r {
	float: right;
	margin: 0 24px;
}

.img_margin {
	margin: 15px 0;
}

.graded{
	border: 1px solid #469a23;
	font-size: 1.1em;
	margin: 15px auto;
	width: 95%;
	clear: both;
}

.graded th {
	background: #6bae4f;
	color: #fff;
	padding: 1px;
}

.graded td {
	background: #c2e380;
	border-bottom: 1px solid #a2cd91;
	padding: 1px;
}

#content ul {
	border: 1px solid #093189;
	width: 49%;
	background: #7e8fb6;
	color: #fff;
	float: left;
	margin: 0 0 8px 12px;
	padding: 0 0 0 8px;
	text-align: left;
	list-style-position: outside;
	font-size: .8em;
}
#content ul li {
	padding: 0 2px 0 2px;
	margin: 0 0 3px 15px;
	
}

#content ul li.head {
	background: #093189;
	list-style: none;
	font-weight: bold;
	padding: 3px;
	margin:0 0 0 -8px;
	width: 101%
}

#content ul.normal {
	border: none;
	width: 90%;
	background: none;
	color: #000;
	margin: 15px 10px;
	font-size: 1em;
	float: none;
}

#content ul.offersul {
	width: 580px;
	clear: both;
	margin: 10px;
	float: none;
}

#content ul.offersul li {
	margin: 10px 15px;
}

#content #siteindex ol {
	text-align: left;
	font-size: 1em;
	margin: 20px 0 0 50px;
}

#content #siteindex ol li {
	margin: 1% 0;
}

#panelleft {
	margin-top: 18px;
	padding: 0 12px;
	border-right: 1px solid #999;
	float: left;
	width: 185px;
}

#panelmiddle {
	margin-top: 18px;
	padding: 0 12px;
	border-right: 1px solid #999;
	float: left;
	width: 185px;
}

#panelright {
	margin-top: 18px;
	padding: 0 12px;
	float: left;
	width: 185px;
}

#panelleft ul, #panelmiddle ul, #panelright ul {
	list-style-type: none;
	font-size: 1.1em;
	width: 150px;
	overflow: hidden;
	display: inline;
}

#content a {
	color: #0063c8;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#form {
	width: 450px;
	float: left;
}

#form label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
}

#form input, textarea {
	width: 250px;
	margin-bottom: 5px;
	border: 1px solid #09318a;
}

#form textarea {
	height: 100px;
}

#form .inputbutton {
	font-weight: bold;
	color: #09318a;
	background: #fff;
	width: 100px;
	float: right;
	margin-right: 22px;
}

#form span {
	color: #6bae4f;
	background: inherit;
	font-weight: bold;
}

#form br {
	clear: left;
}

#promo {
	width: 600px;
	margin: auto;
}

fieldset {
	border: 1px solid #ccc;
	width: 600px;
	margin: auto;
}

legend {
	margin: 10px 0 10px 10px;
	color: #1350ab;
	font-weight: bold;
}

#promo label {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
}

#promo input, #promo textarea {
	width: 350px;
	margin-bottom: 5px;
	border: 1px solid #09318a;
}

#promo textarea {
	height: 100px;
}

#promo .inputbutton {
	font-weight: bold;
	color: #09318a;
	background: #fff;
	width: 100px;
	float: right;
	margin: 10px 40px 0 0;
}

#promo span {
	color: #6bae4f;
	background: inherit;
	font-weight: bold;
}

#promo br {
	clear: left;
}

.codey {
	font: 1.2em Courier, System, sans-serif;
}

.so_l, .so_r {
	background: url(../assets/Image/so_bg.gif) no-repeat;
	width: 385px;
	height: 272px;
	margin: 15px;
}

.so_l {
	float: left;
}

.so_r {
	float: right;
}

.so_l h4, .so_r h4 {
	margin: 0;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #09318a;
}

.so_l h4 span, .so_r h4 span {
	font-size: .8em;
}

.so_l img, .so_r img {
	margin: 5px;
}

.so_l table, .so_r table {
	width:180px;
	margin: 12px 0;
	clear: none;
}

.so_l table span, .so_r table span {
	color: #cf3f3f;
	font-weight: bold;
}

.so_starl {
	float: left;
	margin: 60px 15px 30px 15px;
	clear: left;
}

.so_starr {
	float: right;
	margin: 60px 15px 30px 15px;
	clear: right;
}

#content .so_l p, #content .so_r p {
	text-align: center;
}

.so_l p.di, .so_r p.di {
	font-size: 1.4em;
	text-align: left;
}

p.date {
	text-align: center;
	font-size: .7em;
	margin-top: 5px;
}

object, embed {
	float: left;
	margin: 5px 15px 20px;
}

#content .promobox {
	border: 3px solid #F6B908;
	width: 295px;
	height: 98px;
	float: right;
	margin: 8px 16px 20px 0;
	background: #b0c3e1 url('../assets/Image/bg.jpg') center no-repeat;
	display: inline
}

#content .promoboxlong {
	border: 3px solid #F6B908;
	width: 581px;
	height: auto;
	margin: 0 0 0 16px;
	float: left;
	background: #b0c3e1 url('../assets/Image/bg.jpg') center no-repeat;
}

#content .promobox h3, #content .promoboxlong h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: #CB404C;
	border: none;
	margin-top: 0;
	padding-top: 10px;
}

.warranty{
	color: #fcca04;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: disc;
	list-style-image: url('../assets/Image/bullet.gif');
	list-style-position: outside;
	margin-top: 0px;
	padding-top: 0px;
}

.margin {
	margin:0 3px;
}

#content a.buttonTop {
	border: 1px solid #093189;
	display: block;
	text-align: center;
	background: #7e8fb6;
	font-weight: bold;
	font-size: 80%;
	padding: 3px;
	color: #fff;
	width: 45%;
	float: left;
}

#content a.buttonCall {
	border: 1px solid #093189;
	display: block;
	text-align: center;
	background: #7e8fb6;
	font-weight: bold;
	font-size: 80%;
	padding: 3px 3px 3px 12px;
	color: #fff;
	width: 45%;
	float: right;
}

#content .clearbothfreestock {
	margin: 8px;
	width: 50%;
	text-align: center;
	display: block;
	border-top: 1px dotted #09318a;
	clear: both;
}
#content .clearbothfreestockno {
	margin: 8px;
	width: 50%;
	text-align: center;
	display: block;
	border-top: 0px dotted #09318a;
	clear: both;
}

#content ul.freestock {
	border: 1px solid #093189;
	width: 400px;
	background: #7e8fb6;
	color: #fff;
	float: left;
	margin: 0 0 8px 6px;
	padding: 0 0 0 8px;
	text-align: left;
	list-style-position: outside;
	font-size: .8em;
}

#content ul.freestock li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}
#content p.smallfreestock {
	font-size: 70%;
}

.floatleft {
	float: left;
}

table.smaller b{
	font-size: 1.2em;
}

#content #special {
	text-align: center;
	margin: 0;
	padding: 0 0 0 15px;
	width: 630px;
}

#content #special a {
	margin: 5px 5px 0px 0px;
	padding: 57px 10px 10px 0px;
	width: 188px;
	float: left;
	display: block;
	background: url(/assets/Image/special_offer_bg_whole.gif) no-repeat top right;
	font-weight: bold;
	color: #09318a;
	font-size: 12px;
}

#content #special a.center {
	margin: 5px 5px 0px 203px;
}

#content #special a.leftmar {
	margin-left: 103px;
}

#content #special a img{
	float: left;
	margin: -35px 0 0 0px;
}

#content #special a i {
	font-size: 8px;
	margin: 5px;
	display: block;
}

.specialpage, .specialpagechest {
	border: 1px solid #072a84;
	width: 285px;
	float: left;
	margin: 5px 0 10px 15px;
	padding: 0 0 5px 0;
}

.specialpage img{
	float: left;
	margin: auto;
}

.specialpage p{
	float: right;
	width: 48%;
}

.specialpagechest img{
	margin: auto;
}

.specialpagechest p{
	float: left;
}

.specialpagechest p.offercenter {
	margin: auto;
	width: 90%;
	text-align: center;
}

.specialpage h4, .specialpagechest h4{
	margin: 0;
	padding: 3px;
	text-align: center;
	margin: 0;
	color: #fff;
	background: #072a84;
}

.specialpage h4 i, .specialpagechest h4 i{
	font-size: 0.7em;
}

#content #bullets{
	padding: 10px 0;
	display: block;
	overflow: hidden;
}

#content #bullets ul{
	margin: auto;
	text-align: center;
	background-color: transparent;
	border: 0px;
	width: 100%;
	
}

#content #bullets li{
	display: inline;
	margin: 20px 5px 20px 0;
	padding: 0 0 0 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #054f8e;
	background: url('/assets/Image/bullet-new.gif') no-repeat left;
}

#content #bullets li.noimage{
	background: transparent;
	padding: 0 0 0 0;
}


