/**CSS style sheet: menu.css
Domain: automaticgas.com
Authors: Bonnie Walker, Ericka Pratt
Created: 4/20/15
Modified: 1/15/17
----------------
colors:
	Red: #E20600
	Turquois: #018389
	Dk Turq:  #005155
	Dark Beige: #EBEBE6
	Light Beige: #F1F2F2
	Gray: #808285
	Green: #008341
	Background: #F0F9FB

**/

body {
	font-family:Arial, 'Helvetica', sans-serif; 
	background-color:#F0F9FB; 
	margin:0px auto;
}
.bg1 {
	background-color: #808285;
	width: 100%;
	height: 136px;
}
.maincntr {width:1100px; margin:0px auto;}
.containerside {width:15px; height:150px; margin:0px auto; padding:0px; float:left; }
.container {width:1140px; margin:0px auto; padding:0px; }

#header {}
#header .logoContainer {float:left;}
#header .logoContainer a {
	display:block;
	margin-top:0px;
}
#header .topData {margin-top:85px; float:right; text-align:right; margin-right:7px;}
.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}
.pad10t {
	padding-top:10px;
}
.mrgn10l{
	margin-left:10px;
}
.mrgn20t{
	margin-top:20px;
}
.cntr{
	text-align:center;
}
	
.bulletlist {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 140px;
	margin-right: 20px;
	font-weight:500;
	color: #555;
	line-height: 24px;
	list-style-image:url(../img/_arrow2.png);
}
.bulletlist2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 80px;
	margin-right: 40px;
	color: #555;
	line-height: 24px;
	list-style-image:url(../img/_arrow2.png);
}
.bulletlist2 span{
	font-weight:bold;
	color:#0099cc;
}
.theadertxt, .theadertxt a{color: #ffffff; font-size: 12px; line-height: 40px; margin: 0; padding: 0px;}

/*--------------------------------------
-------ROWS---------------------------*/
.row1 { /*top header & footer*/
	height: 50px;
	margin: 0px 30px 0px 30px;
	padding: 0px;
}
.row2 { /*Nivo & menu btns*/
	height: 160px;
	margin: 0px;
	background-image:url(../img/headerbg.png);
}
.row3 { /*slider*/
	height:370px;
	width:1100px;
	background-color:#F0F0F0;
	margin: 0px auto;
	
}
.row4 { /*features*/
	min-height:200px;
	background: url(../img/row4Bg.jpg) no-repeat;
}
.row5 { /*footer*/
	height:135px;
	background-color:#F0F0F0;
	background:url(../img/footer_bg.png) no-repeat;
	width:1100px;
	margin:0px auto;
	z-index:2;
	padding:0 20px 0 20px;
}
.row6 {
	height:135px;
	width:1100px;
	background:url(../img/footer_bg3.png) no-repeat;
	background-color:#F0F0F0;
	margin: 0px auto;

	z-index:-1;
}
.rowint { /*slider*/
	min-height:670px;
	width:1100px;
	background-color:#F0F0F0;
	margin: 0px auto;
	
}
/*--------------------------------------
-------h-tags & basic text-----------*/
h1, h2, h3, h4, h5 {font-weight:normal;}
h1{ /*Red*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#E20600;
	line-height:32px;
	padding: 24px 0px 10px 0px;
	margin:0px;
}
h2 {color: #1A949A; font-size: 18px; font-weight:bold; padding-left:10px;}
h3 {color: #E20600; font-size: 13px; font-weight:bold; text-align:center; margin:10px 0px;}
h3 a {color: #1A949A; font-size: 15px; font-weight:bold; text-align:center;}
h4 {color: #1A949A; font-size: 15px; font-weight:bold; text-align:center;}
p {color: #000000; font-size: 12px; margin: 0; padding: 0px;}
.ctr{text-align:center;}
.txtright{text-align:right;}
a {text-decoration:none;}
.pint{ color: #1A949A; font-size: 12px; line-height: 20px; margin: 0; padding: 15px 20px 5px 20px;}
ul{color: #1A949A; font-size: 12px; line-height: 20px; margin: 0; text-decoration:none; list-style-type:none;}
/*--------------------------------------
-------buttons top menu--------------*/
.topmenu {
	height: 40px;
	min-width: 40px;
	padding: 0px;
	margin: 5px 5px;
	display:inline-block;
	color:#F0F0F0;
	line-height:40px;
	font-weight:bold;
}
.topmenu p, .topmenu a {
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left:15px;
	display: block;
}
.topmenu.btn_g{
	background-image:url(../img/topBtn_g.png);
	background-repeat:no-repeat;
}
.topmenu.btn_f{
	background-image:url(../img/topBtn_f.png);
	background-repeat:no-repeat;
}
.topmenu.btn_H{
	display: block;
	background-image:url(../img/topBtn_h.png);
	background-repeat:no-repeat;
}
.topmenu.btn_L{
	display: block;
	background-image:url(../img/topBtn_L.png);
	background-repeat:no-repeat;
}
.topmenu.btn_p{
	display: block;
	background-image:url(../img/topBtn_p.png);
	background-repeat:no-repeat;
}
.topmenu.btn_c{
	display: block;
	background-image:url(../img/topBtn_c.png);
	background-repeat:no-repeat;
}
.topmenu.btn_c1{
	display: block;
	background-image:url(../img/topBtn_c1.png);
	background-repeat:no-repeat;
}
.topmenu.btn_H:hover, .topmenu.btn_H.current, .topmenu.btn_L:hover, .topmenu.btn_L.current, .topmenu.btn_g:hover, .topmenu.btn_g.current, .topmenu.btn_c:hover, .topmenu.btn_c.current, .topmenu.btn_c1:hover, .topmenu.btn_c1.current, .topmenu.btn_f:hover, .topmenu.btn_f.current, .topmenu.btn_p:hover, .topmenu.btn_p.current {
	background-position: 0 -40px;
}
.topmenu:hover, .topmenu.current {
	background-position:0px -45px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:800;
}
a.tooltipTM {outline:none; }
a.tooltipTM strong {line-height:20px;}
a.tooltipTM:hover {text-decoration:none;} 
a.tooltipTM span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-60px;
    width:auto; line-height:16px;
}
a.tooltipTM:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#444;
	font-size:11px;
    background:#E2E3E4;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:60px;}
    
/*CSS3 extras*/
a.tooltipTM span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}

