/* ---------------------------------------------------------------------------------------- */
/* CSS */
/* ---------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ACC8C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center !important;
	color: #000;
}

#outercontainer {
	width: 975px;
	margin: 25px auto 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #8E8E8E;	
}


#toplayout {
	position: relative;
	width: 970px;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(/images/top-background.gif) no-repeat center top;
	text-align: center;
	color: #fff; 
}

#bottomlayout {
	position: relative;
	width: 970px;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(/images/bottom-background.gif) no-repeat center top;
	text-align: center;
	color: #fff; 
}


#topads {
	width: 970px;
	margin: 10px auto 5px;
	padding: 0;
}



/* ---------------------------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------------------------- */

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 975px !important;
	height: 124px !important;
	background-color: #fff;
	text-align: left;
	color: #fff !important;
}

#logo {
	position: absolute:
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#headerNav {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ACC8C4;
}


#addthis {
	position: absolute;
	top: 30px;
	right: 10px;
	margin: 0;
	padding: 0;
}

#facebook {
	position: absolute;
	top: 60px;
	right: 10px;
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */


#navigation {
	position: relative;
	width: 975px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	background: #ccc url(/images/nav_background.gif) no-repeat center top;
	text-align: center;
	color: #ccc; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	z-index: 1; /*required to have dhtml popup show above flash piece*/
	
}


#navlinks {
	margin: 0 auto;
	padding: 3px 0 0 0;
	text-align: center;
}

#navlinks ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlinks ul li {
	display: inline;
	position: relative;
}



#navlinks a,
#navlinks a:visited {
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0 12px;
}

#navlinks a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #DF4A5C !important;
	/*background-color: #8EA6B3 !important;*/

}






/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;		
}

.subnav li {
	border-bottom: 1px solid #CCCCCC;
	background-color: #8EA6B3;
}

.subnav li.last {
	border-bottom: none;
	/*background-color: #cfa501;*/
}

.subnav li a,
.subnav li a:visited { 
	display: block;
	padding: 2px 0 2px 5px;
	color: #fff;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;	
}

.subnav li a:hover { 
	color: #fff;
	background-color: #C19D9D;
}


/* ---------------------------------------------------------------------------------------- */
/* Multiproducts table */
/* ---------------------------------------------------------------------------------------- */



.multiproducts-table {
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
}

.multiproducts-text {
	width: 150px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: justify;
	line-height: 1.5;
}

.multiproducts-text p {
	padding: 0;
	margin: 0;
}


/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */

#container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.35;
	background: #fff url(/images/container-background.gif) repeat-y center top;
}

#content {
	float: left;
	display: inline;
	width: 690px;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: justify;
	background-color: #f0f0f0;
}

#content h1 {
	font: 20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

#content h2 {
	font: 18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#content h3 {
	font: 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#content h3 + p {
	margin-top: -10px;
}


#content h4 {
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.finallyfree-table {
	background-color: #ffffff;
	color: #000;
	font-size: 10px;
}

.finallyfree-table h1 {
	font-size: 14px !important;
	color: #000 !important;
}



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

#contentRight {
	float: right;
	width: 220px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center !important;
	font-size: 11px;
}

#contentRight p {
	margin: 0;
	padding: 0;
}




/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 970px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background-color: #fff;
	text-align: center !important;
	color: #000;
	font-size: 11px;

}

#navBottom {
	margin: 0;
	padding: 1px;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	display: inline;
}

#copyright {
	margin: 5px 0 0 0;
	padding: 1px;
	text-align: center;
}



/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	background-color: #8ea6b3;
	color: #fff !important;
}

a:visited {
	color: #0066CC;
}

.imgnohover {
	text-decoration: none !important;
	background-color: transparent !important;
}

#headerNav a,
#headerNav a:visited {
	color: #ccc;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px !important;
	text-decoration: none;
}

#headerNav a:hover {
	text-decoration: none;
	background-color: #8EA6B3 !important;
}


#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #000;
	text-decoration: none;
}





/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.justify {
	text-align: justify !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}

