	/* RiverExpeditions  Global Styles */

body{
	background:#B8121E url(../layout/body.png) repeat-x left top;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;	
	}

#fullwrap{
	background:transparent;
	}
/* ------------ Standard  HTML elements ------------ */	
p {
	padding:0;
	margin-top: .5em;
	margin-bottom: 1em;
}
h1,h2,h3,h4,h5{
	line-height:1.6em;
	font-weight:normal;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #B8121E;
}

a{
	color:#B8121E;
	font-weight: bold;
	text-decoration: none;
	background-color:inherit;
}
a:hover{
	color:#A0101B;
}
a:active{
	color:#A0101B;
}
a:visited{
	color:#B8121E;
}

hr {
	height: 1px;
	padding: 0.5em;
	border-bottom: 1px dotted #2F3A1F;
	padding: 0.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
input, textarea, select{
	background: #EEE;
	border: 1px solid #CCC;
	}

ul.address li.locality, ul.address li.region, ul.address li.postal-code {
margin-right: 8px;
display: inline;
}

div.vcard ul.tel, div.vcard ul.address ul.email {
margin: 10px 0;
}
div.vcard ul.tel li.type {
margin: 5px 0;
}
 select, menu{
	padding:0px 3px;
}


fieldset{
	margin:5px 0;
	border:1px solid #ccc;	
	padding:8px;
}
fieldset legend{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

 input[type="submit"], h2.checkout a {
	background: url(../layout/body.png) repeat-x left 55%;
	padding:5px;
	border: 1px solid #FFF;
	margin:5px;
	color: #FFF;
	cursor:pointer;
}




/* ------------ Header ------------ */
#header{
	/*background: white;*/
	height: 55px;
	width: auto;
	margin:0 auto;
	}
#header .contacts{
	
	height: 30px;
	width: 550px;
	margin:12px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align:left;
	}
	
 /* ------------ Header - Search ------------ */
div#search{
	width:190px;
	height:28px;
	margin-top: 12px;
	margin-right: 10px;
	}

div.social {
position: absolute;
right: 40%;
	height:28px;
	margin-top: 12px;
	margin-right: 10px;
	} 

div#search label {
	text-indent: -9999em;
	height:0pt;
	width:0pt;
	display:none;
	
}

div#search input.search-input, input#cntnt01searchinput{
	width:143px;/*153px*/
	height:17px;/*28px*/
	background: url(../layout/search.png) no-repeat left top;
	border-style: none;
	color: #333;
	padding: 7px 0px 4px 10px;
	float:left;
	font: bold 0.85em Arial, Helvetica, sans-serif;
}
div#search input.search-button
    {
	width:37px;
	height:28px;
	border-style: none;
	text-indent: -9999em;
	background: transparent url(../layout/search.png) no-repeat right top;
	float:left;
	margin: 0;
	cursor:pointer;
	font-size: 0px;
	line-height: 0px;
	
}


/* ------------ Header - Social Bookmarks ------------ */
div.bookmarks {
	float: right;
	width: 150px;
	margin-top: 12px;
	margin-right: 22px;
	 display:inline;
	  }
div.bookmarks img {
   float: left;
   width: 24px;
   height:24px;
   margin: 0 5px;
   display:inline;
 }
 
 
/* ------------ Header - Menu ------------ */ 
.page-menu
{
	width:auto;
	height:35px;
	margin:3px -8px 0 0;
	overflow:hidden;
	}

.menuwrapper{}

.page-menu ul.primary-nav {
	height:1%;
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	
}
.page-menu ul.primary-nav  li{
    float: left;
		
}
 .page-menu ul.primary-nav  li a, .page-menu ul.primary-nav li a span {
	display: block;
    padding: 0 10px;
	background-repeat:no-repeat;
	background-image: url(../layout/tabs.gif);
    }

.page-menu ul.primary-nav li a
{
	padding-left: 0;
	color: #fff;
	font-weight: bold;
	line-height: 2.3em;
	text-decoration: none;
	margin-left: 1px;
	font-size: 0.95em;
}
.page-menu ul.primary-nav  li a:hover, .page-menu ul.primary-nav li  a:active {
	color: #fff;
		}