/*--------------------------------------
-------buttons top menu--------------*/
.whitebtn {
	width:167px;
	height:50px;
	display:block;
	background-image:url(../img/bigBtn_FFF.png);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	margin:0px;
	text-align:center;
	color:#1A949A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:50px;
	font-weight:bold;
	text-decoration:none;
	z-index:50;
}
.whitebtn:hover{
	background-position:0 -50px;
	color:#E20600;
}
.whitebtn a , .whitebtn p{
	color:#1A949A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:50px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.whitebtn a:hover, .whitebtn p:hover{
	color:#E20600;
}
/*------small-------------------------*/
.whtsmbtn {
	width:90px;
	height:30px;
	display:block;
	background-image:url(../img/BtnSm_FFF.png);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	margin:5px 0px 0px 10px;
}
.whtsmbtn:hover{
	background-position:0 -30px;
}
.whtsmbtn a, .whtsmbtn p{
	color:#E20600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
}
.whtsmbtn p:hover{
	color:#1A949A;
}

.whtsmbtn2 {
	width:90px;
	height:30px;
	display:block;
	background-image:url(../img/BtnSm_FFF.png);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	margin:7px 0px 0px 5px;
}
.whtsmbtn2:hover{
	background-position:0 -30px;
}
.whtsmbtn2 a, .whtsmbtn2 p{
	color:#E20600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
}
.whtsmbtn2 p:hover{
	color:#1A949A;
}
/*--------------------------------------
----------Features--------------------*/

