/* ----------------------------------------------------------------------------------
    Site Name: Brooklyn Body
    Version: 1.0
    Author: Timmy Cai
    Author URI: http://www.mydesignpad.com/
    CSS: Main Page
---------------------------------------------------------------------------------- */


/* COLORS
---------------------------------------------------------------------------------- */

Orange: #f06f34
75% Gray: #666666
50% Gray: #959595
Blue: #0d2ba2


/* DEFAULT STUFF
---------------------------------------------------------------------------------- */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right } 
.clear-float { clear:both; display:block;} /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */


html {

	background: url(../images/bg-wood.jpg) repeat;
}

body {
}

/* HEADER AND INTRO SLIDESHOW STUFF
---------------------------------------------------------------------------------- */

#page-wrap {
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -212px; /* the bottom margin is the negative value of the footer's height- for the sticky footer */
}
#push {
	height: 211px;
}

#header {
	width:900px;
	height:474px;
	background-image: url(../images/header5.png);
}

#content {
	display: block;
	width:900px;
	background: url(../images/body-bg.png) repeat-y;
}
#logo {
	text-indent: -2000em;
}
#logo a{
	width: 225px;
	height: 152px;
	position: relative;
	left: 90px;
	top:74px;
	float: left;
	background-image: url(../images/bb-logo3.png)
}
#slideshow {
	position: relative;
	left: 377px;
	top: 252px;
	width: 230px;
	height: 150px;
}



/* NAVIGATION
---------------------------------------------------------------------------------- */
ul#nav {
	top:153px;
	position: relative;
	float: right;
	width: 389px;
	height:24px;
	margin: 0 80px 0 0;
	background: url(../images/nav-bg.png) no-repeat;
}
#nav li { 
	float: left; 
	display: inline; 
}
ul#nav li a, ul#nav li a:hover, ul#nav li a:active { 
	outline: none; 
}
ul#nav li a{
	float:left;
	display:block;
	text-indent: -2000em;
}	
li#home a{
	width: 61px;
	height:24px;
	margin: 0 0 0 15px;
	background: url(../images/nav-home.png) bottom center no-repeat;
}
li#home a:hover{
	background: url(../images/nav-home.png) top center no-repeat;
}
li#home a:active{
	background: url(../images/nav-home.png) center no-repeat;
}
li#packages a{
	width: 79px;
	height:24px;
	background: url(../images/nav-packages.png) bottom center no-repeat;
}
li#packages a:hover{
	background: url(../images/nav-packages.png) top center no-repeat;
}
li#packages a:active{
	background: url(../images/nav-packages.png) center no-repeat;
}
li#testimonials a{
	width: 96px;
	height:24px;
	background: url(../images/nav-testimonials.png) bottom center no-repeat;
}
li#testimonials a:hover{
	background: url(../images/nav-testimonials.png) top center no-repeat;
}
li#testimonials a:active{
	background: url(../images/nav-testimonials.png) center no-repeat;
}
li#links a{
	width: 54px;
	height:24px;
	background: url(../images/nav-links.png) bottom center no-repeat;
}
li#links a:hover{
	background: url(../images/nav-links.png) top center no-repeat;
}
li#links a:active{
	background: url(../images/nav-links.png) center no-repeat;
}
li#contact a{
	width: 68px;
	height:24px;
	margin: 0 15px 0 0;
	background: url(../images/nav-contact.png) bottom center no-repeat;
}
li#contact a:hover{
	background: url(../images/nav-contact.png) top center no-repeat;
}

li#contact a:active{
	background: url(../images/nav-contact.png) center no-repeat;
}

/* MAIN COLUMN - HOME PAGE
---------------------------------------------------------------------------------- */
#main-col{
	z-index:200;
	min-height: 600px;
	display: block;
	width:421px;
	float: left;
	margin-left: 100px;
	padding-right: 30px;
	background:url(../images/side-divider.png) no-repeat right top;
}

#main-col h1#training-and-conditioning{
	text-indent: -2000em;
	width: 289px;
	height: 35px;
	background:url(../images/training-conditioning.png) no-repeat;
	padding-top: 10px;
	margin: 6px 0 10px 0;
}
#main-col h2 {
	margin: 20px 0 5px 0;
	color: #f06f34;
	font: 18px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: left;
}
#main-col h2 strong{
	font: 16px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-decoration: underline;
}
#main-col p.intro{
	font: 18px/27px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #0d2ba2;
	margin: 5px 0 20px 0;
	text-align: left;
}
#main-col p{
	font: 12px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: black;
	margin: 5px 0 20px 0;
	text-align: left;
}
#main-col p strong{
	font: bold 12px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #0d2ba2;
}
#main-col ul li{
	color: #f06f34;
	list-style-position: outside;
	list-style-type: disc;
	padding: 2px 0 10px 0;
	margin-left: 13px;
}
#main-col ul#single-list{
	margin: 0 0 0px 0;
}
#main-col ul#single-list li{
	color: #0d2ba2;
	list-style-position: outside;
	list-style-type: disc;
	padding: 2px 0 0px 0;
	margin-left: 13px;
}
#main-col ul#single-list-1{
	height: 80px;
}
#main-col ul#single-list-1 li{
	float: left;
	width: 250px;
	color: #0d2ba2;
	list-style-position: outside;
	list-style-type: disc;
	padding: 2px 0 0px 0;
	margin-left: 13px;
}
#main-col ul li p{
	font: 12px/16px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: black;
	text-align: left;
	display: inline;
}


