body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/topgradient.gif);
	background-repeat: repeat-x;
}
html, div, map, dt, isindex, form {  
    display: block;  
}    
article, aside, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}
img {
	max-width: 100%;
	height: auto;	
}
#header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 179px;
	width: 960px;
	left: 0px;
	top: 0px;
	z-index:1000;
}
#header #logo {
	position: relative;
	float: left;
	height: 111px;
	width: 337px;
	left: 0px;
	top: 0px;
	margin-top:10px;
}
#header #socialmedia {
	position: relative;
	float: left;
	height: 36px;
	width: 200px;
	margin-left: 420px;
	text-align:right;
	top: 0px;
	margin-top: 5px;
}
#header #salinasaddress {
	position: relative;
	float: left;
	height: 36px;
	width: 500px;
	margin-left: 70px;
	text-align:left;
	line-height: 18px;
	font-size:12px;
}
#header #santacruzaddress {
	position: relative;
	float: left;
	height: 36px;
	width: 250px;
	margin-left: 15px;
	text-align:left;
	line-height: 18px;
	font-size:12px;
}
#header #topmenu {
	position: relative;
	float: left;
	height: 50px;
	width: 960px;
	z-index:1000;
}
#nav2 {
	width: 960px;
	position: absolute;
	z-index:1001;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav2 > a {
	display: none;
	text-decoration: none;
}
#nav2 li {
	position: relative;
	list-style-type: none;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#nav2 li.home { width:10%; }
#nav2 li.campershells { width:18%; background: url(../images/navlines.png) no-repeat 0px 5px; }
#nav2 li.tonneau { width:22%; background: url(../images/navlines.png) no-repeat 0px 5px; }
#nav2 li.vanequipment { width:18%; background: url(../images/navlines.png) no-repeat 0px 5px; }
#nav2 li.accessories { width:15%; background: url(../images/navlines.png) no-repeat 0px 5px; }
#nav2 li.contact { width:15%; background: url(../images/navlines.png) no-repeat 0px 5px; }

#nav2 li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}
#nav2 li a:active {
	background-color: #c00 !important;
}
#nav2 span:after {
	width: 0;
	height: 0;
	border-bottom: none;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */
#nav2 > ul {
	height: 43px; /* 60 */
	list-style-type: none;
	margin-top:11px;
	background-color: #0073aa;
	margin-left: 0px;
	padding-left: 0px;
}
#nav2 > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}
#nav2 > ul > li > a {
	height: 100%;
	font-size: 1.2em; /* 24 */
	line-height: 2.1em; /* 60 (24) */
	padding-top:5px;
	text-align: center;
}
#nav2 > ul > li:not( :last-child ) > a {
}
#nav2 > ul > li:hover > a,
#nav2 > ul:not( :hover ) > li.active > a {
	color: #e22506;
}

/* second level */
#nav2 li ul {
	background-color: #0073aa;
	display: none;
	position: absolute;
	top: 100%;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 280px;
}
#nav2 li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav2 li:not( :first-child ):hover ul {
	left: -1px;
}
#nav2 li ul a {
	font-size: 1.25em; /* 20 */
	border-top: 1px solid #0a5b82;
	padding: 0.75em; /* 15 (20) */
}
#nav2 li ul li a:hover,
#nav2 li ul:not( :hover ) li.active a {
	background-color: #e22506;
}
#topphoto {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:1;
}
#outercontainer {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:960px;
	z-index:0;
}
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display:block;
	clear: both;
	left:0px;
	top:15px;
	padding: 0 0 50px 0;
	margin: 0 0 100px 0;
	width:960px;
	text-align: left;
}

#container #homeboxes {
	position: relative;
	float: left;
	clear:both;
	width: 960px;
}

