*{
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
}

/* COMMON CSS */

.left{
	float:left;
	display: inline;
}
.right{
	float:right;
	display: inline;
	
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.inline{
	display:inline;
}
.overflow{
	overflow:hidden;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.font14{
	font-size:14px;
	line-height:14px;
}
.font16{
	font-size:16px;
	line-height:16px;
}
.font18{
	font-size:18px;
	line-height:18px;
}
.font24{
	font-size:24px;
	line-height:24px;
}
.font28{
	font-size:28px;
	line-height:28px;
}
.red{
	color:#FF0000;
}
.brown{
	color:#832707;
}
.martop10{
	margin:10px 0 0 0;
}
.martop30{
	margin:30px 0 0 0 !important;
}
.marleft10{
	margin:0 0 0 10px;
}
.marright10{
	margin:0 10px 0 0;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

/* PRE-DEFINED */

body{
	background: #760e12 url("http://www.robinsonsoutdoors.com/images/site/background.jpg") repeat-x top;
}

h1{
	font-size:26px;
	line-height:28px;
	color:#832707;
	font-weight:bold;
	margin: 0 0 15px 0;
}
h2{
	font-size:22px;
	line-height:24px;
	color:#832707;
	margin-bottom: 15px;
}
h3{
	font-size:16px;
	color:#832707;
	margin-bottom: 15px;
}

h4 {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:26px;
	line-height:28px;
	text-align:left;
	margin:10px 10px 10px 0;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	color:#f0b8ae;
}
#left-area h4 {
	text-align:right;
}
p{
	margin:0 0 20px 0;
}
b{
	font-size:118%;
	font-weight: bold;
}
div.hr{
	clear: both;
	height: 90px;
	background: transparent url("http://www.robinsonsoutdoors.com/images/site/hr1.gif") no-repeat scroll center;
	overflow:visible;
	margin-bottom:-75px;
}
div.hr2{
	clear: both;
	height: 15px;
	background: transparent url("http://www.robinsonsoutdoors.com/images/site/hr2.gif") no-repeat scroll center;
	margin-bottom:10px;
}
div.hr hr {
  display: none;
}
div.hr2 hr {
  display: none;
}
	
}

span.alert {
	color: #CC0000;
	border-top: 3px solid #F98F84;
	border-bottom: 3px solid #F98F84;
	background: #F6CBBB url("http://www.robinsonsoutdoors.com/images/site/alert.gif") 10px 50% no-repeat;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 50px;
	font-size: 13px;
}
span.note {
	color: #333333;
	border-top: 3px solid #c4c4c4;
	border-bottom: 3px solid #c4c4c4;
	background: #e4e4e4 url("http://www.robinsonsoutdoors.com/images/site/note.gif") 10px 50% no-repeat;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 80px;
	font-size: 13px;
}
span.info {
	color: #504d44;
	border-top: 3px solid #F9E184;
	border-bottom: 3px solid #F9E184;
	background: #F6EABB url("http://www.robinsonsoutdoors.com/images/site/info.gif") 10px 50% no-repeat;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 50px;
	font-size: 13px;
}
span.download {
	color: #57861A;
	border-top: 3px solid #CBDF8F;
	border-bottom: 3px solid #CBDF8F;
	background: #E6E9BF url("http://www.robinsonsoutdoors.com/images/site/download.gif") 10px 50% no-repeat;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 50px;
	font-size: 13px;
}
#right-area-sub ul  {
	margin: 10px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
}
ul.checkbox, ul.arrow  {
	margin: 10px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul.checkbox li {
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 5px 30px;
	background: url("http://www.robinsonsoutdoors.com/images/site/list_checkbox.png") 0 0 no-repeat;
	line-height: 100%
}
ul.arrow li {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 30px;
	background: url("http://www.robinsonsoutdoors.com/images/site/list_arrow.png") 0 0 no-repeat;
	line-height: 100%
}


/* IDS */

#wrapper{
	margin:0 auto;
	width:960px;
}