.page-menu ul.primary-nav li a.menuactive,
.page-menu ul.primary-nav li a:hover span {
	color: #000;
}
.page-menu ul.primary-nav li a span {
   padding-top: 5px;
    padding-right: 0;
	padding-bottom: 5px;
	
}

.page-menu ul.primary-nav li a.menuactive, .page-menu ul.primary-nav li a:hover, .page-menu ul.primary-nav li a:focus, .page-menu ul.primary-nav li a:active {
    background-position: 100% -120px;
}
.page-menu ul.primary-nav li a {
    background-position: 100% -80px;
}
.page-menu ul.primary-nav li a.menuactive span, .page-menu ul.primary-nav li a:hover span, .page-menu ul.primary-nav li a:focus span, .page-menu ul.primary-nav li a:active span {
    background-position: 0 -40px;
}
.page-menu ul.primary-nav li a span {
    background-position: 0 0;
}
.page-menu ul.primary-nav li a:link.menuactive , .page-menu ul.primary-nav li a:visited.menuactive  { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.page-menu ul.primary-nav li span, .page-menu ul.primary-nav li a, .page-menu ul.primary-nav li a:hover, .page-menu ul.primary-nav li a:focus, .page-menu ul.primary-nav li a:active
{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .page-menu ul.primary-nav { 
    display: inline-block;
}
*:first-child+html .page-menu ul.primary-nav  { 
    display: inline-block;
}


/* ------------ Block Left ------------ */
#block-left{
	/*background:blue ;*/
	height: auto;
	width: 275px;
	text-align: left;
	margin-left:15px;
	font-size: 0.8em;
	}
#logo {
	height: 137px;
	width: 165px;
	margin-left: 45px;
	margin-top: 10px;
text-align: center;
	}
#logo a{
	background: transparent url(../layout/logo.png) no-repeat left top;
	height:114px ;
	width: 182px;
	display:block;
	text-indent:-9999em;
	}	
#block-left h2, #block-left h3, #block-left h4, #block-left h5, #block-left h6{
	font-size: 1.2em;
	color: #B8121E;
	font-weight: bold;
	margin-top: 0.5em;
	}	
#block-left p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}	
	
/* ------------ Left menu ------------ */

#block-left ul.primary-nav{
	margin-top: 0.5em;
	margin-bottom: 1em;	
	}

#block-left ul.primary-nav li a{
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 2px;
	margin-top: 5px;
	}
#block-left ul.primary-nav li a.menuactive{
	color: #B8121E;
	}

#block-left ul.primary-nav li ul {
margin-left: 1.55em;
}

#block-left ul.primary-nav li a:hover{
	color: #B8121E;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 2px;
	margin-top: 5px;
background: #fff;
	}

	
/* ------------ Content ------------ */

#content{
	background:transparent url(../layout/bg_content.png) repeat-y left top;
	height: auto;
	width: auto;
	text-align: left;
	}
	

div#curved_content_bottom{
	background: url(../layout/content_bottom.png) no-repeat left top;
	height: 35px;
	width: 960px;
}	
#main{
	width: 620px;
	margin-right: 7px;
	padding: 0px 10px;
	font-size: 0.8em;
	}
/* ------------ BIG Photo ------------ */	
#main .photos-main{
	background:transparent url(../layout/bg__photos.png) no-repeat left top;
	height: 257px;
	width: 640px;
	text-align: left;
	margin-bottom:20px;
	overflow:hidden;
	margin-left:-15px;
	
	}
#main .photos-main img{
	height: 247px;
	width: 630px;
	text-align: left;
	margin-bottom:20px;
	margin:5px;
}	

#main .photos-main2{
	float: right;
	

	
	}
#main .photos-main2 img{
	
	text-align: left;
	margin-bottom:20px;
	margin:5px;
}
	
#main h1.title{
	font-size: 1.9em;
	color: #B8121E;
	padding-left:10px;
font-weight: 700;	
	}
.main-main{
	padding-left:10px;
	}
#main h2, #main h3, #main h4, #main h5, #main h6{
	font-size: 1.4em;
	color: #B8121E;
	}
 div.main-main li{
	padding: 2px 2px 2px 20px;
	background: url(../layout/arrow.gif) no-repeat left 2px;
	}
