/* ---------------------------------------------------------

	1.	GLOBAL STYLES		
	2. 	TYPOGRAPHY									
	3.	CONTAINERS	
	4.	NAVIGATION	
	5.  CONTENT STYLES
	6.	FOOTER

-----------------------------------------------------------	*/



/* ---------------------------------------------------------
	1.	GLOBAL STYLES												
-----------------------------------------------------------	*/
body {
	text-align: center;
	font: 11px, arial, verdana, sans-serif;
	color: #000;
}

.home {background: #000 url("../images/img_bkg_001.gif")}
.scenarios {background: #000 url("../images/img_bkg_002.gif")}
.contact_us {background: #000 url("../images/img_bkg_003.gif")}
.links  {background: #000 url("../images/img_bkg_004.gif")}
.global, .downloads {background: #000 url("../images/img_bkg_001.gif")}

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a, a:link, a:visited, a:active {
	color: #C62A49;
	text-decoration: underline;
}

a:hover {
	color: #C62A49;
	text-decoration: none;
}

.hidden {
    display: none;
  }
  
.clear {
 	clear: both;
}

.list {
	list-style: none;
	float: left;
}

.list li{
	background: url("../images/ico_heart.gif") 0 3px no-repeat;
	padding: 0 0 10px 18px;
}

.list li a {color: #000;}
.list li a:hover {color: #C62A49;} 

/* ---------------------------------------------------------
	2.	TYPOGRAPHY										
-----------------------------------------------------------	*/
p {margin-bottom: 15px;}

h1 {margin-bottom: 10px;}

h3 {
	font-size: 20px;
	color: #C62A49
}

h5 {
	font-weight: bold;
	font-size: 11px;
	color: #C62A49
}

/* Flash Image Replacement */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash .scenarios h3 {
	visibility: hidden;
	font-size: 24px;
}



/* ---------------------------------------------------------
	3.	CONTAINERS									
-----------------------------------------------------------	*/
#container {
	width: 650px;
	padding: 25px;
	margin: 40px auto;
	text-align: left;
	background: #FFF;
	position: relative;
	min-height: 650px;
}

/*\*/
*html #container {height: 650px;}
/**/

#main_nav {
	position: absolute;
	list-style: none;
	width: 440px;
	height: 200px;
	top: 25px;
	left: 25px;
	z-index: 1;
}

#banner {
	position: absolute;
	top: 155px;
	right: 25px;
	width: 200px; 
	height: 466px;
}

#mailing_list {
	position: absolute;
	top: 635px;
	right: 25px;
	width: 165px; 
	background: #FB9A7A url("../images/img_bkg_mailinglist.gif") left top no-repeat;
	color: #C62A49;
	padding: 10px 15px;
}

#quotes {
	position: absolute;
	width: 370px;
	height: 100px;
	top: 55px;
	right: 65px;
	text-align: right;
}

#content {
	width: 440px;
	margin-top: 205px;
	padding-bottom: 40px;
	position: relative;
	float: left;
}

#footer {
	position: relative; 
	bottom: 25px; 
	left: 0;
	list-style: none;
	font-size: 10px;
	color: #C62A49;
}



/* ---------------------------------------------------------
	4.	NAVIGATION						
-----------------------------------------------------------	*/
#main_nav li {float: left; background: #FFF;}
#main_nav li a {position: absolute; float: left;background: #FFF;}

#main_nav .home a, #main_nav .scenarios a, #main_nav .contact a, #main_nav .links a {
	top: 140px;
	height: 35px;
	display: block;
	background: #FFF;
	text-decoration: none;
}

#main_nav li a i {visibility: hidden}

#main_nav .home a {width: 85px; left: 0; background: url(../images/nav_home.gif) left top no-repeat;}
#main_nav .home a:hover, #main_nav .home a.current {background: url(../images/nav_home_f2.gif) left top no-repeat;}
#main_nav .scenarios a {width: 127px; left: 90px; background: url(../images/nav_scenarios.gif) left top no-repeat;}
#main_nav .scenarios a:hover,#main_nav .scenarios a.current {background: url(../images/nav_scenarios_f2.gif) left top no-repeat;}
#main_nav .contact a {width: 117px; left: 222px; background: url(../images/nav_contact.gif) left top no-repeat;}
#main_nav .contact a:hover , #main_nav .contact a.current {background: url(../images/nav_contact_f2.gif) left top no-repeat;}
#main_nav .links a {width: 101px; height: 93px; left: 340px; top: 110px; background: url(../images/nav_links.gif) left top no-repeat;}
#main_nav .links a:hover, #main_nav .links a.current {background: url(../images/nav_links_f2.gif) left top no-repeat;}



