body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg.jpg) left top repeat-x;;
	text-align: center;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}
#page {
	width: 1050px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background: #ffffff;
	text-align: left;
}
/*
*  HEADER
*/
#header {
	position: relative;
	width: 1050px;
	height: 165px;
	margin: 0;
	background: url(../images/header.gif) left top no-repeat;
}
#header .phone {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #aa0000;
	font-size: 24px;
	font-weight: bold;
}
/*
*  MENU
*/
#menu ul {
	list-style: none;
	width: 1050px;
	margin: 0;
	padding: 7px 0 7px 0;
	border-top: solid 1px #9a9a9a;
	border-bottom: solid 1px #9a9a9a;
}
#menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#menu ul a {
	display: inline-block;
	padding: 0 10px 0 10px;
	font-size: 120%;
	font-weight: bold;
	border-right: solid 1px #000000;
}
#menu ul a:link, #menu ul a:visited {
	color: #000000;
	text-decoration: none;
}
#menu ul a.current:link, #menu ul a.current:visited {
	color: #808080;
	text-decoration: underline;
}
#menu ul a:hover {
	color: #808080;
	text-decoration: underline;
}
.popmenu {
	display: none;
	position: absolute;
	z-index: 99;
	text-align: left;
	width: 210px;
	padding: 8px 0 0 0;
}
.popmenu a {
	display: block;
	padding: 3px 3px 3px 10px;
	font-size: 100%;
	width: 197px;
	border-bottom: solid 1px #ffffff;
}
.popmenu a:link, .popmenu a:visited {
	color: #000000;
	background: #cccccc;
	text-decoration: none;
}
.popmenu a:hover {
	color: #000000;
	background: #ff8060;
}
.popmenu b {
	display: none;
}
/*
*  CALL FOR CREDIT REPAIR
*/
#callforcreditrepair {
	position: relative;
	width: 1050px;
	height: 68px;
	background: url(../images/call-for-credit-repair.png) left top no-repeat;
}
#creditrepairpolicy {
	position: absolute;
	top: 12px;
	right: 100px;
	display: block;
	width: 325px;
	height: 43px;
}
#creditrepairpolicy:link, #creditrepairpolicy:visited {
	background: url(../images/credit-repair-policy.png);
}
#creditrepairpolicy:hover {
	background: url(../images/credit-repair-policyH.png);
}
/*
*  CONTENT
*/
#main {
	position: relative;
	clear: both;
	width: 1050px;
}
#content {
	width: 765px;
	margin: 0;
	padding: 1px 0 20px 0;
}
.content {
	color: #666666;
}
.content h1 {
	font-size: 188%;
	color: #ff0000;
	margin: 10px 0 10px 0;
}
.content h2 {
	font-size: 162%;
	color: #1b2956;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
}
.content h3 {
	font-size: 162%;
	color: #ff0000;
	margin: 10px 0 10px 0;
}
.content h4 {
	font-size: 162%;
	color: #0054d4;
	margin: 10px 0 10px 0;
}
.content h5 {
	font-size: 144%;
	color: #ff0000;
	margin: 10px 0 3px 0;
}
.content h6 {
	font-size: 144%;
	color: #0054d4;
	margin: 10px 0 3px 0;
}
.content p {
	font-size: 100%;
	margin: 0 0 10px 0;
}
.content ul {
	margin: 0 0 10px 0px;
	padding: 0 0 0 30px;
}
.content ol {
	margin: 0 0 10px 0px;
	padding: 0 0 0 30px;
}
.content li {
	padding: 0 0 5px 0;
}
.content blockquote {
	border : thin dotted #363636;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
}
.content blockquote p {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
.content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
.content .imgcentre {
	margin: 0 auto 0 auto;
}
.content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
.content .imgborder {
	border: solid 1px #000000;
}
.content caption {
	font-size: 100%;
	color: #a0a0a0;
}
.content a.minfo:link, .content a.minfo:visited {
	text-decoration: none;
	color: #aaaaaa;
}
.content .normal {
	font-weight: normal;
}
.content a.seolink:link, .content a.seolink:visited, .content a.seolink:hover {
	color: #000000;
	text-decoration: none;
}
.content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
.content .courier {
	font-family: "Courier New", Courier, monospace;
}
.content .size48 {
	font-size: 48px;
}
.content .size32 {
	font-size: 32px;
}
.content .size24 {
	font-size: 24px;
}
.content .size20 {
	font-size: 20px;
}
.content .size18 {
	font-size: 18px;
}
.content .size16 {
	font-size: 16px;
}
.content .size13 {
	font-size: 13px;
}
.content .size11 {
	font-size: 11px;
}
.content .redtext {
	color: #ff0000;
}
.content .purpletext {
	color: #611832
}
.content .bluetext {
	color: #00aaff;
}
.content .darkbluetext {
	color: #0054d4;
}
.content .greentext {
	color: #384c33;
}
.content .orangetext {
	color: #F60;
}
.content .maroontext {
	color: #800000
}
.content .highlight {
	background: #ffff00;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.col1 {
	width: 400px;
	margin: 0 auto 10px auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 196px;
}
.col2 {
	width: 220px;
	padding-right: 4px;
}
.col2n {
	width: 372px;
}
.col3 {
	margin-right: 4px;
}
/*
*  SIDE BAR
*/
#rightcol {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 254px;
	padding: 0 0 0 10px;
	border-left: solid 1px #000000;
}
.colhead {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
}
#submenu {
 width: 254px;
}
#submenu h3 {
	margin: 0;
	font-size: 100%;
	text-align: left;
	background: #ff0000;
	border-bottom: solid 1px #ffffff;
}
#submenu h3 a {
  display: block;
  width: 234px;
  padding: 4px 10px 4px 10px;
}
#submenu h3 a:link, #submenu h3 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#submenu h3 a:hover {
	background: #888888;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	width: 254px;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
