@charset "UTF-8";
/* CSS Document */

/* COLORS:*/
dark blue #\034ea2
light blue #\3ff
light green #cf3

/**** CLEAR FLOATS using generated content ***/

/* for browsers that support :after */
#nav1 ul:after,
#nav2:after,  
#nav2inner:after,  
#main:after, 
#footer:after
	{  
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* targets IE5 & 6 only */
* html #nav1 ul,
* html #nav2inner, 
* html #nav2,  
* html #main, 
* html #footer
	{ height:1%; } /* clears contained floats */

/* targets IE7 */ 
*:first-child+html #nav1 ul,
*:first-child+html #nav2, 
*:first-child+html #nav2inner, 
*:first-child+html #main,
*:first-child+html #footer 
	{ min-height:1px; } /* clears contained floats */


/**** END CLEAR FLOATS *****/

body {
	margin:0; padding:0;
	background: url(../img/bg.gif) top repeat-x;
	font: normal 66%/1.4em  Tahoma, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	}
	
	
/* // TEXT STYLES // */

h1 {
	/*margin:10px 0 20px; padding:0;*/
	color:#034ea2;
	font-size:1.8em;
	font-weight: normal;
}
	
	#nav2 h1 {
		margin:10px 0 10px 100px;
		color:#fff;
		line-height:1.2em;
		}
	
	#nav2 h1.first {
		margin-left:80px;
		}
	
h2 {
	margin:0 0 0.7em 0; padding:0;
	color:#034ea2;
	font-size:1.4em;
	line-height:1.2em;
	font-weight: normal;
	}
	
	h2#bookonline {
	font-size:1.2em;
	font-weight: normal;
	}
	
h3 {
	margin:0 0 0.6em 0; padding:0;
	color:#666;
	font-size:1.3em;
	line-height:1.2em;
	}
	
h4 {
	margin:0 0 0.6em 0; padding:0;
	color:#044EA3;
	font-size:1em;
	line-height:1.4em;
	}
	
h5 {
	margin:0 0 0.6em 0; padding:0;
	color:#666666;
	font-size:0.9em;
	line-height:1.4em;
	}
	
p {
	margin:0 0 10px 0; padding:0;
	font-size:1.2em;
	line-height:1.3em;
	}	

a {
	border:0;
	font-weight:normal;
	text-decoration:none;
	color:#034ea2;
}

#main a{
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	}
	
a.disguised {
	color:#666;
	text-decoration:none;
	cursor:text;
	}
	
a.plain {
	text-decoration:none;
	color:#666;	
	}
	

.blue {
	color:#034ea2;
	}
	
.bluearrow {
	color:#3ff;
	}
	
.float-left{
	float:left;
}

.clear-both{
	clear:both;
}

/* CONTAINER DIVS  */

#wrapper {
	text-align:center;
	margin:0; padding:0;
	width:100%;
	text-align:left;
}

#content {
	margin:0 auto; padding:0;
	width:900px;
	background:transparent;
	position:relative;
	display:block
}

#header {
	margin:0; padding:0;
	background: #fff url('../img/header-right-curve.gif') top right no-repeat;
}
	
	#header img {
		display:inline;
		float:left;
		border:0;
	}
	
.install-holder{
	position:absolute;
	top:111px;
	left:618px;
}
	
.dom-install{
	float:left;
	text-indent:-999em;
}
	
.dom-install a{
	display:block;
	background:url('../img/lower-header-dom.jpg') no-repeat;
	width:84px;
	height:106px;
}

.dom-install a:hover{
	background:url('../img/lower-header-dom-hover.jpg') no-repeat;	
}

.com-install{
	float:left;
}

.com-install a{
	display:block;
	text-indent:-999em;
	width:87px;
	height:106px;
	background:url('../img/lower-header-com.jpg') no-repeat;
}

.com-install a:hover{
	background:url('../img/lower-header-com-hover.jpg') no-repeat;
}

.cus-install{
	float:left;
}

