/* @override 
	http://precorcommercialfitness.com/styles.css
	http://www.precorcommercialfitness.com/styles.css
*/

/* CSS Document */
* {margin:0; padding:0;}

a {color: #2174a4;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin:0;
	padding:0;
	background-image:url(images/pageBG.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #9cadbd;
	}
	
	
#wrapper {
	width:783px;
	margin:0 auto;
	background-color:#fff;
	}
	
#wrapper a:hover {
	color:#5380a9;
	text-decoration:underline;
	}
	
#header {
	width:365px;
	height:49px;
	padding-top:15px;
	margin:0 auto 10px;
	background-color:#fff;
	clear:both;
	float:left;
	}
	
#header img {
	float:left;
	border:none;
	padding-left:10px;
	}
	
h4.number {
	float: right;
	margin-right: 10px;
	margin-top: 50px;	
	color:#2174a4;
	font-size: 110%;
}

	
/*main nav div*/ 	

#nav * {
	margin:0;
	padding:0;
	}	

#nav {border:1px solid black;
	width:765px;
	margin-right:8px;
	float:right;
	background-color:#3e6faa;
	margin-bottom:10px;
	}	
	
#nav ul {
	float:right;
	}
	
#nav li {
	list-style-type:none;
	float:left;
	position:relative;
	border-left:1px solid #000;
	}


#nav a {
	display:block;
	padding:1px 5px;
	/*color:#2174a4;*/
	text-decoration:none;
	font-variant:small-caps;
	color:#fff;
	}
	
#nav a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#4b98bf;
	}
	
#nav li ul {
	position:absolute;
	display:none;
	width:8em;
	margin-left:-1px;
	margin-bottom:-2px;
	background-color:#3e6faa;
	font-size:12px;
	}
	
	
#nav li:hover ul {
	display:block;
	}
	
#nav li ul a {
	background-color:#3e6faa;
	}
	
#nav li ul a:hover {
	background-color:#4b98bf;
	color:#fff;
	}
	
#nav li ul li {
	width:100%;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	}
	
#nav li ul li:first-child {
	border-top:1px solid #000;
	}
	

	
/*end main nav div*/

#quotes {
	clear:both;
	height:120px;
	}	

#flash {
	width:400px;
	height:50px;
	margin:10px 8px -15px;
	clear:both;
	}
	
#flash h1 {
	color:#3f74b8;
	}
	
#flash h4 {
	margin-top:5px;
	padding-left:13px;
	color:#2174a4;
	}
	
#flash p {
	width:405px;
	padding-left:13px;
	margin-top:5px;
	font-size:90%;
	line-height:1.5em;
	color:#5a5e5d;
	}
	
h3 {
	color:#2174a4;
	text-indent:10px;
	margin-bottom:15px;
	}
	
	
#content {
	clear:both;
	width:775px;
	margin-top:10px;
	padding-bottom:10px;
	margin-left:4px;
	overflow:auto;
	background-color:#fff;
	min-height:475px;
	}
	
#finance {
	width:700px;
	margin:auto;
	}
	
#finance p {
	color: #666;
	margin-bottom: 10px;
	font-size: 120%;
}

/*index page*/	

#product_images {
	float:right;
	width:330px;
	padding-right:10px;
	}
	
#product_images object {
	float:right;
	padding-right:10px;
	}
	
#about_us {
	width:390px;
	float:left;
	font-size:90%;
	margin:0 0 10px;
	padding-left:15px;
	color:#ccc;
	}
	
#about_us h2 {
	margin-bottom:10px;
	color:#2174a4;
	}
	
#about_us ul {
	font-size:120%;
	color:#666;
	line-height:1.5em;
	padding-left:10px;
	}
	
#about_us li {
	margin-bottom:15px;
	}
	
#manufacturers {
	clear:both;
	width:770px;
	margin:30px 0 20px 10px;
	background-color:#fff;
	}
	
#manufacturers h4 {
	font-weight:lighter;
	color:#2174a4;
	margin-left:33px;
	}
	
