/* this is the CSS code to make something transparent, in other words change the opacity...i am creating it to change the opacity on the quick links box on the ocean experience website www.oceanexperience.net*/

html, body {
	background-color: #eff2f3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

 #mySlideShow
{
width: 400px !important;
height: 200px !important;
} 

#container {
	width: 739px;
	margin: auto;
	padding: 0;
	}

#header {
	width: 737px;
	height: 131px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-bottom: 0px;
	}	

/*#header {
	width: 800px;
	height: 161px;
	padding: 0;
	margin: auto;
	}*/

#header_sub {
	width: 737px;
	height: 131px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-bottom: 0px;
	}	

/*#header_sub {
	width: 800px;
	height: 160px;
	margin: auto;
	padding: 0;
	}*/

#mid {
	width: 737px;
	height: 227px;
	background: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	clear: both;
	padding: 0;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-top: 0px;
	border-bottom: 0px;
}	

/*#mid {
	width: 800px;
	height: 227px;
	background: url(../images/learn_to_surf.gif) repeat;
	margin: auto;
	clear: both;
	padding: 0;
}*/
	
#menu_bar {
	width: 737px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	text-align: right;
	background-image: url(../images/menu_bar.gif);
	clear: both;
	margin: auto;
	padding: 0;
}

#divTransbox {
	width: 328;
	height: 56;
	align:left;
	margin: 30px 50px;
/* for IE*/
	filter: alpha(opacity=80);
/*for Mozilla/Firefox*/
	opacity:0.8;
}

#home_content {
	/*width: 738px;*/
	width: 737px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	font-size: .84em;
	background-color: #ffffff;
	clear: both;
	margin: auto;
	padding: 0;
}

#content {
	width: 737px;
	height: auto;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	font-size: .84em;
	background-color: #ffffff;
	clear: both;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#content_bkg {
	width: 735px;
	background-image: url(../images/left_nav_bkg.gif);
}

#left_nav {
	width: 191px;
	height: auto;
	float: left;
	background-repeat: repeat;
	margin: 2px;
	text-align: left;
}

#main_content {
	width: 475px;
	height: auto;
	float: right;
	text-align: left;
	/*margin: 2px;*/
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 0px;
}

#home_left {
	width: 320px;
	float: left;
	text-align: left;
}

#home_right {
	width: 320px;
	float: right;
	text-align: left;
}

ul.float_left {
	width: 200px;
	float: left;
	padding-left: 20px;
	
}

ul.float_right {
	width: 200px;
	float: right;
	padding-left: 20px;
}

.top_box_height {
	height: 230px;
}

/* styling -------------------------------*/



.callouts {
	font-weight: bold;
	font-size: 1.5em;
	color: #ef7f4d;
	margin-top: 10px;
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}
h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #0564a7;
	margin: 0;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #0564a7;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-size: 1.0em;
	color: #0564a7;
	margin: 0;
}

#main_content li {
	background-image: url(../images/orange_bullet_sm.gif);
	list-style: none;
	/*width: 200px;*/
	/*height: 20px;*/
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}


#lesson_text {
	color: #4798ce;
	font-size: 10px;
}

#sign_up {
	float:right;
	width: 202px;
	height: 66px;
	margin-right: 20px;
	margin-top: 80px;
	padding: 0;
}

img {
	border: 0;
}

#left_nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	
}

#left_nav li {
	
	list-style: url(../images/left_nav_bullet.gif);
}

/* padding --------------------------------*/
#menu_pad {
	padding-right: 25px;
	
}

.paddo5 {
	padding: 5px;
}

.paddo10 {
	padding: 10px;
}

.paddo20 {
	padding: 20px;
}

.clear {
	clear: both;
}

/* footer ---------------------------------*/

#home_footer {
	width: 737px;
	background-color: #f5f5f5;
	border: 1px solid #cbcbcb;
	font-size: .72em;
	clear: both;
	margin: auto;
padding: 0;
}

/* links ----------------------------------*/

a.learn_more {
	color: #ef5895;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#home_footer a {
	color: #ef7f4d;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
}

#main_content a {
	color: #ef7f4d;
	text-decoration: none;
	font-weight: bold;
}

#left_nav a{
	color: #ef7f4d;
	text-decoration: none;
	font-weight: bold;
}

#menu_bar a{
	color: #0564a7;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

#menu_bar a:hover{
	color: #ef7f4d;
}

#menu_bar a.current{
	color: #01b3f5;
}

/* shop layout - other shop layout and styles located in shop/skins/ob/stylesheets */

.content_box {
	/*border: 1px solid #efefef;*/
	background: url(../images/content_box_bkg.gif) repeat-x;
	padding: 20px;
}

#categories {
 padding: 10px;
}

#search_form_session {
	width: 220px;
	float: right;
	margin-top: 10px;
}
#shopping_cart {
	width: 220px;
	float: left;
	margin-top: 10px;
}

#shopping_cart_box {
	width: 180px;
	border: 1px solid #d8e9f5;
	
}

.bar{
background-color: #cccccc; 
height: 1px; 
line-height: 1px; 
width: 100%; 
margin-top: 5px;
clear: both;
}

#bread_crumb {
	font-size: .72em;
	color: #ef5895;
	width: 100%;
	border-bottom: 1px #cccccc solid;
	margin-top: -5px;
}

#bread_crumb strong {
	color: #000000;
}	

.latest_right {
	width: 140px;
	float: right;
	margin: 5px;
	padding:0;
}
.latest_left {
	width: 140px;
	float: left;
	margin: 5px;
	padding:0;
}

.prod_color {
	color: #666666;
}

#latest_content {
	width: 320px;
	text-align: center;
}

.latest {
	width: 125px;
	float: left;
	margin: 20px;
}

/*contact form*/

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
 
  } 

.form_fields {
	width: 200px;
	
}
.divTransbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
