/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	background-repeat: no-repeat;
	background-image: url(../Images/pagebg2_2.jpg);
	background-color: #f2eede;
	background-position: center top;
}
#catnav {
	line-height: 25px;
	margin-top: 15px;
}
.thrColFixHdr #container {
	width: 940px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #header {
	float: left;
	width: 940px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 80px;
	margin-left: 25px;
	margin-right: 15px;
	line-height: 22px;
	background-color: #FFF;
	border: 1px solid #666;
}
.thrColFixHdr #sidebar2 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	width: 620px;
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr  #content {
	float: right; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#container_wrap {
	margin: 0 auto;
	width: 940px;
	clear: both;
	padding: 0;
	float: none;
}


form {
	margin: 0;
	padding: 0;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #200F05;
	margin-bottom: 0px;
	margin-top: -5px;
}

h2 {
	font-size: 16px;
	margin-top: -3px;
}

h3 {
	font-size: 1.2em;
	margin-top: -7px;
	margin-left: 100px;
}
.form_spec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}


ul {
}

ol {
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
.image_aroma {
	margin: 5px 10px 10px 10px;
	width: 330px;
	float: left;
}

.clearflt {
	clear: both;
}
/* Logo */
#logo {
	float: left;
	margin-top: 0px;
	background-image: url(../Images/logo_final_v2.gif);
	height: 140px;
	width: 350px;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#text_area {
	float: left;
	width: 480px;
	line-height: normal;
	font-size: 10px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-right: 4px;
	margin-left: 50px;
	background-image: url(../transparency/PNG_RED.png);
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 940px;
	margin-left: 0px;
	background-repeat: repeat;
	margin-bottom: 5px;
	padding-left: 0px;
	background-image: url(../transparency/PNG_WHITE.png);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#header_images_right {
	float: right;
	height: 75px;
	width: 300px;
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#menu ul {
	margin: 0;
	list-style: none;
	float: left;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 25px 3px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

#menu a:hover {
	color: #E76142;
}

#menu .current_page_item a {

}

#recent-posts {
	float: left;
	width: 210px;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 14px;
	padding-right: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-right: 0px;
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	width: 210px;
	font-size: 14px;
	float: left;
	color: #000000;
	background-repeat: no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	letter-spacing: -1px;
}

#sidebar li ul {

}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 45px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #000000;
}

#sidebar a {
	text-decoration: none;
	color: #211006;
}

#sidebar a:hover {
	text-decoration: underline;
}
#footer_wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	position: relative;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Footer */

#footer {
	height: 50px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
	background-repeat: repeat;
	border-top-width: thin;
	margin-top: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	float: left;
	width: 350px;
	margin-left: 10px;
	text-align: left;
}
#contact_foot {
	float: right;
	width: 250px;
	text-align: right;
	height: 25px;
}
.header_box_swish {
	background-image: url(../transparency/header_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 180px;
}
.header_box_swish_TOP {
	background-image: url(../transparency/header_line.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 180px;
}

.form {
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	width: 205px;
	float: left;
	background-position: left bottom;
}

.news {
	margin-top: 10px;
	border: 3px solid #FFFFFF;
	background-image: url(../transparency/PNG_WHITE.png);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 90px;
}
.tradeshows {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.index_image area {
	border: 3px solid #FFFFFF;
}
#contact_text_area {
	float: left;
	width: 825px;
	line-height: normal;
	font-size: 13px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 0px;
}
#contact_text_no_form {
	float: left;
	width: 400px;
	padding-left: 100px;
	padding-top: 10px;
}

#contact_left_text {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 30px 10px 30px 30px;
	margin-top: 25px;
}
#contact_form {
	padding: 10px;
	float: right;
	width: 400px;
	border: 1px solid #CCC;
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#index_image {
	float: left;
	width: 620px;
	margin-top: 40px;
	margin-left: 30px;
	height: 550px;
	display: inline;
	border: 1px solid #CCC;
}
#product_area {
	float: left;
	width: 660px;
	font-size: 12px;
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 0px;
	color: #000;
	text-align: left;
	padding-bottom: 15px;
	border: 1px solid #ccc;
	background-image: url(../transparency/PNG_WHITE.png);
	padding-right: 0px;
}
#aroma_wrap_main {
	float: left;
	width: 555px;
}

.main_product_area_wrap {
	float: left;
	width: 200px;
	margin: 10px 0px 0px 10px;
}
.main_product_area_img {
	float: left;
	height: 150px;
	width: 200px;
	background: #666;
	border: 1px solid #CCC;
}
.main_product_area_text {
	float: right;
	width: 200px;
	margin: 0px;
	text-align: center;
}
.float_left {
	float: left;
}



