
/** Common Styles */

body {
	margin: 0 auto;
	padding: 0;
	background: #646464 url(images/bkgd.jpg) repeat-x top;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	font-size:1px;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
	
	
}


/** Style for header starts here */

#header {
	width: 1000px;
	height: 185px;
	margin: 0px auto;
	
	
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 1000px;
	height: 40px;font-size:12px;
	margin: 0px auto;background-color:#000000;
	}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline; 
}

#menu a {
	display: block;
	float: left;
	padding: 14px ;
	text-decoration: none; text-transform:uppercase;
	color: #FFFFFF;background:url(images/nav.jpg) repeat-x; margin:0px 5px;
}

#menu a:hover {
	color: #CCC; background:#000000;
}



/** Style for content starts here */

#content {
	width: 920px;
	margin: 0px auto;
	padding:10px 20px;
	background-color:#FFFFFF;
	font-size:12px;
	}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	
}

#content h1.generation { background:url(images/nex-generation.gif) no-repeat; width:694px; height:45px; 
margin:0px auto; padding-top:5px;}
#content h1 span { display:none;}

#content p {
}

.photo-box { padding:10px; background-color:#303030; text-align:center; margin-bottom:10px;}


.photo-box#essence img { margin:0px 20px;} 
.photo-box#casual  { padding:0px }
.photo-box#casual img  { padding:4px 0px;}

#content h2.essence { background:url(images/essence-v.gif) no-repeat; width:204px; height:33px; 
margin:0px auto; margin-top:15px;}
#content h2 span { display:none;}

.right-float { float:right;}
.right-float p { display:inline; line-height:20px}
.right-float img { padding-top:10px;}

TABLE.essence-table { font-size:14px; clear:both; margin:20px 0 }
TABLE.essence-table ul { margin-left:30px; list-style:disc; }
TABLE.essence-table li { line-height:20px; padding-left:10px;}

TABLE.essence-table h3.athletic-fit {background:url(images/athletic-fit.gif) no-repeat; width:124px; height:30px; margin:0px auto; display:inline-block;}
TABLE.essence-table h3.club-fit {background:url(images/club-fit.gif) no-repeat; width:105px; height:30px; 
margin:0px auto; display:inline-block;  }
h3 span { display:none;}

TABLE.essence-table p { display:inline;}

.learn-more { margin-top:5px;}

.right-box {float:right; display:inline ; width:450px;}
.right-box small { display:block; font-size:10px; line-height:20px;}



 h3.team-casual {background:url(images/team-casual.gif) no-repeat; width:160px; height:30px; margin:20px auto; 
 display:block; }
p.casual { font-size:18px; margin:10px 0; padding:10px 0}
.contact-button { margin:20px auto; text-align:center}

#copy { margin:20px 0;
	
}
#copy h2 { font-size:20px; color:#43638a;}
#copy p { line-height:20px; padding:10px 0}



/** Style for footer starts here */

#footer {
	clear: both;
	background: #000000 url(images/footer.jpg) repeat-x;
	
}
.footer-wrap { background:url(images/footer.png) no-repeat top; 
width:1000px; margin:0px auto; height:280px;text-align:center}


.footer-menu { padding: 80px 0; }

.footer-menu ul {
	margin: 10px;
	padding: 0 0 0 350px;
	list-style: none; 
}

.footer-menu li {
	display: inline; 
}

.footer-menu a {
	display: block;
	float: left;
	padding: 10px ;font-size:12px;
	text-decoration: none;
	color: #FFFFFF; margin:0px 40px;
}

.footer-menu a:hover {
	color: #D7D7BD;
}
#footer a {
	color: #E5E5CC;
}
#footer p.sorca{ font-size:11px; margin-top:70px; color:#666;}

.clear { clear:both;}

/* Reset CSS */

html, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
