@charset "utf-8";

/* =universals 
These rules are applied to all elements unless otherwise specified below. */
 * { margin : 0; padding : 0; }

/* =h1 */
h1 {
	text-transform : uppercase;
	height: 111px;
	background: url(images/viper_logo.jpg) no-repeat center;
	margin: 0;
	float: left;
}

h1 a {
	display: block;
	width: 160px; height: 111px;
	text-indent : -9999px;
  }
  
h2 {
  text-transform:uppercase;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  display:block;
  color:#000066;
}
  
h3 a {
  text-transform:uppercase;
  font:100%/160% Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-weight:bold;
  letter-spacing: .05em;
  display:block;
  color:#ffffff;
  text-indent : -9999px;
 }

body {
	font:76%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	background-color:#000000;
	background-image:url(images/header_bgd_b.png);
	background-repeat:repeat-x;
  }

#wave {
position:absolute;
margin: 0px;
top: 0px;
left: 0px;
width: 100%;
background-image:url(images/wave4.png);
background-repeat:repeat-y;
}

#container {
border:none;
margin: 59px 0px 0px 50px;
padding: 0 0 0 0;
overflow:hidden;
position: relative;
}

/* ------------------- HEADER ------------------- */

#header {
text-align:center;
height: 165px;
margin:auto;
overflow:visible;

}

#branding{
color:#000000;
height: 115px;
text-align:center;
position: relative;
margin: auto;
}

ul#brandul {
position: relative;
list-style-type: none;
width: 900px;
text-align: center;
text-decoration:none;
font-weight:bold;
color:#000000;
line-height: 1.5em;
border:none;
margin: auto;
}


li.strong {
font-weight:bold;
text-transform:uppercase;
}

li#logo {
float: left;
width: 143px;
margin: auto;
display: block;
}

li#locationone {
float: left;
margin: 10px 0 0 0;
width: 250px;
display: block;
}

li#locationtwo {
float: left;
margin: 10px 0 0 0;
width: 250px;
display: block;
}

li#headerimage {
float: left;
margin: 0 0 0 0;
width: 250px;
display: block;
}

li#locationone {
float: left;
}

li.location {
font-weight:normal;
}

ul.location {
list-style-type:none;
font-weight:normal;
}

/*-------------- MAIN CONTENT -----------------*/
/*-------------- CONTENT BACKGROUND -----------------*/

 
/*-------------- FOUR SQUARES + LOWER CONTENT -----------------*/

/* invisible blocks to force open boxes with floats inside.
.clear{
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
	visibility:hidden
}
*/
#content_ss{
/* padding: 10px; */
margin: auto;
background-image:url(images/200_200_snakeskin.jpg);
background-repeat:repeat;
width: 820px;
overflow:auto;
}

#foursquaremain {
padding: 0;
margin: auto;
width: 820px;
overflow:visible;
border: none;
}

ul#foursquare {
position: relative;
list-style-type: none;
/* width: 530px; */
text-align: center;
text-decoration:none;
font-weight:bold;
color:#000000;
line-height: 1.5em;
border:none;
}

li#squareone {
float: left;
width: 260px;
height: 350px;
margin: 10px 5px 10px 10px;
background: url(images/auto_bgd_2.jpg) no-repeat;
padding-top: 10px;
}

li#squaretwo {
float: left;
width: 260px;
height: 350px;
margin: 10px 5px 10px 5px;
background: url(images/residential_bgd_2.jpg) no-repeat;
padding-top: 10px;
}

li#squarethree {
float: left;
width: 260px;
height: 350px;
margin: 10px 5px 10px 5px;
background: url(images/commercial_bgd_2.jpg) no-repeat;
padding-top: 10px;
}

li#squarefour {
float: left;
width: 530px;
height: 350px;
margin: 5px 5px 10px 10px;
padding-top: 10px;
background: url(images/about_bgd_2.jpg) no-repeat;
/* background:#FFCC00; */
}

li#squarefive {
float: left;
width: 260px;
height: 350px;
margin: 5px 10px 10px 5px;
background: url(images/specials_bgd_2.jpg) no-repeat;
padding-top: 10px;
}

li a {
display: block;
text-align: center;
font-weight: bold;
}

.sqfour {
text-align: left;
margin: auto;
padding: 10px;
font-weight:normal;

}
/* ---------------------- MAIN COLUMN CONTENT LAYOUT --------------------*/
.contentmenu {
background-color:#FFCC00;
margin: 10px;
padding: 5px;
float: right;
}

.contentmenu ul {
list-style-type:none;
line-height:2em;
text-align:left;
letter-spacing:normal;
display: block;
}

.contentmenu a {
text-align:left;
}

.mc-float-left {
float:left;
margin: 10px;
}

.mc-float-right {
float:right;
margin: 10px;
}

