/* Layout Styles */
body 
{
	background:#333333;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size:13px;
	line-height:1.3em;
	color:#fff;
	text-align: center;
	margin:0px;
}

#Logo
{
	margin:auto;
	width:960px;
	padding:20px 0px 20px 0px;
	height:103px;
}
.Logo
{
	float:left;
}
.Horse
{
	float:right;
}
#MenuContainer
{
	clear:both;
	width:100%;
	text-align:center;
	background:url(../images/common/menu_bg.jpg) bottom no-repeat #626262;
	height:31px;
	overflow:hidden;
}
#Menu
{
	width:1000px;
	background:url(../images/common/menu_bg.jpg) bottom no-repeat #626262 center;
	margin:auto;
	height:31px;
}
#Menu ul
{
	clear:both;
	width:1000px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:31px;
	font-size:16px;
	line-height:1em;
}
#Menu li
{
	list-style:none;
	float: left;
	padding:9px 0px 0px 0px;
	height:24px;
	margin-right:2px;
	color: #FFFFFF;
	background-color:#515151;
	text-transform:uppercase;
	text-align:center;
}
#Menu li.selected
{
	background-color:#7FC41C;
	font-weight:bold;
}

#Menu li.home
{	width:100px; background:url(../images/common/menu/menu_home_bg.jpg);	}
#Menu li.aboutus
{	width:133px; background:url(../images/common/menu/menu_aboutus_bg.jpg);	}
#Menu li.supalite
{	width:163px; background:url(../images/common/menu/menu_supa_bg.jpg);	}
#Menu li.forsale
{	width:164px; background:url(../images/common/menu/menu_for_sale_bg.jpg);	}
#Menu li.gallery
{	width:122px;	 background:url(../images/common/menu/menu_gallery_bg.jpg);}
#Menu li.testimonials
{	width:169px;	 background:url(../images/common/menu/menu_testimonials_bg.jpg);}
#Menu li.contact
{	width:134px;	 background:url(../images/common/menu/menu_contact_bg.jpg);}

#MainPicContainer
{
	clear:both;
	min-height:234px;
	width: 100%;
	background-color:#404040;
	background-image:url(../images/common/mainPic_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#MainPic
{
	width:1000px;
	margin:auto;
	text-align:left;
	position:relative;
}
#PicHeader
{
	position:absolute;
	top:30px;
	left:66px;
	color:#FFFFFF;
	font-size:65px;
	width:875px;
}
#Container
{
	width:960px;
	padding:20px;
	position: relative;
	text-align:left;
	margin:auto;
	clear:both;
}

#Footer
{
	clear:both;
	background-color:#7FC41C;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	position: relative;
	font-size:13px;
	color:#fff;
}
#FooterText
{
	width:960px;
	margin:auto;
	text-align:left;
}


/* Font Styles */
h1
{
	color:#FFFFFF;
	font-size:42px;
	line-height:1em;
	text-transform:uppercase;
}
h2
{
	color:#7FC41C;
	font-size:18px;
	line-height:120%;
	font-weight:normal;
	text-transform:uppercase;
}

p
{
	font-size:13px;
	line-height:1.5em;
}

a 
{
	text-decoration: none;
	color: #FFFFFF;
}

p a 
{
	text-decoration: none;
	color: #7FC41C;
}

input
{ margin-top:15px; width:600px; height:15px; border:1px solid #d7d7d7;padding:5px;margin:0;background:#f2f2f2;font-size:14px;}

.submit
{
	border:none; padding:0px; margin:0; background:#7FC41C; width:71px; height:31px; color:#FFFFFF;
}

textarea
{ width:600px;border:1px solid #d7d7d7; padding:5px; margin:0px 0px 0px 0px;background:#f2f2f2;height:150px;font-size:14px; font-family:Helvetica,Verdana, Arial, sans-serif}

.QuoteForm
{
	margin-top:20px;
}
.QuoteForm td
{
	padding-bottom:15px;
}

.green{ color:#7FC41C; }

.topPara
{	margin-top:0px;	}
.bottomPara
{	margin-bottom:0px;	}

.picLeft
{
	margin:7px 20px 10px 0px; float:left;
}

.picRight
{
	margin:7px 0px 10px 20px; float:right;
}

.featurePic
{
	margin-right:17px;
}
