/*
AUTHOR: Kevin Hotaling
WEBSITE: http://bumbershootmedia.com/

background:6a653c

*/

/* RESET --------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,vdl, dt, dd, ol, ul, li, fieldset, 
form, label, legend,vtable, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {	
	content: ''; content: none; 
}
a img { border: none; }


/* LAYOUT --------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
}

hr { 
	margin:20px;
}

blockquote p { 
	font-style:italic;
}

a {
	color:#61654b;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#61654b;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#61654b;
	text-decoration:underline;
	font-weight:bold;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
}

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

#logo {
	background:url('images/logo.gif') no-repeat;
	float: left;
	height:60px;
	width:300px;
	text-indent: -9999px;
	margin: 10px 0px 20px 10px;
	display:inline;
	overflow:hidden;
}

#profiles {
	height: 22px;
	font-weight:bold;
	color:#000;
	font-size:12px;
	margin:14px 46px 0px 0px;
	float:right;
	display:inline;
	overflow:hidden;
}

#navbar { 
  width: 960px;
  height: 32px;
  background: url('images/nav-bg.gif') repeat-x;
  overflow:hidden;
  list-style:none;
  float:left;
}

#navbar li{ display:inline; }

#navbar li.lf-cap {
  height:32px;
  width:22px;
  background: url('images/lf-cap.gif');
  float:left;
}

#navbar li.rt-cap {
  height:32px;
  width:32px;
  background: url('images/rt-cap.gif');
  float: right;
}

#navbar li a {
	height: 32px;
	display: block;
	float: left;
	text-indent:-9999px;
	overflow:hidden;
}

#navbar li a.home { background: url('images/home-but.gif') no-repeat top; width: 74px; }
#navbar li a.products { background: url('images/products-but.gif') no-repeat top; width: 120px; }
#navbar li a.client { background: url('images/client-but.gif') no-repeat top; width: 176px; }
#navbar li a.about { background: url('images/about-but.gif') no-repeat top; width: 85px; }
#navbar li a.contact { background: url('images/contact-but.gif') no-repeat top; width: 109px; }

#navbar li a.home:hover,
#navbar li a.products:hover,
#navbar li a.client:hover,
#navbar li a.about:hover,
#navbar li a.contact:hover {
  background-position: center;
}

#navbar li a.home.active,
#navbar li a.products.active,
#navbar li a.client.active,
#navbar li a.about.active,
#navbar li a.contact.active {
  background-position:bottom;
}	

#navbar li a.home.active:hover,
#navbar li a.products.active:hover,
#navbar li a.client.active:hover,
#navbar li a.about.active:hover,
#navbar li a.contact.active:hover {
  background-position:center;
}
	
/* CONTENT -------------------------------------------------------------- */


#content {
	width: 940px;
	margin: 20px 10px;
	background: #614439;
	float:left;
	display:inline;
}

#content-products {
	width: 940px;
	margin: 20px 10px;
	background: #a2aeb4;
	float:left;
	display:inline;
}

#content-client {
	width: 940px;
	margin: 20px 10px;
	background: #747965;
	float:left;
	display:inline;
}

#content-about {
	width: 940px;
	margin: 20px 10px;
	background: #e3c8c9;
	float:left;
	display:inline;
}

#content-contact {
	width: 940px;
	margin: 20px 10px;
	background: #534f4a;
	float:left;
	display:inline;
}

#text {
  	width:700px;
	padding-right:20px;
	min-height:470px;
	background: #FFF;
	float:left;
	display:inline;
	overflow:hidden;
}

#text h2 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#660000;
	padding-bottom: 20px;
}

#text h3 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#61654b;
}
	
#text h5 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding-left:24px;
	color:#61654b;
}

#text p {
	font-size:13px;
	line-height:20px;
	text-align:justify;
	color: #61654b;
}

#text ul {
	list-style-type:disc;
	font-size:13px;
	line-height:20px;
	text-align:justify;
	color: #61654b;
	padding: 0px 30px;
}

#text ul li {
	list-style-type:disc;
}

#text img {
	float:left;
	margin: 20px 20px 20px 0px;
	overflow:hidden;
}

#text label {
	font-size:14px;
	line-height:20px;
	text-align:justify;
	color: #61654b;
}

#list {
	margin-left:60px;
	}

.listc {
	margin-left:20px;
	}

#sidebar {
	width: 220px;
	height:100%;
	float:right;
	overflow:hidden;
}

#sidebar h5 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
}	

#sidebar blockquote {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	text-align:center;
	line-height:14px;
	margin: 20px 15px 10px;
	color:#fff;
}

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

#footer {
  width:960px;
  height:200px;
  background:#34345a url('images/footer.gif') no-repeat;
  }
  
#footer h5 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding: 40px 40px 10px;
	color:#fff;
}

#footer ul {
	font-size: 12px;
	line-height: 14px;
	padding-left: 40px;
	color:#fff;
}

#footer li a {
color:#9596ae;
}

#footer li a:hover {
color:#fff;
}

/* HOME PAGE -------------------------------------------------------------- */


ul#home-nav {
	width: 118px;
	height: 350px;
	margin-top:20px;
	padding: 0px 262px 20px 320px;
	background: url('images/home-bg.jpg') no-repeat;
	overflow:hidden;
	list-style:none;
  }

#home-nav li{ display:inline; }

#home-nav li a {
	height: 50px;
	width: 118px;
	margin-bottom:20px;
	display: block;
	text-indent:-9999px;
	overflow:hidden;
}


#home-nav li a.surve { background: url('images/surve-but.gif') no-repeat top; }
#home-nav li a.stra { background: url('images/stra-but.gif') no-repeat top; }
#home-nav li a.train { background: url('images/train-but.gif') no-repeat top; }
#home-nav li a.coach { background: url('images/coach-but.gif') no-repeat top; }
#home-nav li a.perf { background: url('images/perf-but.gif') no-repeat top; }

#home-nav li a.surve:hover,
#home-nav li a.stra:hover,
#home-nav li a.train:hover,
#home-nav li a.coach:hover,
#home-nav li a.perf:hover {
  background-position: bottom;
}

.prod-link {
	background-color: #848abc;
	border: 1px solid #363a63;
	padding: 6px;
	margin: 20px;
	float:left;
	display:inline;
}

.prod-link a {
	color:#fff;
	font-size:12px;
	text-decoration: none;
	}
	
.prod-link:hover {	
	background-color: #999fd2;
	}