/* developer css start */
body {
	margin: 0;
	padding: 0;
	font: normal 14px/22px Verdana, Geneva, sans-serif;
	color: #333;
}
h1 {
	font-size: 188%;
	color: #0099DD;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 162%;
	color: #EB1F28;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 162%;
	color: #0099DD;
	margin: 10px 0 10px 0;
}
h4 {
	font-size: 162%;
	color: #64d0ff;
	margin: 10px 0 10px 0;
}
h5 {
	font-size: 144%;
	color: #EB1F28;
	margin: 10px 0 3px 0;
}
h6 {
	font-size: 144%;
	color: #0099DD;
	margin: 10px 0 3px 0;
}
p {
	font-size: 100%;
	margin: 0 0 10px 0;
}
ul {
	margin: 0 0 10px 0px;
	padding: 0 0 0 30px;
}
ol {
	margin: 0 0 10px 0px;
	padding: 0 0 0 30px;
}
li {
	padding: 0 0 5px 0;
}
blockquote {
	border : thin dotted #363636;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
}
blockquote p {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
.wrapper {
	margin: auto;
	width: 982px;
}
.page-width {
	width: 982px;
	margin: auto;
}

img
{
border:none;
}


#logo {
	margin: 14px 33px 0 20px;
	float: left;
}

#snow-header {
	float: left;
	background: url('../../../images/img-snowdrop.jpg') 0 0 no-repeat;
	width: 245px;
	height: 125px;
}

#phone-header {
	/*margin: 34px 0 0 25px;
	float: left;*/
}

#page_top_left_edge {
	position: absolute;
	top: 0;
	left: 50%;
	width: 12px;
	height: 500px;
	margin-left: -503px;
	background: url('../../../images/page_top_left_edge.png') -3px 0 no-repeat;
}

#page_top_right_edge {
	position: absolute;
	top: 0;
	right: 50%;
	width: 12px;
	height: 500px;
	margin-right: -503px;
	background: url('../../../images/page_top_right_edge.png') 0 0 no-repeat;
}

#menu-bg {
	height: 47px;
	background: url('../../../images/bg-menu.png') 0 0 repeat-x;
}

#menu-bg #nav {
	position: relative;
	z-index: 1000;
}

#menu-bg #menu {
	float: left;
	height: 47px;
}

#menu-bg #nav ul {
	float: none;
	z-index: 100;
	height: 47px;
	margin: 0;
	padding: 0;
	font-size: 17px;
}
#menu-bg #nav ul li {
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}
#menu-bg #nav ul > li {
	float: left;
}
#menu-bg #nav ul li {
	float:left;
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu-bg #nav ul li a {
	display:block;
	float:left;
	font-size: 14px;
	color: #FFFFFF;
	padding:15px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}
#menu-bg #nav ul > li > a:hover, #menu-bg #nav ul > li > a.current {
	/*color: #e92128*/
}

#content {
	margin-top: 20px;
	margin-bottom: 30px;
}

#content #content-main {
	float: left;
	width: 640px;
	text-align:left;
	min-height: 500px;
	padding: 20px;
}

#content #content-sidebar {
	float: left;
	width: 275px;
	padding: 0 0 0 20px;
}

#footer-base {
	background: url('../../../images/bg-footer.jpg') repeat-x;
	height: 45px;
	position: relative;
	padding-top: 1px;
}
.footer-wrapper {
	margin: 0 auto;
	padding: 0 25px;
}
.footer-width {
	width: 932px;
}
#logos {
	width: 949px;
	height: 69px;
	margin: 10px 17px 25px 17px;
}
#footer-left {
	float: left;
}
#footer-base p {
	color: #FFF;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
}
#facebook-right {
	float: right;
	margin-top: 12px;
}
#page_base_left_edge {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 12px;
	height: 500px;
	margin-left: -503px;
	background: url('../../../images/page_bottom_left_edge.png') -3px 0 no-repeat;
}
#page_base_right_edge {
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 12px;
	height: 500px;
	margin-right: -503px;
	background: url('../../../images/page_bottom_right_edge.png') 0 0 no-repeat;
}