.singlecolumn {
	position: relative;
	float:left;
	width:150px;
	padding-right: 25px;
}
.halfcolumn {
	position: relative;
	float:left;
	width:50%;
}
.brownline {
	position: relative;
	background-color: #835b40;
	clear:both;
	width:600px;
	height:5px;
	margin-top:10px;
	margin-bottom:10px;
}
#container #content ul {
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
}
#container #content li {
	padding-left: 18px;
	list-style: none;
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	color: #000;
	font-weight: bold;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:21px;
	margin-top:30px;
	color:  #000;
	font-weight: bold;
}
A.topnav:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
A.topnav:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
A.topnav:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
A.topnav:hover {
	color: #e0e17b;
	text-decoration: none;
	font-weight: bold;
}
p.smalltext {
	font-size: 11px;
	line-height: 13px;
	color:#ffffff;
}
.innergradient {
	background-image: url(images/innergradient.gif);
	background-repeat: repeat-x;
	padding: 25px;
}
A.leftmenu:link {
	font-family: 'Pirata One', cursive;
	font-size: 27px;
	color: #a04109;
	text-decoration: none;
}
A.leftmenu:visited {
	font-family: 'Pirata One', cursive;
	font-size: 27px;
	color: #a04109;
	text-decoration: none;
}
A.leftmenu:active {
	font-family: 'Pirata One', cursive;
	font-size: 27px;
	color: #a04109;
	text-decoration: none;
}
A.leftmenu:hover {
	font-family: 'Pirata One', cursive;
	font-size: 27px;
	color: #000;
	text-decoration: none;
}
A.pagebutton:link {
	font-family: 'Pirata One', cursive;
	font-size: 23px;
	color: #a04109;
	background-color: #fff;
	text-decoration: none;
	-moz-border-radius: 10px;
 	border-radius: 10px;
    border:solid 1px #888;
    padding:5px 15px 5px 15px;
}
A.pagebutton:visited {
	font-family: 'Pirata One', cursive;
	font-size: 23px;
	color: #a04109;
	background-color: #fff;
	text-decoration: none;
	-moz-border-radius: 10px;
 	border-radius: 10px;
    border:solid 1px #888;
    padding:5px 15px 5px 15px;
}
A.pagebutton:active {
	font-family: 'Pirata One', cursive;
	font-size: 23px;
	color: #a04109;
	background-color: #fff;
	text-decoration: none;
	-moz-border-radius: 10px;
 	border-radius: 10px;
    border:solid 1px #888;
    padding:5px 15px 5px 15px;
}
A.pagebutton:hover {
	font-family: 'Pirata One', cursive;
	font-size: 23px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	-moz-border-radius: 10px;
 	border-radius: 10px;
    border:solid 1px #888;
    padding:5px 15px 5px 15px;
}
.brownboxfill {
	background-image: url(images/brownboxmiddle.gif);
	background-repeat: repeat-y;
	padding: 15px;
}
A:link {
	color: #a04109;
	text-decoration: underline;
}
A:visited {
	color: #a04109;
	text-decoration: underline;
}
A:active {
	color: #a04109;
	text-decoration: underline;
}
A:hover {
	color: #db950d;
	text-decoration: underline;
}
A.white:link {
	color: #ffffff;
	text-decoration: underline;
}
A.white:visited {
	color: #ffffff;
	text-decoration: underline;
}
A.white:active {
	color: #ffffff;
	text-decoration: underline;
}
A.white:hover {
	color: #db950d;
	text-decoration: underline;
}
.textsubheads {
	line-height: 16px;
}
.smalltext {
	font-size: 10px;
}
.projectthumb {
	border-style:solid;
	padding: 5px;
	margin-bottom: 6px;
	border-width:1px;
	border-color:#000;
}
.projectthumbcolumn {
	position: relative;
	float:left;
	width:150px;
	padding-right: 15px;
	padding-left: 40px;
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #835b40;
}
.featuredthumb {
	border-style:solid;
	margin-bottom: 0px;
	border-width:2px;
	border-color:#fff;
}
.photorightcolumn {
	width: 350px;
	float: right;
	position: relative;
	margin-left:40px;
}
.photoright {
	float: right;
	margin-left:25px;
	margin-bottom: 25px;
}
.photoleft {
	float: left;
	margin-right:25px;
	margin-bottom: 25px;
}
.featuredtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	color: #b18d73;
	font-weight: normal;
}
.footerspacer {
	height:100px;
	position: relative;
	clear: both;
	float: left;
}
.formtext {
	width:250px;
	position: relative;
	float: left;
	margin: 10px 10px 0 0;
	text-align: right;
}
.formfield {
	width:575px;
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	text-align: left;
}
input, textarea {
  -moz-border-radius: 10px;
 	border-radius: 10px;
    border:solid 1px #888;
    padding:5px;
}
.homeleftphoto {
	float: left;
	margin-right:25px;
	margin-bottom: 25px;
}
.homebox {
	position: relative;
	float: left;
	width: 210px;
	padding: 15px;
	min-height: 550px;
	text-align: left;
	background-color:#bcbcbc;
}
.homebox h1 {
	color:#fff;
	font-size:21px;
}




#nav-wrap {
	margin-top: 20px;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

/* nav link */
#nav a {
	padding: 4px 15px;
	display: block;
	color: #000;
	background: #ecebeb;
}
#nav a:hover {
	background: #f8f8f8;
}

/* nav dropdown */
#nav ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 200px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}
.halfpage { width:47%; float:left; padding:5px; }
.thirdpage { width:32%; float:left; padding:5px; }
iframe, object, embed{max-width: 100%;}