@charset "utf-8";

body	{
						font: 12px Verdana, Arial, Helvetica, sans-serif;
						background: #430000 url(images/body_bg.gif);
						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 */
						color: #000000;
						}


ul {
						list-style-type:none;
						margin:0px;
						padding:0px;
						}


h1 {
						font-size: 12px;
						color: #3a5402;
}


#container {
						overflow: hidden;
						width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal 			scroll bar */
						background: #ffffff url(images/container_bg.gif) repeat-y;
						margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
						border: 2px solid #ffffff;
						text-align: left; /* this overrides the text-align: center on the body element. */
						}


#header {
						float: left;
						width: 690px;
						height: 215px;
						background: #DDDDDD url(images/head_bg_1.jpg) no-repeat;
						padding: 0;  /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
						}


#language {

						text-align: center;
						padding-top: 5px;
						padding-left: 5px;

						}





#ver_menu {
						float: right;
						width: 188px;
						height: 215px;
						border-left: 2px solid  #999999;
						padding-top: 0px;
						background:  url(images/ver_menu_bg.gif) left repeat-y;
						}



#ver_menu a	{
						display: block;
						background: url(images/btn_1_new.gif) no-repeat -5px top;
						padding: 17px 0 14px 30px;
						color:#756d62;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size:12px;
						text-decoration: none;

						}


#ver_menu a:hover	{
						background: url(images/btn_1_new.gif) no-repeat -5px -46px;
						color:#BD6003;
						font-size:12px;
						text-decoration: none;

						}


#language a {
						display: inline;
						background: none;
						padding: 0;
						margin: 0;
						margin-right: 10px;
						}



#hor_menu {
						width: 880px;
						height: 56px;
						background: #DDDDDD url(images/m_separ_new.gif) repeat-x;
						overflow: hidden;
						}

#hor_menu li {
						float: left;
						width: 220px;
						height: 50px;
						}


#hor_menu a	{
						display: block;
						height: 100%;
						background: url(images/m_5_new.gif) no-repeat;
						color:#792306;
						font-size:14px;
						text-decoration: none;
						padding-left: 63px;
						padding-top: 13px;
						}

html>body #hor_menu a {
						width: 156px;
						}


#hor_menu a:hover	{
						background: url(images/m_5_new.gif) no-repeat 0 -56px;
						color:#000000;
						font-size:14px;
						text-decoration: none;
						}

#hor_menu .active {
						background: url(images/m_5_new.gif) no-repeat 0 -56px;
						color:#000000;
						font-size:14px;
						text-decoration: none;
						}


#sidebar1 {
						float: left; /* since this element is floated, a width must be given */
						width: 186px; /* 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 */
						/*background: #e9e7e4 url(images/bg_0_1_r.gif) repeat-y right;  the background color will be displayed for the length of the content in the column, but no further */
						padding: 0;
						margin: 0;
						padding: 20px 0; /* padding keeps the content of the div away from the edges */
						padding-left: 7px;
						}


.featured {
						width: 170px;
						text-align: center;
						border-bottom: 1px solid  #CCCCCC;
						padding: 5px 0;
						}


.featured a {
						text-decoration: none;
						}


.featured h1 {
						padding: 0;
						margin: 0;
						}


.featured img {
						width: 163px;
						height: 92px;
						margin: 3px 0;
						padding: 2px;
						border: 1px solid  #CCCCCC;
						background-color: #FFFFFF;
						}


.featured p {
						padding: 0;
						margin: 0;
						}


.featured:hover {
						background-color: #fbf7f7;
						}


#sidebar2 {
						float: right; /* since this element is floated, a width must be given */
						width: 170px; /* 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 */
						/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
						padding: 10px; /* padding keeps the content of the div away from the edges */
						padding-left: 7px;
						text-align: center;
						}


#mainContent {
						width: 670px;
						margin: 10px;
						margin-right: 190px; /* 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. */
						 /* remember that padding is the space inside the div box and margin is the space outside the div box */
						padding-top: 1px;
						overflow: hidden;
						background: #ffffff;
						}


#footer {
						clear: both;
						height: 58px;
						 /* this padding matches the left alignment of the elements in the divs that appear above it. */
						border-top: 1px solid  #999999;
						padding-top: 3px;
						background-color: #f9f8f5;
						}

.footer_left {
						float: left;
						width: 250px;
						height: 58px;
						background: url(images/footer_bg.gif) repeat-x;
						text-align: center;
						}

.footer_left p {
						margin: 20px;
						font-size: 11px;
						color: #333333;
						}


.footer_right {
						float: right;
						width: 630px;
						height: 58px;
						background: url(images/footer_1_bg.gif) repeat-x;
}


.footer_right a{
						float: left;
						font-size: 11px;
						font-weight: normal;
						margin: 18px 3px 0 5px;
						color: #4a4a49;
						background: url(../images/foterlinkseparator.gif) no-repeat 0 center;
						padding: 0 0 0 10px;

						}

.footer_right a:hover{
						color: #000000;
						}

.footer_right .active{
						color: #000000;
						}


.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;
						}


.product {
						border: 1px solid #f5f1e6;

						height: 83px;
						padding: 5px;
						margin-bottom: 5px;
						background:  #ffffff;
						}



.product a {
						text-decoration: none;
						color: #2f4500;
						}


.product a:visited {
						text-decoration: none;
						color: #8a6b01;
						}



.product h1 {

						margin: 0;
						margin-left: 115px;
						padding: 0;
						padding-bottom: 5px;
						border-bottom: 1px solid #3a5402;
						font-weight: bold;
						}


.product p {
						text-indent: 0;
						margin: 0;
						padding: 0;
						margin-top: 4px;
						font-size: 11px;
						}