/*------ Tables ------*/
 table  {
	width:100%;
	text-align: center;
	border-collapse:collapse;
	}
	
table th {
	color: #FFF;
	background:  #B8121E;
	font-weight: bold;
}

 table thead td, 
 table thead th, 
 table td,
 table tbody td
 {
	padding: 2px;
	Xborder: 1px solid #CCC;
 }
 table tbody tr td{
	background-color: #fff;
}


/* ------------ - Block Small Photos (3) ------------ */
.block-photos{
	width: 600px;
	height:117px;
	margin:20px;
	}

.block-photos-1, .block-photos-2, .block-photos-3{
	width: 172px;
	height:117px;
	margin-left:20px;
	float:left;
	display:inline;
	}
	
	
	.block-photos-1{
	background:url(../layout/image-box1.png) no-repeat left top;
	}
	.block-photos-2{
	background:url(../layout/image-box2.png) no-repeat left top;
	}	
	.block-photos-3{
	background:url(../layout/image-box3.png) no-repeat left top;
	}
	
.block-photos span{
	width: auto;
	height:20px;
	margin:94px 12px 2px 12px;
	display:block;
	color:#FFF;
	font-size: 0.85em;
	font-weight: bold;
		}
	
		
/* ------------ Content - Blocks Guide for Visitors, Vendor Information and Participants ------------ */
#block-wrap{
	width:900px;
	height:220px;
	margin-top:20px;
	margin-left:13px;
    }
	
.block_3groups{
	width: 280px;
	height:220px;
	margin:0 0 0 20px;
	}
#visitors{
	background: transparent url(../layout/block_3groups.jpg) no-repeat left top;
}
#vendor{
	background: transparent url(../layout/block_3groups.jpg) no-repeat -300px top;
	}
#participants{
	background: transparent url(../layout/block_3groups.jpg) no-repeat right top;
	}

#block-wrap h4{
	margin-left:10px;
	margin-top:20px;
	height:20px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000;	
}	
#block-wrap h4 a{
	display:block;
	color: #333;
	text-decoration: none;
}
#block-wrap ul{
	margin-top:115px;
	height:45px;
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #000;
	display:block;
}
#block-wrap li{
	margin-left: 10px;	
	}
/* ------------ Footer ------------ */

#footer{
	background: transparent url(../layout/bg__footer.png) repeat-y left top;
	min-height:220px;
	height:auto !important;
	height:220px;
	width: 974px;
	font-size: 0.8em;
	position:relative;
	}

div#curved_footer_bottom{
	background: url(../layout/footer_bottom.png) no-repeat left top;
	height: 25px;
	width: 960px;
	margin-bottom:10px;
}
.logo_transp{
	background:  transparent url(../layout/logo_transp.jpg) no-repeat right bottom;
	position:absolute;
	bottom:-15px;
	right:30px;
	width:114px;
	height:70px;
	text-indent: -9999em;
}



/* ------------ Footer Links ------------ */
#footer div{
	margin-top: 20px;	
	}
#footer h4, #footer h5{
	text-align:left;
	margin-left:50px;
	font-size: 1em;
	font-weight: bold;
	}


#footer ul{
	width: auto;
	text-align:left;
	margin-left:50px;
	}
	
#footer ul li {
	padding: 2px 2px 2px 20px;
	background: url(../layout/arrow.gif) no-repeat left 2px;
}

#footer a {
	color: #000;
	display: block;
	font-weight: normal;
}
#footer a:hover {
	color: #B8121E;
background: #fff;
	display: block;
	font-weight: normal;
}

#footer p{
	text-align:left;
	margin-left:50px;
	clear: both;
	}
	
#footer .request_catalog  {
	margin-right:50px;
	width:auto;
	display:block;
	
}
#footer .request_catalog h4,  #footer .request_catalog h5 {
	margin-left:0px;
	margin-right:50px;
	
	
}
#footer .request_catalog a {
	margin:20px 50px 0 0px;
	background:url(../layout/request_catalog.gif) no-repeat 0 0;
	width:202px;
	height:67px;
	text-indent: -9999em;
}
/*IE6 Fixes*/
* html div#footer{
	z-index:1;
}
			
