/*** GLOBAL  ***/
html,body{height:100%; min-height:100%}
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#000;
	line-height:20px;
	background-color:#ebeceb;
}

* {
	margin:0;
	padding:0;
}

.clr{clear:both}

hr {
	border: 0;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
*+html hr{margin:0px 0px 5px 0px;}

hr.dotted{background-image:url(../images/dotted-horizontal.gif) !important; border:0px; background-repeat:repeat-x;}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */

/* links */
a, a:visited {
	color:#039;
	text-decoration:none;
}
a:hover{
	color:#069;
	text-decoration:underline;
}
a img{border:none}
.imgleft{float:left; margin-right:15px; margin-top:5px;}
.imgborder{padding:0px; margin:5px 0px;}
.imgright{float:right; margin-left:15px;}
.imgcenter{ margin:5px 0px 10px 0px; display:block; text-align:center}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:13px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	font-size:12px;
	margin:20px 0 20px 0px;
	color:#6b6b6b;
	padding:15px 20px 10px 35px;
	background-image:none;
	line-height:20px;
	border-left:solid 5px #2d84b6;
	background-color:#f6f6f6;
	}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper{  width:1000px;
    height:auto;
    margin:0 auto;
    -moz-box-shadow:  0 0 10px 5px rgba(198, 198, 198, 1);
    -webkit-box-shadow:  0 0 10px 5px rgba(198, 198, 198, 1);
    box-shadow:  0 0 10px 5px rgba(0, 0, 0, .1);
    background:#FFF;}
#container{width:940px; margin:0 auto; padding:0px 30px; background-color:#fff}
#container h1, #container h2{margin-bottom:12px; font-family:Arial, Verdana; font-weight:normal; color:#000;}
#container h3, #container h4, #container h5,#container h6{
	margin-bottom:8px;
	font-family:Arial, Verdana;
	font-weight:normal;
	color: #000;
	letter-spacing:-1px
}
#container h1 {
	font-size:22px;
	line-height:24px;
}
#container h2 {font-size:22px; line-height:24px;}
#container h3 {font-size:18px; line-height:20px;}
#container h4 {font-size:14px; line-height:15px;}
#container h5, #container h6 {font-size:13px; line-height:15px;}
/* TOP */

#top{
	height:90px;
	padding:15px 0px 3px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4fb6e3;
	
}
#headerleft{
	float: left;
	width:450px;
	padding:10px 10px 5px 25px;
}
#headerleft a:hover img {
	opacity:1;
}

#headerrighttop{
	float:right;
	width:200px;
	padding:25px 10px 5px 10px;
}

#headerrighttop h2{
	margin:0px;
	color:#104176;
	font-size:24px;
	text-align:center;
	
}

#headerrightbottom{
	float: right;
	width:260px;
	padding:15px 0px 5px 10px;
}

#logo_right{
	float:none;
	font-size:10px;
	color:#666;
}
#logo h1, #logo h1 a, #logo h1 a:visited{font-size:48px; color:#039; margin-bottom:0px;}
#logo h1 a:hover{text-decoration:none;}
#logo .t1{color:#656253;}
#logo .desc{color:#7c7a6b; font-size:14px;}
#topnavigation{background-image:url(../images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:0px 1px; border-bottom:solid 1px #7c7a6b; height:34px;}
#topnav{
	float:left;
	width:745px;
}
#topnav ul{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
#topnav ul li{list-style-type:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;color:#b9b9b9; background-image:url(../images/-separator.gif); background-repeat:no-repeat; background-position:0px 12px}
#topnav ul li li{padding:0px;}
#topnav ul li.home{background-image:none;}
#topnav ul li.active{
	border-top:solid 3px #4eb5e3;
}
#topnav ul li a, #topnav ul li a:visited{color:#000;}
#topnav ul li a:hover{
	color:#333;
	text-decoration:underline
}
#topsearch{
	width:185px;
	float:right;
	padding:7px 0px 0px 0px;
}
#topsearch form p{margin:0px;}
*+html #topsearch {padding:5px 0px 0px 0px;}/* ie 7 only */
* html #topsearch {padding:5px 0px 0px 0px;}/* ie 6 only */

