html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-image: url(/images/body_bg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
	background-color: #A9B857;
	padding:0px;
	margin: 0px;
	font-size: 11px;
	height: 100%;
	border: none;
}

h1, h2, p, ul, li, form, input, select, fieldset, legend, label, img {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a img {
	border: 0;
}

/* Containers */

#wrap {
	width: 928px;
	margin: 0 auto;
	background: url(/images/wrap_content_bg.gif);
	min-height: 100%;
	height: auto;
	position: relative;
}

#wrap_in {
	width: 100%;
	padding-bottom: 64px;
}

/* Left */

#left {
	width: 163px;
	float: left;
	padding-top: 39px;
}

#left h2#logo a {
	width: 163px;
	height: 201px;
	background: url(/images/logo.png) no-repeat;
	display: block;
}

#left h2#logo span {
	display: none;
}

#left ul {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#left li {
	line-height: 17px;
}

#left li a {
	color: #fff;
	text-decoration: none;
}

#left li a:hover {
	text-decoration: underline;
}

/* Right */

#right {
	width: 765px;
	float: right;
	background: url(/images/right_top_bg.png) repeat-x top;
}

#top {
	width: 100%;
	height: 105px;
	background: url(/images/top_bg.png) no-repeat 75px top;
	position: relative;
}

#menu {
	padding-top: 14px;
	background: url(/images/menu_bg.png) repeat-x bottom;
	height: 40px;
	position: relative
}
#menu img.ra {
	position: absolute;
	right: 0;
}
#menu_in {
	position: relative;
	position: absolute;
	height: 59px;
	width: 600px;
	top: -6px;
	left: 75px;
}

/* Menu Items */

#menu span {
	display: none;
}

#menu_in a.home {
	background: url(/images/menu_home.png) no-repeat;
	width: 69px;
	height: 39px;
	display: block;
	float: left;
	margin-top: 20px;
}

#menu_in a.home:hover {
	background-position: 0 -39px;
}

#menu_in a.specials {
	background: url(/images/menu_specials.png) no-repeat;
	width: 103px;
	height: 39px;
	display: block;
	float: left;
	margin-top: 20px;
}

#menu_in a.specials:hover {
	background-position: 0 -39px;
}

#menu_in a.search {
	background: url(/images/menu_product_search.png) no-repeat;
	width: 101px;
	height: 59px;
	display: block;
	float: left;
}

#menu_in p.current a {
	background-position: 0 -39px;
}

#menu_in p.current a.search {
	background-position: 0 -59px;
}

#menu_in a.search:hover {
	background-position: 0 -59px;
}

#menu_in a.contact {
	background: url(/images/menu_contact.png) no-repeat;
	width: 99px;
	height: 39px;
	display: block;
	float: left;
	margin-top: 20px;
}

#menu_in a.contact:hover {
	background-position: 0 -39px;
}

#menu_in a.celebrate {
	background: url(/images/menu_celebrate.png) no-repeat;
	width: 147px;
	height: 39px;
	display: block;
	float: left;
	margin-top: 20px;
}

#menu_in a.celebrate:hover {
	background-position: 0 -39px;
}



#menu ul {
	height: 40px;
	width: 100%;
	background: url(/images/menu_bg_right.png) no-repeat right;
	font-size: 13px;
	font-weight: bold;
}

#menu ul li {
	display: inline;
}



#info {
	position: absolute;
	right: 0;
	bottom: 15px;
}

#info img {
	display: block;
	margin-top: 5px;
}

#content {
	background: #fff url(/images/contnet_top_bg.png) no-repeat top;
	width: 682px;
	margin-left: 12px;
	margin-top: 16px;
	padding: 20px 30px 10px 40px;
}

#content a {
	color: #829132;
}

#content h2 {
	padding: 10px 0;
	font-size: 27px;
}

#content p {
	padding: 0px 0px 10px 0;
	line-height: 19px;
	color: #6D6D6D;
}
#intro_1, #intro_2, #intro_3, #intro_4, #intro_5 {
	color: #6D6D6D;
}

#content img.middle {
	margin: 15px auto;
	display: block;
}

#content #photos {
	padding: 20px 0;
}

#content #photos img {
	border: #DDE9A5 1px solid;
	margin-right: 2px;
	margin-bottom: 2px;
}
#photos div {
    display: inline;
    width: 200px;
}
/* Contact */

#contact_wrap {
	width: 100%;
	padding-bottom: 40px;
}

#contact_details {
	float: right;
	width: 250px;
	padding-top: 50px;
}

#contact_details p {
	font-size: 13px;
}


#content .cont {
	margin-top: 20px;
}

#content form {
	width: 408px;
	border: 1px solid #D2D2D2;
	background: #EAEAEA;
	padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 20px;
	float: left;
}

#content form li {
	clear: both;
	padding-bottom: 10px;
}

#content form label {
	width: 85px;
	display: block;
	float: left;
	text-align: right;
	color: #6E6E6E;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 10px;
}

#content form input.f {
	width: 190px;
	background: #fff;
	border: #D2D2D2 1px solid;
	padding: 4px;
}

#content form textarea {
	width: 250px;
	background: #fff;
	border: #D2D2D2 1px solid;
	padding: 4px;
	height: 100px;
}

#content form input.sb {
	margin-left: 95px;
}

.captcha_text{
    font-size: 60%;
}
.captcha{
    border: solid 1px #C3C3C3;
    margin-bottom: 5px;
    color: #666;
    margin-top: 5px;
    width: 163px;
    padding-top: 5px;
    height: 50px;
    background-color: #F5F5F5;
}    
/* Footer */

#footer {
	background: url(/images/footer_bg.jpg) no-repeat;
	height: 39px;
	width: 752px;
	position: absolute;
	bottom: 0;
	right: 1px;
	padding-top: 25px;
	text-align: center;
	color: #fff;
}

#wrap_in:after,
#contact_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#notices {
    margin-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
    color: #819031;
}
#login_out form {
    float: none;
}
#content_management form {
    width: 100%;
    float: none;
}
#content_form form {
    width: 100%;
    float: none;
}
#contact_us input{
    margin-bottom: 5px;
}
#contact_us form {
    padding-right: 10px;
}
#contact_us{
    font-size: 10pt;
    color: #666; 
}
.captcha_text{
    font-size: 60%;
}
.captcha{
    border: solid 1px #C3C3C3;
    margin-bottom: 5px;
    color: #666;
    margin-top: 5px;
    width: 163px;
    padding-top: 5px;
    height: 50px;
    background-color: #F5F5F5;
}    
.cap_outer{
    height: 110px;
    width: 163px;
}
.cap_holder{
    width: 163px;
    text-align: center;
    background-color: #F5F5F5;
    border: solid 1px #C3C3C3;
    margin-top: 5px;
    height: 105px;
    color: #666;
    margin-bottom: 5px;
}
#new_message_page table td, #message_page table td, #content_management table td{
    padding: 3px;
    padding-right: 10px;
}
#new_message_page table th, #message_page table th, #content_management table th{
    white-space: nowrap;
    padding-top: 3px;
    text-align: left;
    padding-left: 2px;
    padding-right: 10px;
    background-color: #f3f3f3;
    border-bottom: solid 1px #ccc;
}
iframe{
    border: none;
}
#pic_table div {
    width: 130px;
    max-width: 130px;
}
#pc_table td{
    max-width: 130px;
    width: 130px;
}