.feature1L{
	display:block;
	width:200px;
	height:90px;
	background-image:url(../img/Feature_B1.png);
	background-position:0px 0px;
	margin:15px 25px 0px 25px;
}
.feature2L{
	display:block;
	width:200px;
	height:90px;
	background-image:url(../img/Feature_B2.png);
	background-position:0px 0px;
	margin:15px 25px 0px 25px;
}
.feature1L:hover, .feature2L:hover{
	background-position: 0px -90px;
}
.featCntr{
	width:104px;
	float:left;
	margin-top:10px;
}
.feature0{
	display:block;
	width:90px;
	height:100px;
	background-image:url(../img/Feature_S0.png);
	background-position:0px 0px;
	margin:0px 9px;
}

.feature1{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn1.png);
	background-position:0px 0px;
	margin:0px 9px 0px 18px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature2{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn2.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature3{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn3.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature4{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn4.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature5{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn5.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature6{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn6.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature7{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn7.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}
.feature8{
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-image:url(../img/featureBtn8.png);
	background-position:0px 0px;
	margin:0px 9px;
	padding-left:60px;
	color:#FCF9D0;
	line-height:100px;
	text-align:left;
	font-weight:500;
	z-index:9999;
}

.feature1:hover, .feature2:hover, .feature3:hover, .feature4:hover, .feature5:hover, .feature6:hover, .feature7:hover, .feature8:hover{
	background-position: 0px -100px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	line-height:85px;
	}

/*--------------------------------------
-------Feature xxxx1s-------------------------*/

.featCntrS{
	width:92px;
	float:left;
	margin-top:10px;
	background-image:url(../img/Feature_S0s.png);
	background-repeat:no-repeat;
}
.feature1s{
	display:block;
	width:86px;
	height:32px;
	background-image:url(../img/Feature_S1s.png);
	background-position:-4px 0px;
	margin:0px 8px 0px 8px;
}
.feature2s{
	display:block;
	width:86px;
	height:30px;
	background-image:url(../img/Feature_S2s.png);
	background-position:-4px 0px;
	margin:0px 8px 0px 8px;
}
.feature3s{
	display:block;
	width:86px;
	height:32px;
	background-image:url(../img/Feature_S3s.png);
	background-position:-4px 0px;
	margin:0px 8px 0px 8px;
}
.feature1s:hover{
	background-position: -4px -90px;
}
.feature2s:hover{
	background-position: -4px -60px;
}
.feature3s:hover{
	background-position: -4px -30px;
}

/*--------------------------------------
-------footer-------------------------*/
.ftr_bg{
}
.foot3ctnr{
	width:1024px;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:20px auto 0 auto;

}
.foot3ctnr a{
	color:#444444;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.foot3ctnr a:hover{
	color:#000000;
	font-weight:bold;
}
.foot3ctnr a span{
	font-size:18px;
}
/*--------------------------------------
-------footer Buttons-------------------*/
.ficon{
	display:block;
	width: 50px;
	height: 70px;
	margin: 0px 17px;
	float:left;
	background-position: 0px 0px;
}
.ficon:hover{
	background-position:0px -70px;
}
.ficon.fb{
	background-image:url(../img/foot_icon1.png);
}
.ficon.linkedin{
	background-image:url(../img/foot_icon2.png);
}
.ficon.vcf{
	background-image:url(../img/foot_icon3.png);
}
.ficon.refer{
	background-image:url(../img/foot_icon4.png);
}
.ficon.about{
	background-image:url(../img/foot_icon5.png);
}
.ficon.news{
	background-image:url(../img/foot_icon6.png);
}
.ficon.gallery{
	background-image:url(../img/foot_icon7.png);
}
.ficon.pay{
	background-image:url(../img/foot_icon8.png);
}
.ficon.area{
	background-image:url(../img/foot_icon9.png);
}
.tooltip{
	cursor:pointer; 
	text-decoration: none;
	position: relative;
	margin: 0px 0 0 0px;
	color:#000000;
		}
		.tooltip span {
			margin-left: -9999px;
			position: absolute;
		}
		.tooltip:hover span {
	position: relative;
	width: 135px;
	left: -37px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	top: 60px;
	z-index: 300;
	margin: 0px;
	width: 100px;
	color: #333333;
	/*color:#777777;*/
	display: block;
		}		
		.classic { padding: 0.8em 1em; }
    	* html a:hover { background: transparent; }
    	.classic {color:#777777; background-repeat:no-repeat; z-index:100;}
/*--------------------------------------------------
-----------Interior Pages---------------------------
--------------------------------------------------*/
.contrInt {
	background-color:#FFFFFF;-webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; width:724px;min-height:683px; float:left;}
.swatch1{
	background-image:url(../img/swatch1.png); /*White*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch2{
	background-image:url(../img/swatch2.png); /*tan*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
}
.swatch3{
	background-image:url(../img/swatch3.png); /*black*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch4{
	background-image:url(../img/swatch4.png); /*Pearl Gray*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
}
.swatch5{
	background-image:url(../img/swatch5.png); /*tropic Blue*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch6{
	background-image:url(../img/swatch6.png); /*Silver*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch7{
	background-image:url(../img/swatch7.png); /*Safety Blue*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch8{
	background-image:url(../img/swatch8.png); /*Meadow Green*/
	background-position:0 0;
	display:block;
	height:45px;
	width:75px;
	text-indent:-9999px;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:10px 0 0 0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch9{
	background-image:url(../img/swatch9.png); /*Safety Green*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch10{
	background-image:url(../img/swatch10.png); /*safety yellow*/
	background-position:0 0;
	display:block;
	height:45px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:10px 0 0 0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch11{
	background-image:url(../img/swatch11.png); /*White*/
	background-position:0 0;
	display:block;
	height:45px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:10px 0 0 0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch12{
	background-image:url(../img/swatch12.png); /*White*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
	.swatch13{
	background-image:url(../img/swatch13.png); /*White*/
	background-position:0 0;
	display:block;
	height:55px;
	width:75px;
	text-indent:-9999px;
	font-family:arial;
	font-size:12px;
	line-height:45px;
	font-weight:bold;
	padding:0px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	}
.swatch1:hover, .swatch2:hover, .swatch3:hover, .swatch4:hover, .swatch5:hover, .swatch6:hover, .swatch7:hover, .swatch8:hover, .swatch9:hover, .swatch10:hover, .swatch11:hover, .swatch12:hover, .swatch13:hover{
	background-position: 0 -55px;
	text-indent:0;
}
.pricecntrA{width:200px; height:170px; background-color:#F1F0EC; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin:0px 5px 10px 45px; float:left;
}
.pricecntrB{width:200px; height:170px; background-color:#F1F0EC; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin:0px 5px 10px 5px; float:left;
}
.pricecntrC{width:410px; height:170px; background-color:#F1F0EC; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin:0px 5px 10px 5px; float:left;
}
.priceCol{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.priceColdet{
	font-weight:400;
	font-size:12px;
	text-align:center;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.priceColdet span{
	font-size:9px;
}
.sectionCntr {
	width:97%; height:auto; background-color:#F1F0EC; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin:10px; padding:10px 0px; -webkit-box-shadow:inset 1px 1px 2px 3px #A8A8A8; box-shadow:inset 1px 1px 2px 3px #A8A8A8;
}
.sectionCntr_ps {
	width:97%; height:auto; background-color:#F1F0EC; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin:10px; padding:3px 0px; -webkit-box-shadow:inset 1px 1px 2px 3px #A8A8A8; box-shadow:inset 1px 1px 2px 3px #A8A8A8;
}
.fourCol{
	font-weight:400;
	font-size:12px;
	text-align:center;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
}
.errorBG{
	background-image:url(../img/404_paint.jpg);
	width: 600px;
	height: 300px;
}
.smapTxt, .smapTxt a{
	color: #1A949A; 
	font-size: 14px; 
	font-weight:bold; 
	padding-left:40px; 
	line-height:30px;
	text-decoration:none;
}
.smapTxt a:hover{
	color:#E20600;
}
