/* Start of CMSMS style sheet 'everything' */
/* ---------------------------------------------------- 
   General Stuff
   ---------------------------------------------------- */
   
* {
	margin:0;
	padding:0;
}

 body {
	font-family:Arial,elvetica, sans-serif;
	font-size:11px;
}

p {
	line-height:1.4em;
}

p.price {
	color: #FF0000;
	font-size: 13px;
	font-weight:bold;
}

a {
	color:#3399CC;
	text-decoration:none;
}

a.readmore {
  color: #cc0000;
  text-decoration:none;
  font-weight:bold;
}
a.readmore:hover {
  text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-size:12px;
	margin:5px 0 0 0;
	color:#152E4A;
}

h2.how {
	font-size:13px;
	font-weight:normal;
/*	color:#3399CC;*/
	color:#ff0000;
	/*margin:-7px 10px 15px 10px;*/
}

li {
	margin-left:20px;
}

.light_text12 {
	font-size:12px;
	color:#3399CC;
}

.dark_text12 {
	font-size:12px;
	color:#142f4d;
}

.small_grey {
	color:#666666;
	font-size:12px;
	margin-top:10px;
}

.feedback_form_text {
	color:#142f4d;
	font-size:11px;
}

.select {
	font-size:10px;
	width:226px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.white {
	padding:7px;
	background-color:#FFFFFF;
}

.white a {
	text-decoration:none;
	color:#3399CC;
}

.white a:hover {
	text-decoration:underline;
}

.red, a.red, #splash a.red, #footer a.red {
	color:#FF0000;
}

.light_text {
	color:#3399CC;
}

.light_blue {
	padding:7px;
	background-color:#def2fc;
}

.general_box {
	text-align:left;
	color:#152e4a;
	margin:auto;
	background:#FFFFFF url("images/gradient2.jpg") repeat-x top left;
}

.general_box p {
	padding:7px;
}

.input_text {
	border:1px solid #b1b1b1;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background:url("images/feedback_bg.jpg") repeat-x top left;
}

/* ---------------------------------------------------- 
   Countries list
   ---------------------------------------------------- */
   
ul.countries {
	font-size: 12px;
	font-weight: bold;
	color: #152e4a;
	list-style-image: url("images/list-arrow.gif");
} 

ul.countries li {
	margin: 5px 0 5px 20px;
	padding-left: 0px
}

ul.countries a {
	text-decoration:none;
	color:#152e4a;
}

ul.countries li a.active {
	text-transform:uppercase;
	color:#cc0000;
}
  
/* ---------------------------------------------------- 
   Splash Area
   ---------------------------------------------------- */
   
#splash {
	clear:both;
	text-align:center;
	background:#143157 url("images/splash_gradient.jpg") repeat-x;
	color:#8accec;
	padding-bottom:10px;
}

#splash a {
	text-decoration:none;
}

#splash a:hover {
	text-decoration:underline;
}

#splash hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	margin:5px 0;
	border:none;
}

#splash .light_blue12 {
	color:#94dcf9;
	font-size:11px;
}

#splash .white12 {
	color:#FFFFFF;
	font-size:11px;
}

#splash .white12 a {
	color:#FFFFFF;
}

#splash .white12 a:hover {
	text-decoration:underline;
}

#splash a {
	color:#94dcf9;
	text-decoration:none;
}

/* ---------------------------------------------------- 
   Tabs Navigation
   ---------------------------------------------------- */

#tabs {
	width: 780px;
	text-transform:uppercase;
	margin:0;
	/*margin:auto; */
	padding:9px 0 0 0; 
	_height:1px;}
	
#tabs ul {
	margin:0 10px; 
	padding:0; 
	list-style:none;
}
	
#tabs ul li {
	margin:0 2px 0 0; 
	padding:0; 
	float:left;
        text-transform: uppercase;
}
	
#tabs ul li a {
	display:block; 
	position:relative; 
	padding:4px 7px; 
	border:0; 
	background:url("images/tab_bg.gif") 0 0 repeat-x;
	color:#152e4a; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;
        text-transform: uppercase;
}

#tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-15px; 
	width:8px; 
	height:20px; 
	background:url("../images/tab_left.gif") 0 0 no-repeat;}
	
#tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	_right:-1px; 
	width:8px; 
	height:20px; 
	background:url("images/tab_right.gif") 100% 0 no-repeat;
        text-transform: uppercase;
}