.cus-install a{
	display:block;
	text-indent:-999em;
	width:93px;
	height:106px;
	background:url('../img/lower-header-cus.jpg') no-repeat;
}

.cus-install a:hover{
	background:url('../img/lower-header-cus-hover.jpg') no-repeat;	
}
	
#nav{
	color:#ccff33;
	width:900px;
	height:39px;
	border-bottom:1px solid #ccff66;
	padding:0;
	margin:0;
	clear:both;
	background: #034EA2 url('../img/nav-bg.jpg') top left repeat-x;
}

#nav ul {
	margin:0; padding:12px 10px 8px 10px;
	list-style:none;
	width:695px;	
	height:20px;
	float:left;
}

#nav .nav_text {
	margin:0; padding:0 5px 2px 5px;
	display:inline;
	float:left;
	font-size:1.8em;
	line-height:0.9em;
}

#nav .lower_nav_text {
	margin:0; padding:0 0 2px 0;
	display:inline;
	float:left;
	font-size:1.6em;
	line-height:1em;
}

#nav a {
	text-decoration:none;
	color:#33ffff;
	display: block;
	/*width: 10em;*/
}

#nav a:hover{
	color:#ccff33;
}

#nav li {
	float: left;
	padding-bottom:7px;
	/*width: 10em;*/
}

#nav li ul {
	/*margin-top:26px;*/
	color:#034ea2;
	padding:0;
	position:absolute;
	z-index:100;
	/*width: 10em;*/
	left: -999em;
	clear:both;
	/*list-style:none;*/
	top:278px;
	background:none;
	width:auto;
	height:28px;
}

#nav li ul a{
	color:#333333;
}

#nav li ul a:hover{
	color:#034ea2;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav .search-area{
	float:right;
	width:175px;
	height:39px;
	display:inline;
	margin:0;
	padding:0;
}

#nav .search-area form{
	display:inline;
	margin:0;
	padding:0;
}

.search-area input{
	display:inline;
}

.search-area #search{
	vertical-align:bottom;
	color:#ffffff;
	font-weight:bold;
}
.search-area #search-submit{
	float:left;
}

#search-bar{
	display:inline;
	vertical-align:top;
	width:125px;
	margin:8px 0 0 0;
	padding:2px 5px 2px 5px;
	color:#ffffff;
	border:1px solid #cccccc;
	background:#034ea2;
}

#nav .lowernav-left{
	padding:0;
	margin:0;
	width:8px;
	height:28px;
	background:url('../img/lowernav-left.gif');	
}

#nav .lowernav-right{
	padding:0;
	margin:0;
	width:8px;
	height:28px;
	background:url('../img/lowernav-right.gif');	
}

#nav .lowernav-middle{
	height:22px;
	padding:6px 5px 0 5px;
	margin:0;
	background:#ccff66;
}

#nav .show-lower{
	position:absolute;
	z-index:0;
	left: auto;
	background:none;
}

#nav .show-lower li{
	background:none;
}

#nav2 {
	margin:0; padding:0;
	background: #002561 url(../img/nav2-bg.gif) 0 -15px no-repeat;
	color:#fff;
	text-align:left;
	clear:both;
	}
	

	#nav2inner {
		margin:0; padding:20px 0 20px 0;
		background: url(../img/nav2-curves.gif) left bottom no-repeat;
		height:180px;
		}
		
	#nav2inner a{
		color:#ffffff;
		
		}	
	
	#nav2col1, #nav2col2, #nav2col3 {
		margin:0 20px; padding:20px;
		width:220px; /*fixes Mac stretch bug for floats*/
		float:left;
		display:inline; /*fixes IE/WIN double margin bug for floats*/
		}
		
	 #nav2col3 h1 a{
		color:#ffffff;
	}
	
	#nav2col1 p, #nav2col2 p, #nav2col3 p{
		line-height:1.2em;
	}
		
#lowernav{
	background:url('../img/lowernav-bg-blue.jpg') no-repeat;
	width:900px;
	height:28px;
}