.but{
	border:solid 1px #363637;
	font-family:Arial;
	font-size:11px;
	background-color:#ADDC6C;
	color:#fff;
	padding:2px 10px;
	cursor:pointer;
	vertical-align:middle;
	text-transform:uppercase
}
a.but, a.but:hover{text-decoration:none; color:#fff; padding:6px 10px !important}
*+html .but{padding:2px 3px 1px 3px !important;}/* ie 7 only */
* html .but{padding:2px 3px 1px 3px !important;}/* ie 6 only */

/* HEADER */
#header{
	height:250px;
	clear:left;
	margin:10px 0px 0px 0px;
	border-bottom:solid 1px #7c7a6b;
	position:relative
}
#header-inner{
	background-image:url(../images/dotted-horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:20px 0px 20px 0px
}
#header-inner h1.pagetitle{
	margin:0px;
	color:#104176;
	font-size:22px;
}
#slideshow ul{margin:0px; padding:0px; list-style-type:none;}
#slideshow ul li{margin:0px; padding:0px; list-style-type:none;}

/* CONTENT */
#content{
	margin:20px 0px;
	background-image:url(../images/bg-content2.gif);
	background-repeat:repeat-y;
	width:940px;
	overflow: hidden;
}
#contentnoside{
	margin:20px 0px;
	width:940px
}
#content-full{margin:20px 0px}
#content-left{
	width:680px;
	float:left;
	padding-right:20px;
}
#content-right{
	width:240px;
	float:left;
	font-size: 12px;
	height: auto;
}
#maintext{padding:0px 20px 20px 0px}
#maintext_home_bottom{padding:0px 20px 20px 0px; vertical-align:bottom;}
ul.inline{
	list-style-type:none;
	padding:0px;

}
ul.inline li{
	list-style-type:none;
	padding:0px;
	display:inline;
	float:left;
	width:202px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.inline li.nomargin{margin:0px;}
ul.inline h2{
	margin:10px 0px 5px 0px;
	color: #000;
}
ul.checklist{list-style-type:none; padding:0px; margin:0px}
ul.checklist li{list-style-type:none; padding:0px 0px 0px 20px; margin:0px; background-image:url(../images/checklist.gif); background-repeat:no-repeat; background-position:0px 5px;}
* html ul.checklist li{ padding:0px 0px 0px 30px !important;}/* ie 6 only */
#sideright{
	padding:0px 0px 0px 20px;
	font-size: 12px;
}
#sideright h2{
	margin-bottom:8px;
	color: #104176;
}
#sideright ul{list-style-type:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
#sideright ul li { background-image:url(../images/arrowlist.gif); background-repeat:no-repeat; background-position:0px 11px; padding:5px 0px 5px 20px}
#sideright ul.newslist li{list-style-type:none; padding:5px 0px 10px 0px; margin:0px 0px 5px 0px;  background-image:url(../images/dotted-horizontal.gif); 
background-repeat:repeat-x; background-position:bottom; line-height:20px}
#sideright ul.newslist li.noline{background-image:none; padding-bottom:0px; margin-bottom:0px;}
#sideright ul li a, #sideright ul li a:visited{
	color:#039;
}
.box{ background-image:url(../images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:bottom;padding:0px 0px 18px 0px; margin:0px 0px 18px 0px;}
.boxnoline{background-image:none; padding:0px 0px 18px 0px; margin:0px 0px 18px 0px;}
.news-container .box{ background-image:none; padding:0px; margin:0px;}
#sideright blockquote{margin:10px 0px 0px 0px; padding:0px 0px 0px 30px; background:none; border:0px; background-image:url(../Oval%20XL/images/quote.gif); background-repeat:no-repeat;}
.small{color:#999; font-size:11px;}
span.tblue, span.tblue a, span.tblue a:visited{color:#039 !important; font-weight:bold;}
span.tblue2{color:#2d84b6 !important;}


/* FOOTER */
#footer{
	padding:20px 0px 20px 0px;
	width:940px;
	background-image:url(../images/double-line.gif);
	background-repeat:repeat-x
}
#footer-text{
	font-size:11px;
	color:#999689;
	float: none;
	padding-left: 200px;
	padding-right: 200px;
}
#footer-text2{
	font-size:11px;
	color:#999689;
	float: right;
}
#wrapper #container #content #content-left #maintext h1 {
	color: #104176;
}
#wrapper #container #maintext2 h1 {
	color: #104176;
}
#wrapper #container #maintext2 h2 {
	color: #000;
}
.text_bold {
	font-weight: bold;
}
#wrapper #container #maintext2 table {
	text-align: center;
	font-size:18px;
}
#wrapper #container #content #mainindex2 #maintext h1 {
	color: #104176;
}
#wrapper #container #content #mainindex2 #maintext h2 {
	color: #000;
}
#wrapper #container #content #content-left #maintext table tr td p {
	padding-left: 10px;
}
#wrapper #container #content #content-left #maintext table tr td h2 {
	padding-left: 10px;
}
#wrapper #container #content #content-right #sideright .news-container table tr td {
	border: thin dotted #CCC;
}
#wrapper #container #content #content-left #maintext table {
	text-align: center;
	font-size: 13px;
}


