@charset "utf-8";
#page {max-width:800px; width:96%; min-width:640px;margin:0 auto;} 
/*Search Box tablet*/
.navSearch {
	width: 300px;
	margin: 0 4%;
	padding-top: 10px;
}
.search-box {
	position: relative;
	background: url(/css/icons.png) no-repeat -145px -5px;
	height: 34px;
	padding: 0px;
}
.cat_textbox_small {
	border: 2px solid #1F82D2;
	width: 60%;
	padding-left: 30px;
}
.cat_button {
	height: 34px;
	width: 80px;
	float: right;
	font-size: 20px;
}
#header {
	padding-top: 25px;
	padding-bottom: 20px
}
#logo {
	width: 175px;
	height: 42px;
	background: url(/css/icons.png) no-repeat -2px -145px;
}
#headerImages {
	float: right;
}
#headVan {
	width: 48px;
	height: 42px;
	background: url(/css/icons.png) no-repeat -52px -100px;
	float: right;
}
#headTruck {
	width: 48px;
	height: 42px;
	background: url(/css/icons.png) no-repeat -102px -100px;
	float: right;
}
#headPlane {
	width: 48px;
	height: 42px;
	background: url(/css/icons.png) no-repeat -152px -100px;
	float: right;
}
#headImSpace {
	width: 50px;
	height: 42px;
	background: url(/css/icons.png) no-repeat -152px -50px;
	float: right;
}
/*Image Banners*/
#heroImage {
	z-index: 0;
	width: 100%
	top: 20px;
	margin: 0 4%;
	max-width: 800px;
	height: 250px;
	background: url(/images/banners/Monster800x250.jpg) no-repeat;
	margin:0 auto;
	border-radius: 12px;
	behavior:url(PIE.htc);
}
#monsterBanner {
		z-index: 0;
	width: 100%
	top: 20px;
	margin: 0 4%;
	max-width: 800px;
	height: 250px;
	background: url(/images/banners/Monster800x250.jpg) no-repeat;
	margin:0 auto;
	border-radius: 12px;
	behavior:url(PIE.htc);
}
#monsterBannerSml {
		z-index: 0;
	width: 100%
	top: 20px;
	margin: 0 4%;
	max-width: 800px;
	height: 65px;
	background: url(/images/banners/Monster800x65.jpg) no-repeat;
	margin:0 auto;
	border-radius: 12px;
	behavior:url(PIE.htc);
}
#beachBanner {
		z-index: 0;
	width: 100%
	top: 20px;
	margin: 0 4%;
	max-width: 800px;
	height: 250px;
	background: url(/images/banners/Beach800x250.jpg) no-repeat;
	margin:0 auto;
	border-radius: 12px;
	behavior:url(PIE.htc);
}
#beachBannerSml {
		z-index: 0;
	width: 100%
	top: 20px;
	margin: 0 4%;
	max-width: 800px;
	height: 200px;
	background: url(/images/banners/Beach800x200.jpg) no-repeat;
	margin:0 auto;
	border-radius: 12px;
	behavior:url(PIE.htc);
}

/*navigation desktop*/
/*Turn Menus on and off*/
#navDesktop {
	display: block;
	visibility: visible;
}
#navMobile {
	display: none;
	visibility: hidden;
}
/*navTablet */
/*NavDesktop General Elemenat*/
#navDesktop {
	width: 100%;
	height: 44px;
	background: url(/css/icons.png) repeat 0px -200px;
	z-index: 999;
	border-radius: 10px;
	margin: 0;
	padding: 0;
}
#navDesktop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 10px;
}
#navDesktop li {
	margin: 0;
	padding: 0;
	width: 100px;
	list-style: none;
	position: relative;
}
#navDesktop a {
	display: block;
	white-space: nowrap;
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: Trebuchet-MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 44px;
	width: 100px;
	color: white;
}
/*Desktop appearance top level*/
#navDesktop > ul {
	position: relative;
	background: url(/css/icons.png) repeat 0px -200px;
	text-align: center;
	width:600px;margin:auto;
	
}
#navDesktop > ul > li {
	position: relative;
	display: inline-block;
}
#navDesktop > ul > li > a {
	background: url(/css/icons.png) repeat 0px -415px;
	font-size: .9em;
	text-transform: uppercase;
}
#navDesktop > ul > li > a:hover {
	background: url(/css/icons.png) repeat 0px -465px;
}
/*Desktop appearance 2nd Level*/
#navDesktop ul ul {
	display: none;
	position: absolute;
}
#navDesktop ul > li > ul > li > a {
	font-size: .8em;
	text-transform: none;
	background: #036794;
	background: rgba(0,92,140,0.7);
	color: #ddd;
}
#navDesktop ul ul li:hover > a {
	background: #177cad;
	background: rgba(0,60,100,0.7);
	color: white;
	height: 42px;
	border-top: 1px #449bc5 solid;
	border-bottom: 1px #449bc5 solid;
}
/*Desktop rollover for third level */
#navDesktop ul ul ul {
	position: absolute;
	left: 100px;
	Top: 0px;
}
/*makes rollovers appear*/
#navDesktop li:hover > ul, #navDesktop ul li:hover > ul {
	display: block;
}