/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}*/

h1 { font-size: 22px; }
h2 { font-size: 16px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; color: #0B4E2D; }

body {
	line-height: 1;
	font-family: Tahoma;
	background: #5A731F;
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:focus, a:active, a:visited
{
	outline: none; color: #0C5732;
}

a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
}
ol, ul {
	/*list-style: none;*/
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*--------------------------------------------------------------------------------*/

.header { width: 100%; height: 152px; background: url(images/bg_1.gif) repeat-x #546C20; }
.header_inner { width: 990px; height: 152px; background: url(images/header_bg.jpg) no-repeat; margin: 0px auto; }
.header_top_line { width: 990px; float: left; height: 12px; background: url(images/header_top_line.png) repeat-x; }
.header_menu_content { float: right; height: 40px; background: url(images/top_menu_bg.gif) no-repeat; margin-top: -6px; position: relative; z-index: 700; }
.menu_left { background: url(images/top_menu_left_bg.gif) no-repeat; width: 10px; height: 40px; float: left; }
.menu_right { background: url(images/top_menu_right_bg.gif) no-repeat; width: 10px; height: 40px; float: left; }
.header_menu_content .menu { height: 40px; float: left;  background: url(images/top_menu_bg.gif) repeat-x; }
.header_menu_content .menu ul { height: 40px; float: left; display: block; margin: 0px; padding: 0px; list-style: none; }
.header_menu_content .menu ul li { height: 40px; float: left; display: block; margin: 0px; padding: 0px; list-style: none; }

.header_menu_content .menu ul li ul { display: none; background: red; width: 220px; float: left; margin: 0px; padding: 0px; list-style: none; clear: both; position: absolute; top: 40px; z-index: 600; }
.header_menu_content .menu ul li ul li { display: block; height: 25px; background: #81aa28; width: 220px; float: left; margin: 0px; padding: 0px; list-style: none; }
.header_menu_content .menu ul li ul li a { width: 200px; font-size: 12px; height: 25px; line-height: 25px; }
.header_menu_content .menu ul li ul li a:hover { background: #0b6237; width: 200px; font-size: 12px; height: 25px; line-height: 25px;  margin: 0px; padding: 0px; padding: 0px 10px; }

.header_menu_content .menu ul li a{ height: 40px; float: left; display: block; margin: 0px; padding: 0px; padding: 0px 10px; color: white; line-height: 40px; text-decoration: none;  }
.header_menu_content .menu ul li a:hover { background: url(images/top_menu_hover_bg.gif) 0px 6px repeat-x #83ac29;  margin-top: -6px; padding-bottom: 2px; padding-top: 6px; z-index: 2000; }
.header_menu_content .menu ul li a.header_menu_hovered { height: 40px; float: left; display: block; margin: 0px; padding: 0px; padding: 0px 10px; color: white; line-height: 40px; text-decoration: none; background: url(images/top_menu_hover_bg.gif) 0px 6px repeat-x #83ac29;  margin-top: -6px; padding-bottom: 2px; padding-top: 6px; z-index: 2000; }

.logo { width: 130px; height: 130px; float: left; margin-left: 25px; }
.main_title { color: black; float: left; font-size: 26px; font-family: arial;  margin-left: 10px; clear: both; }
.main_slogan { color: #999999;; float: left; font-size: 17px; font-weight: bold; font-family: arial; margin-top: 5px; margin-left: 10px; clear: both; width: 400px; }
.main_sm { color: black;; float: left; font-size: 9px; font-family: arial; margin-top: 5px;}
.title_content { float: left; margin-top: 20px; width: 400px;}
.call_us { background: url(images/call_us_btn.gif) no-repeat; width: 236px; height: 35px; float: right; text-align: center; margin-top: 30px; margin-right: 80px; }
.call_us a { color: white; font-family: Tahoma; font-size: 16px; text-decoration: none; line-height: 35px; }

.content_bottom { width: 990px; height: 9px; background: url(images/content_bottom.gif) no-repeat; margin: 0px auto; }

.footer { height: 106px; background: #5A731F; }
.footer_content { height: 106px; width: 990px; margin: 0px auto; /*background: url(images/footer_bg.gif) no-repeat;*/ }
.footer_menu_content { height: 23px; background: url(images/top_menu_bg.gif) no-repeat; float: right; margin-right: 5px; }
.footer_menu_left { background: url(images/bottom_menu_left_bg.png) no-repeat; width: 9px; height: 23px; float: left; }
.footer_menu_right { background: url(images/bottom_menu_right_bg.png) no-repeat; width: 9px; height: 23px; float: left; }
.footer_menu { height: 23px; float: left;  background: url(images/bottom_menu_bg.png) repeat-x; color: white; padding-top: 2px; }
.footer_menu a { color: white; font-size: 13px; font-family: Tahoma; text-decoration: none; }
.footer_menu a:hover { color: white; text-decoration: underline; }
.copyright { color: white; width: 350px; margin: 30px 0px 0px 30px; float: left; font-size: 12px; line-height: 14px; }
.copyright a { color: white; text-decoration: underline; }
.copyright a:hover { color: white; text-decoration: none; }
.footer_icons { float: right; margin: 20px 20px 0px 0px; clear: right; width: 380px; }
.footer_icon { width: 38px; height: 38px; float: right; }
.footer_menu ul { display: block; float: left; margin: 0px; padding: 0px; list-style: none; }
.footer_menu ul li { display: block; float: left; margin: 0px; padding: 0px; list-style: none; padding: 0px 5px 2px 5px; border-right: 1px solid white; }
.footer_menu #menu_item_11 { bordeR: none; }
/*.footer_menu ul li a { border-right: 1px solid white; display: block; }*/

#container { background: #5A731F; min-height: 542px;  }
#content { background: #f1f3ee; margin: 0px auto; width: 970px; padding: 10px; min-height: 542px; }
/*#content_floated {  }*/
#main_content { width: 515px; margin-right: 10px; font-family: Tahoma; font-size: 13px; line-height: 20px; margin-left: 25px; }
#main_content p { margin: 10px 0px; }
#right_texture { width: 106px; height: 628px; position: absolute; top: 6px; left: 990px; background: url(images/right_texture.jpg) no-repeat; z-index: 10; }
.sidebar { width: 420px; }

.right_image { width: 405px; float: right; }
.right_image .top { width: 405px; background: url(images/right_image_top_bg.png) no-repeat; float: right; height: 23px;  }
.right_image .bottom { width: 405px; float: right; background: url(images/right_image_bottom_bg.png) no-repeat; min-height: 23px; }
.right_image .content { width: 380px; float: right; background: url(images/right_image_bg.png) repeat-y; background-position: -2px 0px; min-height: 2px; padding-left: 25px; }

.home_right_image { width: 405px; height: 330px; background: url(images/homepage_right_image.png) no-repeat;  top: 70px; position: absolute; z-index: 550; }

.box1 { width: 295px; float: left; margin-top: 60px; margin-left: 20px; }
.box_1_top { width: 280px; background: url(images/box_1_top.png) no-repeat; float: right; height: 37px; padding: 17px 0px 0px 15px; font-size: 18px; color: white; }
.box_1_bottom { width: 265px; background: url(images/box_1_bottom.png) no-repeat #b94325 bottom; float: right; min-height: 91px; color: white;  font-size: 13px; line-height: 18px;  padding: 0px 15px 5px 15px; text-align: justify; }
.box_1_bottom .read_more { text-align: right; }
.box_1_bottom .read_more a { color: #ffb03a; font-size: 18px; text-decoration: none; }
.box_1_bottom .read_more a:hover { text-decoration: underline; }

.box2 { width: 305px; float: left; margin-top: 56px; margin-left: 25px; }
.box_2_top { width: 290px; background: url(images/box_2_top.png) no-repeat; float: left; height: 43px;  padding: 20px 0px 0px 15px; font-size: 18px; color: white; }
.box_2_bottom { width: 265px; background: url(images/box_2_bottom.png) no-repeat #4e3e2c bottom; float: left; min-height: 91px; color: white;  font-size: 13px; line-height: 18px;  padding: 0px 15px 5px 15px; text-align: justify; }
.box_2_bottom .read_more { text-align: right; }
.box_2_bottom .read_more a { color: #ffb03a; font-size: 18px; text-decoration: none; }
.box_2_bottom .read_more a:hover { text-decoration: underline; }

.box3 { width: 295px; float: left; margin-top: 55px; margin-left: 15px; }
.box_3_top { width: 280px; background: url(images/box_3_top.png) no-repeat ; float: right; height: 40px;  padding: 22px 0px 0px 15px; font-size: 18px; color: white; }
.box_3_bottom { width: 265px; background: url(images/box_3_bottom.png) no-repeat #0b6237 bottom; float: right; min-height: 91px; color: white; font-size: 13px; line-height: 18px; padding: 0px 15px 5px 15px; text-align: justify; }
.box_3_bottom .read_more { text-align: right; }
.box_3_bottom .read_more a { color: #ffb03a; font-size: 18px; text-decoration: none; }
.box_3_bottom .read_more a:hover { text-decoration: underline; }


.ddogs { color: white; float: right; font-size: 12px; line-height: 35px; margin-right: 0px; width: 300px; }
.ddogs a { text-decoration: underline; color: white; }
.ddogs a:hover { text-decoration: none; }
.ddogs_img { position: relative; top: 5px; margin-right: 5px; }

.main_bg { background: url(images/main_bg.jpg) center top no-repeat; min-height: 542px; width: 100%; }
.header_main_bg { background: url(images/main_bg_top.jpg) center top no-repeat; height: 152px; width: 100%; }
.footer_main_bg { background: url(images/main_bg_bottom.jpg) center top no-repeat; height: 106px; width: 100%; }
.clr {clear:both;}
#cart {width:150px; background-color:#ffffff;border:1px solid #dddddd;margin:25px 0 0 5px;padding:5px;z-index:10;}
#cart .widget-title {display:none;}
#cart ul {list-style:none;margin:0px;padding:0px;}
#cart-drop {position:absolute;z-index:10;margin-left:400px;}
#cart-drop #cart {display:none;position:absolute;}
#cart-drop img {position:relative;top:3px;}
.wpsc_description p {position:relative;z-index:2;}
.clr {clear:both;}
#cart {width:150px; background-color:#ffffff;border:1px solid #dddddd;margin:25px 0 0 5px;padding:5px;z-index:10;}
#cart .widget-title {display:none;}
#cart ul {list-style:none;margin:0px;padding:0px;}
#cart-drop {position:absolute;z-index:10;margin-left:400px;}
#cart-drop #cart {display:none;position:absolute;}
#cart-drop img {position:relative;top:3px;}
.wpsc_description p {position:relative;z-index:2;}
#change_country input[type="submit"] {display:none;}

#region_country_form_6 select {width:264px !important;} change_country 
#select {width:264px !important;}
table.absproductcart {padding:0px !important;margin:0px 
!important;width:0px !important;} .absproductcart td 
{margin:0px;padding:0px;}
.wpsc_checkout_forms {margin:0px; padding:0px;}
#current_country {position:absolute;margin:-119px 0 0 92px;} 
#region {position:absolute;margin:-141px 0 0 92px;}
.cartmove input[type="submit"] {display:none;}