#tabs ul li a:hover {
	background:#142f4d; 
	color:#FFFFFF;
        text-transform: uppercase;
}
	
#tabs ul li a:hover span.tab-l {
	background:url("images/tab_left-active.gif") 0 0 no-repeat;}
	
#tabs ul li a:hover span.tab-r {
	background:url("images/tab_right-active.gif") 100% 0 no-repeat;}

#tabs ul li#active a {
	background:url("images/tab_bg-active.gif") 0 0 repeat-x;
	color:#FFFFFF;
        text-transform: uppercase;
}
	
#tabs ul li#active a span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
        text-transform: uppercase;
	_left:-15px; 
	width:8px; 
	height:20px; 
	background:url("images/tab_left-active.gif") 0 0 no-repeat;}
	
#tabs ul li#active a span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
        text-transform: uppercase;
	width:8px; 
	height:20px; 
	background:url("images/tab_right-active.gif") 100% 0 no-repeat;}


/* ---------------------------------------------------- 
   Language flags
   ---------------------------------------------------- */

.flags {float:right; margin:2px 4px 0 0;}
.flags {
/*  display:none;
  visibility:hidden;*/
}

.flags #flag_de{
/*  display:none;
  visibility:none;*/
}
	

/* ---------------------------------------------------- 
   Header
   ---------------------------------------------------- */

#header {
	clear:both;
	text-align: center;
	background:url("images/banner_bg.jpg") repeat-x;
}

/* ---------------------------------------------------- 
   Main Section
   ---------------------------------------------------- */

#main {
	width:780px;
	margin:0;
	color:#3399cc;
	border-bottom:2px solid #3399cc;
}

#main hr {
	color:#389bcd;
	background-color:#389bcd;
	border:none;
}

#main .gradient {
	background:url("images/gradient1.jpg") repeat-x top left;
	clear:both;
	padding:10px;
	*padding: 0px 0px 0px 10px;
	margin: 0px;
	*margin:-3px 0 0 0;
	_margin:-10px 5px 3px 0px; 
	*height: 35px;
display:block;
vertical-align: center;
}

/* ---------------------------------------------------- 
   Submenu
   ---------------------------------------------------- */

#submenu {
	width:780px;
	font-size:14px;
	font-weight:bold;
	*margin:0 0 0px 1px;
	background-color:#fff;
	text-transform: uppercase; 
}

/*.ie7subnav {
	*margin:0 0 0px 1px;
}*/


#submenu ul {
	margin:0;
	padding:0; 
	list-style:none;
}
	
#submenu ul li {
	margin:0 2px 0 0;  
	padding:0; 
	float:left;}
	
#submenu ul li a {
	display:block; 
	/*position:relative; */
	padding:3px 7px; 
	border:0;
	background:#ccebfa;
	color:#142f4d; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;}

#submenu ul li .no_bg {
        background: none;
        padding: 0px;

}

#submenu ul li a .no_bg {
        background: none;
        padding: 0px;
}

#submenu ul li a span.tab-l, #submenu ul li a:hover span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-15px; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_left.gif") 0 0 no-repeat;}
	
#submenu ul li a span.tab-r, #submenu ul li a:hover span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	_right:-1px; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_right.gif") 100% 0 no-repeat;}

#submenu ul li a:hover {
	background:#389bcd; 
	color:#FFFFFF;}
	
#submenu ul li a:hover span.tab-l {
	background:url("images/submenu_left-active.gif") 0 0 no-repeat;}
	
#submenu ul li a:hover span.tab-r {
	background:url("images/submenu_right-active.gif") 100% 0 no-repeat;}

#submenu ul li#active a {
	background:#3399cc;
	color:#FFFFFF;}
	
#submenu ul li#active a span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-15px; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_left-active.gif") 0 0 no-repeat;}
	
#submenu ul li#active a span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_right-active.gif") 100% 0 no-repeat;}

#main #submenu #submenuUnderline {
	height:5px;
	margin-bottom: 6px; 
	*margin: 0px;
	*border:0;
	*padding:0; 
}

