html,body{
	margin:0 auto;
	padding:0;
}
#main { 
		width: 100%;
		margin-top: -20px;
		/*border-top: solid 1px #333;*/
}
#comment-spacer {
	height: 65px;
}
.col-imgs {
	width: 100%;
	border: none;
}
.col-imgs-l {
	width: 100%;
	border: none;
	/*padding-top: 30px;*/
}
.col-imgs-r {
	width: 100%;
	border: none;
	/*border: solid 1px #550066;*/
	/*padding-top: 30px;*/
}
.col-img-l {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #333;
	font-weight: bold;
	float: left; width: 100%; max-width: 420px; text-align: left;
}
.col-img-c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #333;
	font-weight: bold;
	float: left; width: 100%; max-width: 420px; text-align: left; padding: 0px 10px 0px 10px;
}
.col-img-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 100%;
	max-width: 420px;
}
.col-div {
	width: 100%; display: inline-block; max-width: 1280px; text-align: center;
}
.cols-div {
	margin-top: 16px; width: 100%; display: inline-block; max-width: 1280px; text-align: center;
}
/* Add product category divs */
.col-cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #333;
	font-weight: bold;
	float: left; width: 100%; max-width: 310px; text-align: left;
	margin: 3px;
	/*width: 23.8%; float: left;*/
}
.catimg {
	width: 100%;
	border: none;
	max-width: 150px;
}
.catlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #333;
	font-weight: bold;
	text-align: center;
}
.catlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000;
	font-weight: bold;
	text-align: center;
}
.bgfff {
	background-color: #FFF;
	/*filter:alpha(opacity=90);
	opacity:0.9;*/
}
.bread-crumbs-div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #1f7798;
	font-weight: normal;
	text-align: left;
	height: 20px;
	margin-left: 10px;
}
.bread-crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #1f7798;
	font-weight: normal;
}
.bread-crumbs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #003366;
	font-weight: normal;
}
.sn-buttons {
	float: left;
	padding-left: 5px;
}


#footer {
	width: 100%; display: inline-block;
}
.center {
	width: 1280px;
	height: auto;
    margin: 0 auto;
    position: relative;
}
.txt-al {
	text-align: left;
}
.cat-name {
	color: #1f7798;
	font-weight: bold;
}
.footer-div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #666;
	width: 100%;
	max-width: 424px;
	float: left;
}
.nb {
	border: none;
}
.op {
	border: none;
	opacity: 0.5;
}
.asterisk {
	font-weight: bold;
	color: #ff3333;
}

.clear {
	clear: both;
}
.spacer_4 {
	height: 4px;
}
.spacer_5 {
	height: 5px;
}
.spacer_10 {
	height: 10px;
}
.spacer_20 {
	height: 20px;
}
.spacer_30 {
	height: 30px;
}
.spacer_40 {
	height: 40px;
}
.spacer_50 {
	height: 50px;
}
.spacer_60 {
	height: 60px;
}
.spacer_70 {
	height: 70px;
}
.spacer_80 {
	height: 80px;
}

.grad_bg {
	background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 1%, #CCC 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #efefef), color-stop(100%, #CCC));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 1%, #CCC 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 1%, #CCC 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 1%, #CCC 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #efefef 1%, #CCC 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#CCC', GradientType=0);
    /* IE6-9 */
}
.pad10 {
	padding: 10px;
}
#copyright {
	float: none; text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #666;
	margin-top: 16px;
	margin-bottom: 16px;
}
.footer-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
    color: #666;
	/*text-align: right;*/
}
.footer-links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
    color: #000;
	/*text-align: right;*/
}

.main-title {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #1f7798;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 28px;
}

.main-title-al {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #1f7798;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}



.blue-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #1f7798;
	text-decoration: none;
}
.blue-txt-b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1f7798;
	text-decoration: none;
}
.blue-txt-i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #1f7798;
	text-decoration: underline;
	font-style: italic;
}
.results {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ff6633;
	text-decoration: none;
}
.model-number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	padding: 20px 0px 10px 0px;
}
.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
}
/* Adjust both #searchform #s widths if you want transitions */
/*
.search-div {
	float: none;
	padding-right: 5px;
}
*/
#searchform {
	/*float:right;*/
	margin-top: 0px;
	width: 96%;
	/*border:1px solid #999;*/
} 
#searchform #s {
	/*float:right;*/
	border:1px solid #999;
	width: 16px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	border-radius:40px;
	padding: 10px;
	background:#f1f1f1 url(../img/magnify-dark.png) no-repeat  2% 50%;
	-webkit-transition-duration: 400ms; -webkit-transition-property: width, background; -webkit-transition-timing-function: ease; -moz-transition-duration: 400ms; -moz-transition-property: width, background;	-moz-transition-timing-function: ease; -o-transition-duration: 400ms; -o-transition-property: width, background; -o-transition-timing-function: ease;
	cursor:pointer;
	color:#4b4b4b;
	text-indent:-999999px;
}
#searchform #s:focus {
	outline:none;
	background:#f1f1f1 url(../img/magnify-dark.png) no-repeat 2% 50%;
	/*padding-left:34px;*/
	width: 96%;
	text-indent: 30px;
	margin-left: -10px;
	max-width: 360px;
}




/* This is for the loading screen */
.loading-container {
	position:absolute;
	top:0px;
	left:0px;
}
.blk-bg {
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
	display:block;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.loading {
	position:absolute;
	display:block;
	background:url(../img/loading.gif) no-repeat center center;
	top:0px;
	left:0px;
	/*width:100%;
	height:100%;*/
}

/* Slides */
.slides-container {
	cursor:move;
	position:absolute;
	left:0px;
	top:0px;
	width:1280px;
	height:550px;
	overflow:hidden;
}
/* End Slides and loading . . . */


/* for Misc pages/copy */
.wht-page {
	background-color: #FFF;
	width: 100%;
	max-width: 1280px;
}
.policy-copy {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000;
	line-height: 22px;
	background-color: #FFF;
	padding: 10px;
}
ol { margin-left: -20px; }
/*ol li { color: #000; }*/

ol li {
	color: #333;
}
.reg-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
	margin-top: 0px;
	margin-bottom: 6px;
}
.reg-title-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #009ad2;
}
.title-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    color: #666;
}
.reg-copy {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #666;
	line-height: 20px;
	background-color: #FFF;
	padding: 10px;
}
.reg-copy-error {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #cc3333;
	/*padding: 10px;*/
}
.reg-link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}
.reg-link:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #666;
}