.mc-ul-p {
margin: 10px 80px 10px 80px;
list-style:none;
font-weight: normal;
}
/* ---------------------- TWO COLUMN CONTENT LAYOUT --------------------*/
#twocolumn {
padding: 0;
margin: auto;
width: 820px;
overflow:auto;
border: none;
}

#twocolhead {
position: relative;
list-style-type: none;
text-align: center;
text-decoration:none;
font-weight:bold;
color:#000000;
line-height: 1.5em;
border:none;
}

#mainhead-auto {
float: left;
width: 530px;
height: 40px;
margin: 10px 5px 0px 10px;
padding: 0px;
background: url(images/auto_header.jpg) no-repeat;
/* background:#FFCC00; */
}
#mainhead-comm {
float: left;
width: 530px;
height: 40px;
margin: 10px 5px 0px 10px;
padding: 0px;
background: url(images/comm_header.jpg) no-repeat;
/* background:#FFCC00; */
}
#mainhead-res {
float: left;
width: 530px;
height: 40px;
margin: 10px 5px 0px 10px;
padding: 0px;
background: url(images/res_header.jpg) no-repeat;
/* background:#FFCC00; */
}
#mainhead-locations {
float: left;
width: 530px;
height: 40px;
margin: 10px 5px 0px 10px;
padding: 0px;
background: url(images/locations_header.jpg) no-repeat;
/* background:#FFCC00; */
}
#mainhead-specials {
float: left;
width: 530px;
height: 40px;
margin: 10px 5px 0px 10px;
padding: 0px;
background: url(images/specials_header.jpg) no-repeat;
/* background:#FFCC00; */
}
#mainhead-blank {
float: left;
width: 530px;
height: 40px;
margin: 10px 5px 0px 10px;
padding: 0px;
background: url(images/blank_header.jpg) no-repeat;
/* background:#FFCC00; */
}
#sidebarhead {
float: left;
width: 260px;
height: 40px;
margin: 10px 10px 0px 5px;
background: url(images/req_header.jpg) no-repeat;
padding:0px;
}
#sidebarhead-q {
float: left;
width: 260px;
height: 40px;
margin: 10px 10px 0px 5px;
background: url(images/req_header.jpg) no-repeat;
padding:0px;
}
#sidebarhead-c {
float: left;
width: 260px;
height: 40px;
margin: 10px 10px 0px 5px;
background: url(images/contact_header.jpg) no-repeat;
padding:0px;
}
#twocolcontent {
position:relative;
list-style-type: none;
text-align: center;
text-decoration:none;
font-weight:bold;
color:#000000;
line-height: 1.5em;
border:none;
margin: -13px 0 0 0;
}

#maincontent {
float: left;
width: 530px;
margin: 0px 5px 10px 10px;
padding: 0px;
background:#FFFFFF;
text-align:left;
color:#333333;
line-height: 1.5em;
letter-spacing: .1em;
}

#sidebarcontent {
float: left;
width: 260px;
margin: 0px 10px 10px 5px;
background:#FFCC00;
padding: 0px;
}


p.maincolumn{
padding: 10px 20px 0 20px;
text-align: left;
font-weight:normal
}

p.maincolumn img{ 
float: right;
margin: 10px;
}

p.maincolumn a{
text-align: left;
font-weight:bold;
color: #990000;
font-size: 14px;
}

maincolumn-ul{
list-style:disc;
margin: 30px;
}

.maincolumn-li{
margin: 0 0 0 120px;
text-align: left;
font-weight:bold;
color:#006600;
}

p.sidebar{}

/* ----------------------QUOTE AND INFO BUTTONS -------------------- */


.infobutton {
	float: left;
	margin: 0 0 0 8px;
	width:103px;
	height:35px;
	display:block;
	background: url(images/quoteinfo_btn_2.png);
	background-position: bottom left;
}
.infobutton span.hover{
	position: absolute;
	display: block;
	width:103px;
	height:35px;
	background-position: top left;
	background-image:url(images/quoteinfo_btn_2.png);
}
.quotebutton {
	float: left;
	width:141px;
	height:35px;
	display:block;
	background-image:url(images/quoteinfo_btn_2.png);
	background-position: top right;
}
.quotebutton span.hover{
	position: absolute;
	display: block;
	width:141px;
	height:35px;
	background-position: bottom right;
	background-image:url(images/quoteinfo_btn_2.png);
}



#footer {
font:76%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
}


/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 74px;
background: url(images/nav-bg.png);
background-repeat:repeat-x;
position: relative;
margin: auto;
width: 900px;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color:#333333;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color: #990000;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #ff9900;
border-bottom: 1px solid #669933;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
/* background-color: #FFFFFF; */
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
/* background-color: #FFFFFF; */
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#CC0000;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}

/* -------------------End Navigation CSS ----------------*/
