@charset "utf-8";
/* CSS Document */

/* --------------------------	*/
/*			 UNIVERSAL STYLES		*/
/* -------------------------- */
body {
	text-align: center;
	color: #000000;
	background-color: #a19e99;
	font-family:Georgia;
	font-size: 100%;
	background-image: url(../images/cf-bg-tile.jpg);
	background-repeat: repeat;
	background-attachment:scroll;

}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	text-decoration:none;
}

/* --------------------------	*/
/*			 CONTAINER STYLES		*/
/* -------------------------- */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height:800px;
	width:1024px;
	position:relative;
	z-index:2;
}

#header {
	margin-top:25px;
	height: 150px;
	width: 1024px;
	background-color:#978b75;
	background-image:url(../images/cf-header-tagline2.png);
	background-repeat: no-repeat;
	background-position: 240px 0px;
	position:relative;
	z-index:2;
}


#content {
	width: 1024px;
	height:575px;
	font-size: 12px;
	background-image:url(../images/cf-content-bg.jpg);
	background-repeat:no-repeat;
	margin-top:-2px;
	position:relative;
}




/* --------------------------	*/
/*			 HEADER STYLES  		*/
/* -------------------------- */

#logo {
	margin-top:-165px;
	margin-left:-25px;
	height:200px;
	width:203px;
	z-index: 8 !important;
	position:relative;
}

/* -----------------------------	*/
/*			NAVIGATION STYLES  		*/
/* -----------------------------	*/

#sddm {
	width:1024px;
	background-color:#746367;
	border-bottom: 3px solid #2a384d;
	display:block;
	position:absolute;
	margin-top:-40px;
	height:25px;
	padding:10px 0px 0px 0px;
	text-align:center;z-index:5;
}
#sddm li {
	display:inline;position:relative;
	margin: 0px 12px 0px 12px;
	padding-top:5px;
}

#sddm li a, #sddm li a:visited {
	color:#ffffff;
	text-decoration: none;
}
#sddm li a:hover {
	color:#030302;
	text-decoration: none;
}
#sddm li a.active {
	color:#030302;
	text-decoration: none;
	margin-left:125px;
}
/* Opera */

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-left:435px;
	margin-top:5px;
	padding: 0;
	background-color:#746367;opacity:0.95;filter:alpha(opacity=95);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; font-weight:800;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 8px 15px 8px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-color: #746367;opacity:1.0;filter:alpha(opacity=100);
		color:#ffffff;
		border-bottom:1px dashed #2a384d;}

	#sddm div a:hover
	{color: #000000;opacity:1.0;filter:alpha(opacity=100);}



/* --------------------------	*/
/* 	QUOTE and NEWSLETTER SIGNUP STYLES	*/       
/* -------------------------- */
#quote img {
	margin-left:208px;
	padding-top:22px;
}
#signup {
	float:right;
	width:190px;
	margin-top:-75px;
	margin-right:12px;
	color:#030302;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:18px;
}
#form1 {
	margin-bottom:5px;
}
#text-input {
	width:125px;
	border:1px solid #000000;
	font-size:14px;
}
#Go {
	border:#000000 1px solid;
}
a#newsletter {
	text-decoration:none;
	color:#030302;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
a:hover#newsletter {
	color:#FFFFFF;
}
/* --------------------------	*/
/*			 CONTENT STYLES  		*/
/* -------------------------- */
#modules {
	width:794px;
	height:436px;
	margin-left:230px;
	position:absolute;
}
.box {
float: left;
margin: 10px 10px 0px 0px;
padding: 0;
background:url(../images/cf-content-box-on.png) no-repeat;
width: 188px;
height: 436px;
overflow:hidden;/* for ie to hide extra height*/

}
.box a {
	display: block;position:relative;
	width: 188px;
	height: 436px;
	text-decoration:none;
	overflow:hidden;/* for ie to hide extra height*/
	cursor:hand;
	clear:both;
}

.box img {width: 188px; height: 436px; border: 0;}
.box a:hover {visibility:visible;}
.box a:hover img.hover{visibility:hidden}
.box.last {margin-right:0px;}

.box a span.main {
position: absolute;
left: 5px;top: 10px;
text-align: left;
 width: 177px;
height: 436px; 					     
}
.box a span.main img {
	width: 177px;
	height: 55px;
}
.box a span.main span.text1 {
	display:block;
	width:155px;
	height:140px;
	margin-left:14px;
	color:#26262b;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.box a:hover span.main span.text1 { text-decoration:none; color:#FFFFFF;}
.box a span.main img.innerbox1 {
	height:134px;
	width:131px;
	margin-left: 24px;margin-top: 4px;
}
.box a span.main img.innerbox2 {
	height:134px;
	width:131px;
	margin-left: 24px;margin-top: 16px;
}
.box a span.main img.innerbox3 {
	height:134px;
	width:131px;
	margin-left: 24px;margin-top: 16px;
}
.box a span.main img.innerbox4 {
	height:134px;
	width:131px;
	margin-left: 24px;margin-top: 16px;
}

.box a span.main span.innerbox-text {
	text-align:center;display:block;
	height:32px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#25252b;
	text-transform:uppercase;
}
.box a:hover span.main span.innerbox-text {
	color:#25252b;
}
.box a span.main span.buy-now {
	text-transform:uppercase;
	display:block;
	text-align:center;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	height:15px;
	letter-spacing:1px;
}
.box a:hover span.main span.buy-now {
	color:#030302;
}

/* --------------------------	*/
/*			FOOTER TAB STYLES 		*/
/* -------------------------- */
#tabs ul {
	display:block;
	height:22px;
	margin-top:-22px;
	float:right;
	margin-right:55px;
	clear:both;position:relative;
}
#tabs ul li {
	display:inline;
	margin: 0px 0px 0px 0px;
	padding-top:5px;
}

/* --------------------------	*/
/*			 FOOTER STYLES  		*/
/* -------------------------- */
#footer {
	clear: both;
	font-family:"Americana XBd BT";
	color:#FFFFFF;
	font-size:16px;
}
#footer ul {
	width:1024px;
	background-color:#606757;
	border-top: 3px solid #2a384d;
	display:block;
	position:absolute;
	height:25px;
	padding:10px 0px 0px 0px;
	text-align:center;
}
#footer ul li {
	display:inline;
	margin: 0px 12px 0px 12px;
	padding-top:5px;
}
#footer ul li a, #footer ul li a:visited {
	color:#ffffff;
	text-decoration: none;
}
#footer ul li a:hover {
	color:#030302;
	text-decoration: none;
}
#footer ul li a.active {
	color:#030302;
	text-decoration: none;
	margin-left:125px;
}
#footer li.foot-links {
	font-family:"Americana XBdCn BT";
	letter-spacing:normal;
}
#footer li.line {margin:0;}
#footer li.first-foot {
	margin-left:-25px;
}
#footer li.foot-info {
	margin-left: 115px;
}


