* {padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, , label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:2%; }
fieldset { padding: .5em; }


/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 helvetica, sans-serif;
color:#444;
background:#f4f4f4;
line-height:140%;
position:relative;

}

 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
letter-spacing:0.02em;
color:#000;
}
 
h1, h2 {
padding:10px 0 10px 0;
margin-bottom:10px;
letter-spacing:-1px;
font:2em helvetica, sans-serif;
color:#df0c0c;
}

 
h3 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em helvetica, sans-serif;
color:#df0c0c;
}

h3.subheader {color:#444;}

 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

ol li {list-style:decimal;}

 
small, .small {
font-size:0.85em;
}
 
img {
border:0;

}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}



 
/***** Links *****/
 
a, a:visited {
	color:#507910;
	text-decoration:underline;
}

a:hover {
	color:#26350D;
}
 
 
 /***** Blockquote *****/
 
 .bqstart {
     float: left;
     height: 45px;
	 font-family:"times new roman";
     margin-top: -25px;
     padding-top: 45px;
	 margin-right:10px;
     margin-bottom: -50px;
     font-size: 600%;
     color: #888;
	 font-style: normal;
 }


 .bqend {
     float: right;
     height: 25px;
	 font-family:"times new roman";
     margin-top: 0px;
     padding-top: 45px;
     font-size: 600%;
     color: #888;
	 font-style: normal;
 }
 
blockquote {
	margin: 15px 0;
	margin-top:0;
	padding: 0;
	font-size: 120%;
	line-height: 160%;
	font-style: italic;
}

#slidebar blockqoute  {font-size: 90%;line-height: 130%;}
#slidebar .bqstart, #slidebar .bqend {color: #999;}
#slidebar .bqend  {padding-top: 10px;}

/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}

form.styled_form fieldset {width:500px;}
form.styled_form fieldset legend {font-size:1.2em;padding:5px;font-weight:bold;color:#83BF49;}
	form.styled_form p {width:350px;text-align:left;margin:auto;margin-bottom:10px;}
	form.styled_form label {font-weight:bold;}
	form.styled_form input[type=text], form.styled_form select {padding:5px;font-size:1.1em;background:#eee;}
	form.styled_form input {width:160px;}
	form.styled_form input[type=submit] {width:115px;}
	form.styled_form input:focus, form.styled_form select:focus {background:#fff;border:1px solid #83BF49;}
	form.styled_form p span {float:right;width:190px;display:inline;margin-top:-7px;}
	form.styled_form em, .required em {color:#DF0C0C;}
	form.styled_form .expiry {width:60px;padding:3px}
	form.styled_form .biggerbtn {margin-top:20px;font-size:1.2em;float:left;}
	form.styled_form input.unstyled {border:none;background:transparent;font-weight:bold;}
 
input, select, textarea {
font:1em helvetica, sans-serif;
padding:3px;
margin:3px;
border:1px solid #888;
}
 
textarea {
line-height:1.25;
}

textarea#enquiry {width:430px;height:150px;}
 
label {
cursor:pointer;
}

input[type=submit] {cursor:pointer;}

form.register {}
form.register table th  {text-align:right;float:right;padding-top:5px;margin-right:10px;}
 
form em {color:red;}
 


input.vshort {width:30px;text-align:right;} 
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  
  }
  
 /***** Tables *****/
 
 	#cart {
		border-collapse: collapse;
		margin-bottom:20px;
		width:600px;

	}

	#cart td {
		border: 1px solid #ddd;
		vertical-align:middle;
		text-align:center;
		padding:5px;
		font-size:1.1em;
	}

	#cart th {
		text-align: left;
		background-color: transparent;
		border-bottom: 1px solid #ddd;
		font-weight: bold;
		font-size:1em;
		padding-bottom:5px;
		text-align:center;
	}
	#cart tfoot th {
		text-align: right;
		font-size:1em;
		border:none;
		padding-right:10px;
	}
	
	#cart td  input {width:30px;border:none;}
	#cart td  input:focus {background:#FFF29A;}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.left    { float:left; }