#submenu img {
    
}
/* gradient bar with back button */
div#submenu div.gradient {
	background:url("images/gradient1.jpg") repeat-x top left;
	clear:both;
	padding: 10px 0px 0px 10px;
	*padding: 0px 0px 0px 10px;
	margin: 0px;
	*margin:-3px 0 0 0;
	_margin:-10px 5px 3px 0px; 
	*height: 35px;
	height: 25px;
}
div#submenu div.gradient a {
	padding: 0px;
	margin: 8px;
	height: 15px;
}
/* ---------------------------------------------------- 
   Content
   ---------------------------------------------------- */


    
.content {	
	clear:both;
	border:1px solid #c1e6f9;
	border-top:5px solid #389BCD; 
	*padding:0 0 0 2px;

}

/* REMOVE PREVIOUS TOP BORDER STYLE*/
.noTopBorder {
	border-top:1px; 	
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#142F4D;
	padding:5px 10px 10px 10px;
}

/* ---------------------------------------------------- 
   Content
   ---------------------------------------------------- */
      
#contact {	
	clear:both;
        text-align: left;
	background-color:#EAF7FD;
	border-top:3px solid #3399CC;
	border-bottom:3px solid #3399CC;
	border-right:1px solid #C2E5F8;
}

#contact_right {
	background-color:#EAF7FD;
	float:left;
        width: 275px;
        overflow: auto;
}

#contact_right #inner {
	padding:10px;
}

#contact_right #inner li {
	list-style:url("images/list-item.gif");
	margin-left:30px;
}

#contact_right h2 {
	font-size:12px;
	color:#152E4A;
}

.contactDropdown {margin: 87px 0pt 0pt 240px;}

.contactDropdown form legend {display:none;}

/* ---------------------------------------------------- 
   Left Content 
   ---------------------------------------------------- */
   
#left_content {
	float:left;
        text-align: left;
	margin:10px;
	width:445px;
}

#left_content #prod_box {
	clear:both;
	margin:10px 0;
}

#left_content #prod_box p {
        color: #3399cc;
        font-weight: bold;
}

#left_content #prod_box .image {
	float:left;
	margin-right:13px;
}

#left_content #prod_box .text {
	float:left;
	font-size:11px;
}

#left_content #prod_box .summary_image {
	float:left;
	width:75px;
}

#left_content #prod_box .summary_text {
	float:left;
	width:350px;
	font-size:11px;
}

#left_content .summary {
	padding:10px 0 0 0;
}

#left_content #prod_box .detail_image {
	float:left;
	width:113px;
}

#left_content #prod_box .detail_text {
	float:left;
	width:305px;
	font-size:11px;
}

#left_content #applicationDetails {
	padding:20px 0 0 0;
        color: #142f4d;
}

#left_content #applicationDetails p img {
	float:left;
	width:113px;
        margin:0 20px 0 0;
}

#left_content #applicationDetails p {
	clear:both;
	padding: 0;
        /*margin: 0 0 1em 0;*/
        color: #142f4d;
}


#left_content h2 {
	font-size:12px;
	font-weight:bold;
	color:#142f4d;
        margin: 0px;
}

#left_content h3 {
	font-size:12px;
	font-weight:bold;
	color:#3399cc;
}

#left_content #sort label {
	color:#ffffff;
	margin-right:5px;
	font-size:12px;
}

#left_content #sort .bg_form {
	text-align:center;
	vertical-align:middle;
}

#left_content .bg_select {
	color:#333333;
	width:210px;
	border:1px solid #FFFFFF;
	padding:1px;
	font-size:10px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	background-color:#d5e4f4;
}

#left_content #otherrecipes {
	text-align:left;
	color:#152e4a;
	border-bottom:1px solid #3399cc;
	margin:auto;
	margin:7px auto;
	background:#FFFFFF url("images/box_gradient.jpg") repeat-x top left;
}

#left_content #shop {
	text-align:left;
	color:#152e4a;
	border-bottom:1px solid #3399cc;
	margin:auto;
	margin:7px auto;
	background:#FFFFFF url("images/box_gradient.jpg") repeat-x top left;
}

/* ---------------------------------------------------- 
   Right Content 
   ---------------------------------------------------- */

#right_content {
	background-color:#c1e6f9;
	float:right;
	padding:5px;
	text-align:center;
	width:299px;
}

#right_content #box_border {
	padding:7px;
	margin:0 auto;
	width:268px;
	background-color:#FFFFFF;
	border-top:2px solid #3399cc;
	border-bottom:2px solid #3399cc;
}

