@charset "UTF-8";
/* CSS Document */

body {
	background: url(images_GrrrGear/bg_body.jpg) top no-repeat;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 140%;
	color: #333;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
	line-height: 140%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #E57F38;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
h3 {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.clearfloat {
	clear: both;
}
#wrapper_outer {
	width: 1010px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: url(images_GrrrGear/bg_shadow.png) bottom;
	_background-image: none;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	background: #fff;
	text-align: left;	
}
#header {
	position: relative;
	height: 105px;
	background: #ddd url(images_GrrrGear/bg_header.jpg);
}
#nav_utilities {
	position: absolute;
	top: 15px;
	right: 20px;
}
#contact_wrapper {
	position:absolute;
	top:40px;
	right:20px;
	text-align:right;
}
#search {
	display:block;
	float:left;
	width:300px;
	border:1px solid #fff;
	padding:5px;
	margin:0 20px 0 0;
}
#phone {
	display:inline;
	color:#fff;
	font-size:22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav {
	background:#eee;
	text-align:center;
	font-size:12px;
}
#subnav1 {
	background:#343E25;
	padding:10px;
	color:#fff;
}
#subnav2 {
	height:22px;
	background:#829568;
	padding:8px 20px 0 0;
	color:#fff;
	text-align:right;
	height:35px;
}
#subnav1 a { color:white; font-size:12px; }
#subnav2 a { color:white; }
#subnav2 table { float:right; }
#subnav2 table td { padding:0px 0px 0px 20px; }
#top_promo {
	height: 210px;
	background: #eee url(images_GrrrGear/bg_top_promo.jpg);
}
#products_gallery {
	height: 220px;
	bbackground: #ddd url(images_GrrrGear/gallery.jpg) no-repeat;
	text-align:center;
}
#promo2_wrapper {
	background: #829568;
}
#promo2-1 {
	float: left;
	width:70%;
	display:inline;
	margin: 0px;
	background: #fff;
}
#promo2-1_inner {
	padding: 20px;
}
#promo2-2 {
	float: right;
	width:26.0%;
	display:inline;
	margin: 5px 0 5px 0;
	background: #BECD96;
}
#promo2-2_inner {
	padding: 20px;
}
#promo3_wrapper {
	background: #515939;
	clear:both;
}
.promo3 {
	width:245px;
	float: left;
	display:block;
	text-align:center;
}
#promo3-1 {
	margin: 5px;
}
#promo3-2 {
	margin: 5px 5px 5px 0;
}
#promo3-3 {
	margin: 5px 5px 5px 0;
}
#promo3-4 {
	margin: 5px 0 5px 0;
}
#ad_wrapper {
	height: 130px;
	background: #515939;
}
.ad {
	background: #fff;
}
#ad-1 {
	float: left;
	width:30%;
	display:block;
	margin: 15px 15px 5px 25px;;
}
#ad-2 {
	float: left;
	width:30%;
	display:block;
	margin: 15px 15px 5px 0;
}
#ad-3 {
	float: left;
	width:30%;
	display:block;
	margin: 15px 15px 5px 0;
}
#footer {
	background: #fff;
	text-align: center;
}
.footer_promo {
	width: 30%;
	float: left;
	display: inline;
	padding:15px;
}
#footer-1, #footer-2 {
	border-right: 1px solid #ccc;
}


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	wwidth:510px;
	margin:0px auto; 
	background:white; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	bborder-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(/slider/images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(/slider/images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	wwidth:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px; 
	font-size:11px; 
	width:140px; 
	text-align:center; 
	color:black;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; padding:2px; }
#SlideItMoo_items a img{ border:none; }