* html div.logo_transp{
	bottom:-10px;
	z-index:2;
	
}
		
/* ------------ END LAYOUT ------------ */

#division {
text-align: center;
}

div.vevent {
margin: 1.55em 0;
}

div.trips {
margin-top: 1.75em;
}

div.trips h4 {
font-weight: 700;
margin-bottom: .25em;
padding-top: 10px;
border-top: 1px solid #ccc;
}

table caption {
text-indent: -9999em;
}

div.contactform  {
padding: 5px;
width: 99%;

}

div.contactform div:hover {
background: #B8121E;
color: #fff;
}

div.contactform label, .brochure fieldset .left label {
display:block;
float:left;
margin-right:0.5em;
text-align:right;
width:14em;
padding: 5px;
margin: 3px;
}

div.contactform fieldset {

border:3px double #B8121E;
padding:12px;
}

div.contactform textarea {
width: 250px;
border:3px double #ccc;
height: 175px;
width:250px;
padding: 5px;
margin: 3px;
}

div.contactform input, div.contactform select {
background: #ccc;
border:3px double #ccc;
color:#fff;
font-weight: 700;
width:250px;
padding: 5px;
margin: 3px;
}

div.submit input {
background:transparent url(http://70.32.95.172/uploads/images/submit.png) no-repeat;
border:3px double #ccc;
color:#fff;
font-weight: 700;
width:150px;
padding: 5px;
margin: 3px;
}

div.submit:hover {
background: none;
width: 158px;
}

div.submit input:hover {
background:transparent url(http://70.32.95.172/uploads/images/submithover.png) no-repeat;
border:3px double #ccc;
color:#B8121E;
font-weight: 700;
width:150px;
padding: 5px;
margin: 3px;
}
div.checkbox {
margin: 10px;
}

div.checkbox label {
padding: 0;
}

div.contactform input[type=checkbox] {
margin: 10px 10px 10px -100px;
}

div.contactform div.checkleft2 input[type=checkbox] {
margin: 0;
float: right;
}

div.contactform div.checkleft3 input[type=checkbox] {
margin: 10px 10px 10px 0;
}

div.contactform div.checkleft3 label {
float: left;
margin: -30px 50px;
}

div.contactform div.checkleft2 input {
width: 15px;
}

div.contactform div.checkleft2 label {
width: 40%;
float: none;
}

div.contactform .find label, div.contactform .find input {
display: inline;
width: 20px;
}
div.find label { 
float: none;
}
div.find div {
clear: left;
}
div.quote {
margin-bottom: 1.5em;
}
blockquote {
margin: 1.75em auto .25em;
padding-left: 35px;
font-style: oblique;
background: transparent url(http://70.32.95.172/uploads/images/quote4.png) no-repeat top left; 
font-size: 80%;
line-height: 1.5em;
}

cite {
margin: .25em auto 75px;
font-weight: 700;
}

div.contactform div.checkleft, div.checkleft2 {
float:left;
margin:0;
padding:0;
width:49%;
}




div.contactform .type label, div.contactform .interests label, div.contactform .interests2 label {
display:inline;
font-size:75%;
margin:0;
padding:0.25em;
width:95%;
}

#ProactiveSupport_4621489 {
left: 0;
position: relative;
}

div.vcard {
margin: 10px 0;
}

div.vcard h4 {
font-weight: 700;
font-size: 1.6em;
}

div.vcard li {
list-style: none;
background: none;
padding: none;
}

strong {
font-weight: 700;
}

div.cartcall input {
clear: left;
margin-bottom: 15px;
}

div.cartcall {
clear: left;
}

div.totals input[type="submit"] {
background: #ccc;
margin: 15px;
padding: 2px;
}

div.cartitem {
margin: 5px 0;
}

div.cartitem div {
margin: 3px;;
}

div.itemdesc {
font-weight: 700;
margin-top: 5px;
}

img.ProductImage {
float: right;
padding: 8px;
border: 1px #ccc solid;
width: 35%;
display:block;
}

div.products {
clear: left;
margin: 10px auto;
}