@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Arial";
	font-size: 100%;
	background: white url(../images/webbackground.jpg) repeat;
}

.twoColFixLtHdr #container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container {
	border-right: 1px none #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-bottom: 20px solid #33ccff;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @group feedburner */

.feedburnerFeedBlock {
	text-decoration: none;
}

.feedburnerFeedBlock a{
	border: none;
	color: #0099ff;
	font-weight: bold;
}

.feedburnerFeedBack li{
	color: gray;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.feedburnerFeedBlock p.feedTitle {
	color: red;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}



/* @end */
/* MAIN */

.twoColFixLtHdr #mainContent {
	margin: 15px 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}

.twoColFixLtHdr #mainContent_2 {
	margin: 5px 0 0 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
}

#mainContent a:hover {
	text-decoration: underline;
}

#mainContent h1 {
	color: #666666;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin: 0 0 5px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}

#mainContent h1 a {
	text-decoration: none;
	color: gray;
}
#mainContent h1 a:hover {
	color: red;
	text-decoration: underline;
}

#mainContent h2 {
	font: normal 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #CF0000;
	border-bottom: 1px dotted #CCCCCC;
}
#mainContent p {
	font-size: 12px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding: 2px;
}


#mainContent p a{
	text-decoration: none;
	color: #0099FF;
}

#mainContent .caption {
	color: white;
	margin-top: 1px;
	background-color: gray;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 1px 5px 2px;
}

#mainContent .caption a{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent .caption a:hover{
	color: red;
	text-decoration: underline;
}

#mainContent ol li {
	font: italic bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	list-style-type: decimal;
	margin: 2px;
}

/* sidebar 1 */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: white;
	border-style: none;
	border-top-style: inset;
	border-bottom-style: inset;
	border-top-width: thin;
	border-bottom-width: thin;
}
#sidebar1 .related {
	background-color: white;
}

#sidebar1 .related li {
	list-style: none;
	
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#javascript {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
}

#sidebar1 .related a {
	display: block;
	padding: 4px;
	border-top: 1px solid #FFF;
	text-decoration: none;
	background-color: #fff;
}

#sidebar1 div.related h2 {
	margin: 0;
	padding: 5px;
	border: none;
	background-color: #00afeb;
	color: white;
}

#sidebar1 div.related h2 a {
	margin: 0;
	padding: 0;
	border:  none;
	color: white;
	background-color: #00afeb;
}
#sidebar1 div.related h2 a:hover {
	margin: 0;
	padding: 0;
	border:  none;
	color: #33c;
	background-color: #00afeb;
}

#sidebar1 .related a:hover {
	border-right: thick solid #00afeb;
	background-color: #f5f5f5;
}

#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#sidebar1  h2 {
	color: white;
	padding-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	padding-top: 0;
	background-color: #00afeb;
	border-bottom: thin solid #28abe2;
	padding-left: 0;
	padding: 4px;
}

#sidebar1 h2 a {
	color: white;
	padding:  0px;
	margin: -3px;
	font-size: 12px;
}

a img {
	border-style: none;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: auto;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #EEE;
	color: #333;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: right;
	padding: .5em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #003399;
}

.twoColFixLtHdr #container #sidebar1 .related {
	background-color: white;
}
.related2 {
	background-color: #FFFFFF;
}
.itemdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.photobox {
	text-align: center;
	float: left;
	width: 15em;
	margin: 5px;
	background-color:#FFFFFF
}
.photoboxright {
	text-align: center;
	float: right;
	width: 15em;
	margin: 5px;
	background-color:#FFFFFF
}

.photoproduct {
	text-align: center;
	float: left;
	width: 200px;
	background-color:#FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
}
.photoboxBIG {
	text-align: left;
	float: left;
	width: 510px;
	border: 1px dotted #666666;
	padding: 5px;
	margin: 10px;
	background-color: #FFFFFF
}

.photoproductwrap {
	float: left;
	width: 490px;
	border: 1px dotted #666666;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF
}
.photoboxleft {
	text-align: left;
	float: left;
	width: 510px;
	border: 1px dotted #666666;
	padding: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	height: auto;
	position: relative;
	display: block;
	clear: none;
}
.twoColFixLtHdr #footer {
	font-size: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-right: 15px;
	text-align: center;
	padding: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/*  ECHAPPE STYLES*/
/*  Start font size and coor details.*/
.Blue18 { 
	color: #09c; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 0.67em 0; 
}
.producttitle {
	color: gray;
	margin: 0.83em 0;
	text-transform: uppercase;
	font: small-caps 14px "bank gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.BlueBody12 { 
	color: #09c; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 12px 0 1em; 
}

.BlueStd12 { 
	color: #09c; 
	margin: 12px 0 1em;
	font: 12px Arial, Helvetica, sans-serif;
}

/* @group Spreadsheet Styles */



/* @end */
.DarkGrayBodyBold12 {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em;
	text-align: left;
}
.DarkGrayBodyNorm12 { 
	color: #666; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	margin: 1.67em 0; 
}
.LightGrayNorm8 { 
	color: #c0c0c0; 
	font-size: 8px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	margin: 2.33em 0; 
}

.smalltextblock {
	font: 10px Arial, Helvetica, sans-serif;
	padding: 5px;
	border: thin dotted #28ABE2;
	width: 50%;
}

.label {
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 15px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.labelSpecific {
	float: left;
	width: 15em;
	text-align: right;
	margin-right: 15px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.simpleborder {
	padding: 5px;
	border: thin dotted #000000;
	margin: 7px;
}

/*  END font size and color details  */

.optionbox{
	color: black;
	font: italic small-caps bold 15px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	position: relative;
	float: left;
	background-color: white;
	background-image: none;
}

.optioncontent img{
	
	text-align: right;
	
	position: relative;
	
	background-color: gray;
}

.optioncontent h4{
	color: white;
	font: italic small-caps bold 30px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	width: 487px;
	position: relative;
	float: left;
	height: 34px;
	background-color: gray;
	background-image: none;
	padding-top: 5px;
	vertical-align: text-top;
	padding-left: 23px;
}

.hedgraph {
	background-color: #747474;
	text-align: center;
}

.daypassdiv {
	width: 544px;
	height: 44px;
	margin-bottom: 5px;
	background: url(../images/artwork/bluetitles.jpg) no-repeat;
	color: white;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-transform: capitalize;
	padding-left: 3px;
	padding-top: 5px;
}

.daypassdiv a {
	margin: 0;
	padding: 0;
	border:  none;
	color: white;
	text-decoration: none;
	
}
.smalldaypassdiv {
	width: 510px;
	height: 40px;
	margin-bottom: 5px;
	background: url(../images/artwork/smallbluetitle.jpg) no-repeat;
	color: white;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-transform: capitalize;
	padding-left: 3px;
	padding-top: 5px;
}
.smalldaypassdiv a {
	margin: 0;
	padding: 0;
	border:  none;
	color: white;
	text-decoration: none;
	
}