#lowernav ul{
	margin:0; padding:0;
	list-style-type:none;
	padding:7px 0 0 25px;
}

#lowernav ul li{
	margin:0 25px 0 0; padding:0;
	float:left;
	font-size:1.7em;
	line-height:1.2em;
}
	
/* // BEGIN MAIN // */
#main {
	margin:25px 0; padding:0;
	}
	
#main ul li{
	margin-bottom:10px;
}
		
#col1 {
	margin:0 15px 0 20px; padding:0;
	width:280px; /*fixes Mac stretch bug for floats*/
	float:left;
	display:inline; /*fixes IE/WIN double margin bug for floats*/
}

#col2 {
	margin:0 15px 0 15px; padding:0;
	width:260px; /*fixes Mac stretch bug for floats*/
	float:left;
	display:inline; /*fixes IE/WIN double margin bug for floats*/
}

#col3 {
	margin:0 20px 0 15px; padding:0;
	width:260px; /*fixes Mac stretch bug for floats*/
	float:left;
	display:inline; /*fixes IE/WIN double margin bug for floats*/
}
	
#col1 h1{
	line-height:1em;
	margin:5px 0 10px 0;
}

#col1wide {
	margin:0 15px 0 20px; padding:0;
	width:570px; /*fixes Mac stretch bug for floats*/
	float:left;
	display:inline; /*fixes IE/WIN double margin bug for floats*/
	}
	
#col1wide h1{
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:0;
}

#col1wide h2{
	line-height:1.2em;
	margin:15px 0 10px 0;
	padding:0;
}

#col1wide h3{
	font-size:1.3em;
	font-weight:bold;
	color:#666666;
}

#page-description{
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
}

#page-description h3{
	font-weight:bold;
	color:#666666;
	margin:0 0 10px 0; padding:0;
	color:#666666;
	line-height:1.2em;
}

#page-description ul, #page-description ol{
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	
}

#page-description ul{
	padding-left:15px;
}

#page-description ol{
	padding-left:30px;
}

#page-description ul li, #page-description ol li{
	margin-bottom:5px;
}

#page-content ul, #page-content ol{
	font-size:1.2em;
	color:#666666;
	padding-left:15px;
}

#page-content table{
	font-size:1.2em;
	color:#666666;
	margin-left:0;
}

#page-content ul li, #page-content ol li{
	margin-bottom:10px;
}

#page-content h3{
	margin-top:15px;
}

#plasma{
	width:260px;
	min-height:112px;
	padding:10px;
	background:url('../img/home-plasma.jpg') no-repeat #011864;
}

#plasma-text{
	width:130px;
}

#plasma-text h1{
	padding:0; margin:0;
	color:#33ffff;
	line-height:1em;
	font-size:1.8em;
}

#plasma-text p{
	padding:0; margin:10px 0;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}

#plasma-text a{
	color:#33ffff;
	text-decoration:none;
}

#plasma-text a:hover{
	text-decoration:underline;
}
	
#quotebox {
	margin:0; padding:0 0 20px 0;
	background: #39f url(../img/quote-bg1-bot.gif) no-repeat bottom right;
	}	
	
#quote {
	padding:20px 20px 0 20px;
	color:#fff;
	background: transparent  url(../img/quote-bg1-top.gif) no-repeat top left;
	width:220px;
	}
	
#quotebox h3{
	color:#ffffff;
	font-size:1.5em;
	margin-bottom:0;
	line-height:1.2em;
	text-align:left;
}

#quotebox h4{
	color:#ffffff;
	text-transform:uppercase;
	padding:0;
	margin:10px 0 0 20px;
	font-size:1em;
	line-height:1.2em;
	text-align:left;
}
	
	
/* // END MAIN // */

/* // BEGIN FOOTER // */

#footerlogos img {
	margin:0 20px 10px; padding:0; border:0;
	vertical-align:middle;
	}