a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: none;
}

#special{
	padding-top:2px;
	background-image:url(../images/dotted-horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#special a:hover img {
	opacity:0.5;
}
.searcharea
	{	
	display:block;	
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#search{position:absolute;top:72px;left:340px;}

#searchfield{
	background:url(../../images/srch-field-bg.jpg);
	float:left;
	border:0;
	height:32px;
	line-height:32px;
	padding:0;
	text-indent:8px;
	width:192px;
	color:#000;
}
#searchsubmit{border:0;padding:0;.margin-left:-10px;.margin-bottom:1px;height:32px;}
#searchsubmit:hover{
	opacity:0.8;
}
.button{
	border-width:1px;
	border-style:solid;
	border-color:#999999 #000000 #000000 #999999;
	background-color:#999999;
	color:#ffffff;
	font-size:.9em;
	padding:1px 2px;
	margin:0;
	cursor:pointer;
}
.button:hover{
	opacity:0.8;
}
#parts a:hover{
	opacity:0.8;
}

#grillheads {
	width:660px;
	color:#C51721;
}
#grillheads a{
	color:#c51721;
}
#grillheads a:hover{
	text-decoration:underline;
}
#grillheads a:hover img{
	opacity:.8;
}
#gallery li{
	list-style-type:none;
	display:inline;
	padding-right:5px;
}
#chemimg {
	height:175px;
	width:180px;
	padding:10px;
	border-radius:5px;
	border: 1px solid rgb(224, 224, 224);
}
#chemimg a:hover{
	opacity:0.8;
}
#paypal img {
	width:220px;
	height:auto;
}
#trackstatus {
	background-image: url(../../images/trackstatus.png);
	height: 70px;
	width: 220px;
}
#trackstatus:hover {
	background-image: url(../../images/trackstatushover.png);
}
#slider_div h2{
	color: #ffffff;
	font-size:22px;
	 line-height:24px;
}
#construction-r {
background: #dddddd;
margin-right: 10px;
padding: 10px;
border-radius: 10px;
border: 1px solid #bbb;
box-shadow: 5px 5px 5px #888888;
text-align: justify;
min-height: 145px;
}
#construction-l {
background: #dddddd;
margin-left: 10px;
padding: 10px;
border-radius: 10px;
border: 1px solid #bbb;
box-shadow: -5px 5px 5px #888888;
text-align: justify;
min-height: 145px;
}

#ct-image-r {
margin: 0px 0px 5px 10px;
border-radius: 5px;
border: 1px solid #000;
}

