/* 
Stylesheet author: Trish Roque for Iron Horse Nutrition Website
Author URL: http://trishroque.com/ 
Date: April 2010 */


/*================ HOME PAGE ELEMENTS =============== */

#slideshowBox {
	width: 100%;
	margin: 0;
	height: 270px;
	background: url(../images/redhorse.jpg) bottom right no-repeat #9D1016;
	float: left;
	border-bottom: 1px solid #9D1016;
}

#slideshowBox img {
	height: auto;
	width: auto;
	margin: 0 ;
	padding: 0;
	float: left;
	
}

/* ========= jquery slideshow styles ======== */
#slider1 {
    width: 950px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;	
	margin-left: 0;
	padding-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	margin-left: 0;
	padding-left: 0;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
     width: 950px;
    color: #fff;
    display: none;
  }

.slider1Image span strong {
    font-size: 40px;
    line-height: 50px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	left: 490px;
	bottom: 0;
	width: 400px !important;
	height: 220px;
}
ul { list-style-type: none;}

/* ======end of jquery slideshow===========*/

#twocolBG {
	width: 950px;
	height: auto;
	background: url(../images/2colBG.gif) repeat-y;
	color: inherit;
}

#homeContent {
	background: url(../images/homeContentBG.jpg) repeat-x top #efefef;
	float: left;
	padding: 30px 30px 20px;
	width: 652px;
	height: auto;
}

#rightTips {
	float: left;
	width: 198px;
	height: auto;
	background: #ccc;
	padding: 10px 20px 20px 20px;
}

#rightTips h2 {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 233px;
	height: 20px;
	background: #0F3F9F;
	text-align: center;
	padding:  8px 5px 8px 0;
	margin: -10px -20px 10px -20px;
}


.homeCol {
	float: left;
	text-align: center;
	width: 197px;
	height: auto;
	/*border-right: 2px solid #999;position: relative;*/
	background: url(../images/greyLine.gif) right center no-repeat;
	margin: 20px 0;
	padding: 5px 20px;
}

.homeCol a, .homeCol a:link, .homeCol a:visited, .homeCol a:hover, .homeCol span {
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.lastCol {
	background: none;
}