/* Start of CMSMS style sheet 'PrymeFarms stylesheet' */
body {
	background: #9B9861;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body { behavior:url("csshover.htc"); }
#pagewrapper { 
	width: 977px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
#header { 
	background: url(uploads/images/layout/header.png) no-repeat;
	height: 127px;
	padding: 0 10px 0 29px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header h1 a {
/* you can set your own image here */
   background:  url(uploads/images/layout/logo.png) no-repeat 0 12px; 
   display: block;
   width: 160px;
/*margin-left: 40px;*/
   height: 97px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

#email {
	font-size: 1.8em;
	/*font-weight: bold;*/
	text-align: right;
	margin-right: 10px;
	margin-top: -20px;
	letter-spacing: .1em;
}

#email a {
	color: #591902;
        text-decoration: none;
}

#printpage a {
float: right;
margin-top: -50px;
border:none;
font-size:1.1em;
font-weight:bold;
color: #591902;
text-decoration: none;
}

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

#header a:hover {
color:#fff;
}
#menu_footer div a:hover {
color:#fff;
font-weight:normal;
}
#menu_footer {
margin: 0 45px 0 200px;
}
#content {
	background: url(uploads/images/layout/body.png) repeat-y;
	margin:  0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#content img {
border: 3px solid #9B9861;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 35px; /* padding keeps the content of the div away from the edges */
	position:relative;
	font-size: 1.5em;
}
#sidebar2 {
	float: right;  /*since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 0px 10px; /* padding keeps the content of the div away from the edges */
	position: relative;
	margin-top: 40px;
	
}
#main {
	margin: -15px 235px 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 30px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.4em;
min-height:775px;
} 
#mainfull {
	margin: -15px 30px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.4em;
min-height:775px;
} 

#secondary {
	background-color: #F6BB4F;
	margin: 0 10px 0 0;
	color: #591902;
}
#footer { 
clear:left;
	margin: 0px 0 0 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(uploads/images/layout/footer.png) no-repeat;
	height: 65px;
font-size: 1.1em;
} 
#footerside {
float : left;
width : 175px;
margin: 10px 0 0 35px;
font-size: 1.1em;
color: #F4AA23;
}
#footerside a {
text-decoration:none;
color : #fff;
}
#footerside a:hover {
color : #fff;
text-decoration: underline;
}

#footermain {
text-align: center;
padding : 25px 0 0;
}

#footermain  {
font-size: 1.1em;
color: #F4AA23;
}

#footermain a {
color: #591902;
text-decoration:none;
}

#footermain a:hover {
color: #F4AA23;
text-decoration:underline;
}
.greenbox {
width: 232px;	
}

.greenboxtop {
	height: 7px;
margin:0;
padding:0;
	
	background: url(uploads/images/layout/greenbox_top.png) no-repeat;
}
.greenboxbody {
	background:url(uploads/images/layout/greenbox_body.png) repeat-y;	
margin:0;
padding:0;
}
.greenboxbottom {
	height: 7px;
	background:url(uploads/images/layout/greenbox_bottom.png) no-repeat;
	margin-bottom: 20px;
}

.boximglarge {
	margin: 0 5px;	
}

.captiongreen {
	font-size: 1.1em;
	font-weight:bold;
	color:#591902;
	text-align:center;
	padding: 5px;
}
****************

.goldbox ul {
	margin:0;
	padding:0;
}
.goldbox ul li {
	display:block;
	list-style-type:none;
	
}
.box { 
  background: #F6BB4F; 
margin-bottom: 15px;
margin-top:40px;
}
.boxtop { 
  background: url(uploads/images/layout/ne.gif) no-repeat top right;
margin:0;
padding:0;
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(uploads/images/layout/nw.gif) no-repeat top left;
margin:0;
padding:0;
}
.boxbottom { 
  background: url(uploads/images/layout/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(uploads/images/layout/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.boxcontent img {
	margin: 4px 15px 4px 4px;
	align:left;
}
.boxcontent p {
	font-size: 1em;
	color:#591902;
}


******************


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -------------TEXT FORMATTING----------------*/

#main h1 {
	color: #591902;
	padding-bottom:.1em;
}

#main h2,
#mainfull h2 {
	color: #591902;
}


#main h3,
#mainfull h3 {
	color: #591902;
}

#main h3.large,
#mainfull h3.large {
font-size: 1.4em;
font-weight:bold;
	color: #591902;

color:#F4AA23;
color:#5B5617;
}

#main h4,
#mainfull h4 {
	font-size: 1.2em;
/*color:#591902;*/
margin-top:2em;
margin-bottom:.5em;
}
#main h4.green,
#mainfull h4.green {
color:#5B5617;
}
/*.green {
color:#333300;*/
}
#main h5 {
	
}

#main h6 {
	
}

#main p,
#mainfull p {
text-align: left;
	color: #591902;
}
#mainfull  p.homepage {
font-size: 1.em;
/*font-weight: bold;*/
	color: #591902;
text-align:left;
}
#mainfull p.table-intro {
font-size: 1em;
font-weight: bold;
	color: #591902;
}
#mainfull table tbody tr td,
#mainfull table thead tr th {
border:1px solid #9B9861;
font-size: .9em;
}
#mainfull table thead tr th {
background-color: #9B9861;
color:#591902;
}
#main table thead th {
font-weight:bold;
}
#content div.saletable {
margin-top: 2em;
margin-bottom: 1em;
}
#content table#forsale  {
text-align:center;
width: 700px;
}
#content #forsale tbody tr td {
border:0px solid #9B9861;
color: #591902;
width: 225px;
vertical-align:top;
}
#content #forsale tbody tr td img {
}
#content #forsale tbody tr td.name {
font-weight:bold;
font-size: 1.1em;
}
#content #forsale tbody tr td.price {
font-weight:normal;
font-size: 1.1em;
}
#content #forsale tbody tr td.details {
padding-bottom: 5px;
border-bottom: 3px solid #9B9861;
width: 200px;
text-align: left;
font-size: 1em;
padding-left: 10px;
padding-right: 30px;
}
#content #forsale tbody tr td.details p {
margin:0;
padding:0;
width: 310px;
}
#content #mainfull #forsale tbody tr td.details ul li {
/*margin-left: -15px;*/
}
#content #mainfull .lastnote {
padding-top: 20px;
}
#content #mainfull .saletable table {
width:100%;
}
#content #mainfull .saletable table tbody tr td img {
border: 0;
margin:0;
padding:0;
text-align:center;
}
.saletable table thead th.name {
width: 15%;
}
#content #mainfull .saletable table thead th.picture {
width: 26%;
}
#content #mainfull .saletable table tbody td.picture {
width: 26%;
}
#content #mainfull .saletable table tbody td.picture img {
margin:0 auto;
}
.saletable table thead th.price {
width: 15%;
}
.saletable table thead th.desc {
width: 42%;
}
/* End of 'PrymeFarms stylesheet' */