#submenu li a {
	display: block;
	width: 234px;
	padding: 4px 10px 4px 10px;
	border-bottom: solid 1px #ffffff;
}
#submenu li a:link, #submenu li a:visited {
	text-decoration: none;
	background: #cccccc;
	color: #000000;
}
#submenu li a.current:link, #submenu li a.current:visited {
	background: #888888;
	color: #ffffff;
}
#submenu li a:hover {
	background: #888888;
	color: #ffffff;
}
#submenu li li a {
	width: 224px;
	padding: 4px 0 4px 20px;
}
#submenu li li li a {
	width: 204px;
	padding: 4px 10px 4px 40px;
}
.feature {
  border: solid 1px #c6c6c6;
  padding: 0 10px 10px 10px;
	margin: 10px 0 0 0;
}
.feature h3 a {
	display: block;;
	font-size: 100%;
	color: #ff0000;
}
.feature h3 a:link, .feature h3 a:visited {
	color: #ff0000;
	text-decoration: none;
}
.feature h3 a:hover {
	color: #800000;
	text-decoration: underline;
}
.feature p {
	font-size: 100%;
	margin: 10px 0 10px 0;
	color: #666666;
}
.feature a:hover {
	color: #800000;
}
/*
*  FOOTER
*/
#footer {
	position: relative;
	width: 1072px;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	background: #5f5f5f;
}
#footer p {
	margin: 0;
	color: #ffffff;
}
#footer a {
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*
*  CONTACT FORMS
*/
.imsform .error {
	color: #ff0000;
	font-weight: bold;
	font-size: 100%;
}
.imsform .info {
	color: #008000;
	font-weight: bold;
	font-size: 100%;
}

