@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/design/main_bg.jpg);
	background-color: #727145;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D5217;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sales a {
	color: #C7B46F;
	text-decoration: none;
	font-weight:100;
}
#sales a:hover {
	text-decoration: underline;
}

a {
	color: #C7B46F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C7B46F;
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #727145;
}
#footer {
	background-image: url(../images/design/footer_bg.jpg);
	height: 89px;
	margin-right: 7px;
	margin-left: 6px;
	text-align: right;
	width: 737px;
}

#logo {
	height: 157px;
	width: 287px;
	position: absolute;
	left: 100px;
	top: 0px;
}
#nav {
	height: 300px;
	width: 229px;
	position: absolute;
	left: 15px;
	top: 180px;
}
#textArea {
	background-color: #FAF2DF;
	margin-right: 7px;
	margin-left: 6px;
	padding-left: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 300px;
	width: 737px;
	width/**/:/**/ 477px;
}
html>body #textArea {
	height:auto;
	min-height:300px;
}
.hide {
	display: none;
}

.home {
	background-image: url(../images/design/buttons/home_1.jpg);
	width: 229px;
	height: 38px;
	display: block;
}
.home:hover {
	background-image: url(../images/design/buttons/home_2.jpg);
}
#home .home {
	background-image: url(../images/design/buttons/home_2.jpg);
	width: 229px;
	height: 38px;
	display: block;
}

.congratulations {
	background-image: url(../images/design/buttons/congrats_1.jpg);
	width: 229px;
	height: 45px;
	display: block;
}
.congratulations:hover {
	background-image: url(../images/design/buttons/congrats_2.jpg);
}
#congratulations .congratulations {
	background-image: url(../images/design/buttons/congrats_2.jpg);
	width: 229px;
	height: 45px;
	display: block;
}

.mares {
	background-image: url(../images/design/buttons/mares_1.jpg);
	width: 229px;
	height: 45px;
	display: block;
}
.mares:hover {
	background-image: url(../images/design/buttons/mares_2.jpg);
}
#mares .mares {
	background-image: url(../images/design/buttons/mares_2.jpg);
	width: 229px;
	height: 45px;
	display: block;
}

.sales {
	background-image: url(../images/design/buttons/sales_1.jpg);
	width: 229px;
	height: 44px;
	display: block;
}
.sales:hover {
	background-image: url(../images/design/buttons/sales_2.jpg);
}
#sales .sales {
	background-image: url(../images/design/buttons/sales_2.jpg);
	width: 229px;
	height: 44px;
	display: block;
}

.contact {
	background-image: url(../images/design/buttons/contact_1.jpg);
	width: 229px;
	height: 64px;
	display: block;
}
.contact:hover {
	background-image: url(../images/design/buttons/contact_2.jpg);
}
#contact .contact {
	background-image: url(../images/design/buttons/contact_2.jpg);
	width: 229px;
	height: 64px;
	display: block;
}

.bigPic {
	height:309px;
}

#home .bigPic {
	background-image:url(../images/design/big_4.jpg);
	height: 309px;
	background-repeat: no-repeat;
	background-position: left top;
}

#home .smallPic {
	background-image: url(../images/design/small_1.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
}

#congratulations .bigPic {
	background-image:url(../images/design/big_2.jpg);
	height: 309px;
	background-repeat: no-repeat;
	background-position: left top;
}

#congratulations .smallPic {
	background-image: url(../images/design/small_2.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mares .bigPic {
	background-image:url(../images/design/big_1.jpg);
	height: 309px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mares .smallPic {
	background-image: url(../images/design/small_3.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
}

#sales .bigPic {
	background-image:url(../images/design/big_6.jpg);
	height: 309px;
	background-repeat: no-repeat;
	background-position: left top;
}

#sales .smallPic {
	background-image: url(../images/design/small_1.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
}

#contact .bigPic {
	background-image:url(../images/design/big_5.jpg);
	height: 309px;
	background-repeat: no-repeat;
	background-position: left top;
}

#contact .smallPic {
	background-image: url(../images/design/small_2.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
}

#salesDetails .bigPic {
	background-image:url(../images/design/big_4.jpg);
	height: 309px;
	background-repeat: no-repeat;
	background-position: left top;
}

.ep {
	color: #FAF2DF;
	padding-left: 50px;
	text-decoration: none;
	display:block;
	font-size: 12px;
	font-weight: normal;
}
.ep:hover {
	color: #FAF2DF;
	padding-left: 50px;
	text-decoration: underline;
}
.paige {
	color: #FAF2DF;
	padding-right: 50px;
	text-align: right;
	font-size:12px;
}