#right_content #box_border .prod_box{
	width:268px;
	padding:6px 0;
	text-align:left;
}

.prod_box .video_image {
	float:left;
	width:85px;
}

.prod_box .video_text {
	float:right;
	width:180px;
	font-size:11px;
}

#orderdvd{
  display:block;
  width:262px;
  margin-left:9px;
  background:url('images/blue_header_bg.gif') #3399CC repeat-x bottom;
  color:#fff;
  padding:10px;
  text-align:left;
}
#orderdvd h3{
  text-transform:uppercase;
  font-weight:normal;
  font-size:16px;
  font-family:verdana,arial;
}
#orderdvd p{
  font-size:12px;
  margin-bottom:14px;
  font-family:arial;
}
#orderdvd a{
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}

#right_content #box_border .prod_box h3 {
	color:#142f4d;
	font-size:12px;
}

#right_content #box_border .prod_box p {
	color:#3399cc;
}

/* HOW TO ORDER BUTTON // RIGHT PANEL */
#right_content div#how_to_order  {
	padding: 0px;
	width:280px;
	margin:auto;
}
#right_content div#how_to_order a {
	padding: 0px;
	margin: 0px;
}
#right_content div#how_to_order a img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}



#right_content #testimonials {
	text-align:left;
	color:#152e4a;
	width:280px;
	/*border-bottom:1px solid #3399cc;*/
	margin:auto;
	margin:7px auto;
	background:#FFFFFF;/* url("images/box_gradient.jpg") repeat-x top left;*/
}

#sort {
	height:35px;
	padding-top:5px;
	background:url("images/gradient1.jpg") repeat-x;
}

/* ---------------------------------------------------- 
   Footer
   ---------------------------------------------------- */

#footer {
	width:780px;
	font-size:11px;
	color:#3399cc;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	clear:both;
}

#footer a {
	text-decoration:none;
	color:#3399cc;
}

ol#keybenefits {
	margin:0px;
	padding:0;
	list-style:none;
}

ol#keybenefits li {
	padding:10px;
	margin:0;
	width:405px;
	color:#142f4d;
}

ol#keybenefits li p {
	margin-left:20px;
}

ol#keybenefits li span {
	font-weight:bold;
	display:block;
	width:20px;
	float:left;
}

ol#keybenefits li.on {
	background-color:#ceeffd;
}

ol#keybenefits li div.extra2 ul {
	padding-left:10px;
}

table.techspec td {
	background-color:#ceeffd;
	padding:20px;
	color:#142f4d;
}

table.techspec td.space {
	background-color:#ffffff;
	padding:0;
}

ul#recipe_list {
	list-style:none;
	margin:0;
	padding:0;
}

ul#recipe_list li {
	margin:0;
	padding:0;
}

h3 a {
	color:#142f4d;
}


#splash #homeLowerMain  {
	text-align:left;
	width:946px;
	_width:971px;
	margin:auto;
	_margin:0 0 0 -200px;
	background:#143157 url('images/splash_main_03.jpg') no-repeat;
	_background:#143157 url('images/splash_main_03.jpg') 120px 0px no-repeat;
        background-position: center top;

}

#howToOrder {
	float: left; 
	width: 285px; 
	height: 290px; 
	margin-right: 10px; 
	margin-left: 110px; 
	margin-top: 10px;

}

#homeNews {
	float: left; 
	width: 220px; 
	margin-right: 10px; 
	margin-top: 10px;

}

#homeRecipes {
	float: left; 
	width: 220px; 
	margin-top:10px;

}


#splash hr.homeContentHR {
	height: 2px; 
	margin-bottom: 6px; 
	*margin: 0px;
	*border:0;
	*padding:0; 
	color: #cccccc; 
	background-color: #cccccc;
}

#splash hr.noBotMargin {
	height: 2px; 
	margin-bottom: 0px; 
	*margin: 0px;
	*border:0;
	*padding:0; 
	color: #cccccc; 
	background-color: #cccccc;
}

#splash hr.homeRecTemp {
	height: 1px;
	*margin: 0px;
	*border:0;
	padding:0; 
}

#homeMap {
	*margin:-7px 0 0 0;
}


#submitRecipeContainer {
	border-top: 5px solid #f62b2e;  
	border-left: 1px solid #f62b2e;  
	border-right: 1px solid #f62b2e;
	border-bottom: 1px solid #f62b2e;
	background: url('images/map.jpg') no-repeat;
	margin-bottom: 2.5em;
	height: 380px;
	text-align: left;
}


