@charset "UTF-8";
body {
	font-size:11px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/* background-image:url(../images/gradient.jpg); */
	background-repeat:repeat-x;
	background-position:top;
	background-color:#c2d0e0;
	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: #666;
}

p {
	text-align:left;
	line-height:1.6em;
	width:98%;
}

h1 {
	font-size:1.5em;
	color:#527898;
}

h2 {
	font-size:1.2em;
	color:#527898;
}

h3 {
	font-size:1em;
	color:#666;
	font-weight:bold;
}

a {
	color:#527898;
	text-decoration:underline;
}

ul {
	line-height:1.4em;
	color:#666;
	margin:0px 0px 10px 30px;
}


/* Hides code below from IE to force it to use above code (will not hide from any other browsers) */
html>body ul {
	line-height:1.4em;
	color:#666;
	margin:0px;
}



/* BEGIN LAYOUT CSS -------------------------------------------------------*/
.secretsMain #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	z-index:0;
	border-top: 0px solid #fff;
	border-right: 1px solid #82a2bf;
	border-bottom: 0px solid #fff;
	border-left: 1px solid #82a2bf;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.secretsMain #headerContainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	padding: 0px;
	position:relative;
	z-index:0;
	border-top: 1px solid #82a2bf;
	border-right: 1px solid #82a2bf;
	border-bottom: 0px;
	border-left: 1px solid #82a2bf;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.secretsMain #headerContainerIndex {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	z-index:0;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.secretsMain #navContainer {
	width:800px;
	margin: 0 auto;
	height:2.4em;
	background: #FFFFFF url(../images/nav_gradient.gif);
	background-repeat:repeat-x;
	position:relative;
	z-index:10;
	border-top: 3px solid #82a2bf;
	border-right: 1px solid #82a2bf;
	border-bottom: 1px solid #82a2bf;
	border-left: 1px solid #82a2bf;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:2px;
}

.secretsMain #footerNavContainer {
	width:800px;
	margin: 0 auto;
	height:36px;
	position:relative;
	border-left: 1px solid #82a2bf;
	border-right: 1px solid #82a2bf;
	z-index:10;
	background-color:#82a2bf;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.secretsMain #header {
	background: none; 
	padding: 10px 10px 0 20px;  /* 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. */
}
.secretsMain #headerNav {
	width:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	/*position:relative;*/
	z-index:10;	
}
.secretsMain #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.secretsMain #shadow {
	height:5px;
	width: 100%;
	background-color:#FFFFFF;
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.mainContent {
	padding: 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow:hidden;
}

.secretsMain #leftMain {
	width:474px;
	padding: 1px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right: 1px solid #CCC;
	float:left;
}

.secretsMain #rightMain {
	width:260px;
	padding: 1px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:right;
}

.secretsMain #mainImage {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #999;
}
.secretsMain #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:800px;
	margin: 0 auto;
	clear:both;
}
.secretsMain #footer p {
	font-size: 9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.secretsMain #footerContainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	margin-bottom: 10px;
	position:relative;
	background-color:#FFFFFF;
	border-top: 0px;
	border-right: 1px solid #82a2bf;
	border-bottom: 1px solid #82a2bf;
	border-left: 1px solid #82a2bf;
}

#flashcontent {
		width: 800px;
		height: 385px;
		padding:0px;
		margin:0px;
		/*position:relative;*/
		z-index:5;
}

#flashcontentTopBanner {
		width: 589px;
		height: 94px;
		padding:0px;
		margin:0px;
		border-left: 1px solid #82a2bf;
}

.clearFloats {
	clear:both;
}

.line {
	border-bottom:1px solid #c7a362;
} 

.leftcolumn {
	width: 380px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	border-right: 1px solid #CCCCCC;
}

.leftcolumn_narrow {
	width: 380px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	border-right: 1px solid #CCCCCC;
}

.secretsMain #container .leftcolumn_narrow ul {
	line-height:1.4em;
	color:#666;
	margin:0px 0px 10px 30px;
	padding-right:20px;
}

/* Hides code below from IE to force it to use above code (will not hide from any other browsers) */
html>.secretsMain #container .leftcolumn_narrow ul {
	line-height:1.4em;
	color:#666;
	margin:0px;
	padding-right:20px;
}

.rightcolumn {
	width: 379px;
	float: left;
	margin-left: 20px;
	padding-top: 0px;
}

.secretsMain #container .leftcolumn ul {
	line-height:1.4em;
	color:#666;
	margin:0px 0px 10px 30px;
}

/* Hides code below from IE to force it to use above code (will not hide from any other browsers) */
html>.secretsMain #container .leftcolumn ul {
	line-height:1.4em;
	color:#666;
	margin:0px;
}

.secretsMain #container .rightcolumn ul {
	line-height:1.4em;
	color:#666;
	padding-right: 30px;
	margin:0px;
	margin:0px 0px 0px 20px;
	list-style:disc;
}


/* Hides code below from IE to force it to use above code (will not hide from any other browsers) */
html>.secretsMain #container .rightcolumn ul {
	line-height:1.4em;
	color:#666;
	padding-right: 30px;
	margin:0px;
	list-style:disc;
}

.promos {
	width:500px; 
	padding:10px; 
	border:1px solid #CCCCCC; 
	background-color:#EFEFEF; 
	margin-bottom:15px;
}

/* END LAYOUT CSS ------------------------------------------------------ */

/*		ROTADOR ---------------------------*/
 .cb-container{ width:800px; height:385px; position:relative; overflow:hidden;}
 .cb-rotador{ width:800px; height:385px;}
 .cb-controls{ width:40px; height:18px; background: transparent url(../images/cb-controls-bg.gif) no-repeat left top; position:absolute; z-index:200; right:10px; bottom:10px; cursor:pointer;}
 .cb-controls span{ display:block; width:18px; height:18px; margin-left:1px; float:left;}
/*END ROTADOR*/