#ct-image-l {
margin: 0px 10px 5px 0px;
border-radius: 5px;
border: 1px solid #000;
}
#construction-l > p {
margin-bottom: 0;
}
#construction-r > p {
margin-bottom: 0;
}
td.gsc-clear-button {
visibility:hidden;
}
.gsc-input input.gsc-input {
padding: 5px 5px 5px 5px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
border-radius: 2px;
height: 17px;
}
.Border     {border:1px solid #9D9D9D;}
.Radius5 
{
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
#ddbox1 {
width: 50%;
text-align: center;
float: left;
}
#ddbox2 {
width: 50%;
float: right;
text-align: center;
}
#cover-models a:hover{
	text-decoration: underline;
	color: #104176;
}
#ddbox3 {
	width: 33%;
	text-align: center;
	float: left;
}

.subcat {
	float: left;
	width:100%;
}

.subcat_short {
	float: left;
	width:75%;
	margin-bottom: 15px;
}

#subcat .subcat_cell {
	float: left;
}

#subcat .subcat_cell_right {
	float: right;
	margin-right:3px;
}

#subcat img {
	margin-top: 5px;
	max-height: 105px;
	max-width: 130px;	
}

#subcat a:link {
	text-decoration:none;
}
#subcat a:visited {
	text-decoration:none;
}
#subcat a:hover {
	text-decoration:underline;
	color:#000;
}

#subcat .main_cell {
	text-align: center;
	width:148px;
	height:150px;
	text-align: center;
	cursor:pointer;
	border: 1px solid #9D9D9D;
	border-radius: 5px;
	background-color: white;
	margin-right: 5px;
	margin-bottom: 5px;
}

#subcat .main_cell_lg {
	text-align: center;
	width:213px;
	height:207px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}

#subcat .name {
	float: left;
	font-size: 12px;
	padding: 0 5px;
	text-align: center;
	width: 138px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 5px;
}
#subcat .name_lg {
	float: left;
	font-size: 15px;
	padding: 0 10px;
	text-align: center;
	width: 192px;
	font-weight: bold;
}