#footer {
	margin:10px 0; padding:10px 0; border-top:#3ff 2px solid;
	font-size:1em;
	}

	#footerleft {
		margin:0; padding:0;
		float:left;
		}
		
		#footerleft ul {
			margin:0 20px; padding:0;
			width:260px;
			float:left;
			display:inline; /*fixes IE/WIN double margin bug for floats*/
			}
			
			#footerleft li {
				margin:0; padding-right:10px;
				display:inline;
				}
		
		#footerleft p {
			margin:0 20px; padding:0;
			width:260px;
			font-size:1em;
			float:left;
			display:inline; /*fixes IE/WIN double margin bug for floats*/
			}
		
	#footerright {
		margin:0 20px; padding:0;
		float:right;
		font-size:1em;
		display:inline; /*fixes IE/WIN double margin bug for floats*/
		}
		
		#footerright a {
			padding-left:30px;
			background: url(../img/scorecomms.jpg) left center no-repeat;
			}

/* // END FOOTER // */

dl {
	margin:0 0 25px; padding:0;
	border-bottom: solid 2px #3ff;
	line-height:1.4em;
	}
	
	dl #dl-style1 {
		clear:both;
	}	
	
	#dl-style2 {
		background:url('../img/special_bg.jpg') no-repeat center left;
	}
	
dt {
	margin:0; padding:10px;
	font-size:1.8em;
	}
		
	#dl-style1 dt {
		color:#cf3;
		/*background: #002561 url(../img/h1-bg1.gif) left top repeat-x;*/
		}
	
	#dl-style2 dt {
		color:#3ff;
		/*background: #034ea2 url(../img/h1-bg2.gif) left top repeat-x;*/
		}
		
	#so-background{
		background: #002561 url('../img/h2-bg1.gif') left top repeat-x;
		padding:5px 0 5px 15px;
		line-height:normal;
	}
	
	.so-breaker{
		border-bottom: solid 2px #ccff33;
		clear:both;
	}
	
	.breaker{
		clear:both;
	}
	
	#bon-background{
		background: #002561 url('../img/h2-bg2.gif') left top repeat-x;
		padding:5px 0 5px 15px;
		line-height:normal;
	}
	
	 #dl-style1 h1 {
		color:#cf3;
		/*background: #002561 url(../img/h1-bg1.gif) left top repeat-x;*/
		line-height:1em;
		margin:0;
		padding:0;
		}
	
	#dl-style2 h1 {
		color:#33ffff;
		margin:0;
		padding:0;
		/*background: #034ea2 url(../img/h1-bg2.gif) left top repeat-x;*/
		line-height:1em;
		/*padding:5px 0 5px 15px;*/
		}
		
	#dl-style2 h1 a{
		color:#33ffff;
	}
	
	#dl-style2 h1 a:hover{
		text-decoration:underline;
	}

dd {
	color:#666;
	margin:0; padding:10px 10px 0 10px;
	font-size:1em;
	line-height:1.2em;
	}
	
dd p{
	margin:0; padding:0 0 10px 0;
}

	#dl-style1 dd {
		background:url('../img/special_bg.jpg') no-repeat center left;
		clear:both;
	}
		
	#dl-style1 dd img{
		float:right;
		width:100px;
		height:100px;
		clear:both;
	}

	#dl-style2 dd {
		margin:0; padding:10px 10px 50px;
		background: transparent url('../img/book_girl.gif') right bottom no-repeat;
		min-height:100px;
	}
		
	#dl-style2 dt a {
		color:#3ff;
		}
		
	#dl-style2 dd h2{
		font-size:1.3em;
		font-weight:bold;
		line-height:1.5em;
	}
		
	#dl-style2 dd h2 a:hover{
		text-decoration:none;	
	}
	
/* ENQUIRY FORM */

#recaptcha_image{
	margin-left:2px;
}

.recaptcha-reload{
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}

.recaptcha-image{
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}

.recaptcha-audio{
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}

.recaptcha-help{
	text-indent:-9999px;
	float:left;
}

