* {
 	padding: 0;
	margin: 0;
}

/* Generic Styling */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #ffffff url(../images/bg.gif) top left repeat-x;
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-size: 76%;
}

	body * {
		text-align: left;
	}

img {
	border: none;
}

fieldset {
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
}

	a:visited, a:active {
		color: #000000;
	}
	
	a:hover {
		color: #DB2227;
	}

p {
	line-height: 1.1em;
	font-size: 0.95em;
}

div.main p {
	padding: 5px 10px;
	color: #FFFFFF;
}
	
div.innerMain p {
	padding: 5px 10px;
	color: #FFFFFF;
}
	
.supplementary p {
	color: #555555;
	padding: 0 10px 10px 10px;
}

p span {
	font-weight: bold;
	color: #FF0000;
}

h1 {
	padding: 10px;
	color: #CCCCCC;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
}

h2 {
	padding: 5px 0 0 10px;
	color: #121212;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
	color: #000000;
}

.supplementary h2 {
	padding: 10px;
	color: #595959;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
}
	
.supplementary h3 {
	padding: 0 10px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

#left h2 {
	background-color: #505050;
	padding: 4px 0 4px 10px;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#login h2 {
	background-color: #505050;
	padding: 4px 0 8px 10px;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
}

#footer h3 { 
	color: #505050;
	padding: 15px 0 0 15px;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
	

h1 span, h2 span, h3 span {
	font-weight: bold;
}

/* Inline Styles */

.clearer {
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

.accessibility {
	position: absolute;
	left: -10000px;
}

.howItWorks {
	float: right;
	margin: 0 10px;
	border: 3px solid #cccccc;
	display: inline;
}

.howItWorks img {
	display: block;
}

/* Page Structures */

#wrapper {
	width: 954px;
	margin: 0 auto;
	padding: 4px;
	position: relative;
	background: #ffffff;
	border: 1px solid #D2D2D2;
}

#header {
	width: 964px;
	margin: 0 auto;
	height: 130px;
	background: url(../images/logo.gif) 0 10px no-repeat;
	position: relative;
}


#left {
	width: 212px;
	float: left;
	background: #ffffff;
}

#right {
	width: 742px;
	float: right;
}

#home {
	width: 734px;
	border: 4px solid #666666;
	background: #666666 url(../images/home-bg.gif) top left repeat-y;
}

#home .main {
	width: 436px;
	margin-right: 4px;
	float: left;
	padding-bottom:1 0px;
}

#home .innerMain {
	padding-bottom: 10px;
	background: #555555;
}

#home .supplementary {
	width: 294px;
	float: left;
	padding-bottom: 10px;

}


#home .innerMain ul, #home .main ul {
	margin: 10px 0 10px 30px;
	color: #B6B6B6;
	line-height: 1.1em;
	font-size: 0.95em;
	font-weight: bold;
}

#home .innerMain ul li, #home .main ul li {
	padding: 0 0 3px 0;
}

#home .innerMain ul.numbered, #home .main ul.numbered {
	list-style: decimal;
}
	
#home .innerMain ul.floated, #home .main ul.floated {
	list-style: none;
	color: #FFFFFF;
	width: 310px;
	font-weight: normal;
	float: left;
	margin: 0 20px 0 10px;
}

#home .main ul.downloadBox{
	
	text-align:center;
	margin: 0;
	
}

.downloadBox li{
	
	display: inline;
	margin: 10px;

}

/* for checkboxes */
label.option input {
	border: none !important;
}

#promo {
	width: 742px;
	margin-bottom: 4px;
	position: relative;
}

	#promo .main {
		width: 540px;
		height: 249px;
		margin-right: 4px;
		float: left;
		background: #666666;
	}
	
	#promo .supplementary {
		width: 198px;
		height: 249px;
		float: left;
		position: relative;
	}

#footer {
	width: 964px;
	margin: 0 auto;
}

	#footer #details {
		width: 620px;
		margin: 10px 0 0 0;
		height: 110px;
		background: #ffffff url(../images/small_logo.gif) top right no-repeat;
		border-left: 1px solid #D2D2D2;
		border-right: 1px solid #D2D2D2;
		border-top: 1px solid #D2D2D2;
		border-bottom: 5px solid #DC2227;
		float: left;
	}
		
		#footer #details address {
			float: left;
			margin-left: 15px;
			font-size: 0.9em;
			font-style: normal;
		}
			
			#footer #details address span {
				display: block;
			}

	#footer #accreditors {
		width: 335px;
		margin: 10px 5px 0 0;
		height: 110px;
		background: #ffffff;
		border-left: 1px solid #D2D2D2;
		border-right: 1px solid #D2D2D2;
		border-top: 1px solid #D2D2D2;
		border-bottom: 5px solid #DC2227;
		float: left;
		overflow: hidden;
	}
	
		#footer #accreditors ul {
			float: none;
			list-style: none;
			margin: 0;
			padding: 0 0 0 15px;
			width: 500px;
			overflow: visible;
		}
			
			#footer #accreditors ul li {
				display: block;
				float: left;
			}
			
			#footer #accreditors ul li {
				display: block;
				margin: auto;
				margin: 10px 9px 50px 0;
			}

