@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#3a4c01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#111;
}

a {
	color:#3a4c01;
}

a:hover {
	color:#79864c;
}

.clear {
	clear:both;
}

p {
	font-size:1.2em;
	line-height:1.4em;
}

h1 {
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size:2.5em;
	font-weight:bold;
	color:#3A4C01;
	margin:20px 0 10px 20px;
}

h2 {
font-size:1.7em;
font-weight:bold;
border:1px solid #ccc;
color:#3A4C01;
margin:0 0 10px 20px;
display:inline;
padding:5px;
}

h3 {
	font-size:2em;
	font-weight:bold;
	color:#3a4c01;
	margin:20px 0 10px 20px;
}

/** structure **/

#page {
	width:900px;
	margin:0 auto;
	background:none;
	margin-top:15px;
}

#header {
	width:880px;
	background:#e7e7d5 url(images/page-border-top.gif) top no-repeat;
	height:75px;
	padding:4px 0 2px 20px;
}

#header .checkoutcontainer {
		width:200px;
		height:50px;
		float:right;
		display:inline;
	}
	
	* html #header .checkoutcontainer {
	overflow:hidden;
	height:80px;
	}
	
		.checkoutcontainer .cartitems {
			width:90px;
			height:15px;
			float:left;
			display:inline;
			background:url(images/rio/ltgray-gradient-bg.gif) repeat-x;
			text-align:center;
			font-family:"Century Gothic", "Lucida Sans Unicode", Verdana, sans-serif;
			text-transform:uppercase;
			font-size:1em;
		}
		
		* html .cartitems {
			margin-top:10px;
		}
		
		*+html .cartitems {
			margin-top:10px;
			}

	.checkoutcontainer .searchbox {
		margin:5px 10px 0 0;
		width:185px;
	}

	#header>.searchbox, #header>.searchbox form  {
		float:right;
		display:inline;
		margin:5px 10px 0 0;
		width:185px;
	}
	
		.searchbox input[type=text], .searchbox input[type=image] {
			float:left;
			display:inline;
			margin-right:5px;
		}
		
		.searchbox input[type=text] {
			border:1px solid #666;
		}
			
		
		.searchbox input[type=text]:focus {
			border:1px solid #333;
			background:#FFC;
		}
			
		

.gradientbar {
	width:900px;
	height:43px;
	background:#fff url(images/gradient-bar.gif) repeat-x;
	text-align:center;
}

	.familybrands {
		float:right;
		display:inline;
		padding-top:5px;
		padding-right:15px;
		border-right:2px solid #e7e7d5;
		margin-right:15px;
		margin-top:1px;
	}

	.gradientbar .gcibutton, .gradientbar .riobutton, .gradientbar .sanbutton {
		width:140px;
		height:25px;
		display:inline;
		float:right;
		font-family:"Century Gothic", "Lucida Sans Unicode", Verdana, sans-serif;
		color:#FFF;
		font-size:1.4em;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		padding-top:10px;padding-right:5px;
		margin-right:5px;
		border-right:2px solid #e7e7d5;
	}
	
	.gradientbar .gcibutton {
		background:url(images/gcilogo-small.png) center left no-repeat;
		background-position:0px 7px;
		padding-left:10px;
	}
	
	.gradientbar .riobutton {
		background:url(images/riologo-small.png) center left no-repeat;
		background-position:0px 10px;
		padding-left:23px;
	}
	
	.gradientbar .sanbutton {
		background:url(images/sanlogo-small.png) center left no-repeat;
		background-position:0px 10px;
		padding-left:10px;
		border:none;
	}
	
	.gradientbar .gcibutton:hover, .gradientbar .riobutton:hover, .gradientbar .sanbutton:hover {
		color:#FF3;
	}

#pagecontainer {
	width:900px;
	height:auto;
	background:#fff url(images/2col-page-bg.gif) repeat-y;
}



#sidenav {
	width:150px;
	float:left;
	display:inline;
	margin-right:5px;
}

	#sidenav ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#sidenav ul li {
		list-style:none;
		margin:0;
		padding:0;
		font-family:"Century Gothic", "Lucida Sans Unicode", Verdana, sans-serif;
		text-transform:uppercase;
		font-size:1.4em;
		margin:15px 5px 0 5px;
	}
		
	#sidenav ul li a {
		color:#3a4c01;
		text-decoration:none;
		display:block;
		padding:5px;
		font-weight:bold;
	}
		
	#sidenav ul li a:hover {
		background:#fff;
		color:#F90;
	}
	
	#sidenav ul li ul {
			list-style:none;
			margin:0;
			padding:0;
		}
		
		#sidenav ul li ul li {
			list-style:none;
			margin:0;
			font-family:"Century Gothic", "Lucida Sans Unicode", Verdana, sans-serif;
			font-size:.85em;
			margin:5px 5px 0 5px;
			text-transform:none;
			font-weight:normal;
		}
		
		#sidenav ul li ul li a {
			color:#333;
			text-decoration:underline;
			padding:5px;
			display:block;
		}
		
		#sidenav ul li ul li a:hover {
			color:#666;
		}
	
	#sidenavland {
		background:#fff;
		color:#F90;
	}
	
	#sidenav p {
		font-family:"Century Gothic", Verdana, sans-serif;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:bold;
		margin:15px 5px 0 10px;
	}

