body {
	font-size: 100%;
	background-color: #8ca44f;
	padding: 5px;
	margin: 0px;
	min-width: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
	background-image: url(../images/page/site_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	*/
	height: 100%;
}
.no_pointer {
	cursor:auto;
}
html {
	height: 100%;
}
a:focus {
	outline: none;
}

#fullheight {
	margin: 0 auto;
	width: 1050px;
	background-image: url(../images/page/site_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}

#iconbar {
	position: relative;
	top: 0px;
	left: 25px;
	float: left;
	width: 1000px;
	height: 14px;
	padding: 0;
	margin: 0;
}
#iconbar a img {
	border: none;
}
.iconbar {
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	background-color: #a0c24a;
	color: #a0c24a;
	font-size: 0.1em;
	text-align: right;
}
.border_right {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-right-style: solid;
	border-top-color: #A0C24A;
	border-right-color: #A0C24A;
	border-bottom-color: #A0C24A;
	border-left-color: #A0C24A;
}

#contentwrapper {
	position: relative;
	left: 25px;
	top: 0px;
	float: left;
	width: 1000px;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}

.contentwrapper {
	background-image: url(../images/page/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #4d6814;
	color: #2c4205;
	font-size: 0.7em;
}

.contentwrapper a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.contentwrapper a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.titlegreen {
	color: #324c03;
	font-weight: bold;
	font-size: 1.1em;
}

.titlewhite {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}

.bartitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	background-image: url(../images/page/bar_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 700px;
	height: 15px;
	margin-bottom: 8px;
}

#mainwrapper {
	position: relative;
	
	left: 0px;
	top: 0px;
	
	float: left;
	min-height: 600px;
	width: 1000px;
	
	padding: 0;
	margin: 0;
	background-image: url(../images/page/content_bottom2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #accf52;
}
#services #mainwrapper, #shop #mainwrapper {
	min-height: 700px;
}
/* Fix IE. Hide from IE Mac \*/
* html #mainwrapper { 
	height: 500px;
}
/* End */

.alpaca {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	padding: 0;
	margin: 0;
	width: 387px;
	height: 368px;
	
}

#navcontainer {
	position: absolute;
	left: 760px;
	top: 200px;
	padding: 0;
	margin: 0;
	float: right;
	width: 240px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
	list-style: none;
}
#navcontainer ul ul{
	margin-left: 25px;
}
#navcontainer ul ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 215px;

}		
#navcontainer ul li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	
	vertical-align: middle;
	
	background-image: url(../images/nav/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 240px;
}
#navcontainer ul ul li {
	background-image: none;
}		
#navcontainer ul li a {
	text-decoration: none;
	padding-left: 20px;
	/*
	float: left;
	*/
	color: #324c03;
}
#navcontainer ul ul li a {
	color: #5D7F17;
	padding-left: 20px;
}
#navcontainer.shop_menu ul ul li a {
	padding-left: 5px;
}
#navcontainer ul ul li a img.left {
	margin-right: 0;
}	
#navcontainer ul ul li a:hover {
	background-image: none;
}	
#navcontainer ul li a:hover {
	color: #ffffff;
	background-image: url(../images/nav/over.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#home #navcontainer ul li a.homelink,
#about #navcontainer ul li a.aboutlink,
#services #navcontainer ul li a.serviceslink,
#services #navcontainer ul ul li#stud a.studlink,
#services #navcontainer ul ul li#livery a.liverylink,
#services #navcontainer ul ul li#shearing a.shearinglink,
#services #navcontainer ul ul li#feed a.feedlink,
#services #navcontainer ul ul li#learn a.learnlink,
#forsale #navcontainer ul li a.forsalelink,
#husbandry #navcontainer ul li a.husbandrylink,
#husbandry #navcontainer ul ul li#introduction a.introlink,
#husbandry #navcontainer ul ul li#health a.healthlink,
#husbandry #navcontainer ul ul li#paddock a.paddocklink,
#husbandry #navcontainer ul ul li#fleece a.fleecelink,
#husbandry #navcontainer ul ul li#mating a.matinglink,
#gallery #navcontainer ul li a.gallerylink,
#links #navcontainer ul li a.linkslink,
#contact #navcontainer ul li a.contactlink {
	color: #FFFFFF;
	background-image: url(../images/nav/selected.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#page_menu {
	text-align: center;
	margin-top: 5px;
}	
.newslink {
	background-color:#CCCCCC;
}
#newsbox {
	padding: 5px;
	width: 230px;
	background-image: url(../images/page/news_gradient.jpg);
	background-repeat: repeat-y;
	
}
#newsbox .floatleft {
	text-align: center;
}
#newsbox p {
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;	
}
#logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 30px 0px 15px 30px;
	width: 418px;
	height: 78px;
}
#shop #logo {
	padding: 0 0px 0 30px;
}
.content {
	position: relative;
	float: left;
	clear: left;
	left: 0px;
	top: 0px;
	width: 650px;
	margin: 0;
	padding: 0px 0px 30px 30px;
}
.registration .content {
	width: 730px;
}
.gallery {
	float: none;
	clear: left;
	width: 700px;
	margin-bottom: 5px;

}