.imsform {
	margin: 0 0 10px 0;
	font-size: 125%;
	font-family: Arial;
}
.imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 125%;
}
.imsform .row {
	clear: left;
	padding: 5px 2px 0 2px;
	width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml {
	display: inline;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 30%;
  font-size: 80%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 65%;
}
.imsform .q0 {
	float: none;
	display: inline;
}
.imsform .q1 {
	width: 30%;
}
.imsform .q3 {
	width: 65%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform fieldset {
	clear: both;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	margin: 10px 0 0 32%;
	font-weight: bold;
	background: #DBE0FF;
}
.imsform .req, .imsform .req {
	font-weight: bold;
	color: purple;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 162%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}
/*
*  LIGHT BOX
*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000 url(../images/spinner.gif) no-repeat scroll center center;
}
#lightbox {
	position: absolute;
	border: solid 5px #ffffff;
}
#lightbox img {
	display: block;
}
/*
*  PRODUCTS
*/
.hproduct {
	clear: both;
	width: 95%;
	margin: 10px 0 30px 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #dddddd;
}
.hproduct .photo {
	float: right;
	margin: 0 0 10px 20px;
}
.hproduct .brand {
	display: none;
}
.hproduct .category {
	display: none;
}
.content .hproduct h3 {
	margin: 0 0 10px 7px;
	font-weight: normal;
	color: #808080;
}
.content .hproduct h4 {
	margin: 0 0 2px 7px;
	font-weight: normal;
	xcolor: #808080;
}
.hproduct .fn {
	color: #9E2738;
	font-weight: bold;
}
.hproduct .price {
	color: #9E2738;
	font-weight: bold;
}
.hproduct label {
	font-size: 100%;
	padding: 0 0 0 7px;
}
.hproduct input {
	margin: 0 0 0 5px;
	border: solid 1px #9E2738;
}
/*
*  SHOPPING CART
*/
#reqshipping {
	margin: 50px auto 0 auto;
	width: 350px;
	border: solid 1px #cccccc;
	padding: 20px 20px 5px 20px;
	background: #ffffff;
}
#reqshipping h3 {
	margin: 0 0 20px 0;
}
#reqshipping label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 3px 10px 0;
}
#reqshipping input {
	display: block;
	float: left;
	margin: 0 0 10px 0;
}
#reqshipping input.submit {
	display: inline;
	float: none;
	margin: 0;
}
#reqshipping p.footlink {
	clear: both;
	margin: 30px 0 0 0;
	font-size: 88%;
}
.shoppingcart {
	margin: 10px auto 0 auto;
	border: solid 1px #808080;
	padding: 20px;
	background: #ffffff;
	text-align: center;
}
.shoppingcart h3 {
	margin: 0 0 10px 0;
}
.shoppingcart table {
	margin: 0 auto;
	font-size: 100%;
}
.shoppingcart .costs th {
	background: #bbbbbb;
	padding: 3px 5px 3px 5px;
}
.shoppingcart .costs td {
	background: #e4e4e4;
	padding: 3px 5px 3px 5px;
}
.shoppingcart .num {
	text-align: right;
}
.shoppingcart .tot {
	background: #666644;
	text-align: right;
}
.shoppingcart .costs .blank {
	background: #ffffff;
}
.shoppingcart .nav {
	margin: 20px auto 0 auto;
	color: #808000;
	font-weight: bold;
}



@media screen and (max-width: 1024px) {
#page
{
width:98%;
padding:0px 1%;
border:none;
}

#submenu li
{
width:95%;
}

#submenu li a
{
width:95%;
}

#header
{
width:100%;
background-size:100%;
}

#menu ul
{
width:100%;
}

#main
{
width:100%;
}

#content
{
width:720px;
}

#footer
{
width:100%;
}
#submenu
{
width:auto;
}

#submenu h3 a
{
width:auto;
}

.imsform .ml1
{
width:auto;
}

}



@media screen and (max-width: 768px) {
#page
{
width:100%;
padding:0px;
border:none;
}

#submenu li
{
width:95%;
}

#submenu li a
{
width:95%;
}

#header
{
width:100%;
background-size:100%;
height:130px;
}

#menu ul
{
width:100%;
}

#main
{
width:100%;
}

#content
{
width:98%;
padding-left:1%;
height:auto !important;
padding-bottom:25px;
}

#rightcol
{
width:98%;
position:relative;
border:none;
padding-left:1%;
height:auto !important;
padding-bottom:15px;
}

#footer
{
width:100%;
}
#submenu
{
width:auto;
}

#submenu h3 a
{
width:auto;
}

.imsform .ml1
{
width:auto;
}

}

@media screen and (max-width: 568px) {

#header
{
height:110px;
}

#menu ul a
{
margin-bottom:12px;
}

.popmenu a {
display: block;
padding: 3px 3px 3px 10px;
font-size: 88%;
width: 170px;
border-bottom: solid 1px #ffffff;

}

.popmenu
{
width:170px;
}

#content img
{
width:95%;
height:auto;
}

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 320px) {

#header
{
height:70px;
}

#header .phone
{
font-size:16px;
}

#menu ul a
{
font-size:89%;
padding:0px 8px 0px 8px;

}

}