.main_cell_lg.subcat_cell:hover {
opacity: 0.85;
}
.main_cell.subcat_cell:hover {
opacity: 0.85;
}
.cdown-xmas {
background: url(../images/xmas-bg2.png) center top;
background-color: #fff;
box-shadow: 0px 2px 5px #888888;
}
.cdown-xmas-inner {
margin: auto;
width: 1000px;
height: 50px;
}
.cdown-xmas-left {
float: left;
width: 500px;
height: 50px;
background: url(../images/countdown2.png) center top;
margin-left: 25px;
}
.cdown-xmas-center {
float: left;
    margin-top: 0px;
    margin-left: 65px;
    width: 300px;
    padding: 10px;
    height: 30px;
}
.cdown-xmas-right {
float: right;
margin-right: 25px;
margin-top: -45px;
}
.xmas-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f56858), color-stop(1, #e34242));
	background:-moz-linear-gradient(top, #f56858 5%, #e34242 100%);
	background:-webkit-linear-gradient(top, #f56858 5%, #e34242 100%);
	background:-o-linear-gradient(top, #f56858 5%, #e34242 100%);
	background:-ms-linear-gradient(top, #f56858 5%, #e34242 100%);
	background:linear-gradient(to bottom, #f56858 5%, #e34242 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56858', endColorstr='#e34242',GradientType=0);
	background-color:#f56858;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.xmas-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e34242), color-stop(1, #f56858));
	background:-moz-linear-gradient(top, #e34242 5%, #f56858 100%);
	background:-webkit-linear-gradient(top, #e34242 5%, #f56858 100%);
	background:-o-linear-gradient(top, #e34242 5%, #f56858 100%);
	background:-ms-linear-gradient(top, #e34242 5%, #f56858 100%);
	background:linear-gradient(to bottom, #e34242 5%, #f56858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34242', endColorstr='#f56858',GradientType=0);
	background-color:#e34242;
}
.xmas-btn:active {
	position:relative;
	top:1px;
}
a.xmas-btn {
color: #fff;
}
a.xmas-btn:hover {
color: #fff;
text-decoration: none;
}


ul.enlarge{
list-style-type:none;
margin:0;
padding:0;
}
ul.enlarge li{
display:inline-block;
position: relative;
z-index: 0;
}
ul.enlarge span{
position:absolute;
left: -9999px;
}
ul.enlarge li:hover{
z-index: 1; 
cursor:pointer;
}

ul.enlarge li:hover span{
top: -100px;
left: 100px;
} 
ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}
ul.enlarge span img{
padding: 2px;
background: #ccc;
}
ul.enlarge span{
padding: 10px;
background:#eae9d4;
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center;
color: #495a62;
}
.special-kit-liners {
  background: #eee;
  width: 656px;
  margin-left: 0px;
  padding: 5px 3px 5px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
}




#tabcontainer{
	margin: 2em auto;
	width: 100%;
}
#tabcontainer-2{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#tabcontainer ul{
	
	list-style-position: outside;
}
#tabcontainer-2 ul{
	
	list-style-position: outside;
}
#tabcontainer ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	height:25px;
}
#tabcontainer-2 ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	height:25px;
}

#tabcontainer ul.menu li{
	font-weight: 700;
	font-size:14px;
	display: block;
	padding: 8px 10px 2px 10px;
	background-image:url("../images/tabbg.jpg");
	margin-bottom: -1px;
	position: relative;
	color: #333;
	cursor: pointer;
	border: 1px solid #333;
	border-bottom:none;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#tabcontainer-2 ul.menu li{
	font-weight: 700;
	font-size:14px;
	display: block;
	padding: 8px 10px 2px 10px;
	background-image:url("../images/tabbg.jpg");
	margin-bottom: -1px;
	position: relative;
	color: #333;
	cursor: pointer;
	border: 1px solid #333;
	border-bottom:none;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#tabcontainer ul.menu li.active{
	background: #fff;
	top: 1px;
	color: #5f95ef;
	border: 1px solid #cbcbcb;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:none;
}
#tabcontainer-2 ul.menu li.active{
	background: #fff;
	top: 1px;
	color: #47a8df;
	border: 1px solid #cbcbcb;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:none;
}
/******* /MENU *******/
.tabclear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* CONTENT *******/
.tabcontent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 13.5px;
	min-height:200px;
	border-radius: 5px;
}
.tabcontent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
.tabcontent.maintab{
	display: block;
}

.tabcontent.tab2{
	display: none;
}

.tabcontent.tab3{
	display: none;
}

.tabcontent.tab4{
	display: none;
}

.tabcontent.tab5{
	display: none;
}
.tabtitle{
	font-size: 16px;
	color: #47a8df;
	font-weight: 700;
}
.hover:hover {
	opacity: 0.8;
}
.apcimg {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #EEEDEE none repeat scroll 0 0;
    border: 1px solid #E5E5E5;
    margin: 2px;
    padding: 5px;
}
.apc-title {
	font-family: myriad_reg,"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    letter-spacing: -1px;
	color: #47a8df;
    font-size: 26px;
    line-height: 32px;
}





.black-friday {
background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 2px 5px #888888;
}
.black-friday-inner {
margin: auto;
width: 1000px;
height: 50px;
}
.black-friday-left {
float: left;
width: 500px;
height: 50px;
background: url(../images/cyber-monday-header.png) center top;
margin-left: 90px;
}
.black-friday-center {
float: left;
margin-top: 7px;
margin-left: 122px;
width: 240px;
height: 50px;
}
.bf-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #797979;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #CECECE;
}
.bf-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.bf-btn:active {
	position:relative;
	top:1px;
}
a.bf-btn {
color: #000;
}
a.bf-btn:hover {
color: #fff;
text-decoration: none;
}
#agsizeselect {
    background-image: url(../images/ag-bg.png);
    height: 150px;
    padding-top: 50px;
}
#home-content-full {
    width: 100%;
    padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
}
#home-content-full p {
	font-size: 14px;
	line-height: 22px;
}
.welcome-home {
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.home-ttl {
	font-family: 'Arimo', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}
.home-ttl-sm {
	font-family: 'Arimo', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.home-img-border {
    border-radius: 10px;
    border: 1px solid gray;
	-webkit-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.75);
}
div#hm-cats {
    display: inline-block;
    width: 458px;
    padding: 5px;
    text-align: center;
}
div#hm-cats-3 {
    display: inline-block;
    width: 300px;
    padding: 5px;
    text-align: center;
}
#home-testimonials {
	height:270px;
	margin-top: 50px;
}
.hm-txt{
	font-family: 'Arimo', sans-serif;
	font-size: 28px;
	font-weight: bold;	
	color: #104176;
}
div#price-match-bg {
    background-image: url(../images/Price-Match-hm.png);
    background-repeat: no-repeat;
    height: 126px;
    padding-top: 40px;
    background-position: center;
    opacity: .15;
}
div#price-match-hm {
    margin-top: -127px;
    margin-bottom: 70px;
}
#header-hm {
	width: 1000px;
    height: 450px;
    position: relative;
    overflow: hidden;
    z-index: auto;
    margin-left: -30px;
	margin-top: 10px;
}
.hm-sd-txt {
	font-family: 'Arimo', sans-serif;
    font-size: 24px;
    font-weight: bold;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, .8);
}
#body-hm {
    width: 100%;
    padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
}
.opensans {
	font-family: 'Open Sans', sans-serif;
}
#body-hm p {
	font-size: 14px;
	line-height: 22px;
}
div#free-ship-hm {
    background-image: url(../images/freeshipping-hm.png);
    height: 119px;
    width: 220px;
    position: relative;
    top: -127px;
    left: 770px;
    background-repeat: no-repeat;
    margin-bottom: -119px;
}
#liner-images {
    width: 680px;
}
#liner-images-popup {
    width: 680px;
    height: 8776px;
}
#ln-image-display img {
    margin: 5px;
    width: 120px;
    border-radius: 8px;
    border: 1px solid gray;
    -webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.75);
}
#ln-image-display {
    margin: 0;
	width: 680px;
}
#ln-image-display li {
    float: none;
    display: inline-block;
	width: 132px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
	margin-bottom: 20px;
}
.lnoverlay:hover {
	background: url("../images/lnoverlay.png");
	opacity: 0.6;
}
.linermil {
	position: relative;
    top: -35px;
    line-height: 24px;
    width: 120px;
    margin-bottom: -27px;
    margin-left: 6px;
    background: rgba(255, 255, 255, .6);
    border-radius: 0 0 7px 7px;
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.linermil-pu {
	position: relative;
    top: -30px;
    line-height: 24px;
    width: 120px;
    margin-bottom: -27px;
    margin-left: 6px;
    background: rgba(255, 255, 255, .6);
    border-radius: 0 0 7px 7px;
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.free-kit {
    width: 62px;
    height: 94px;
    position: absolute;
    margin-left: 6px;
    margin-top: -251px;
    background: url(../images/ln-wt-kit.png);
    border-radius: 7px 0 0 0;
}
.free-kit-pu {
    width: 62px;
    height: 94px;
    position: absolute;
    margin-left: 6px;
    margin-top: -246px;
    background: url(../images/ln-wt-kit.png);
    border-radius: 7px 0 0 0;
}
.findlay {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -30px;
    background: url(../images/findlay-lg.png);
}
.findlay-pu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -25px;
    background: url(../images/findlay-lg.png);
}
.latham {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -30px;
    background: url(../images/latham-lg.png);
}
.latham-pu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -25px;
    background: url(../images/latham-lg.png);
}
.gli {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -30px;
    background: url(../images/gli-lg.png);
}
.gli-pu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -25px;
    background: url(../images/gli-lg.png);
}
.equator {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -30px;
    background: url(../images/equator-lg.png);
}
.equator-pu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -25px;
    background: url(../images/equator-lg.png);
}
.tex {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: -30px;
    background: url(../images/fp.png);
}
.tex-pu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: -25px;
    background: url(../images/fp.png);
}
.tex-lg {
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: 75px;
    margin-top: -64px;
    background: url(../images/fp-lg.png);
    opacity: 0.67;
}
.merlin {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -30px;
    background: url(../images/merlin-lg.png);
}
.merlin-pu {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 103px;
    margin-top: -25px;
    background: url(../images/merlin-lg.png);
}
.liner-type-container {
    width: 940px;
}
.ln-pricing {
    float: right;
	width: 240px;
}
.ln-pricing img {
    margin-top: 6px;
}
.ln-price-title {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
#header-ag {
	width: 1000px;
    height: 400px;
    position: relative;
    overflow: hidden;
    z-index: auto;
    margin-left: -30px;
	margin-top: -10px;
}
#header-ag-2 {
	width: 940px;
    height: 305px;
    position: relative;
    overflow: hidden;
    z-index: auto;
	margin-top: -10px;
}
#slidein {
	top: 50px;
    left: 50px;
    width: 200px;
    z-index: 1;
    margin-top: 0px;
    margin-left: 0px;
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
}
#slidein-ag {
	top: 300px;
    left: 30px;
	width: 280px;
	z-index: 1;
	transform: translate3d(0px, 0px, 0px);
    position: absolute;
}
#ag-content {
    margin-top: -10px;
	margin-bottom: -6px;
}
#ag-model-button {
    width: 200px;
    font-size: 20px;
    line-height: 28px;
    color: #47a8df;
    text-align: center;
    background-color: rgb(249, 249, 249);
    padding: 10px;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    position: absolute;
    bottom: 60px;
    margin-left: 65px;
}
#ag-model-button:hover {
	background-color: rgb(255, 255, 255);
	color: #ff9333;
}
#ag-brands {
    height: auto;
    width: auto;
    position: relative;
	margin-top: 10px;
}
#ag-brands img{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
#ag-models-wrap {
}
#ag-models {
    float: left;
    margin-right: 5px;
	position: relative;
}
#ag-models img {
    width: 231.25px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}