#bar {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 10px 0px 0px 30px;
	width: 970px;
	height: 156px;
}

.bar {
	background-image: url(../images/page/bar_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	display: inline;
}

.barthumbnail {
	float: left;
	padding-right: 10px;
}



.gallerythumbnail {
	width: 140px;
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: center;
}
.gallerythumbnail img{
	border: thin solid #465A1D;
}
.gallerythumbnail p{
	margin-top: 2px;
	margin-bottom: 0px;
}



.bigpic {
	float: left;
	padding: 0;
	margin: 0;
}



#footer {
	position: relative;
	float: left;
	/*
	left: 25px;
	top: 0px;
	*/
	margin-left: 25px;
	padding: 0;
	width: 1000px;
	height: 35px;
	vertical-align: middle;
	background-color: #364B0A;
	clear: both;
}

.footer {
	color: #759f20;
	font-size: 0.6em;
	text-align: center;
}

.footer a {
	color: #759f20;
	text-decoration: none;
}

.footer a:hover {
	color: #759f20;
	text-decoration: underline;
}

.indent {
	padding-right: 10px;
}

.services {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 418px;
	height: 150px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.services img {
	float: left;
	margin: 0px 10px 40px 0px;
	height: 150px;
}

.contentimage {
	float: left;
	margin: 0px 10px 10px 0px;
	height: 150px;
}

.boldtext {
	font-weight: bold;
}

.imageouter {
	float: left;
	width: 100%;
	display: block;
}

.imagewithcaption {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imagewithcaption2 {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.imagewithcaption img {
	
}
.imagewithcaption p {
	
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

.pageimages {
	margin-top: 40px;
	float: right;
	width: 180px;
	clear: right;
}
.pageimages img {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pageimages p {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
}

.stud {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 150px;
	margin: 0px 10px 0px 10px;
	padding: 0;
}

.stud img {
	float: left;
	margin: 0;
	padding: 0;
	height: 150px;
}

.stud p {
	text-align: center;
	width: 150px;
	margin: 5px 0px 0px 0px;
}

.row {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	padding: 0;
	margin: 10px 0px 10px 0px;
}
#links p{
	margin-top: 0px;
	margin-bottom: 0px;
}
p.link_name {
	margin-top: 20px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.text2 {
	margin-left: 220px;
}.margin30 {
	margin-left: 30px;
}
.floatright, .right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.floatleft, .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#newsbox a img {
	border: none;
}
#contact #form {
	float: right;
	width: 350px;
	padding: 5px;
}
.knownas {
	display: none;
}

iframe#alpacaseller {
	background: #8ca44f;
	border: thin solid #ffc;
	position: relative;
}
.inline {
	color: #FF0066;
	background-color:#FFFFFF;
}

table.aow a:link {
	color: #003333;
}
#associations {
	width: 400px;
	margin: 10px 0 10px 220px;
}
#associations img {
	margin-bottom: 2px;
}
.width230 {
	width: 230px;
}
#iwantalpacas {
	position: absolute;
	top: -45px;
	left: 797px;
}
p.categories {
	padding-top: 5px;
	padding-bottom: 10px;
}
div.category_links {
	padding-left: 50px;
	width: 550px;
}
.link_base {
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
}
.link_hover {
	background-image: url(../images/nav/over.gif);
}
.link_open {
	background-image: url(../images/nav/selected.gif);
}
.margintop10 {
	margin-top: 10px;
}
.margin10 {
	margin-left: 10px;
}