#form-header {
	height: 81px;
	width: 274px;
}

#form-header2 {
	background: url('../../../images/img-form-header2.jpg') no-repeat;
	height: 107px;
	width: 274px;
}

#form-wrapper {
	background: url('../../../images/img-form-bg.jpg') repeat-y;
	width: 244px;
	margin-left: 15px;
}
#form-footer {
	background: url('../../../images/img-form-footer.jpg') no-repeat;
	height: 23px;
	width: 244px;
	margin-left: 15px;
}
.social-margins {
	margin-left: 102px;
	margin-top: 20px;
	height: 32px;
	list-style: none;
	padding: 0;
}
#content-sidebar li {
	float: left;
	margin-right: 15px;
}
#content-main h1{
	color: #09D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}
.red-text {
	color: #E92128;
}
.blue-text {
	color: #09D;
}
#accordian-bg {
	height: 364px;
	background: url('../../../images/bg-slider.jpg') 0 0 repeat-x;
}
#accordian-bg-image {
	height: 364px;
	background: url('../../../images/bg-slider-mid.jpg') no-repeat scroll 50% 0;
}

form.formtools {
	margin: 0;
	padding: 0 25px 0 25px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}

form.formtools .inline_error {
	display: none;
	visibility: hidden;
	margin: 0 0 10px 0;
	padding: 2px 4px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	background-color: #FDDFDE;
	border-color: #FBC7C6;
	text-shadow: 0 1px 0 #F4F4F4;
	color: #633;
}
form.formtools .error_group {
	display: block;
}

form.formtools .form_row {
	position: relative;
	clear: both;
	overflow: hidden;
}
form.formtools label {
	display: block;
	float: left;
	width: 194px;
	font-weight: normal;
	vertical-align: top;
	line-height: 27px;
}
form.formtools .required {
	position: relative;
	top: -5px;
	left: 2px;
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	color: #F00;
}
form.formtools .input-wrap-text, form.formtools .input-wrap-password, form.formtools .input-wrap-select, form.formtools .input-wrap-textarea {
	float: left;
	width: 194px;
	margin-bottom: 5px;
}
form.formtools input[type='text'], form.formtools input[type='password'], form.formtools select, form.formtools textarea {
	width: 184px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #999;
	border-radius: 5px;
	font: normal 12px/25px Verdana, Geneva, sans-serif;
	background-color: #FCFCFC;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	color: rgba(0, 0, 0, 0);
}

form.formtools select {
	height: 25px;
	padding: 3px 0;
	line-height: 20px;
}

form.formtools .input-wrap-textarea .chars_remain {
	margin: 2px 0 5px 0;
	font: italic 10px/10px Arial, Helvetica, sans-serif;
	color: #666;
}

form.formtools textarea {
	resize: none;
	overflow: auto;
	height: auto;
	padding: 4px;
	line-height: 15px;
}
#contact_form_row_6 {
	margin-left: 38px;
}
#contact_form_row_6 label {
	display: none;
}