#manufacturers img {
	border:none;
	margin:10px 33px;
	}
	
div.services {
	border-bottom:1px solid #333;
	width:760px;
	margin-bottom:10px;
	color:#333;
	overflow:auto;
	}
	
div.services li a {
	margin-left: -3px;
}
	
div.services h3 {border:1px solid black;
	color:#fff;
	background-color:#3e6faa;
	margin-left:-10px;
	}
	
div.services p {
	font-size:90%;
	}
	
#service_subject {
	width:760px;
	margin:auto;
	height:500px;
	clear:both;
	}
	
#service_subject p {
	font-size:110%;
	color:#666;
	margin-right:3px;
	margin-bottom:20px;
	}
	
.service_options {
	width:245px;
	height:240px;
	float:left;
	margin-right:8px;
	margin-top:10px;
	}
	
.service_options h3 {
	text-align:center;
	}
	
.service_options img {
	border:1px solid #3e6faa;
	}
	
#portfolio {
	width:760px;
	margin-left:10px;
	padding:10px 0;
	}
	
#portfolio h3 {
	margin-bottom:5px;
	}
	
#portfolio p {
	font-size:100%;
	color:#666;
	margin: 10px 3px 10px 0;
	}
	
#portfolio p.clients {
	margin:0;
	padding-bottom:5px;
	font-size:120%;
	color:#2174a4;
	text-decoration:underline;
	}
	
#portfolio a {
	text-decoration:none;
	font-variant:small-caps;
	padding-left:4px;
	color:#2174a4;
	}
	
#portfolio ul {
	margin-bottom:10px;
	}
	
/*product index page*/

#product_index {
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	
p.access {
	color:#333;
	font-size:120%;
	}
	
p.access a {
	color:#2174a4;
	}
	
#product_index img {
	border:none;
	margin:20px 21px 30px;
	}
	

div.product_choices {/*border:1px solid #2174a4;*/
	width:174px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	text-align:center;
	}

div.product_choices img {
	margin-bottom:15px;
	}
	
div.product_choices h2 {
	margin-bottom:10px;
	color:#2174a4;
	font-weight:lighter;
	}

div.product_choices ul {
	list-style-type:none;
	}
	
div.product_choices li {
	font-size:80%;
	margin-top:5px;
	}
	
	
div.product_choices a {
	color:#5a5e5d;
	text-decoration:none;
	}

/*product pages*/	

#sub_nav {
	width:205px;
	float:left;
	border:1px solid #000;
	border-top:none;	
	background-color:#fff;
	margin-left:5px;
	margin-right:1px;
	}
	
#sub_nav dl {
	list-style-type:none;
	font-size:110%;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	font-variant:small-caps;
	}
	
#sub_nav dt {
	font-weight:bold;
	margin-bottom:0;
	color:#fff;
	border-top:1px solid #000;
	text-indent:12px;
	}
	
#sub_nav dd {
	margin:0;
	font-size:80%;
	border-top:1px solid #000;
	text-indent:20px;
	background-color:#fff;
	}
	
#sub_nav a {
	text-decoration:none;
	display:block;
	padding:3px 0;
	margin:0 auto;
	color:#000;
	}
	
#sub_nav a.current {
	background-color:#3e6faa;
	color:#fff;
	}
	
#sub_nav a:hover {
	background-color:#3e6faa;
	color:#fff;
	text-decoration:none;
	}
	
#sub_content {
	width:540px;
	float:right;
	height:auto;
	border:1px solid #032e49;
	background-color:#fff;
	margin-right:7px;
	}
	
#sub_content h3 {
	font-variant:small-caps;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	padding:2px 0;
	padding-bottom:4px;
	text-indent:7px;
	background-color:#3e6faa;
	color:#fff;
	}
	
#sub_content p {
	clear:both;
	width:400px;
	margin-right:10px;
	padding:5px 0;
	float:right;
	text-align:right;
	font-size:90%;
	}
	
#sub_content a {
	color:#2174a4;
	}
	
#sub_content a:hover {
	color:#958e2e;
	text-decoration:underline;
	}
	