.recaptcha-reload a{
	display:block;
	width:27px;
	height:22px;
	background:url('../img/recaptcha_reload.gif') no-repeat;
}

.recaptcha-image a{
	display:block;
	width:27px;
	height:22px;
	background:url('../img/recaptcha_text.gif') no-repeat;
}

.recaptcha-audio a{
	display:block;
	width:27px;
	height:22px;
	background:url('../img/recaptcha_audio.gif') no-repeat;
}

.recaptcha-help a{
	display:block;
	width:27px;
	height:22px;
	background:url('../img/recaptcha_help.gif') no-repeat;
}

.recaptcha-reload a:hover{
	background:url('../img/recaptcha_reload_hover.gif') no-repeat;
}

.recaptcha-image a:hover{
	background:url('../img/recaptcha_text_hover.gif') no-repeat;
}

.recaptcha-audio a:hover{
	background:url('../img/recaptcha_audio_hover.gif') no-repeat;
}

.recaptcha-help a:hover{
	background:url('../img/recaptcha_help_hover.gif') no-repeat;
}

.recaptcha-link{
	color:#000000;
	font-size:10px;
	text-align:right;
	height:12px;
	padding-top:10px;
}

.recaptcha-info{
	display:block;
	font-weight:normal !important;
	font-size:0.9em;
}

.recapture-instructions{
	margin-top:5px;
}

.recaptcha-label{
	display:inline-block;
	padding-top:2px;
	margin-right:10px;
	width:120px;
	font-size:1.3em;
	text-align:right;
	vertical-align:top;
}

.recaptcha-frame{
	float:left;
	border:1px solid #7F9DB9;
	width:302px;
	display:inline-block;
	margin:0;
	padding:5px 0 5px 0;
	background:#ffffff;
}

.recaptcha-field{
	width:290px;
	margin-top:5px;
}

.recaptcha-pad{
	padding:5px 5px 0 5px;	
}

.recaptcha-noscript-holder{
	margin-left:130px;
	padding-top:10px;
	clear:both;
}

#human-explain{
	margin:0 0 10px 130px;
	width:300px;
}

.enquiry-box{
	border:1px solid #33ffff;
	padding:10px;
}

.enquiry-input{
	width:300px;
	margin:0;
}

.enquiry-label{
	display:inline-block;
	margin-right:10px;
	padding-top:2px;
	width:120px;
	font-size:1.3em;
	text-align:right;
	vertical-align:top;
}

.enquiry-buttons{
	width:435px;
	text-align:right;
}

.enquiry-holder{
	padding:0;
	margin:10px 1px 10px 1px;
	border:none;
	background:none;
}

.enquiry-error{
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
	border:1px solid #cc0000;
	background:#ffdddd;
	color:#cc0000;
}

.error{
	font-size:1.2em;
}

.red{
	vertical-align:top;
	padding-left:5px;
	color:#ff0000;
	font-size:1em;
}

/* CONTACT */

.contact-address{
	float:left;
	width:212px;
	padding-right:10px;	
}

.contact-map{
	border:2px solid #33ffff;
	padding:2px;
}
/* SITEMAP */

#sitemap ul{
	list-style:disc;
	clear:both;
	color:#034EA2;
}

#sitemap ul li{
	font-size:1.2em;
	margin-bottom:20px;
}

#sitemap ul li ul{
	list-style:disc;
	clear:both;
}

#sitemap ul li ul li{
	font-size:1em;
	padding-top:5px;
	padding-bottom:0;
	margin:0;
}


#sitemap .lowernav-left{
	display:none;
}

#sitemap .lowernav-right{
	display:none;	
}

#sitemap .search-area{
	display:none;	
}

/*#sitemap ul{
	margin:0; padding:8px 10px;
	list-style:none;
	width:880px;	
	height:1.7em;
	clear:both;
}

#sitemap .nav_text, #sitemap .lower_nav_text {
		margin:0; padding:0 0 2px 10px;
		display:inline;
		font-size:1.7em;
		line-height:1.2em;
}*/