/* Left Navigation */

ul#leftNavigation {
	list-style: none;
	font-size: 0.95em;
}

	ul#leftNavigation li {
		overflow: hidden;
	}
	
		ul#leftNavigation li a {
			display: block;
			color: #727272;
			font-weight: bold;
			border-left: 4px solid #DB2227;
			margin: 5px 0;
			padding: 0 0 0 5px;
		}
		
		ul#leftNavigation li.first a {
			margin-top: 0;
		}
		
		ul#leftNavigation li.selected a {
			border: none;
			background-color: #4D4F47;
			color: #ffffff;
			font-size:1.3em;
			padding: 5px;
		}
		
		ul#leftNavigation li a span {
			font-weight: normal;
		}
		
		ul#leftNavigation li a:hover {
			color: #DB2227;
		}
		
		ul#leftNavigation li ul {
			list-style: none;
			border-left: 4px solid #d5d5d5;
		}
		
			ul#leftNavigation li ul li {
				padding-left: 5px;
			}
			
			ul#leftNavigation li ul li a {
				color: #DB2227;
				padding: 0;
				margin: 0;
				border: none;
			}
			
			ul#leftNavigation li.selected a:hover {
				color: #ffffff;
			}
			
			ul#leftNavigation li.selected ul li a {
				background-color: #ffffff;
				color: #DB2227;
				font-size: 0.95em;
				padding: 1px 0;
			}
			
			ul#leftNavigation li.selected ul li a:hover {
				color: #4D4F47;
			}
			
			ul#leftNavigation li.selected ul li a.subselected {
				color: #999999;
			}

#topnav {
	width: auto;
	position: absolute;
	right: 5px;
	bottom: 0;
	list-style: none;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
	
	#topnav li {
		background: url('/images/nav_bg.gif') no-repeat 100% 0;
		float: left;
		height: 24px;
		line-height: 26px;
		padding: 0 5px;
	}
	
		#topnav li.last {
			background: url('/images/nav_bg.gif') no-repeat 0 0;
		}
		
			#topnav li a {
				font-weight: bold;
				color: #727272;
				padding: 2px 10px 10px 10px;
			}
			
				#topnav li a:hover {
					color: #DB2227;
				}
				
				#topnav li a.selected {
					background-color: #4D4F47;
					color: #ffffff;
				}

/* Newsletter */

#left img {
	position: relative;
	top: -15px;
	left: 15px;
}

#newsletterForm {
	background-color: #EBEBEB;
	width: 212px;
}
	
	#newsletterForm form {
		margin: 0 4px;
		padding: 10px 10px 20px 10px;
		border-left: 4px solid #ffffff;
	}
	
		
	#newsletterForm legend span {
		font-weight: bold;
		color: #555555;
		margin: 0 0 10px 0;
		display: block;
		width: 180px;
		position: relative;
	}
	
	#newsletterForm label {
		margin: 5px 0;
		overflow: hidden;
		display: block;
		clear: both;
	}
	
		#newsletterForm label input {
			width: 130px;
			height: 15px;
			background-color: #FFFFFF;
			border: 1px solid #999999;
			float: right;
		}
		
		#newsletterForm label span {
			float: left;
			color: #DC2227;
			font-weight: bold;
		
		}	
			
	#newsletterForm input.submit {
		border: none;
		float: right;
		margin: 5px 0 0 0;
	}
	
	#newsletterForm .errors {
		list-style: none;
		font-weight: bold;
		margin: 1em 0;
	}
	
	#newsletterForm p {
		margin: 1em 0;
	}

#login {
	width: 300px;
	height: 60px;
	background-color: #505050;
	position: absolute;
	right: 5px;
	top: 0px;
}

#login form {
	padding: 0 0 0 10px;
}

#login input {
	width: 113px;
	height: 16px;
	border: 1px solid #CCCCCC;
}

#login input.loginButton {
	border: 0px;
	width: 44px;
	height: 18px;
}

#login ul {
	list-style: none;
}

#login ul li {
	float: left;
	margin: 0 3px 0 0;
}

.supplementary ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
	list-style-image: url(../images/bullet.gif);
}
	
.supplementary ul li {
	padding: 1px 0;
}

.supplementary ul a, .supplementary h3 a {
	color: #FFFFFF;
	font-weight: bold;
}

.webdesign {
	position: absolute;
	top: 180px; right: -20px;
	width: 90px;
	height: 89px;
	display: block;
	z-index: 20;
}

.newsButtons {
	padding: 5px 35px;
	background-color :#A4191D;
	margin: 0;
	height: 18px;
}

#footer p {
	color: #FF0000;
	font-size: 0.9em;
	margin: 0 0 0 15px;
}

#footer ul {
	list-style: none;
	float: left;
	margin: 0 30px 0 15px;
	font-size: 0.9em;
}

#footer ul span {
	color: #FF0000;
}