#contentcontainer {
	width:745px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#contentcontainer p {
padding:0 20px 0 20px;
}



	/** login form **/
	
	form.login {
		width:400px;
		margin:10px auto;
	}
	
	form.login label {
		width:100px;
		float:left;
		display:inline;
		font-size:1.3em;
		font-weight:bold;
		color:#333;
		margin-right:10px;
		margin-bottom:5px;
	}
	
	form.login input[type=text], form.login input[type=password] {
		width:175px;
		height:20px;
		border:1px solid #3a4c01;
		background:#FFC;
		float:left;
		display:inline;
		margin-bottom:5px;
	}
	
		form.login input[type=text]:focus, form.login input[type=password]:focus {
			border:1px solid #333;
			background:#FFC220;
		}


#gcioutdoorbox {
	width:330px;
	padding:10px;
	background:#fff;
	float:left;
	display:inline;
	font-size:1.1em;
	line-height:130%;
}

#rightcontainer {
	width:380px;
	float:right;
	display:inline;
	padding:0;margin:0;
	background:#fff;
	border-left:2px solid #79864c;
}

	#rioadventurebox {
		width:350px;
		padding:10px;
		border-bottom:2px solid #79864c;
		font-size:1.1em;
		line-height:130%;
	}
	
	#sanangelobox {
		width:350px;
		padding:10px;
		border-top:1px solid #3a4c01;
		font-size:1.1em;
		line-height:130%;
	}


.smallbar {
	width:900px;
	height:14px;
	background:url(images/gradient-bar-sm.gif) repeat-x;
	margin:0;
}

#footer {
	width:900px;
	background:#fff url(images/page-border-bottom.gif) bottom no-repeat;
	height:auto;
	padding:5px 0 5px 0;
	text-align:center;
	margin:0 auto;
}

#footer a {
	color:#333;
}

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


ul.highlights {
	list-style:square;
	margin:0 0 0 40px;
	padding:5px;
	width:400px;
	font-size:12px;
}

ul.highlights li {
	padding:3px;
	margin:3px 0 3px 0;
	color:#030;
	border-bottom:1px solid #FFC;
}

ul.highlights li:hover {
	background:#FFC;
}


/*** dealer locator ***/

#locationcontent {
	margin:0 auto;
	width:95%;
}

#gmap {
	width:500px;
	height:300px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.locationdisplay {
	width:180px;
	float:left;
	display:inline;
	padding:5px;
	border-bottom:1px solid #ccc;
	margin:0;
}

form.locator {
		width:400px;
		margin:10px auto;
	}
	
	form.locator label {
		font-size:1.3em;
		color:#333;
	}
	
	form.locator input[type=text], form.locator select {
		width:75px;
		border:1px solid #3a4c01;
		background:#FFC;
		margin:5px;
	}
	
		form.locator input[type=text]:focus, form.locator select:focus {
			border:1px solid #333;
			background:#FFC220;
		}
	
	input.submitLink {
	  background-color: transparent;
	  text-decoration: underline;
	  border: 1px solid #333;
	  cursor: pointer;
	  cursor: hand;
	}
	
	input.submitLink:hover {
		color:#333;
		background:#f4f4f4;
	}
	
	input.submitLinkCurrentPage {
	  color: #000;
	  background-color: transparent;
	  text-decoration: none;
	  font-weight:bold;
	  border: 1px solid #333;
	  cursor: pointer;
	}
	
/** checkout **/

table {
	font-size:12px;
}

.custinfotable {
margin:5px auto;
width:700px;
}

.custinfotable select {
width:150px;
}

.custinfotable h3 {
font-family:"Century Gothic", Verdana, sans-serif;
color:#FFF;
background:#CF950C;
text-align:center;
border-bottom:1px dotted #CF950C;
padding:5px;
margin:0 auto;
width:80%;
font-size:15px;
text-transform:uppercase;
}

.custinfotable td {
padding:3px 0 3px 0;
}

.custinfotable b {
color:#333333;
font-size:14px;
}

.custinfotable i {
font-size:11px;
color:#666666;
}

.logintable, .shiptable {
width:630px;
padding:5px;
border-bottom:1px solid #CCC;
margin:15px auto;
}

	.orderlogintable {
		width:300px;
		margin:10px 10px 0 25px;
		float:left;
		display:inline;
		background:#E7E7D5;
		border:1px solid #BFBFA7;
		}

		.orderlogintable td {
		padding:3px;
		}
		
		*+html .orderlogintable td {
		padding:0;
		margin:0;
		}

		.orderlogintable label {
		width:100px;
		float:left;
		display:inline;
		margin-right:5px;
		font-weight:bold;
		font-size:14px;
		}

		.orderlogintable input[type=text] {
		float:right;
		display:inline;
		}
		
			*+html .input {
			float:left;
			display:inline;
			}

		.checkoutoptionsbox {
		float:left;
		display:inline;
		width:300px;
		margin:10px 10px 0 10px;
		border:1px solid #ccc;
		padding:3px;
		}