/* MAIN COLUMN - PACKAGES PAGE
---------------------------------------------------------------------------------- */
#main-col h1#packages{
	text-indent: -2000em;
	width: 99px;
	height: 36px;
	background:url(../images/packages.png) no-repeat;
	padding-top: 10px;
}
#notes{
	border-top: 1px #f06f34 solid;
	margin: 50px 0 20px 0;
}

#notes p{
	font: italic 11px/20px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #666666;
	margin: 5px 0 5px 0;
}
#notes ul li{
	padding: 5px 0 5px 0;

}
#notes ul li p{
	font: italic 11px/20px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #666666;
}



/* MAIN COLUMN - TESTIMONIALS PAGE
---------------------------------------------------------------------------------- */
#main-col h1#testimonials{
	text-indent: -2000em;
	width: 132px;
	height: 35px;
	background:url(../images/testimonials.png) no-repeat;
	padding-top: 10px;
	margin: 0 0 18px 0;
}
#main-col p.quotes{
	font: 12px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 5px 0 20px 0;
	text-align: left;
}
#main-col p.names{
	font: italic 12px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #f06f34;
	text-align: right;
	margin:-10px 0 35px 0;
}

/* MAIN COLUMN - LINKS PAGE
---------------------------------------------------------------------------------- */
#main-col h1#links{
	text-indent: -2000em;
	width: 60px;
	height: 35px;
	background:url(../images/links.png) no-repeat;
	padding-top: 10px;
}
#main-col p a{
	text-decoration: none;
	color:#0d2ba2;
	font: 12px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 5px 0 20px 0;
	text-align: left;
}
#main-col p a:hover{
	color:#f06f34;
}


/* MAIN COLUMN - CONTACTS PAGE
---------------------------------------------------------------------------------- */
#main-col h1#contact{
	text-indent: -2000em;
	width: 87px;
	height: 35px;
	background:url(../images/contact.png) no-repeat;
	padding-top: 10px;
	margin: 0 0 18px 0;
}
#map{
	margin: 10px 0 20px 0;
	width: 295px;
	height: 136px;
	position: relative;
	background:url(../images/map.png) no-repeat;
}




/* SIDE COLUMN
---------------------------------------------------------------------------------- */
#side-col{
	min-height: 600px;
	background:url(../images/newsletter-signup.png) no-repeat center top;

}

#side-col h1.location{
	text-indent: -2000em;
	width: 91px;
	height: 35px;
	background:url(../images/location.png) no-repeat;
	padding-top: 10px;
	margin: 0 0 24px 0;
}

#side-col h1 {
	text-indent: -2000em;
	width: 209px;
	height: 35px;
	background:url(../images/news-updates.png) no-repeat;
	padding-top: 10px;
}
#side-col h2 {
	margin: 12px 0 10px 0;
	color: white;
	font: 20px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: left;
}
#side-col p strong {
	font: bold 14px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #0d2ba2;
}
#side-col{
	width:250px;
	float: left;
	margin-left: 25px;
}
#side-col p{
	font: 14px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #0d2ba2;
	padding:10px 0 20px 0;
	text-align: left;
	float: left;
}
#email-signup{
	padding-left:15px;
	width:224px
}
#email-signup form{
	font: bold 14px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #0d2ba2;
}
#email-signup form label{
	font: 12px/22px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #666666;
}
input#name, input#httdkd-httdkd, input#PhoneNumber{
	font: 12px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #0d2ba2;
	width:200px;
	height:20px;

}
input#subscribe{
	background:url(../images/subscribe-button2.png) no-repeat;
	width:107px;
	height:28px;
	border: none;
}
input#subscribe:hover{
	background:url(../images/subscribe-button2a.png) no-repeat;
	width:107px;
	height:28px;
	border: none;
}

/* FOOTER
---------------------------------------------------------------------------------- */

#footer, #push {
	margin: 0 auto;
	width:900px;
	height: 211px; /* .push must be the same height as .footer */
}

#footer{
	position: relative;
	width:900px;
	height: 211px;
	background:url(../images/footer1.png) no-repeat;
}
#divCopyright{
	margin: -10px 0 0 460px;
	display: inline-block;
	color: #666666;
	font:11px/21px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: right;;
}
#divCopyright a{
	text-decoration: none;
	color: #666666;
	font:11px/21px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#divCopyright a:hover{
	color: #f06f34;
}