#ag-model-button-2 {
    width: 148px;
    font-size: 18px;
    line-height: 22px;
    color: #47a8df;
    text-align: center;
    background-color: rgb(249, 249, 249);
    padding: 8px;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    position: absolute;
    bottom: 26px;
    margin-left: 33px;
}
#ag-model-button-2:hover {
	background-color: rgb(255, 255, 255);
	color: #ff9333;
}
#ag-models-2 {
    float: left;
    margin-right: 15px;
	margin-top: 15px;
    position: relative;
    width: 223.75px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
    background-color: #efede8;
}
#ag-models-2 img {
    width: 223.75px;
}
.ag-model-title {
    font-size: 28px;
    line-height: 28px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.ag-model-info {
    text-align: left;
    margin: 0px 0 10px 30px;
    height: 80px;
	font-family: 'Quicksand', sans-serif;
}
#ag-model-button-3 {
    width: 148px;
    font-size: 18px;
    line-height: 22px;
    color: #47a8df;
    text-align: center;
    background-color: rgb(249, 249, 249);
    padding: 8px;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    bottom: 26px;
    margin-left: 33px;
    margin-bottom: 10px;
}
#ag-model-button-3:hover {
	background-color: rgb(255, 255, 255);
	color: #ff9333;
	text-decoration:none;
}
#ag-button-div a:hover {
    text-decoration: none;
}
#ag-model-title-div {
    height: 60px;
}
#ag-drop-rd {
    position: absolute;
    bottom: 117px;
    left: 35px;
    width: 280px;
}
#ag-drop-ov {
    position: absolute;
    bottom: 30px;
    left: 35px;
    width: 280px;
}
.ag-drop-rd-title, .ag-drop-ov-title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
	margin-bottom: 5px;
}
#ag-size-drop-rd, #ag-size-drop-ov {
    text-align: center;
    margin-top: 5px;
}
#agmenu {
    padding: 10px 5px;
    border-radius: 5px;
}
#ag-menu-div {
    float: left;
	width: 563px;
}
.ag-menu-image {
    float: left;
    margin-right: 11px;
    position: relative;
}
#ag-menu-button {
    width: 148px;
    font-size: 18px;
    line-height: 22px;
    color: #47a8df;
    text-align: center;
    background-color: rgb(249, 249, 249);
    padding: 8px;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    bottom: 115px;
    margin-left: 29px;
    position: absolute;
}
#ag-menu-button:hover {
	background-color: rgb(255, 255, 255);
	color: #ff9333;
	text-decoration:none;
}
#ag-button-div a:hover {
	text-decoration:none;
}
#ag-menu-button-div {
    float: left;
    height: 50px;
    margin-top: 13px;
}
#ag-menu-button-div a:hover {
	text-decoration:none;
}
#ag-menu-lower-button {
    width: 252px;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 187, 255, 0.72);
    padding: 8px;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}