form.formtools input[type='button'], form.formtools input[type='submit'], form.formtools input[type='reset'], form.formtools button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ff444d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FF444D;
	box-shadow: inset 0px 1px 0px 0px #FF444D;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D72225), color-stop(1, #99201E) );
	background: -moz-linear-gradient( center top, #d72225 5%, #99201e 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d72225', endColorstr='#99201e');
	background-color: #D72225;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CF1515;
	display: inline-block;
	color: #FAFAFA;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
form.formtools .input-wrap-button, form.formtools .input-wrap-submit, form.formtools .input-wrap-reset {
	display: inline-block;
}
form.formtools input[type='button']:hover, form.formtools input[type='button']:focus, form.formtools input[type='button']:active, form.formtools input[type='submit']:hover, form.formtools input[type='submit']:focus, form.formtools input[type='submit']:active, form.formtools input[type='reset']:hover, form.formtools input[type='reset']:focus, form.formtools input[type='reset']:active, form.formtools button:hover, form.formtools button:focus, form.formtools button:active {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #99201E), color-stop(1, #D72225) );
	background: -moz-linear-gradient( center top, #99201e 5%, #d72225 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99201e', endColorstr='#d72225');
	background-color: #99201E;
}
.ajax_message {
	display: none;
}

/* developer css end */


#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: 982px;
	height: 165px;
	margin: 0;

}
#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: 1000;
	text-align: left;
	width: 210px;
	background: #cccccc;
	padding: 0;
}
.popmenu a {
	display: block;
	padding: 10px;
	font-size: 100%;
	width: 197px;
	background-color: #FFF;
	border-bottom: solid 1px #00A4E6;
}
.popmenu a:link, .popmenu a:visited {
	color: #00A4E6;
	text-decoration: none;
}
.popmenu a:hover {
	color: #000000;
	background: #80ddff;
}
.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: #0099DD;
	margin: 10px 0 10px 0;
}
.content h2 {
	font-size: 162%;
	color: #EB1F28;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
}
.content h3 {
	font-size: 162%;
	color: #0099DD;
	margin: 10px 0 10px 0;
}
.content h4 {
	font-size: 162%;
	color: #64d0ff;
	margin: 10px 0 10px 0;
}
.content h5 {
	font-size: 144%;
	color: #EB1F28;
	margin: 10px 0 3px 0;
}
.content h6 {
	font-size: 144%;
	color: #0099DD;
	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;
	margin-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;
	color: #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;
}

/* added by developer start */

#content-sidebar form.imsform {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #333333;
}

#content-sidebar form.imsform {
	margin: 0;
	padding: 0 25px 0 25px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}

#content-sidebar form.imsform label {
	display: block;
	float: left;
	width: 194px;
	font-weight: normal;
	vertical-align: top;
	line-height: 27px;
	text-align: left;
}


#content-sidebar form.imsform input[type='text'], #content-sidebar form.imsform input[type='password'], #content-sidebar form.imsform select, #content-sidebar form.imsform textarea {
	width: 184px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #999;
	border-radius: 5px;
	font: normal 12px/25px Verdana, Geneva, sans-serif;
	background-color: #FCFCFC;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#content-sidebar form.imsform select {
	height: 25px;
	padding: 3px 0;
	line-height: 20px;
}
#content-sidebar form.imsform textarea {
	resize: none;
	overflow: auto;
	height: 100px;
	padding: 4px;
	line-height: 15px;
}
#content-sidebar form.imsform #spmtst {
	margin: 2px 0 5px 0;
	font: italic 11px/11px Arial, Helvetica, sans-serif;
	color: #666;
}