#footer ul a:hover {
	color: #FF0000;
	font-weight: normal;
}

#footer ul.footerLinks {
	float: right;
	margin: 0;
	padding: 0;
	color: #A0A0A0;
}

#footer ul.footerLinks li {	
	float: left;
}

#footer ul.footerLinks li a {
	color: #A0A0A0;
	margin: 0 10px;
}

#footer ul.footerLinks li:last-child a {
	margin-right: 0;
}

#footer ul.footerLinks li a:hover {
	color: #FF0000;
}

div.submit {
	width: 565px;
	text-align: right;
	clear: both;
}


div.sitemap {
	float: left;
	margin: 0 50px 0 0;
}
	
	div.sitemap ul {
		list-style: none;
		color: #FFFFFF;
	}
		
	div.sitemap a {
		color: #FFFFFF;
	}
		
	div.sitemap a:hover {
		color: #DB2227;
	}

dl.newsList {
	width: 310px;
	float: left;
	margin: 0 20px 0 10px;
}
	
	dl.newsList dd  p {
		padding: 5px 0;
	}

	span.date {
		display: block;
		color: #ffffff;
		width: 40px;
		text-align: center;
		background: #dc2227;
		font-weight: bold;
		text-transform: uppercase;
		float: left;
		padding: 10px 0 5px 0;
		line-height: 10px;
	}
	
	span.date .day {
		font-size: 1.8em;
	}
	
	span.date .month {
		font-size: 0.85em;
	}
	
	dl.newsList .title {
		color: #ffffff;
	}
	
	dl.newsList dt a {
		 margin-left: 10px;
		 font-weight: bold;
		 font-size: 1.4em;
		 float:left;
		 width:260px;
	}
	
	dl.newsList dd {
		margin-left: 50px;
		margin-bottom: 1em;
	}
	
		a.viewMore {
			color: #242424;
		}
		
		a.viewMore:hover {
			text-decoration: underline; 
		}
		
		dl.newsList dd .summary {
			font-size: 0.8em;
			font-weight: bold;
		}
		
			dl.newsList dd .summary a span {
				color: #606060;
			}

#home fieldset {
	margin: 1em 10px;
	color: #ffffff;
}

	#home fieldset legend {
		font-size: 1.2em;
		font-weight: bold;
		color: #ffffff;
	}

	#home fieldset label {
		display: block;
		overflow: hidden;
		margin: 0.5em 0;
		padding: 6px;
		clear: both;
	}
	
		#home fieldset label span {
			float: left;
			width: 250px;
			position: relative;
			margin-top: 0.1em;
		}
	
			#home fieldset label span em {
				position: absolute;
				right: 5px;
				top: 0;
			}
			
	#home fieldset input, #home fieldset select, #home fieldset textarea {
		float: left;
		width: 300px;
		border: 1px solid #cccccc;
	}
	
		#home fieldset label.option, #home fieldset label.option input {
			float: none;
			width: auto;
		}
	
	#home fieldset textarea {
		height: 10em;
	}

#home #errors, #home fieldset .error span {
	color: #ff0000;
}

/* news article */

div.newsArticle h2 {
	font-weight: bold;
	color: #ffffff;
	display: inline;
	margin-left: 10px;
	padding: 0;
}

div.newsArticle div#content {
	margin: 0 10px;
}

div.newsArticle div.content_floated {
	width: 520px;
	float: left;
}

div.newsArticle div#content p {
	margin: 1em 0 0 50px;
	padding: 0;
}

div.newsArticle ul.images {
	float: right;
	list-style: none;
	margin: 30px 10px 0 0 !important;
}

div.newsArticle ul.images li img {
	border: 4px solid #fff;
}

#home .innerMain ul.partners {
	margin:0 0 20px 20px;
	list-style:none;
	padding:0;
	clear:both;
	float:left;
}
	
#home .innerMain ul.partners li {
	float:left;
	margin:0 30px 0 0;
}

/* Contact form */

form#contact fieldset {
	float: left;
	width: 340px;
}

form#contact div.submit {
	width: 680px;
}

form#contact fieldset label span {
	width: 300px;
}

form#contact fieldset label span em {
	right: 0;
}

/* licence agreement */
div#agreement {
	height: 300px;
	overflow: auto;
	background-color: #ebebeb;
	margin: 10px 50px 0 50px;
	border: 4px solid #4D4F47;
	padding: 5px;
}

div#agreement p {
	color: #000000;
}

div#agreement ol {
	margin-left: 50px;
	list-style: none;
}

div.submit.agreement {
	float: right;
	margin-right: 50px;
	width: auto;
}

div.submit.agreement input {
	width: auto !important;
	border: none !important;
	margin-left: 10px;
	text-align: center;
}

form#software_dl {
	padding: 10px;
	width: 230px;
}

form#software_dl label {
	display: block;
	margin-bottom: 5px;
}

form#software_dl label span {
	font-weight: bold;
	display: block;
	float: left;
	color: #cccccc;
	margin-right: 10px;
	width: 200px;
}

form#software_dl div.submit {
	width: auto;
}