#navigator-outer{
	height:41px;
	background-color:#000000;
	border-bottom:3px #FF0000 solid;
}
#navigator-inner{
	margin:0 auto;
	padding:12px 0 0 0;
	width:960px;
}
	#navigator-inner ul li{
		display:inline;
	}
	#navigator-inner a:link{
		font-size:13px;
		font-weight:normal;
		color:#FFFFFF;
		text-decoration:none;
	}
	#navigator-inner a:visited{
		font-size:13px;
		font-weight:normal;
		color:#FFFFFF;
		text-decoration:none;
	}
	#navigator-inner a:hover{
		font-size:13px;
		font-weight:normal;
		color:#FFFFFF;
		text-decoration:none;
	}
#banner-outer{
	height: 445px;
	background: url("http://www.robinsonsoutdoors.com/images/site/banner-outer.jpg") repeat-x;
	padding: 0;
}
#banner-outer-sub{
	height:145px;
	background: url("http://www.robinsonsoutdoors.com/images/site/banner-outer.jpg") repeat-x top;
}
#banner-inner{
	margin:0 auto;
	width:960px;
	height:445px;
	background: url("http://www.robinsonsoutdoors.com/images/site/banner-inner.jpg") no-repeat;
	text-align:right;
}
#banner-inner h1{
	margin: 0;
	}
#banner-inner-sub{
	margin:0 auto;
	width:960px;
	height:145px;
	background: url("http://www.robinsonsoutdoors.com/images/site/banner-inner-sub.jpg") no-repeat;
}
#mainbody-outer{
	background: url("http://www.robinsonsoutdoors.com/images/site/mainbody-background.jpg") #760e12 repeat-x top;
	overflow:hidden;
	padding: 0;
}
#mainbody-outer-sub{
	background: url("http://www.robinsonsoutdoors.com/images/site/mainbody-background-sub.jpg") #760e12 repeat-x top;
	overflow:hidden;
}
#mainbody-inner{
	margin:0 auto;
	width:920px;
	padding:0 10px 30px 10px;;
	background: #ffffff url("http://www.robinsonsoutdoors.com/images/site/mainbody-footer.jpg") no-repeat bottom;
	overflow:hidden;
}
#mainbody-gradient{
	float:left;
	display: inline;
	width:920px;
	background: url("http://www.robinsonsoutdoors.com/images/site/mainbody-gradient.jpg") repeat-x top;
}
#mainbody-fullcontent{
	float:left;
	display: inline;
	width:820px;
	padding:0 50px;
}

#business_hours {
text-align: center;
margin-top: 22px;
}

#business_hours h1{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#FF0000;
	margin:  0;
}


#left-area{
	float:left;
	display: inline;
	width:190px;
	padding:10px 10px;
}

#nav_link{
	font-size:26px;
	line-height:28px;
	color:#832707;
	font-weight:bold;
	margin: 0 0 15px 0;
}

	#left-area ul li{
		float:left;
		display: inline;
		width:200px;
	}
	#left-area ul li a:link{
		color:#FF0000;
	}
	#left-area ul li a:visited{
		color:#FF0000;
	}
	#left-area ul li a:hover{
		color:#999999;
	}

#right-area{
	float:right;
	display: inline;
	width:620px;
	padding:20px 40px 0;
}
#right-area-sub{
	float:right;
	display: inline;
	width:630px;
	padding:10px 40px 0;
	min-height:350px;
}
#right-area-sub a:link, #right-area a:link {
		color:#FF0000;
		font-weight: bold;
	}
#right-area-sub a:visited, #right-area a:visited{
		color:#FF0000;
				font-weight: bold;
	}
#right-area-sub a:hover, #right-area a:hover{
		color:#999999;
		font-weight: bold;
	}


/* CLASSES */