/* ---------------------------------------------------------
	5.	CONTENT STYLES			
-----------------------------------------------------------	*/
/* Scenarios */
.scenarios h1 {float: left; padding-bottom: 10px;}
.scenarios .viewCart {float: right; padding-bottom: 10px;}

#scenarios {
	width: 440px;
	border-top: 1px solid #FB9A7A;
	list-style: none;
	clear: both;
	margin-top: 10px;
}

#scenarios .entry {
	border-bottom: 1px solid #FB9A7A;
	padding: 10px 0 20px 0;
	position: relative;
	width: 440px;
}


#scenarios .entry .price {	
	position: absolute;
	color: #C62A49;
	font-weight: bold;
	top: 15px; 
	right: 0;
}

#scenarios .entry .price .cost {
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}

#scenarios .entry .btns {
	position: absolute; 
	bottom: 10px; 
	right: 0;
}

/* View Cart */
#cart div {padding: 5px 0; float: left;}
#cart .r1 {background: #FB9A7A; font-weight: bold; color: #FFF; text-transform: uppercase}
#cart .r2 {border-bottom: 1px solid #FB9A7A}
#cart .r3 {background: #000; margin-top: -1px; font-weight: bold; color: #FFF; text-transform: uppercase}
#cart .c1 {width: 247px; padding-left: 10px;}
#cart .c2 {width: 90px; text-align: center;}
#cart .c3 {width: 90px; text-align: center}
#cart .btn a, #cart .btn a:link, #cart .btn a:visited, #cart .btn a:active {color: #000; text-decoration: none}

/* Contact */
.contact {width: 440px;}

.contact label, .contact input, .contact textarea {
	float: left;
	font: 11px arial, sans-serif;
}

.contact input, .contact textarea  {
	border: 1px solid #FB9A7A;
	margin-bottom: 10px;
	padding: 2px 2px 2px 5px;
}

.contact label {color: #000; font-weight: bold; margin-bottom: 3px; width: 150px}
.contact input {width: 220px; float: right}
.contact textarea {width: 220px; height: 60px; float: right}

.contact .btn {
	float: right;
	width: 43px;
	border: 0;
}

.contact br {clear: both}

/* Links */
.links h3 {margin-bottom: 5px;}

.link {
	float: left;
	width: 100px;
	height: 200px;
	margin-right: 10px;
	text-align: center
}

.link img {margin-bottom: 5px}

/* Mailing List */
#mailing_list .btn {
	padding-top: 10px;
	float: right;
}

#mailing_list .textfield {
	background: #FFBDA7;
	border: 0;
	width: 155px;
	padding: 2px 5px;
	font: 11px arial, sans-serif;
	coor: #000;
}

/* Downloads */
.downloads #container {height: auto; min-height: auto; width: 500px;}
.downloads #container {min-height: inherit;}
.downloads .content {text-align: center}
.downloads .highlight {font-weight: bold; font-size: 12px; margin: 0;}
.downloads .logo {
	width: 500px;
	text-align: center;
	margin-bottom: 15px;
}

.downloads .entry {
	width: 500px;
	padding: 15px 0;
	position: relative; 
	border-bottom: 1px solid #FB9A7A;
}

.downloads label {
	float: left;
	font-weight: bold;
	color: #C62A49;
	width: 50px;
	margin-right: 15px;
}

.downloads .textfield {
	border: 1px solid #FB9A7A;
	margin-bottom: 10px;
	padding: 2px 2px 2px 5px;
	float: left;
	width: 190px
}

.downloads span {
	float: left; 
	text-align: left;
}

.downloads br {clear: both;}
.downloads .login {
	width: 500px;
	position: relative;
	float: left;
}

.downloads .highlight {
	color: #000;
	border-bottom: 1px solid #FB9A7A;
	float: left;
	width: 500px;
	padding-bottom: 10px;
	}

.downloads .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	float: right;
	width: 70px;
	color: #FFF;
	border: 0;
	background: #000;
	font-size: 11px;
	padding: 2px;
	cursor: pointer;
}
	
	

/* ---------------------------------------------------------
	6.	FOOTER								
-----------------------------------------------------------	*/
#footer li {
	float: left;
	padding	: 0 10px 0 0 ;
}

#footer li a {
	padding: 0 0 0 10px;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}


