/* 
Owner: CoastersAndKoozies.com [c] 2011
Author: Patrick C. Hamil

::: Table Of Contents :::

:1: GLOBAL STYLES
|- :1.1: WRAPPER STYLES

:2: NAVIGATION STYLES

:3: SLIDER STYLES

:4: CONTENT STYLES

:5: FOOTER STYLES

:6: NEW/MISC. STYLES

*/
/* :1:  GLOBAL STYLES */
body {
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
h1 { font-family: Verdana, Geneva, sans-serif; font-size: 24px; font-weight: bold; color: #C30; margin-bottom: 5px; }
h2 { font-family: Verdana, Geneva, sans-serif; font-size: 20px; font-weight: bold; color: #C30; margin: 10px 0 5px; }
p { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; color: #000; margin: 5px 5px 10px 0; line-height: 16px; text-align: left;}
hr.style-one { border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }
/* :1.1:  WRAPPER STYLES */
#outerwrapper {
	background-image:url(../images/background-strokes.png);
	background-position:center top;
	background-repeat: repeat-y;
	width: 1000px;
	min-height: 200px;
	margin: 0 auto;
}
#innerwrapper {
	width: 960px;
	margin: 0 auto;
}

/* :2: NAVIGATION STYLES */
#navigationbg {
	background: url(../images/navigation-bg.jpg) 0 0 no-repeat;
	width: 960px;
	height: 53px;
	margin: 0 auto;
}
#navigationbg a { color: #FFF; text-decoration: none; }
#navigationbg a:hover { color: #AAA; }
#navigationbg ul { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0 auto;
	height: 47px;
	width: 890px;
	display: block;
	top: 3px;
	position: relative;
}
#navigationbg ul li { 
	background-image: url(../images/delimiter.png); background-position: right top; background-repeat: no-repeat;
	display: block; float: left; height: 33px; padding: 14px 22px 0 18px;
}
#navigationbg ul li.last { background-position: left top; padding: 14px 18px 0 22px; }
#navigationbg ul li:hover { 
	color: #999;
}
#navigationbg ul li ul.naVsub { 
	display: none;
	position: absolute;
	width:240px;
	top: 47px;
	margin-left: -20px;
	background: none;
	z-index: 9999;
}
#navigationbg ul li.hasSub:hover > ul.naVsub { display: block; }
#navigationbg ul li ul li{ 
	display: block;
	background-image: none;
	margin: 0;
	height: 38px;
	padding: 0;
	background: none;
}
#navigationbg ul li ul li a{ 
	display: block;
	background: #052812;
	background-image: none;
	padding: 10px 0 10px 20px;
	width: 240px;
	border: 2px solid #1E673F;
	clear: both;
}
#navigationbg ul li ul li a:hover{ 	background: #15622E; }

/* :3: SLIDER STYLES */
#slider { margin-bottom: -195px; }
#prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:960px;
	height:195px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:inline;
	width:31px;
	height:195px;
	float:left;
	left: 0;
	position:relative;
	top:0;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:898px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:inline;
	position:relative;
	float: right;
	left: 0;
	width:31px;
	height:195px;
	background:url(../images/prev_btn.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/nxt_btn.png) no-repeat 0 0;	
	}	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* :4: CONTENT STYLES */
#contentArea { background: #FFF; width: 960px; padding: 0px; text-align: justify; height: 100%; display:table; }