#submitRecipeLeft {
	padding: 17px 20px; 40px 22px; 
	width: 330px; 
	float: left; 
}

#submitRecipeLeft #submitRed {
	color:#F62B2E;
	font-weight:bold;  
        font-size: 12px;

}

#submitRecipeRight {
	padding: 20px 0 0 0; 
	float: left; 
	width: 370px;
}



/*  Contact/Submit recipe from styles  */

form#m4moduleform_1 label {
	clear:both;
	display:block;
	float:left;
	color:#142F4D;
	font-size:11px;
	width:60px;
}


form#m4moduleform_1 input {
/* 	background:transparent url(images/feedback_bg.jpg) repeat-x scroll left top;
	border:1px solid #B1B1B1;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	
	display:block;
 *//*	left:60px; */
/* 	*left:0px;
	position:relative;
	top:0;
	width:280px;
 */
	width:280px;
	background:#fff url(images/feedback_bg.jpg) repeat-x scroll left top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
}


form#m4moduleform_1 textarea {
	width:280px;
	background:#fff url(images/feedback_bg.jpg) repeat-x scroll left top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
}

form#m4moduleform_2 {margin:15px 0 0 15px;}

form#m4moduleform_2 label {
	clear:both;
	display:block;
	float:left;
	color:#142F4D;
	font-size:11px;
	width:60px;
}


form#m4moduleform_2 input {
	background:transparent url(images/feedback_bg.jpg) repeat-x scroll left top;
	border:1px solid #B1B1B1;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	
	display:block;
	left:60px;
	*left:0px;
	position:relative;
	top:0;
	width:180px;
}


form#m4moduleform_2 textarea {
	width:180px;
	height:140px;
	background:#fff url(images/feedback_bg.jpg) repeat-x scroll left top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
}


input, select, textarea {
	border:1px solid #B1B1B1;
}


fieldset {
	border:none;
	background-color:none;
}

.hidden {
	left:-3000px;
	position:absolute;
}

form#m4moduleform_1 span.asterisk, form#m4moduleform_2 span.asterisk {
	color:#FF0000;
}

form#m4moduleform_1 input#submit_button, form#m4moduleform_2 input#submit_button  {
	border:0pt none;
	margin-left:250px;
	top:0pt;
	width:90px;
	height:15px;
	background:none;
}

form#m4moduleform_1 input, form#m4moduleform_1 textarea, form#m4moduleform_2 input, form#m4moduleform_2 textarea  {
	margin:0pt 0pt 5px;
}



/*


IE HACKS


*/


* html body #right_content {
	background-color:#c1e6f9;
	float:right;
	padding:5px;
	text-align:center;
	width:279px;
}


* html body div#tabs {
	width:785px;
	text-transform:uppercase;
	margin:0 5px;
	margin:auto; 
	padding:9px 0 0 0; 
	_height:1px;}
	
* html body #tabs ul {
	margin:0 10px; 
	padding:0; 
	list-style:none;}
	
* html body #tabs ul li {
	margin:0 3px 0 0; 
	padding:0; 
	float:left;}
	
* html body #tabs ul li a {
	display:block; 
	position:relative; 
	padding:4px 7px; 
	border:0; 
	background:url("images/tab_bg.gif") 0 0 repeat-x;
	color:#152e4a; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;}

* html body #tabs ul li a span.tab-l, * html body #tabs ul li a:hover span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-9px; 
	width:8px; 
	height:22px; 
	background:url("/dev/images/tab_left.gif") 0 0 no-repeat;}
	
* html body #tabs ul li a span.tab-r, * html body #tabs ul li a:hover span.tab-r {
	position:absolute; 
	top:0; 
	right:0;  
	width:8px; 
	height:22px; 
	background:url("/dev/images/tab_right.gif") 100% 0 no-repeat;}

* html body #tabs ul li a:hover {
	background:#142f4d; 
	color:#FFFFFF;}
	
* html body #tabs ul li a:hover span.tab-l {
	background:url("images/tab_left-active.gif") 0 0 no-repeat;}
	
* html body #tabs ul li a:hover span.tab-r {
	background:url("images/tab_right-active.gif") 100% 0 no-repeat;}

