/* CSS Document */

body { margin: 0; background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:140%; color: #BCBCBC;
	}
	
#wrapper-top { width: 1024px; margin: 0 auto; /*background-color: #FFFF00; background-image:url(../images/wrapper-t-bg.jpg); background-repeat: no-repeat;*/
	}

#wrapper { width: 1024px; margin: 0 auto; 
	}
	
p { font-size: 1em;
	}
	
ul{
	font-size:0.95em;
	padding-left: 0;
	margin-left: 0;
	}
	
li{ font-size:0.95em;
align:left;
	}
h1{
	font-size: 14px;
	}
h2{font-size:12px; color:#1174ED; font-weight: normal;
	}
table, tr, td, th{border:none; padding: 0; margin: 0; font-weight: normal; font-size: 12px; color: #FFFFFF; }

#header-top { width: 1024px; height: 50px; 
	}
#header-logo { width: 700px; height: 87px; margin-left: 10px;
	}

.main { width: 700px; margin: 0 0 0 10px; /*background-color: #FF0000;*/
 }
.main-banner { width: 1024px; margin: 27px 0 0 0; /*background-color: #FF0000;*/
 }
 
.main-title { width: 645px; padding: 15px 30px 0px 40px;
 }
.main-full { width: 645px; padding: 15px 30px 0px 40px;
}
.main-left { width: 300px; padding: 15px 20px 15px 30px; float: left; 
	}
.main-right { width: 300px; padding: 15px 30px 15px 20px; float: right;
	}
.universal { color: #0B72FF; font-weight:bold;
	}
.live { color: #000000; font-weight: bold; font-style:italic;
	}
#about-header {
	width: 1024px;
	margin: 27px 0 0 0;
	background-image:url(../img/about-content-t.jpg);
	height: 5px;
	}
#about-wrap {
	width: 1024px;
	background-image: url(../img/about-content-bg.jpg);
	background-repeat:repeat-x;
	background-color: #404040;
	padding: 0;
	
}
#about-footer { clear: both; height: 27px; background-image: url(../img/about-content-b.gif); background-repeat: no-repeat; 
	}
#about-left-col {
	float: left; width: 605px; background-image: url(../img/about-content-bg.jpg);	background-repeat:repeat-x; padding: 20px 10px 10px 20px; 
	}
#about-right-col {
	float: left; width: 389px; /*background-color: #CC0000;*/
	}
#about-profile-col { float: right; width: 349px; background-image:url(../img/about-profiles-bg.jpg); background-repeat: repeat-Y; padding: 20px 20px 0 20px; 
	}
#about-profile-footer { float: right; width: 389px; height: 6px; background-image:url(../img/about-profiles-b.gif); background-repeat: no-repeat; margin-left: -20px;
	}
.leader { color: #0099CC; 
	}

#contact-header {
	width: 1024px;
	margin: 27px 0 0 0;
	background-image:url(../img/contact-t.gif);
	height: 5px;
	}
#contact-wrap {
	width: 984px;
	background-color: #2B2B2B;
	padding: 20px;
	
}
#contact-footer { clear: both; height: 5px; background-image: url(../img/contact-b.gif); background-repeat: no-repeat; 
	}
.contact-leader { color: #0099CC; font-size: 1.4em; font-weight: regular;}
.contact-info { color: #FFFFFF; font-size: 1.4em; font-weight: regular;}


/*------------------------------------------------------------------------------*/
/*	--> M A I N   N A V	 T O P													*/
/*------------------------------------------------------------------------------*/

DIV#head_navigation { width: 1024px; height: 71px; background-image: url(../img/nav-bg.jpg); background-repeat: no-repeat;
}

DIV#head_navigation UL {
	margin:0;
	padding:0;
}

DIV#head_navigation UL LI {
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	list-style-type:none;
}

DIV#head_navigation UL LI SPAN A 				{ background-repeat:no-repeat; height:71px; display:block; background-position:left top; }

DIV#head_navigation UL LI SPAN A:hover			{ background-position:right top; }
DIV#head_navigation UL LI SPAN A.selected		{ background-position:left bottom !important; }
DIV#head_navigation UL LI SPAN A SPAN  			{ display:none; }

DIV#head_navigation UL LI SPAN A#ftf-logo		{ width:254px;  background-image:url("../img/first-things-first-logo.jpg"); }
DIV#head_navigation UL LI SPAN A#home			{ width:73px;  background-image:url("../img/nav-home.jpg"); }
/*DIV#head_navigation UL LI SPAN A#navwomen		{ width:102px; background-image:url("../images/nav-women.jpg"); }
DIV#head_navigation UL LI SPAN A#navmen			{ width:102px; background-image:url("../images/nav-men.jpg"); }*/
DIV#head_navigation UL LI SPAN A#house-brands   { width:133px; background-image:url("../img/nav-house-brands.jpg"); }
DIV#head_navigation UL LI SPAN A#about-ftf	    { width:97px; background-image:url("../img/nav-about-us.jpg"); }
DIV#head_navigation UL LI SPAN A#contact	    { width:63px; background-image:url("../img/nav-contact.jpg"); }


/*	--> S T Y L E S  <--  */

a:link { color:#BCBCBC; text-decoration: underline;	background-color: none; }
a:visited { color:#BCBCBC; text-decoration: underline; background-color: none; }
a:hover { text-decoration: none; color:#25272D; background-color: #BCBCBC; }

.search { font-size: 0.95em; 
	}
.search th, td { 
	border: 1px solid #FFFFFF; font-size: 1em; padding: 4px 8px; line-height: 1.2em; text-align:left;
	}

table { border-collapse: collapse;  
	}
	
th, td { 
	border: 0px solid #CCCCCC; font-size: 1em; padding: 4px 8px; line-height: 1.2em; text-align:left;
	}
tbody td { border-top: 0 border-bottom: 0;
	}
tbody tr.odd  td {
      background-color: #F2F2F2;
	}
tbody tr.over td, tbody tr:hover td {
	background: none;
	}
.foot-note {
	width: 680px; padding: 10px; clear:both; font-size: 0.95em; margin-left: 10px;
	}

.footer {
	width: 1024px; margin: 0 auto; padding: 30px 0 0 0; text-align: right;
	}
.thumbs-left { 	
	border:#999999 dotted 1px; padding: 4px; margin: 0 10px 5px 0; 
	}
.thumbs-right { 	
	border:#999999 dotted 1px; padding: 4px; margin: 0 0 5px 10px; 
	}

/*	FORM */

.main form td,
.main form th{
	border: none;
	margin: 0;
	pading: 0;
}

.main form th label{
	width: 110px;
	display: block;
	font-weight:normal;
}

.main form td{
	white-space:normal;
}

.main form textarea {
	width: 170px;
}

.main form input.submit{
    width: auto;
}

.error{
	color: #FF0000;
	font-weight: normal;
}

.divider { 
	width: 100%; height: 20px; border-top:#999999 dotted 1px; margin-top: 20px; 
	}
.team-intro {color:#1174ED; 
	}

.site-map-text { font-size: 1.5em; line-height: 140%; color: #CCCCCC; }

