/* 
Stylesheet author: Trish Roque for Iron Horse Nutrition Website
Author URL: http://trishroque.com/ 
Date: April 2010 */


/* Normalization, Global Reset for Browser Consistency */

*, html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: disk;
	 margin-left: 10px;  
padding-left: 5px; 
	}	

ul {
	margin-bottom: 15px;
}
fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

small {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 40px 5px 20px;
	display: block;
	}

a img {
	border: none;
	}

/* ==============general layout=================== */

body {
	background: url(../images/background.jpg) repeat-x top #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

blockquote {
	margin: 0 50px 15px;
}
img {
	margin: 8px;
}

.imgleft {
	float: left;
	margin-right: 15px;
}

.imgright {
	float: right;
	margin-left: 15px;
}

h1, h2, h3, h4 {
	color: #9D1015;
	font-weight: bold;
	margin-bottom: 20px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

strong {
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
   	height: auto;
	border: 5px solid #9D1016;
	border-top: none;
	border-bottom: 1px solid #9D1016;
	background: #fff;
	color: #000;
	position: relative;
}

.clear {
	clear: both;
}

.black {
	color: #000;
}

.redEmphasis {
	color: #9D1016;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.textCenter {
	text-align: center;
}

.imgborder {
	border: 1px solid #9D1016;
	padding: 2px;
}
/* ==========header elements ================== */
#header {
	width: 100%;
	height: auto;
	background: #fff;
	color: #000;	
}

#branding {
	float: left;
	width: 450px;
	height: 150px;
	padding: 10px 0 5px 50px;	
}

#logo {
	float: left;
	display: block;
	width: 262px;
	height: 116px;
	background: url(../images/logo.jpg) no-repeat #fff;
}

#logo b {
	display: none;
}

#tagline {
	display: inline-block;
	width: 380px;
	height: 20px;
	float: left;
	margin: 3px 0 5px 65px; 
	text-transform: uppercase;	
	font-style: italic;
	color: #003399;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

#address {
	float: right;
	margin: 10px 20px 0 0;
	color: inherit;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	width: 280px;
	height: auto;
	font-weight: bold;
}

.menu {
	width: 100%;
	height: auto;
	background: #999;
	border: 1px solid #9D1016;
	border-left: none;
	border-right: none;
	float: left;
 	margin: 0;
	padding-left: 0;
 	list-style-type: none;
 	font-weight: bold;
	font-size: 14px; }

.menu li {
	display: inline;
}
	
.menu li a {
	display: block;
	width: auto;
	text-align: center;	
	padding: 5px 20px 8px;	
	float: left;
	color: #fff;	
	font-weight: bold;
	text-decoration: none;
}

.menu li a:hover, #home .li_home a, #products .li_products a, #about .li_about a, #contact .li_contact a, #tanning .li_tanning a {
	background: #9D1016;
	color:#000;
}

#footMenu {
	width: 960px;
	margin: 0px auto 25px;
	padding: 10px 0 5px;
	font-size: 12px;
}

#footMenu .menu {
	float: left;
	color: #000;
	border: none;
	font-size: 12px;
	background: none;
	width: 65%;
}

#footMenu .menu li a  {
	text-align: left;
	border-left: 1px solid black;
	padding: 3px 5px;
	color: #000;
	background: none;
}

#footMenu .menu li a:hover,  #home #footMenu .li_home a, #products #footMenu  .li_products a, #about #footMenu .li_about a, #contact #footMenu .li_contact a, #tanning #footMenu .li_tanning a{
	color: #9D1016;
	background: none;
}

.ripple {
	float: right;
	width: 35%;
	font-size: 11px;
	color: #000;
	text-align: right;
}
/* =========================SubPages====================================*/

#subPage {
	width: 850px;
	height: auto;
	padding: 20px 50px 120px;
	background: url(../images/subpageBG.jpg) repeat-x bottom #fff;
	float: left; 
}

/*#leftCol {
	float: left;
	width: 600px;
	height: auto;
	margin: 0 4px 0 0;
}

#rightCol {
	float: left;
	width: 290px;
	height: auto;
	margin: 0 0 0 15px;
}*/

.horseBG {
	position: absolute;
	bottom: 90px;
	right: 20px;
	background: url(../images/horseBG.png) bottom right no-repeat;
	width: 95px;
	height: 149px;
}

/* products */

.imgproducts {
	float: left;
	width: 130px;
	height: auto;
	display: block;
	border: 1px solid black;
	padding: 1px;
}


/* =========================footer====================================*/
#footer {
	width: 910px;
	height: auto;
	padding: 20px 20px 10px;
	background: #000;
	float: left;
	color: #ccc;
	margin: 0;
}

#footAdrr {
	float: left;
	width: auto;
	height: auto;
}

#connectBox {
	float: right;
	text-align: center;
	width: auto;
	height: auto;
}

.connect {
	margin: 0 0 2px;
	font-weight: bold;
}

.facebook, .twitter, .email {
	float: left;
	width: 31px;
	height: 31px;
	margin: 2px;
}

.facebook b, .twitter b, .email b {
	display: none;
}

.facebook {
	background: url(../images/facebook.gif) no-repeat;
}

.twitter {
	background: url(../images/twitter.gif) no-repeat;
}

.email {
	background: url(../images/email.gif) no-repeat;
}