* html body #tabs ul li#active a {
	background:url("images/tab_bg-active.gif") 0 0 repeat-x;
	color:#FFFFFF;}
	
* html body #tabs ul li#active a span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-9px; 
	width:8px; 
	height:22px; 
	background:url("images/tab_left-active.gif") 0 0 no-repeat;}
	
* html body #tabs ul li#active a span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	width:8px; 
	height:22px; 
	background:url("images/tab_right-active.gif") 100% 0 no-repeat;}
	
* html body #submenu {
	width:780px;
	font-size:14px;
	font-weight:bold;
	margin:0 5px;
	margin:auto; 
	padding:9px 0 0 0; 
	_height:1px;
margin:0 0 -3px 3px;
}
	
* html body #submenu ul {
	margin:0; 
	padding:0; 
	list-style:none;}
	
* html body #submenu ul li {
	margin:0 5px 0 0; 
	padding:0; 
	float:left;}
	
* html body #submenu ul li a {
	display:block; 
	position:relative; 
	padding:3px 7px; 
	border:0;
	background:#ccebfa;
	color:#142f4d; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;}

* html body #submenu ul li a span.tab-l, * html body #submenu ul li a:hover span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-9px; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_left.gif") 0 0 no-repeat;}
	
* html body #submenu ul li a span.tab-r, * html body #submenu ul li a:hover span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	_right:-1px; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_right.gif") 100% 0 no-repeat;}

* html body #submenu ul li a:hover {
	background:#389bcd; 
	color:#FFFFFF;}
	
* html body #submenu ul li a:hover span.tab-l {
	background:url("images/submenu_left-active.gif") 0 0 no-repeat;}
	
* html body #submenu ul li a:hover span.tab-r {
	background:url("images/submenu_right-active.gif") 100% 0 no-repeat;}

* html body #submenu ul li#active a {
	background:#3399cc;
	color:#FFFFFF;}
	
* html body #submenu ul li#active a span.tab-l {
	position:absolute; 
	top:0; 
	left:0; 
	_left:-9px; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_left-active.gif") 0 0 no-repeat;}
	
* html body #submenu ul li#active a span.tab-r {
	position:absolute; 
	top:0; 
	right:0; 
	width:8px; 
	height:22px; 
	background:url("images/submenu_right-active.gif") 100% 0 no-repeat;}


/*
Bits added by Sean Heat = 02/06/08
*/
.pointer {
  cursor: pointer;
  color:#cc0000;
  font-weight:bold;
}

#more1,#more2,#more3,#more4,#more5,#more6,#more7,#more8,#more9,#more10,#more11,#more12 {
  text-align: right;
  color:#cc0000;
}

#extra1,#extra2,#extra3,#extra4,#extra5,#extra6,#extra7,#extra8,#extra9,#extra10,#extra11,#extra12 {
  display: none;
  margin-top: 1em;
  text-align: left;
}