#content-sidebar form.imsform input[type='button'], #content-sidebar form.imsform input[type='submit'], #content-sidebar form.imsform input[type='reset'], #content-sidebar form.imsform button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ff444d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FF444D;
	box-shadow: inset 0px 1px 0px 0px #FF444D;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D72225), color-stop(1, #99201E) );
	background: -moz-linear-gradient( center top, #d72225 5%, #99201e 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d72225', endColorstr='#99201e');
	background-color: #D72225;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CF1515;
	display: inline-block;
	color: #FAFAFA;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
#content-sidebar form.imsform .input-wrap-button, #content-sidebar form.imsform .input-wrap-submit, #content-sidebar form.imsform .input-wrap-reset {
	display: inline-block;
}
#content-sidebar form.imsform input[type='button']:hover, #content-sidebar form.imsform input[type='button']:focus, #content-sidebar form.imsform input[type='button']:active, #content-sidebar form.imsform input[type='submit']:hover, #content-sidebar form.imsform input[type='submit']:focus, #content-sidebar form.imsform input[type='submit']:active, #content-sidebar form.imsform input[type='reset']:hover, #content-sidebar form.imsform input[type='reset']:focus, #content-sidebar form.imsform input[type='reset']:active, #content-sidebar form.imsform button:hover, #content-sidebar form.imsform button:focus, #content-sidebar form.imsform button:active {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #99201E), color-stop(1, #D72225) );
	background: -moz-linear-gradient( center top, #99201e 5%, #d72225 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99201e', endColorstr='#d72225');
	background-color: #99201E;
}
#content-sidebar form.imsform .submit {
margin: 10px auto;
font-weight: bold;
background: #DBE0FF;
}
.callUs{
	color: #02AFF3;
	font-size: 20px;
	font-weight: bold;
	width: 244px;
	margin-top: 24px;
	font-family: sans-serif;
	padding-left: 80px;
	padding-bottom: 14px;
	float: left;
}
.callIcon{
	padding-left: 45px;
	background: url('../../../images/callIcon.png') left top no-repeat;
	color: #E52324;
	font-size: 38px;
	font-weight: bold;
	font-family: arial;
	margin-top: 55px;
}
/* added by developer end */
/*#content h1 {
	font-size: 188%;
	color: #c00707;
	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: #c00707;
	margin: 10px 0 10px 0;
}
#content h4 {
	font-size: 162%;
	color: #d69300;
	margin: 10px 0 10px 0;
}
#content h5 {
	font-size: 144%;
	color: #c00707;
	margin: 10px 0 3px 0;
}
#content h6 {
	font-size: 144%;
	color: #d69300;
	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 .darkredtext {
	color: #a60000;
}
#content .purpletext {
	color: #611832
}
#content .bluetext {
	color: #012B77;
}
#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
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
a.feature:hover {
	background: #717CA2;
}
a.feature:hover h3, a.feature:hover p.more {
	color: #ffffff;
}
.slider-wrapper{ float: left; width: 982px; height: 364px;}
.slider-wrapper a{ float: left; width: 245px; height: 364px; background: url("../../../images/Climax-Banner.jpg") no-repeat; text-indent:-9999px; font-size: 0px; text-decoration: none;}
.slider-wrapper a.first{background-position: 0 0;}
.slider-wrapper a.second{background-position: -246px 0;}
.slider-wrapper a.third{background-position: -492px 0;}
.slider-wrapper a.fourth{background-position: -738px 0;}


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

#header {
	position: relative;
width: 95%;
height:127px;


}


.page-width {
width: 95%;
}

.callUs
{
width:auto;
}

#snow-header
{
width:auto;
}

#menu-bg {
	height: 94px;
	background: url('../../../images/bg-menu.png') 0 0 repeat;
}

.slider-wrapper
{
width:100%;
}

.slider-wrapper a
{
width:25%;
}

footer img
{
width:95%;
height:auto;
}

#logos{
width:100%;
}

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

.footer-width
{
width:100%;
}

#page_base_left_edge
{
display:none;
}

#page_base_right_edge
{
display:none;
}

#page_top_right_edge
{
display:none;
}

#page_top_left_edge
{
display:none;
}

#content #content-main
{
width:95%;
float:none;
}

iframe
{
width:100%;
}

#content-main img
{
width:100%;
height:auto;

}

.callIcon
{
font-size:34px;
}

}

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


#logo img
{
width:100%;
height:auto;
}

#logo
{
width:50%;
margin:auto !important;
}

#phone-header {
float: right !important;
margin-top: 20px;
}

.callUs
{
float:none;
padding-left:10px;
}

.callIcon
{
margin-top:0px;
display:block;
padding-left:10px;
font-size:25px;
background:none;
}

#phone-header {
float: right !important;
margin-top: 20px;
}


}

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

.slider-wrapper
{
background: url("../../../images/Climax-Banner-667.jpg") no-repeat;
height:246px !important;
}

#logo img
{
width:100%;
height:auto;
}

#logo
{
width:50%;
margin:auto !important;
}

#phone-header {
float: right !important;
margin-top: 20px;
}

.callUs
{
float:none;
padding-left:10px;
}

.callIcon
{
margin-top:0px;
display:block;
padding-left:10px;
font-size:25px;
background:none;
}

#phone-header {
float: right !important;
margin-top: 20px;
}


}


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

#menu-bg #nav ul li a {
	display:block;
	float:left;
	font-size: 14px;
	color: #FFFFFF;
	padding:15px 5px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

#logo img
{
width:100%;
height:auto;
}

#logo
{
width:50%;
}

#phone-header {
float: right !important;
margin-top: 20px;
}

.callUs
{
float:none;
padding-left:10px;
}

.callIcon
{
margin-top:0px;
display:block;
padding-left:10px;
font-size:25px;
background:none;
}

.slider-wrapper
{
background: url("../../../images/Climax-Banner-568.jpg") no-repeat;
height:220px !important;
}

.slider-wrapper a
{
width:25%;
background:none;
height:200px !important;

}

#accordian-bg
{
height:auto;
}

#accordian-bg-image
{
height:auto;
}

}

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

#menu-bg #nav ul li a {
	display:block;
	float:left;
	font-size: 14px;
	color: #FFFFFF;
	padding:15px 5px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

#logo img
{
width:100%;
height:auto;
}

#logo
{
width:50%;
}

.callUs
{
float:none;
padding-left:10px;
}

.callIcon
{
margin-top:0px;
display:block;
padding-left:10px;
font-size:25px;
background:none;
}

.slider-wrapper
{
background: url("../../../images/Climax-Banner-480.jpg") no-repeat;
height:200px !important;
}

.slider-wrapper a
{
width:25%;
background:none;
height:200px !important;

}

#accordian-bg
{
height:auto;
}

#accordian-bg-image
{
height:auto;
}

}


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

#menu-bg #nav ul li a {
	display:block;
	float:left;
	font-size: 12px;
	color: #FFFFFF;
	padding:13px 5px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

#logo img
{
width:100%;
height:auto;
}

#logo
{
width:50%;
}

.callUs
{
float:none;
padding-left:10px;
}

.callIcon
{
margin-top:0px;
display:block;
padding-left:10px;
font-size:25px;
background:none;
}

.slider-wrapper
{
background: url("../../../images/Climax-Banner-414.jpg") no-repeat;
height:145px !important;
}

.slider-wrapper a
{
width:25%;
background:none;
height:200px !important;

}

#accordian-bg
{
height:auto;
}

#accordian-bg-image
{
height:auto;
}

#footer-base p
{
font-size:10px;
}

}

@media screen and (max-width: 320px) {
header
{
height:auto;
}

#menu-bg #nav ul li a {
	display:block;
	float:left;
	font-size: 9px;
	color: #FFFFFF;
	padding:15px 5px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

#snow-header
{
display:none;
}

.slider-wrapper
{
background: url("../../../images/Climax-Banner-320.jpg") no-repeat;
height:125px !important;
}

.slider-wrapper a
{
width:25%;
background:none;
height:125px !important;

}

#accordian-bg
{
height:auto;
}

#accordian-bg-image
{
height:auto;
}

#content #content-sidebar
{
width:95%;
padding-left:2px;
}

#form-header
{
width:100%;
}

#form-header img
{
width:100%;
}

#form-header2
{
width:100%;
background-size:100%;
}

#form-wrapper
{
width:95%;

}

.callUs
{
font-size:11px;
}

.callIcon
{
font-size:13px;
}

#footer-base p {
color: #FFF;
font-size: 11px;
margin-top: 3px;
margin-bottom: 0;
line-height: 18px;
}

}


@media screen and (max-width: 375px) {
header
{
height:auto;
}

#menu-bg #nav ul li a {
	display:block;
	float:left;
	font-size: 9px;
	color: #FFFFFF;
	padding:15px 5px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

#snow-header
{
display:none;
}

.slider-wrapper
{
background: url("../../../images/Climax-Banner-320.jpg") no-repeat;
height:125px !important;
}

.slider-wrapper a
{
width:25%;
background:none;
height:125px !important;

}

#accordian-bg
{
height:auto;
}

#accordian-bg-image
{
height:auto;
}

#content #content-sidebar
{
width:95%;
padding-left:2px;
}

#form-header
{
width:100%;
}

#form-header img
{
width:100%;
}

#form-header2
{
width:100%;
background-size:100%;
}

#form-wrapper
{
width:95%;

}

.callUs
{
font-size:11px;
}

.callIcon
{
font-size:13px;
}

#footer-base p {
color: #FFF;
font-size: 11px;
margin-top: 3px;
margin-bottom: 0;
line-height: 18px;
}

}