/* :5: FOOTER STYLES */
#footer { 
	background: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	width: 960px;
}
#footer a {color: #FFF;}
#footer ul { 
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
}
#footer ul li { padding: 1px 0; }
#footer ul li.title { 
	padding-bottom: 10px;
	font-size: 20px;
	color: #cccccc;
}
#footerLeftUL { 
	padding: 20px 0 0 20px;
}
#footerMidUL { 
	padding: 20px 0 0 80px;
	text-align: right;
}
#footerMarWr { 
	margin: 20px 180px 0 0;
	width: 395px;
	height: 120px;
	float: right;
}
.footerMar {
	width: 338px;
	height: 100px;
	background: #AAA;
	float: left;
	border: 5px solid #FFF;
	padding-left: 5px;
	white-space: nowrap;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.footerProdI {
	display: inline;
	padding: 5px 2px;
	padding-right: 0px;
}
/* :6: NEW/MISC. STYLES */
a.freeQbutton {
	background: url(../images/coaster-free-quote.jpg);
	background-position: 0 0;
	cursor: pointer;
	float: right;
	margin-left: 15px;
	width: 254px;
	height: 212px;
	display: block;
	text-indent: -9999px;
}
a.freeQbutton:hover {
	background-position: 0 -212px;	
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
  padding: 6px 15px;
}
#cssmenu {
  width: 200px;
}
#cssmenu > ul > li {
  cursor: pointer;
  background: #000;
  border-bottom: 1px solid #797a80;
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #084422;
  background: -moz-linear-gradient(#0f6838 0%, #052f19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f6838), color-stop(100%, #052f19));
  background: -webkit-linear-gradient(#0f6838 0%, #052f19 100%);
  background: linear-gradient(#0f6838 0%, #052f19 100%);
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
}
#cssmenu ul ul a {
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 13px;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
  border: none;
}
#cssmenu ul li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.leftbar {
	width: 	200px;
	background: #999;
	border-bottom-right-radius:10px;
	display:table-cell;
	padding: 0px;
}
.rightcont {
	width: 	740px;
	padding: 0 0 20px 20px;
	background: #FFF;
	display:table-cell;
}
ul.products li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
	background: #FFF;
	margin: 5px 10px 5px 0;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	border: 1px #999 solid;
	box-shadow: 0px 5px 5px #888888;
	height: 200px;
}
a {text-decoration: none;}
ul.products li a h4 { font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; color: #C30; text-decoration: none; margin: 0px }
ul.products li a p { font-size: 12px; text-decoration: none; margin: 0px; line-height: 14px; text-align: center; }
ul.products li a p span {font-style: italic;}

ul.products-small li {
    width: 158px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
	background: #FFF;
	margin: 5px 10px 5px 0;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	border: 1px #999 solid;
	box-shadow: 0px 5px 5px #888888;
	height: 175px;
}
a {text-decoration: none;}
ul.products-small li a h4 { font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; color: #C30; text-decoration: none; margin: 0px }
ul.products-small li a p { font-size: 12px; text-decoration: none; margin: 0px; line-height: 14px; text-align:center;}
ul.products-small li a p span {font-style: italic;}

.get-quote {
	margin-top: 2px;
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}
.get-quote:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.get-quote:active {
	position:relative;
	top:1px;
}
.freeQ { background-image: url(../images/free-quote-inactive.png); width: 730px; height: 87px; display: block; margin: 5px 0 0 -5px;}
.freeQ:hover { background-image: url(../images/free-quote-active.png); }
.proddes {
	width: 710px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
	background: #FFF;
	margin: 5px 10px 5px 0;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	border: 1px #999 solid;
	box-shadow: 0px 5px 5px #888888;
}
.proddes h4 { font-size: 16px; font-weight: bold; text-align: left; font-family: Verdana, sans-serif; }
/*table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
} */
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 2px 22px 2px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	font-weight: bold;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:2px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:2px;
}
table td:first-child {
	text-align: left;
	padding-left:2px;
	border-left: 0;
}
table td {
	padding:10px 2px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.fqcell {
	margin: none; 
	padding: none; 
	overflow: hidden; 
	text-align: center; 
	background: #d29105;
	text-align: center;	
}
.fqcell:hover { background: #DDD; }
.fqcell a{
	display: block; 
	margin: -10em; 
	padding: 10em; 
	font-size: 16px; 
	font-weight: bold;
	text-align: center;	
	color: #000000;
	text-shadow: 1px 1px 0 #666;
}
.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to { visibility: hidden; }
}
@-webkit-keyframes blink {
  to { visibility: hidden; }
}