/*product index divs*/

ul.product-index {
	margin-left: 90px;
}

ul.product-index li {
	display: inline;
}

ul.product-index img {
	width: 250px;
	height: 250px;
}

div.product_index {
	width:526px;
	margin:5px auto 10px;
	padding:5px 0;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	}
	
div.product_index ul {
	list-style-type:none;
	
	}
	
div.product_index li {
	display:inline;
	}
	
div.product_index a {border:1px solid red;
	display:block;
	padding:0 0 5px;
	}


	
/*product info divs*/	
div.product_info {
	width:526px;
	height:12em;
	margin:5px auto 10px;
	padding:5px 0;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	}
	
div.product_info img {
	border:none;
	float:right;
	}
	
div.product_info h4 {
	font-weight:normal;
	color:#5a5e5d;
	}	
	
div.product_info h5 {
	font-weight:normal;
	}
	
div.product_info ul {
	list-style:disc;
	padding-left:17px;
	width:300px;
	margin-top:0;
	}
	
div.product_info li {
	padding:0px;
	font-size:90%;
	}
	
div.product_info h5 {
	padding:0 0 5px;
	margin-top:0;
	}
	
div.product_info a {
	color:#000f25;
	}
	
div.product_info a:hover {
	color:#5380a9;
	}
	
div.product_info a.strength {
	text-decoration:none;
	display:block;
	margin:5px 0;
	}
	
div.strength_accessories img {
	border:none;
	display:block;
	padding-bottom:20px;
	padding-top:10px;
	}
	
/*#product_spec divs*/

#product_specs {
	width:520px;
	float:right;
	border:1px solid #000;
	font-size:90%;
	padding:0 10px;
	margin-right:10px;
	}
	
#product_specs img {
	display:block;
	border:none;
	}
	
#product_specs a {

	}
	
#product_specs h4 {
	color:#fff;
	margin-bottom:15px;
	padding:3px 10px;
	margin:0 -10px 15px;
	background-color:#3e6faa;
	}

	
#product_specs p {
	margin:15px 0;
	line-height:1.5em;
	color:#333;
	}
	
#product_specs ul {
	list-style-type:none;
	margin:10px 0;
	color:#5a5e5d;
	}
	
#spec_lists {
	border:1px solid #000;
	margin-bottom:10px;
	padding:5px;
	}
	
#spec_lists h4 {
	background-color:#3e6faa;
	color:#fff;
	width:510px;
	font-weight:lighter;
	margin:0;
	padding:0;
	}
	
#spec_lists li {
	color:#000;
	margin:5px 0;
	}
	
#spec_lists li.grey {
	background-color:#ccc;
	margin:2px 0;
	}
	
	
/*Bottom Nav and Footer*/
	
#bottom_nav {
	clear:both;
	width:783px;
	margin:0 auto;
	font-size:90%;
	background-color:#fff;
	padding-top:15px;
	}
	
#bottom_nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	}
	
#bottom_nav li {
	display:inline;
	border-left:1px solid #fff;
	}
	
#bottom_nav li:first-child {
	border-left:none;
	}
	
#bottom_nav a {
	text-decoration:none;
	font-variant:small-caps;
	padding-left:4px;
	color:#2174a4;
	}
	
#bottom_nav a.about {
	border-left:none;
	padding-left:0;
	}
	
	
#footer {
	clear:both;
	min-height:80px;
	width:783px;
	font-size:80%;
	text-align:center;
	margin:0 auto;
	color:#5a5e5d;
	background-color:#fff;
	padding-bottom:10px;
	}

#images {
	text-align:center;
	}

#images a {
	color:#5380a9;
	}
	
#contact_info {
	float:right;
	}

#contact_info p {
	color:#2174a4;
	text-align:center;
	font-size:110%;
	}
	
#contact_info img {
	margin-top:10px;
	}

#form {
	width:300px;
	padding:5px;
	padding-left:0;
	color:#333;
	float:left;
	}
	
#form div {
	width:300px;
	margin-left:10px;
	}

	