.logintable h3, .shiptable h3, .orderlogintable h3, .checkoutoptionsbox h3 {
font-family:"Century Gothic", Verdana, sans-serif;
color:#FFF;
background:#CF950C;
text-align:center;
border-bottom:1px dotted #CF950C;
padding:5px;
margin:0;
width:100%;
font-size:15px;
text-transform:uppercase;
}

h3.review {
font-family:"Century Gothic", Verdana, sans-serif;
color:#FFF;
background:#CF950C;
text-align:center;
border-bottom:1px dotted #CF950C;
padding:5px;
margin:0 auto;
width:700px;
font-size:15px;
text-transform:uppercase;
}

.logintable b, .shiptable b, .orderbold {
	font-size:12px;
	color:#000;
	font-family:"Century Gothic", Verdana, sans-serif;
}

.logintable td, .shiptable td {
padding:3px 0 3px 0;
}

.logintable input, .custinfotable input, .custinfotable select, .shiptable input, .shiptable select{
border:1px solid #333;
padding:1px;
}

.logintable input:focus, .custinfotable input:focus, .custinfotable select:focus, .shiptable select:focus, .shiptable input:focus {
border:1px solid #666;
background:#ffc;
}

.baskettable {
margin:10px auto;
width:650px;
font-size:12px;
}

.baskettable b {
font-size:11px;
}

.baskettable h3 {
font-size:18px;
color:#CF950C;
padding:5px;
background:#E7E7D5;
}

/** admin **/

#adminpage {
	width:900px;
	margin:0 auto;
	background:#ffffff;
	margin-top:15px;
}

	#adminpagecontainer {
		width:900px;
		height:auto;
		background:#fff;
	}
	
		#admincontent {
		width:800px;
		margin:0 auto;
		background:#fff;
	}

ul.adminnav {
	list-style:none;
	margin:5px 0 0 0px;
	padding:0;
}

.adminnav li {
	list-style:none;
	margin:0 5px 0 5px;
	padding:5px;
	float:left;
	display:inline;
}

.adminnav li a {
	color:#fff;
	font-size:12px;
}

.adminnav li a:hover {
	color:#ffc;
	font-weight:bold;
}


/** admin forms **/

form.admin {
	width:600px;
	margin:0 auto;
	font-size:12px;
	color:#333;
}
	
.admin label {
	font-weight:bold;
	padding:3px;
	}
	
.admin input[type=text] {
	color:#666;	
	padding:1px;
	border:1px solid #ccc;
}

.admin input[type=text]:focus {
	border:1px solid #666;
	background:#ffc;
	padding:1px;
}

.required {
	color:red;
	font-size:larger;
}

/** paginator **/

.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
}

a.paginate {
border: 1px solid #3A4C01;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #3A4C01;
}
a.paginate:hover {
background-color: #3A4C01;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #3A4C01;
font: bold 1.2em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#3A4C01;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}
	
	
table.displayresults {
	border:0;
}

.displayresults td {
	padding:3px;
	border-bottom:1px solid #ccc;
}

.displayresults tr:hover {
	background:#FFC;
}

.displayresults strong {
	font-size:1.2em;
	text-align:center;
}

.adminbox {
	width:120px;
	height:85px;
	text-align:center;
	float:left;
	display:inline;
	margin:20px;
	background:#666;
	color:#FFF;
	padding:65px 15px 0 15px;
	font-size:14px;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(dealers/pdf-icon.gif) center left no-repeat;
}

a[href$='.xls'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(dealers/icon-xls.png) center left no-repeat;
}

/** registration form **/

form.registration {
width:700px;
margin:0 auto;
font-family:Arial;
font-size:12px;
padding:5px;
}

.registration label.short {
color:#333;
font-size:12px;
font-weight:normal;
float:left;
display:inline;
width:86px;
line-height:15px;
}

.registration label.long {
	color:#333;
	font-size:12px;
	font-weight:normal;
	display:inline;
	line-height:15px;
}

.registration p {
color:#999;
font-size:14px;
font-weight:bold;
}

.registration input, .registration select {
display:inline;
border:1px solid #999;
margin-left:5px;
margin-bottom:2px;
}

.registration input:focus {
border:1px solid #666;
background:#f3f3f3;
}

.registration legend {
font-size:larger;
font-weight:bold;
}
.registration fieldset {
border-top:none;border-right:none;border-left:none;
border-bottom:1px solid #333;
margin:3px;
}

.registration .desc {
font-size:10px;
}

.registration .clear {
clear:both;
}

.registration .group {
float:left;
display:inline;
width:325px;
}

.required, .error {
	color:red;
	font-size:larger;
}

.success {
font-size:larger;
color:green;
}

/** invoice printing **/

#printlogos {
   display:none;
   }