#ag-menu-lower-button:hover {
	background-color: rgb(0, 32, 75);
	color: #ffffff;
	text-decoration:none;
}
.QS-p {
	font-family: Quicksand, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.qs {
	font-family: Quicksand, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
.sp-ttl {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.sp-ttl a:hover {
    text-decoration:none;
	color: #ff8300;
}
.cust-sp-images img {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}
.ig-tech-sp-cont {
    position: relative;
}
.igtech-over {
    position: absolute;
    bottom: -39px;
    left: 335px;
}
.igtech-over img {
    height: 300px;
}
.igtech-over a {
    color: #ffffff;
	text-shadow: 1px 2px 5px rgb(41, 41, 41);
}
.igtech-over a:hover {
    color: #ffb23c;
	text-shadow: 1px 2px 5px rgb(41, 41, 41);
	opacity: 0.8;
}
.igtechtext {
    position: absolute;
    bottom: 72px;
    font-family: Quicksand, sans-serif;
    font-size: 44px;
    line-height: 44px;
    width: 270px;
	font-weight: 600;
}
.igtech-type-cont {
    width: 1000px;
    margin-left: -30px;
    margin-top: 70px;
}
.igtech-steel, .igtech-poly {
    width: 50%;
    float: left;
}
.igtech-steel {
    background: rgb(212, 233, 236);
}
.igtech-poly {
    background: #f5f5f5;
}
.igtech-type-ttl {
    text-align: center;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 30px;
	margin-top: 20px;
    line-height: 40px;
}
.igtech-type-txt {
    padding: 40px 40px 0 40px;
}
.igtech-blog a:hover {
    color: #ff8300;
    text-decoration: none;
}
.blog-ttl {
    background: rgb(212, 233, 236);
    width: 970px;
    margin-left: -30px;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 30px;
    padding-left: 30px;
    line-height: 44px;
    margin-bottom: 35px;
    margin-top: 35px;
}
#igtech-button {
    font-size: 22px;
    width: 375px;
    font-family: Quicksand, sans-serif;
    line-height: 26px;
    color: #666;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.72);
    padding: 8px;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
	margin-top: 30px;
}
#igtech-button-div a:hover {
	text-decoration:none;
}
#igtech-button:hover {
	background-color: rgb(0, 32, 75);
	color: #ffffff;
	text-decoration:none;
}
.igtech-brochure-cont {
    width: 1000px;
    margin-left: -30px;
}
.igtech-brochure {
    float: left;
}
.igtechbrochure-ttl {
    background: rgb(212, 233, 236);
    width: 970px;
    margin-left: -30px;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 30px;
    padding-left: 30px;
    line-height: 44px;
    margin-top: 35px;
}