body {
	margin: 0;
	padding: 0;
	background: #f46432;
}
#page {
	float: left;
	margin: 0;
	padding: 0;
	width: 784px;
	background: url(../images/background.gif) repeat-y;
}
#sidebar {
	margin: 0;
	width: 130px;
	height: 100%;
	float: left;
	padding: 0;
	background: #000;
}
#header {
	margin: 0;
	padding: 0;
	float: left;
	width: 654px;
	height: 103px;
	background: #feba31 url(../images/back_3ways.gif) no-repeat;
}
#content {
	margin: 0;
	padding: 0;
	float: left;
	width: 654px;
	font: normal 12pt calibri,arial,sans-serif;
}
#content .copy {
	padding: 20px 0 0 20px;
	width: 614px;
}
#content h1,
#content h2 {
	color: #f46432;
	font-weight: bold;
	font-size: 1.3em;
}
#footer {
	clear: both;
	width: 614px;
	padding: 20px 20px 5px 20px;
	font: italic 10pt verdana,sans-serif;
	color: #444;
	text-transform: uppercase;
}

/* nav rollovers */
#nav {
	padding: 0 13px 0 12px;
	margin: 0;
}
#nav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
#nav li {
	float: left; 
	margin-bottom: 6px;
}
#nav li a {
	display: block;
	height: 0px !important;
	height /**/:24px; /* IE 5/Win hack */ 
	width: 105px;
	padding: 24px 0 0 0;
	overflow: hidden;
}
#nav li a:hover {
	background-position: 0 -24px;
}
#nav li#nav_home a { 		background-image: url(../images/nav_home.gif);}
#nav li#nav_about a { 		background-image: url(../images/nav_about.gif);}
#nav li#nav_services a {	background-image: url(../images/nav_services.gif);}
#nav li#nav_guide a { 		background-image: url(../images/nav_guide.gif);}
#nav li#nav_tips a { 		background-image: url(../images/nav_tips.gif);}
#nav li#nav_rv a { 	        background-image: url(../images/nav_rv.gif);}
#nav li#nav_contact a { 	background-image: url(../images/nav_contact.gif);}
#nav li#nav_specials a { 	background-image: url(../images/nav_specials.gif);}


/* small button rollovers */
#small-buttons {
	padding: 10px 0 0 360px;
	float: left;
	height: 84px;
	width: 276px;
}
#small-buttons ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
#small-buttons li {
	float: left;
}
#small-buttons li a {
	display: block;
	height: 0px !important;
	height /**/:84px; /* IE 5/Win hack */ 
	width: 92px;
	padding: 84px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#small-buttons li a:hover {
	background-position: 0 -84px;
}
#small-buttons li#small_aplus a { 		background-image: url(../images/btnA_aplus.gif); }
#small-buttons li#small_spacecase a { 	background-image: url(../images/btnB_spacecase.gif); }
#small-buttons li#small_undercover a { 	background-image: url(../images/btnC_undercover.gif); }


/* big button rollovers */
#big-buttons {
	padding-left: 8px;
	margin: 20px 0 0 0;
	height: 221px;
}
#big-buttons ul { 
	margin: 0; 
	padding: 0;
	list-style: none;
}
#big-buttons li {
	float: left;
}
#big-buttons li a {
	display: block;
	height: 0px !important;
	height /**/:84px; /* IE 5/Win hack */ 
	width: 212px;
	padding: 212px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#big-buttons li a:hover {
	background-position: 0 -221px;
}
#big-buttons li#big_purdue a { 		background-image: url(../images/btn1_purdue.jpg); }
#big-buttons li#big_portable a { 	background-image: url(../images/btn2_portable.jpg); }
#big-buttons li#big_drivethru a { 	background-image: url(../images/btn3_drivethru.jpg); }


/* send button rollover */
#send-button {
	padding-left: 8px;
	margin: 0;
	height: 27px;
	overflow: hidden;
}
#send-button ul { 
	margin: 0; 
	padding: 0;
	list-style: none;
}
#send-button li {
	float: left;
}
#send-button li a {
	display: block;
	height: 0px !important;
	height /**/:27px; /* IE 5/Win hack */ 
	width: 68px;
	padding: 68px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#send-button li a:hover {
	background-position: 0 -27px;
}
#send-button li#send a { 		background-image: url(../images/btn_send.gif); }