.product img {
						float: left;
						width: 98px;
						height: 73px;
						margin-right: 10px;
						padding: 2px;
						border: 1px solid  #CCCCCC;
						background-color: #F9F8F5;
						}


.product:hover {
						background-color: #fbffd7;
						}


.heading {

						margin: 0;
						padding: 0;
						color: #d85e2f;

						padding-bottom: 5px;
						border-bottom: 1px dotted #d85e2f;
						margin-top: 15px;
						margin-bottom: 15px;
						text-align: center;
						}

.search {

						padding: 10px;
						margin-bottom: 10px;
						border: 1px solid  #ffa900;
						border-top: none;
						background-color: #FFF8D7;
						overflow: hidden;
						margin-top: 0;
						padding-top: 5px;
}


#search_button {
						background: url(images/search_button.gif) no-repeat;
						padding: 5px 15px 18px 27px;
						font-size: 11px;
						}


.search fieldset {
						float: left;
						width: 200px;
						text-align: center;
						padding: 3px 0;
						border: 1px solid #CCCCCC;
						margin-top: 2px;
						margin-right: 5px;
						}


.search legend {
						margin-left: 20px;
						margin-bottom:5px;
						font-size: 11px;
						color: #0033CC;
						}


.search label {


						font-size: 11px;
						}


.search input{
						width: 50px;
						height: 13px;
						 }

select {
						width: 170px;
						height: 22px;
						}


.input_div {
						float: left;
						width: 170px;
						height: 36px;
						margin-right: 10px;

						}


.hot {
						float: left;
						width: 200px;
						height: 240px;
						margin: 0 11px 11px 0;
						padding: 5px;
						border: 1px solid #e2dfd7;
						background: #FFFCDF;
						text-align: center;
						}

.hot h1 {

						margin: 0;
						padding: 0;
						margin-bottom: 5px;
						}

.hot h2 {
						margin: 0;
						margin-top: 10px;
						padding: 0;
						font-size: 16px;
						}


.hot p {
						width: 230px;
						margin: 0;
						padding: 0;
						margin: 0 auto;
						margin-top: 5px;
						margin-bottom: 5px;
						font-size: 10px;
						text-align: left;
						}

.hot img {
	border: 1px solid #e2dfd7;
}


.hot_image {
						display: block;
						width: 195px;
						height: 145px;
						overflow: hidden;
						margin: 0 auto;
						}


.hot a {
						text-decoration: none;
						}


.left {
						width: 240px;
						float: left;
						padding: 10px 10px 0 0;
						}


.values {
						font-weight: bold;
						}



.right {
						width: 420px;
						text-align: center;
						float: left;
						}


.right img	{

						margin: 0;
						padding: 5px;
						border: 1px solid  #CCCCCC;
						background-color: #ffffff;
						}


#small_picture {
						float: left;
						width: 68px;
						height: 50px;
						margin: 2px;
						padding: 2px;
						border: 1px solid  #CCCCCC;
						background-color: #ffffff;

						}



#product_details h1 {
						border-bottom: 1px dotted #3a5402;
						padding-bottom: 5px;
						text-align: center;
						}



#product_details h2 {
						margin:0;
						padding:0;
						padding-left: 10px;
						padding-bottom: 5px;
						font-size: 12px;
						font-weight: normal;
						margin-bottom: 4px;
						background: url(images/bullet.gif) no-repeat 0 35%;
						border-bottom: 1px solid  #CCCCCC;
						}

#description {
						clear: both;
						line-height: 16px;
						font-weight: normal;
						border: 1px solid #CCCCCC;
						padding: 10px;
						margin-bottom: 10px;
						margin-top: 20px;
						}

#contactForm{


						margin-bottom:  10px;
						margin-top: 10px;
						padding: 10px;
						border: 1px solid  #CCCCCC;

						}

#contactForm input {
						width: 235px;
						margin-bottom: 5px;
						}



#contactForm label {
						font-size: 11px;
						font-weight: normal;
						margin-bottom: 2px;
						}


#contactForm textarea{
						width: 385px;
						height: 100px;
						margin: 0;
						padding: 0;
						margin-bottom: 5px;
						}

#contactForm .button {
						width: 90px;
						margin-left: 70px;
						}

#back_button {
						display: block;
						width: 57px;
						height: 25px;
						background: url(images/back_button.gif) no-repeat;
						margin: 0;
						padding: 5px 0 0 35px;
						font-size: 11px;
						text-decoration: none;
						color: #ffffff;
						margin: 0 auto;
						}


.pagenav {


						margin-bottom: 10px;
						}


.link_on {
						color: #4775a2;
						text-decoration: none;
						padding: 2px 4px;
						background: #ffffff;
						border: 1px solid #d8d8d8;
						}


.link_on:hover {
						border: 1px solid #f8a034;
						}


.link_off {
						padding: 2px 4px;
						background: #f8a034;
						color: #ffffff;
						text-decoration: none;
						font-weight: bold;
						border: 1px solid #f8a034;
						}

#tiny_mce ul, ol
    {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    }

#tiny_mce ul li, ol li
    {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 15px;
    }

#tiny_mce h2
    {
    margin:      15px 0 10px 0;
    font-weight: bold;
    }

#tiny_mce p
    {
    	    font-family: Verdana, Arial, Helvetica;
    font-size:   12px;
    line-height: 18px;
    margin: 7px 0;
    }

#tiny_mce table
    {
    margin-top: 10px;
    }

#tiny_mce td
    {
    border:     1px solid #000000;
    text-align: center;
    background: #ffffff;
    }


    #accent ul, ol
    {
	    margin-bottom: 10px;
	    margin-top: 10px;
    }

#accent ul li, ol li
    {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, Helvetica, Verdana;
    background: url(images/check.gif) no-repeat left 4px;
    padding-left: 15px;
    }