#wrapper {
	float: left;
	width: 940px;
	background-image: url(../Images/content-bg2.jpg);
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #F9FAF4;
}
#header {
	float: left;
	width: 190px;
}
#header_text {
	float: left;
	width: 190px;
	height: 50px;
}
.text_indent {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#indexsidebar_1 {
	float: left;
	width: 200px;
}
#indexsidebar_2 {
	float: left;
	width: 200px;
	height: 118px;
}
#indexsidebar_3 {
	float: left;
	width: 200px;
}
#productsidebar1 {
	float: left;
	width: 210px;
	font-size: 10px;
	font-weight: normal;
}

#productsidebar2 {
	float: left;
	width: 200px;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar_wrap {
	width: 220px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	margin-left: 28px;
	float: left;
	margin-top: 2px;
	color: #000000;
	background-repeat: no-repeat;
	display: inline;
}
#head_wrap {
	float: left;
	width: 200px;
}
.head_wrap {
	float: left;
	width: 200px;
	margin-top: 25px;
}
#about_wrap {
	float: left;
	width: 900px;
	margin: 15px 0px 0px 30px;
	display: inline;
}
.login {
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}
#about_left_sidebar {
	float: left;
	width: 375px;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#about_right_sidebar {
	float: left;
	width: 840px;
	padding: 15px 15px 10px 10px;
	margin-left: 40px;
}
img, div, a, h1, h2, h3, p {behaviour: url(/css/resources/iepngfix.htc) 
}
#edit_product_wrap {
	width: 660px;
	float: left;
}
.pg_image_small {
	float: left;
	height: 280px;
	width: 190px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
.main_product_area_textCopy {
	float: left;
	height: 20px;
	width: 200px;
	padding-top: 5px;
}
.product_info {
	float: right;
	width: 175px;
	margin-right: 10px;
	text-align: left;
}
.product_info_table {
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 3px;
}
.productlist {
	float: left;
	width: 170px;
	border: 1px solid #ccc;
	padding: 2px;
}
.productlist_rrp {
	float: left;
	width: 170px;
	padding: 2px;
	margin-top: 9px;
	font-weight: bold;
}
.image_aroma_text {
	margin: 30px 10px 10px 10px;
	width: 250px;
	float: left;
	padding-top: 30px;
}
.head_wrap_aroma {
	float: left;
	width: 200px;
	margin-top: 15px;
	height: 30px;
}
.aroma_product_area_wrapCopy {
	float: left;
	width: 200px;
	margin: 10px 10px 0px 10px;
	font-weight: bold;
}
.text_wrap_general {
	float: left;
	width: 350px;
	margin: 10px;
	padding: 10px;
}
.text_wrap_BEE {
	float: RIGHT;
	width: 200px;
	margin: 20px 30px 30px 10px;
	padding: 10px;
	text-align: left;
}
#bee_wrap_main {
	float: left;
	width: 400px;
}
#bee_wrap_variety {
	float: left;
	width: 630px;
	margin-left: 30px;
}
.bee_wrap_variety_individual {
	float: left;
	width: 200px;
	height: 230px;
	text-align: center;
}
.rightnav_pg {
	float: RIGHT;
	width: 160px;
	margin: 10px 40px 30px 10px;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
#pg_wrap_text {
	float: left;
	width: 330px;
	margin-left: 30px;
}
#pg_text {
	float: left;
	width: 400px;
	padding: 10px;
}
#trade_app_form {
	float: left;
	width: 750px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 25px;
}
#application_form_area {
	float: left;
	width: 690px;
	padding-top: 10px;
	margin: 30px 30px 0px 30px;
	margin-top: 25px;
}
#application_form_column {
	float: left;
	width: 275px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 35px;
}
#menu_pd {
	float: left;
	width: 870px;
	margin-left: 0px;
	background-repeat: repeat;
	margin-bottom: 5px;
	padding-left: 70px;
	background-image: url(../transparency/PNG_WHITE.png);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#menu_pd  ul {
	margin: 0;
	list-style: none;
}
#menu_pd li {
	display: inline;
}
#menu_pd a {
	display: block;
	float: left;
	padding: 3px 18px 3px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
#menu_pd a:hover {
	color: #E76142;ß
}
#productsidebar_tradelogin_below {
	float: left;
	width: 210px;
	font-size: 10px;
	font-weight: normal;
}
#cart_holder {
	float: right;
	height: 111px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
	padding: 0px;
}
#top_wholesale {
	float: left;
	width: 300px;
	font-size: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 80px;
	background-image: url(../Images/minimum-order_wholesale_v2.gif);
	background-repeat: no-repeat;
	margin-top: 60px;
}
#logo_wholesale_wrap {
	float: left;
	margin-top: 0px;
	background-image: url(../Images/logo_website_wholsale.gif);
	height: 140px;
	width: 350px;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.wFormContainer {
	float: left;
	width: 330px;
}
.red_text {
	color: #C00;
}
.gmf_image_small {
	float: left;
	width: 195px;
	border: 1px solid #CCC;
	margin: 10px;
	height: 250px;
}
.img_centre {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.redtext {
	color: #E11423;
}
