/* Global Elements Hilltop Acres Poultry Products
-------------------------------------------------------------- */
html{
	background-image: url(../images/background-wood.jpg);
	background-repeat: ;
	background-position: center top;
	background-attachment: fixed;
    margin: 0;
}	

body {
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;

	color: #000000;
}
h1 {
	font-size: 24px;
	text-transform: uppercase;
	color: #4A5E93;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
}
h2{
	font-size: 30px;
	text-transform: capitalize;
	color: #4A5E93;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
}
h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #339900;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	margin-top: 10px;
}
h4{
	font-size: 18px;
	text-transform: uppercase;
	color: #CC6633;
	line-height: 20px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	width: 260px;
	margin-top: 38px;
}
a:link{
	text-decoration: underline;
	color: #CC6633;
}
a:visited{
	text-decoration: underline;
	color: #CC6633;
}
a:hover{
	text-decoration: none;
	color: #CC6633;
}

strong{
    font-weight: bold;
}

.left               {float: left;}
.right              {
	float: right;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.img-border{
	border: 1px solid #CC6633;
}
/*Wrapper*/
#wrapper {
    background-image: url(../images/content-bg.jpg);
    margin: 0 auto;
    width: 900px;
}
/*Header*/
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 900px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
}
#h1logo {
   
    height: 50px; left: 20px; position: relative; text-indent: -9999px; width: 800px;
}
/*----Navbar and Menu code are located on MenuMatic.css----*/

/*Content*/
#content{
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

#content li {
    margin-left: 2em;
    list-style: disc;
}

/*----Main Editable Region on Home Page----*/
#main {
	padding: 4px;
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	width: 580px;
	float: right;
}

/* Sidebar*/
#sidebar{
	float: left;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#sidebar a:link{
	text-decoration: underline;
	color: #666633;
	font-size: 11px;
	font-weight: bold;
}
#sidebar a:visited{
	text-decoration: underline;
	color: #666633;
	font-size: 11px;
	font-weight: bold;
}
#sidebar a:hover{
	text-decoration: none;
	color: #666633;
	font-size: 11px;
	font-weight: bold;
}
/*----Homepage left side product specials within Sidebar-----*/
.side-box           {
	color: #666633;
	width: 260px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	padding-bottom: 2px;
}
.side-box .title{
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}
.side-box p{
	padding-bottom: 10px;
}
.side-box .left    {
	float: left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.side-box .right   {
	float: right;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 4px;
}

.side-box .title {
	font-size: 14px;	
}
.side-box .price {
	font-size: 12px;
	font-weight: bold;
}
 
#push {
height: 100px; 
} 


/*--Interior Page --*/
#interior{
	padding: 10px;
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	width: 860px;
	float: right;
}
#main-product-list{
	width: 540px;
	height: 120px;
	margin-top: 20px;
	color: #990000;
	font-weight: bold;
}

#main-product-list ul{
	width:600px;
	padding-left: 6px;
}
#main-product-list  li  { 
width:150px; float:left; 
}

#main-product-list a:link{
	text-decoration: none;
	color: #333333;
	font-weight: bold;	
}
#main-product-list a:visited{
	text-decoration: none;
	color: #333333;
	font-weight: bold;	
}
#main-product-list a:hover{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}
/*-----Featured Items for Store on Interior Pages--------*/
#featured-items{
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #660000;
	height: 222px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding-left: 4px;
}
#featured-items ul{
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 2px;
	
}
#featured-items  li  {
	width:24.5%;
	float:left;
	height: 218px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 8px;
}
#featured-items img{
}
#featured-items a:link{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}
#featured-items a:visited{
	text-decoration: none;
	color: #996600;
	font-weight: bold;	
}
#featured-items a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}



/*Footer*/
#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 162px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	background-position: center top;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#footer a:link{
	text-decoration: none;
	color: #CC6633;
}
#footer a:visited{
	text-decoration: none;
	color: #CC6633;
}
#footer a:hover{
	text-decoration: underline;
	color: #CC6633;
}
#footer .left  {
float: left;
}
#footer .right  {
	float: right;	
}
#footer p           {
	color: #CC6633;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table.std_table_outline { background-color: #EEEEEE; font-size: 13px; }
table.std_table_outline td { padding:3px;  }
table.std_table { width:850px; font-size: 13px; }
table.std_table td { padding:5px; border-bottom: 1px solid #EEEEEE; }


table#memberform {
	width: 740px; }

table#memberform td {
	font-size:12px;
 	font-weight: normal;
	padding: 5px; 
}

table#memberform td a{
	font-size:15px;
	color: #2b4059;
	text-decoration: underline;
 	font-weight: normal;
	padding: 5px; 
}

table#memberform td a:hover{
	color: #222222;
	text-decoration: none;
}

table#memberform input {
	border: 1px solid #2b4059; 
	font-size: 15px; 
	padding: 0px;
	background-color: #fdfff2;
	font-weight: normal;
	padding: 0px; }

table#memberform select {
	border: 1px solid #2b4059;
	background-color: #fdfff2; 
	font-size: 15px; 
	padding: 0px;
	font-weight: normal;
	padding: 0px; }

#memberInformation {
	background-color: #FFFFFF; 
	background-image: url(../images/fieldset_gradient.jpg);  
	background-position: bottom;
	background-repeat: repeat-x; 
    text-align: right;
	width: 750px;
    padding: 3px;
    border: 1px solid #2b4059;
    margin-bottom: 15px;
}

#memberInformation legend {
	color: #2b4059;
	font-size:13px;
 	font-weight: bold;
	padding: 5px; }

#memberInformation input {
	border: 1px solid #2b4059; 
	font-size: 15px; 
	padding: 0px;
	background-color: #fdfff2;
	font-weight: normal;
	padding: 0px; }

#memberInformation select {
	border: 1px solid #2b4059;
	background-color: #fdfff2; 
	font-size: 15px; 
	padding: 0px;
	font-weight: normal;
	padding: 0px; }

.pagetitle {
	color: #2b4059;
	font-size:19px;
 	font-weight: bold;
	padding: 5px; } 


.memberform_details {
	font-size: 15px; 
	color: #555555;
	padding: 0px;
	font-weight: normal; }
    
    

.mod_photo_gallery_image {
	margin: 5px 10px;
	text-align: center;
}

.mod_photo_gallery_image img {
	border: 1px solid #000000;
}

.mod_photo_gallery_listings {
    border: 1px solid #000000;
	margin: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 680px;
}

.mod_photo_gallery_listings td {
    border: 1px solid #000000;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	width: 220px;
}

.mod_photo_gallery_listings img {
	border: 1px solid #000000;
}