.blueHeader {
  background: url('images/blue_header_bg.gif') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.blueHeader img {
  border: 0;
}

a.blueHeader {
  border: 0;
  text-decoration: none;
}

.red_header {
  height: 40px;
  width: 173px;
  background: url('images/red_gradient_bg.gif') repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  padding: 6px;
  text-transform: uppercase;
}

.red_header {
  border: 0;
}

.blue_button {
  background: #0099cc;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  text-transform: uppercase;
}

.blue_button img {
  border: 0;
}

.lblue_header {
  background: #B0E0F7;
  color: #143157;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  text-transform: uppercase;
}

.lblue_header img {
  border: 0;
}

.lblue_header {
  text-decoration: none;
}

.hp_header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.hp_lblue_header {
  background: #C9EAFA;
  color: #0d1d32;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 0.2%;
  padding: 1px 5px 3px 5px;
  text-transform: uppercase;
}

.hp_lblue_header img {
  border: 0;
}

.hp_lblue_header {
  text-decoration: none;
}

.fl_right {
  float: right;
}

.link {
  text-decoration: none;
}

/* back to top :: image */
.toparrow {
	background: #B0E0F7 url('images/sml_red_uparrow_wide.gif') no-repeat right center;
	color: #143157;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-right:20px;
	text-transform: uppercase;
}

.smaller {
  font-size: .68em;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.mt30 {
  margin-top: 30px;
}

.mt10 {
  margin-top: 10px;
}
.w250 {
  width: 250px;
}

.w200 {
  width: 200px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w130 {
  width: 130px;
}


.w110 {
  width: 110px;
}

.w100 {
  width: 100px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

body {
     background:url("images/banner_bg.jpg") repeat-x;
     background-position: 0px 31px;
     text-align: center;
} 

.main_outer_block {
     width: 100%;
     text-align: left;
}

.main_content_block {
    width: 780px;
    text-align: left;
}

.hp_header_block {
    display: block;
    text-align: left;
    background: url('images/product.jpg') no-repeat; 
    width: 780px;
    height: 65px; 
    padding-top: 102px;
    vertical-align: top;
}

.page_heading_text {
   padding-left: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #ffffff;
   font-size: 20px;
   font-weight: normal;
   text-transform: uppercase;
}

#submenu #no_bg {
   background-image: none;
}

.howto_content_block {
    display: block;
    float: left;
    width: 700px;;
}

.cart {

}

.cart a {
    color: #fff;
}

/* End Sean stuff */

table.pacojetsystem{
    color:#142F4D;
}

/* Contact forms have a hidden language field */

div.sidePanelForm div.hiddenlanguage{
    display:none;
    visibility:hidden;
}

/* Sitemap styling by James 20/05/09 */

ul.sitemap {
    text-align:left;
    margin:0 0 25px 10px;
}
ul.sitemap li {
    font-size:20px;
    list-style-type:none;
    margin: 5px 0 10px 0;
}
ul.sitemap li ul li {
    font-size:12px;
    list-style-type:disc;
    margin: 5px 0 5px 25px;
}

/* Order form */
#orderform{
  width:445px;
}
#orderform span.required{
  color:#ff0000;
  width:5px;
  float:none;
  margin:0px;
}
#orderform div h2{
  display:block;
  margin-bottom:5px;
  margin-top:0px;
  margin-left:-10px;
  _margin-right:-10px;
  background:#3399CC url('images/gradient1.jpg') repeat-x;
  height:19px;
  font-family:arial;
  font-size:16px;
  color:#fff;
  padding:8px;
  width:427px;
  text-transform:uppercase;
}
#orderform #items #specialinstructions{
  margin-top:5px;
  margin-left:7px;
  width:412px;
  _width:392px;
}
#orderform #items #specialinstructions textarea{
  width:408px;
  _width:388px;
  height:100px;
  margin-top:5px;
  margin-bottom:10px;
}
#orderform div input{
  margin-bottom:10px;
  margin-top:5px;
  font-weight:normal;
}
#orderform div input, #orderform div textarea{
  background:#FFFFFF url(images/feedback_bg.jpg) repeat-x scroll left top;
}
#orderform div{
  float:left;
  padding:0 10px 10px;
  margin-bottom:10px;
  width:423px;
  border:1px solid #3399CC;
}
#orderform div span{
  float:left;
  width:110px;
  margin-top: 7px;
}
#orderform div div{
  border:0px;
  padding:0px;
  margin:0px;
  float:left;
}
form#m4moduleform_1 #payment label{
  width:350px;
  color:#3399CC;
}
form#m4moduleform_1 #payment input{
  width:20px;
}
#orderform #payment .paymentoption input{
  margin-right:20px;
}

table#items{
  width:100%;
}
#items td{
  padding:5px;
  text-align:left;
}
#items td input{
  width:30px;
}
table#items td strong{
  font-family:arial;
  font-size:16px;
  color:#142F4D;
  font-weight:normal;
}
#orderform #delivery p{
  font-weight:normal;
  margin-bottom:10px;
}
#orderform #submit_button{
  border:0px;
  float:right;
}
#orderform #delivery p, #orderform #payment p{
  font-weight:bold;
}
#orderform #payment p{
  margin-bottom:5px;
}
#orderform #errors{
  color:#ff0000;
  padding:10px;
}

#orderformresults{
  
}
#orderformresults h2{
  margin-bottom:10px;
}
#orderformresults ul{
  list-style: none;
}
#orderformresults li{
  margin:5px 0px;
}

/* Ordering buttons on contact and ordering pages */
div #distributordetails{
  float:left;
  width:250px;
}
div#distributordetails h2{
  margin-bottom:10px;
}
div #orderbuttons{
  float:right;
  width:185px;
}
div #orderbuttons img{
  margin-bottom:9px;
  border:0px;
}
/* End of 'everything' */