.area920{
	float:left;
	display: inline;
	width:920px;
}
.left-shadow{
	background: url("http://www.robinsonsoutdoors.com/images/site/left-shadow.jpg") no-repeat top left;
	overflow:hidden;
}
.left-quote{
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:28px;
	line-height:28px;
	text-align:right;
	margin:20px 0 0 0;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	color:#f0b8ae;
}
.logo-gapper img{
	padding:0 5px;
}
#footer{
	margin:10px auto;
	width:920px;
	text-align:center;
	color:#FFFFFF;
}

#footer a:link {
		color:#ffffff;

	}
#footer a:visited{
		color:#ffffff;

	}
#footer a:hover{
		color:#999999;

	}

/* LINKS */

.newsletter-area{
	width:186px;
	height:41px;
	margin-bottom: 22px;
}
	#newsletterlink a:link{
	background: url("http://www.robinsonsoutdoors.com/images/site/newsletter-button.jpg") top;
}    	
	#newsletterlink a:visited{
	background: url("http://www.robinsonsoutdoors.com/images/site/newsletter-button.jpg") top;
}    	
	#newsletterlink a:hover{
	background: url("http://www.robinsonsoutdoors.com/images/site/newsletter-button.jpg") bottom;
}

.loyaltyrewards-area{
	width:186px;
	height:41px;
	margin-top: 22px;
	margin-bottom: 22px;
}
	#loyaltyrewards a:link{
	background: url("http://www.robinsonsoutdoors.com/images/site/loyaltyrewards-button.jpg") top;
}    	
	#loyaltyrewards a:visited{
	background: url("http://www.robinsonsoutdoors.com/images/site/loyaltyrewards-button.jpg") top;
}    	
	#loyaltyrewards a:hover{
	background: url("http://www.robinsonsoutdoors.com/images/site/loyaltyrewards-button.jpg") bottom;
}
/* SHADOW */

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url("http://www.robinsonsoutdoors.com/images/site/shadow-grid.gif") repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url("http://www.robinsonsoutdoors.com/images/site/shadow2.png") right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


/* helper classes (not YDSF related) */

.demo-ydsf {
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background: #ffffff url("http://www.robinsonsoutdoors.com/images/site/gradient.jpg") left top repeat-x;
}

.clearx {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}

/* photos */

.rightphoto{
	float:right;
	display: inline;
	border: 3px solid #fff;
	margin-left:15px;
}	

.leftphoto{
	float:left;
	display: inline;
	border: 3px solid #fff;
	margin-right:15px;
}	



#sidemenu {
width: 200px;
margin: 0;
padding: 0;
}

#sidemenu h1 a {
	font-size:26px;
	line-height:28px;
	color:#832707;
	font-weight:bold;
	margin: 0 0 15px 0;
	text-decoration: none;
}
#sidemenu h1 a:hover {
	text-decoration: underline;
}


#sidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#sidemenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#sidemenu ul li a{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-weight:normal;
font-size:13px;
background: transparent;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; 
padding-right: 10px; 
text-decoration: none;
}



#sidemenu ul li a:hover{ /*hover state CSS*/
background: #760e12;
color:#ffffff;
}

label {
width: 125px;
float: left;
display: inline;
text-align: right;
margin-right: 0.5em;
display: block
}
.border {
	border-style: solid;
	border-width: 1px;
	border-color: #ff9933;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 160%;
	height: 23px;
	width: 320px;
	padding: 6px 0 0 6px;
}
.borders {
	border-style: solid;
	border-width: 1px;
	border-color: #ff9933;
	color: #ff0000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height:160%;
	height:80px;
	width: 320px;
	padding: 6px 0 0 6px;
}
.small_border{
	border-style: solid;
	border-width: 1px;
	border-color: #ff9933;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 160%;
	height: 23px;
	width: 160px;
	padding: 6px 0 0 6px;
}

.formborder {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	color: #fff;
	background-image: url(http://www.robinsonsoutdoors.com/images/site/form_button.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	height: 30px;
	width: 85px;
	padding-bottom: 1px;
}
.formborder:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	color: #fff;
	background-image: url(http://www.robinsonsoutdoors.com/images/site/form_button_over.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	height: 30px;
	width: 85px;
	padding-bottom: 1px;
}
