* {
	margin:0;
	padding:0;
} 

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	background-image:url(../slidedeck1/header_bg.jpg);
	background-repeat: repeat-x;
	height: auto;
	min-height: 100%;
	font-family:Tahoma, Helvetica;
	font-size:12px;
}

p {
	line-height:24px;
	text-align:justify;
}

a {
	color:#b2282e;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:none;
	border-bottom:1px dotted #900;
}
a:visited {
	color:#b2282e;
	text-decoration:none;
}

h3 {
	color:#333;
	font-size:24px;
	margin:20px 0px;
	font-family:'trebuchet ms';
}

h6 {
	color:#666;
	font-size:18px;
	font-family:'trebuchet ms';
}

#wrapper {
	width: 100%;
}

.horizontal_divider {
	background-image:url(../slidedeck1/divider.gif);
	background-repeat:no-repeat;
	display:block;
	margin:10px auto;
	margin-top:30px;
	width:940px;
	height:10px;
}

#header {
	height: 183px;
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	position:relative;
}

#logo_container {
	height: 120px;
	width:400px;
	padding: 0px;
	position: absolute;
	left: 0px;
}

#logo {
	background-image:url(../slidedeck1/logo.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: 25px;
	padding: 0px;
	text-indent: -9999px;
	height: 120px;
	width: 400px;
}

#logo a {
	display: block;
	height: 120px;
	width: 400px;
	border:none;
}

/* -----------------------------------*/
/* ----------->>> MENU <<<------------*/
/* -----------------------------------*/

#menu_container {
	background:url(../slidedeck1/menu_building_bg.jpg) no-repeat;
	width:556px;
	height:180px;
	position:absolute;
	right:-20px;
	bottom:3px;
}
ul#menu {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	position:absolute;
	bottom:0px;
}
ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#menu li a {
	float: left;
	text-indent: -9999px;
	height:46px;
	border:none;
}
ul#menu li a:hover {
	float: left;
	text-indent: -9999px;
	height:46px;
	border:none;
}
ul#menu li .sub {
	position:absolute;
	top:46px;
	left:0px;
	background:url(../slidedeck1/sub_menu_bg.jpg) #400 repeat-x;
	padding:10px;
	display:none;
	z-index:500;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
ul#menu li .sub ul{
	list-style-image:url(../slidedeck1/list_arrow.gif);
	margin:5px 5px 10px 15px;
	padding: 0;
	width: 150px;
	float: left;
	vertical-align:middle;
	line-height:26px;
}
ul#menu .sub ul li {
	width: 100%;
	color: #CCC;
	vertical-align:middle;
	line-height:26px;
}
ul#menu .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#menu .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#menu .sub ul li a {
	float: none;
	text-indent: 0;
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#menu .sub ul li a:hover {
	color: #ddd;
}
ul#menu a.menu_home {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:0px 0px;
	width:80px;
}
ul#menu a.menu_home:hover {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:0px -46px;
	width:80px;
}
ul#menu a.menu_home_active {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:0px -92px;
	width:80px;
}
ul#menu a.menu_about {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-80px 0px;
	width:81px;
}
ul#menu a.menu_about:hover {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-80px -46px;
	width:81px;
}
ul#menu a.menu_about_active {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-80px -92px;
	width:81px;
}
ul#menu a.menu_service {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-161px 0px;
	width:148px;
}
ul#menu a.menu_service:hover {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-161px -46px;
	width:148px;
}
ul#menu a.menu_service_active {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-161px -92px;
	width:148px;
}
ul#menu a.menu_meter {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-309px 0px;
	width:144px;
}
ul#menu a.menu_meter:hover {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-309px -46px;
	width:144px;
}
ul#menu a.menu_meter_active {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-309px -92px;
	width:144px;
}
ul#menu a.menu_contact {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-453px 0px;
	width:103px;
}
ul#menu a.menu_contact:hover {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-453px -46px;
	width:103px;
}
ul#menu a.menu_contact_active {
	background:url(../slidedeck1/menu.png) no-repeat;
	background-position:-453px -92px;
	width:103px;
}

#sub_menu {
	width:940px;
	height:60px;
	margin:0px auto;
}

#sub_menu_left {
	display:inline;
	color:#666;
}
#sub_menu_left p {
	display:inline;
	margin-left:5px;
	letter-spacing:1px;
	line-height:50px;
}

#sub_menu_right {
	display:inline;
	float:right;
	vertical-align:middle;
	color:#666;
}
#sub_menu_right p {
	display:inline;
	letter-spacing:1px;
	line-height:50px;
}
#sub_menu_right img {
	display:inline;
}

-------------------------------------
SLIDER
-------------------------------------
a img {
border : 0;
}
div.wrap {
width : 918px;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 918px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : none;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#slide-header {
margin : 0px;
}
div#slide-header div.wrap {
}
div#slide-header div#slide-holder {
z-index : 40;
position : absolute;
}
div#slide-header div#slide-holder div#slide-runner {
top : 0px;
left : 0px;
width : 918px;
height : 228px;
overflow : hidden;
position : absolute;
}
div#slide-header div#slide-holder img {
margin : 0px;
display : none;
position : absolute;
}
div#slide-header div#slide-holder div#slide-controls {
left : 0;
bottom : 10px;
width : 918px;
height : 40px;
display : none;
position : absolute;
background : url(../slidedeck1/slide-bg.png) 0 0;
border-bottom:1px solid #000;
border-top:1px solid #000;
}
div#slide-header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 40px;
margin : 0px 0px 0px 15px;
text-transform : uppercase;
vertical-align:middle;
}
div#slide-header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 8px 8px 0 0;
}
div#slide-header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 23px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
border:none;
color:#FFF;
}
div#slide-header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#slide-header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../slidedeck1/silde-nav.png);
}
div#nav ul li a {
background : url(../slidedeck1/nav.png) no-repeat;
}

#slider {
	background-image:url(http://www.bigchevyhitch.com/slidedeck/slider_bg.jpg);
	width:918px;
	height:233px;
	margin:0px auto;
	padding:21px;
	position:relative;
}

#deck {
	background-image:url(http://bigchevyhitch.com/slidedeck/deck_bg.jpg);
	width:908px;
	height:505px;
	margin:0px auto;
	padding:16px 31px 0px 21px;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
}
#deck p {
	text-align:justify;
	line-height:20px;
}
#deck ul {
	list-style-image:url(../slidedeck1/images/arrow2_red.gif);
}
#deck_shadow {
	background-image:url("deck_shadow.jpg");
	width:960px;
	height:111px;
	margin:0px auto;
	margin-bottom:25px;
}

#footer_lip {
	height: 26px;
	width: 940px;
	background-image:url(../slidedeck1/footer_lip.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	position: relative;
	top: -26px;
}

#footer_bottom {
	background: #a3282e;
	background-image:url(../slidedeck1/footer_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 150px;
	width: 100%;
	margin: 0px;
}

#footer {
	width:940px;
	border-top:1px solid #CCC;
	padding:10px 0px;
	margin:0px auto;
	color:#666;
}