.right   { float:right; }
.spacer {height:200px;border-left:1px solid transparent;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.frame {margin:0 auto;width:960px;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
	
.cards img {border:1px solid #999;margin-top:-5px;}

.hide {display: none;}

.highlight {background:#faeb89;color:#4C3601; border:1px solid #FFC53A;padding:5px;margin-bottom:25px;}

ul.tick,  ul.report, ul.pdf_list {padding-left:0;}
ul.tick {margin:10px 0; padding-bottom:0;}

ul.tick li {
	background-image: url("../images/tick.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:30px;
}

ul.report li {
	background-image: url("../images/report_sm.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:30px;
	padding-bottom:3px;
}

ul.pdf_list li {
	background-image: url("../images/pdf-46_transparent.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 40px;
}



ul.faq_list {
padding:0 0 18px 14px;
}
			
ul.faq_list li {
	padding-left: 5px;
	list-style-type: lower-alpha;
}
/* --- Main Layout --- */

#header{ 
background-color:#161616;
padding-top:5px;
}

	#header .frame {height:115px;}

	ul#menu {
		margin-top:-18px;
		float:right;
		width:500px;
		padding-bottom:15px;
		height:40px;
		text-align:right;
	}
	
		ul#menu li {
			display:inline;
			font-size:1.1em;
			color:#b2b2b2;
			height:40px;
			border:1px solid #000;
			border-bottom:none;
		}
	
		ul#menu li a {
			color:#fff;
			background:#222;
			padding:6px 7px;
			text-decoration:none;
		}		
		
		ul#menu li a:hover {
			color: #222;
			background:#83bf49;
		}
		
							
						
			 ul#menu li a.selected  {
				color:#161616;
				background-color: #fff;
				text-shadow:none;
			}

			.logo {margin-top:5px;}					

						
.content {
	color:#161616;
	background:#F4F4F4;
	font-size:0.9em;
	margin-bottom:0px;
	position:relative;
	min-height: 100%;

}	

	.page {			
		padding-top:20px;
		margin-top:0px;
		background:#F4F4F4 url('../images/bg1a.png') repeat-x top left;
		}
	
	.content h1 {margin-top:20px;padding:0px;letter-spacing:0.1em;color:#df0c0c;margin-bottom:10px;}
	.content h2 {color:#df0c0c;text-align:center;}
	.content h2.green {color:#83BF49;text-align:left;}
	
	.content ul {list-style:disc;}
	.content ul li p {padding:0;}
	.content h4 {color:#12689e;display:inline;font-weight:bold;font-size:1.2em;}
	
	.breadcrumbs {color:#999;font-size:0.8em;}
	.breadcrumbs a {color:#555;text-decoration:none;}
	.breadcrumbs a:hover, .breadcrumbs a.selected {color:#1d87ca;text-decoration:none;}
	
	.topbg {background:#F4F4F4 url('../images/yellowbg.png') repeat-x top left;}
	.content .product {border-bottom:1px solid #d8d8d8;padding-bottom:30px;margin-bottom:10px;}
		

	.right_content { 
	float:right;
	width:47%;
	min-height:350px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:350px; /* for IE5.x and IE6 */
	padding:10px 15px;
	border-top:5px solid #83bf49;
	}

	.left_content { 
	width:47%;
	float:left;
	min-height:350px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:350px; /* for IE5.x and IE6 */
	padding:10px 10px;
	/*background:#F4F4F4 url('../images/leftbg.png') repeat-x top left;*/
	border-top:5px solid #faeb89;
	}
	
	.right_content h1, .left_content h1 {text-align:center;}
	
	.side_box {float:right;width:200px;clear:both;margin:10px;padding:10px;padding-top:5px;border:1px solid #C5C5C5;background:url('../images/bg1a.png') repeat-x top left;}


#footer { 
clear:both;
width:100%;
background-color:#313131;
color:#eee;
height:40px;
border-top:1px solid #D8D8D8;
font-size:0.9em;
padding:20px 0;
font-size:0.9em;
margin:0;
position:abosolute;
bottom:0;
}

	#footer a {color:#fff;padding:2px;}
	#footer a:hover {background:#8f8f8f;text-decoration:none;}


	
/*---------- Buttons --------------- */

a.button_green, a.button_pink {
    background: transparent url('../images/button_a2.png') no-repeat scroll top right;
    color: #fff;
	font-weight:bold;
	font-size:1.1em;
    display: block;
    float: left;
    height: 36px;
    margin-right: 6px;
    padding-right: 17px;
    text-decoration: none;
	margin-bottom:6px;
	cursor:pointer;
	text-shadow:#444 1px 0px 0px;
}

a.button_pink {background: #e6138a url('../images/button_pink_a.png') no-repeat scroll top right;}

a.button_green span, a.button_pink span {
    background: transparent url('../images/button_span2.png') no-repeat;
    display: block;
    line-height: 32px;
    padding: 2px 0 2px 17px;
} 

a.button_pink span {background: #e6138a url('../images/button_pink_span.png') no-repeat;}

a.button_green:hover , a.button_green:active, a.button_pink:hover , a.button_pink:active {
    background-position: bottom right;
    color: #fff;
    outline: none; 
	border-bottom:none;
}

a.button_green:hover span, a.button_green:active span, a.button_pink:hover span, a.button_pink:active span  {background-position: bottom left; } 
a.button_green:active, a.button_pink:active {background-position: top right;}
a.button_green:active span, a.button_pink:active span {background-position: top left;}

		
			.button {
			text-align:center;
			position:relative;
			height:200px;
			width:350px;
			text-align:center;
			}

			.button a {
			font-weight:bold;
			font-size:1.6em;
			padding:20px;
			color: #7F6C4E;
			background:#F3E89F;
			text-decoration: none;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius: 5px;
			position:absolute;
			top:0;
			right:0;
			margin-top:80px;
			margin-right:80px;
			}
			
			a.button_small, a.button_large, a.button_red  {
				font-weight:bold;
				font-size:1em;
				padding:5px 10px;
				color: #7F6C4E;
				background:#F3E89F;
				text-decoration: none;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius: 5px;
			}
			
			
			
			.submit_green, input[type=submit] {
				width:115px;
				height:36px;
				background: transparent url('../images/inputbtn_green.png') no-repeat top left;
				border:none;
				font-weight:bold;
				font-size:1.2em;
				color:#eee;
				text-align:center;
				text-shadow:#444 1px 0px 0px;
			}
			
			form.styled_form input[type=submit]:hover, form.styled_form input[type=submit]:focus, .submit_green:focus  {background: #6A6A6A url('../images/inputbtn_green.png') no-repeat bottom left;border:none;}
			form.styled_form input[type=submit]:active, .submit_green:active {background: #000 url('../images/inputbtn_green.png') no-repeat top left;border:none;text-shadow:none;}
			
			.panel a.button_large {
				font-size:1.6em;
				padding:20px;
			}
			
			
			a.button_red {float:right;color:black;background:#df0c0c;}
			a.button_red:hover {background:#a50d01;color:#fff;}
	
/* ------------------------------ Tooltips -------------------------------*/

a.tooltip b, a.tooltip2 b {display:none;}
a.tooltip:hover, a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {font-size:0.9em;display:block; position:absolute; bottom:36px; left:0px; padding:5px; font-weight:normal; color:#4C3601; border:1px solid #FFC53A; background:#FFE877; width:190px;opacity:0.8;text-align:center;}
a.tooltip:hover b em, a.tooltip2:hover b em {position:absolute; bottom:-8px; width:11px; height:8px; padding:0px;left:20px; background:url(../images/tooltip.gif) 0 0; display:block; font-size:1px;}

a.tooltip2:hover b {font-size:0.6em;display:block; position:absolute; bottom:78px; left:0px; padding:5px; font-weight:normal; color:#4C3601; border:1px solid #FFC53A; background:#FFE877; width:210px;opacity:0.8;text-align:center;}




/* ------------------------------ Overrided st -------------------------------*/

body {

}

#header_content .frame {background:none;}

#content {			
		margin-top:1px;
		background:#F4F4F4 url('../images/bg1a.png') repeat-x top left;
		font-family:Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial;
		font-size:0.95em;
		letter-spacing:-0.02em;
		}
		
	#content .frame {padding:10px;padding-top:20px;border-left:1px solid #aaa;border-right:1px solid #aaa;background:#fff;}


h3 {margin:0;padding:10px 0;}
.blurb {
	font-size:1.3em;
	color:red;
	line-height:140%;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	text-align:center;
}

h1 {
	color:#507910;
	text-shadow:#fff 1px 1px;
	font-size:2.1em;
	text-align:center;
	margin-bottom:5px;
	font-family:Cambria, Georgia, Times, 'Times New Roman', serif;
	font-weight:bold;
	letter-spacing:0.03em;
}

.neutral {color:#555;}
strong.red {color:#8B2424;font-weight:bold}
strong.new, strong.new_red {
			padding:2px 4px;	
			margin:3px 0;
			margin-right:3px;
			font-size:0.85em;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius: 5px;
			background:#8B2424;	
			color:#fff;

			}
			
strong.new {color: #7F6C4E;background:#F3E89F;}

blockquote.larger {font-size:1.2em;}

blockquote {font-size:1em;}

blockquote .bqstart {margin-bottom:80px;}
blockquote .bqend {margin-top:-20px;}

.left_content {width:27%;border-top:none;padding:0;}
.right_content {	width:67%;border-top:none;padding-top:0;}

		ul#left {
			padding:10px 5px; 
			padding-bottom:0px;
			text-align:center;
			border:1px solid #aaa;
			background:#D3D3D3;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius: 10px;
		}
	
		ul#left li {
			display:block;
			font-size:0.9em;
			font-weight:bold;
			color:#b2b2b2;
			height:30px;
			margin-top:20px;
			line-height:140%;
		}
		
		ul#left li.li-header {margin-top:0px;height:40px;}
		
	
		ul#left li a {

			padding:8px 9px;
			text-decoration:none;
			color:#222;
			text-shadow:#eee 1px 1px;
			background:transparent;	
			border:1px solid transparent;
		}		
		
		ul#left li a:hover {
			color:#222;
			background-color: #83bf49;
			text-shadow:#B2E97A 1px 1px;
			border:1px solid #619230;
		}
		
		ul#left li h3 {color:#666;font-size:1.8em;letter-spacing:0.02em;text-shadow:#ddd 1px 1px;border-bottom:1px solid #aaa;border-top:1px solid #aaa;padding:3px;margin-top:5px;}
		
		 li {margin-bottom:10px;}
		
		ul.disc {margin-left:-5px;}
		ul.disc li {list-style:disc;padding-left:5px;}
		
		.box {padding:15px;padding-top:25px;border:1px solid #ddd;background:url('../images/bg1a.png') repeat-x top left;}
		
		
		.career .side_box {border:none;background:none;font-size:0.9em;line-height:140%;margin-top:0;}
			.career .side_box h2 {color:#777;font-size:1.6em;padding:10px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd; text-align:center;}
			
		.career  a.button_pink, .apollo .cart_info a.button_pink span {display:none;visibility:hidden;}	
		.career  a.button_green {float:right;margin-right:120px;}
		.career .breadcrumbs {display:none;}

/* ------------------------------ Validation -------------------------------*/

	.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#000;
				color:#fff;
				font-family:tahoma;
				font-size:0.8em;
				box-shadow: 1px 1px 6px #000;
				-moz-box-shadow: 1px 1px 6px #000;
				-webkit-box-shadow: 1px 1px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 1px 4px 5px #000;
					-moz-box-shadow: 1px 4px 5px #000;
					-webkit-box-shadow: 1px 1px 5px #000;
					font-size:0px; 
					
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 

