/* 
	Ionit
	Master Screen CSS
	
	Alison Endacott
	July 2007
 */
 
 * {
 	margin: 0;
	padding: 0;
 }
 
 img {
 	border: 0;
 }
 
 body {
 	font-family: "Verdana",Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #3e3e3e;
	background: #000000 /*url(/images/web/bg-gradient.jpg) repeat-x top*/;
	}
 	body.intro {
		background: #fff;
	}
 a {
 	color: #0b51a2;
	font-weight: bold;
	text-decoration: none;
 }
 	a:hover {
		text-decoration: underline;
	}
	
	a:visited {
		color: #4872a2;
	}
 
 #container {
 	width: 994px;
	margin: 0 auto;
 }
 
 #flashIntro {
 	width: 700px;
	height: 300px;
	margin: 0 auto;
	*margin-top: 
 }
 	#flashIntro a {
		display: block;
		width: 700px;
		height: 300px;
		text-indent: -9999px;
		overflow: hidden;
		background: #fff url(/images/web/intro-bg.gif) no-repeat 50% 50%;
	}
 
/* ------------------------ 
		HEADER/NAV
------------------------ */
p#skiplink {
	position: absolute;
	left: -9999px;
}

 	#header {
		border-top: 4px solid #4d4f4f;
		border-right: 1px solid #a3a3a3;
		border-left: 1px solid #a3a3a3;
		background: #fff url(/images/web/bg-header.gif) no-repeat 174px 50px;
	}
		h1 {
			margin: 20px 0 0 30px;
			*margin-top: 20px;
			padding-bottom: 8px;
		}
			h1 span {
				text-indent: -9999px;
			}
	
	#flashHead {
		width: 994px;
		height: 90px;
	}
	
	ul#topNav {
		width: 206px;
		height: 25px;
		display: block;
		padding-left: 786px;
		border-bottom: 1px solid #c2c2c2;
		/*background: #f3f3f3 url(/images/web/bg-topnav.gif) repeat-x top; */
	}
	
		ul#topNav li {
			display: block;
			width: 58px;
			padding-top: 10px;
			float: left;
			_display: inline;
			text-indent: -9999px;
		}
			/*ul#topNav li a {
				display: block;
				width: 58px;
				height: 10px;
				text-indent: -9999px;
				overflow: hidden;
				}
				
				ul#topNav li#home a {
					background: url(/images/web/home.gif) no-repeat; 
				}
				
				ul#topNav li#faq a {
					background: url(/images/web/faq.gif) no-repeat; 
				}
				
				ul#topNav li#contact a {
					background: url(/images/web/contact.gif) no-repeat; 
				}
				
				ul#topNav li#contact a:hover,
				ul#topNav li#faq a:hover,
				ul#topNav li#home a:hover {
					background-position: 0 -11px;
				}*/
	
	ul#navigation {
		clear: both;
	}
	
		ul#navigation li {
			display: block;
			float: left;
			_display: inline;
			width: 124px;
			height: 35px;
		}
		
			ul#navigation li a {
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				text-align: center;
				font-weight: normal;
				font-family: Arial, Helvetica, sans-serif;
				display: block;
				font-size: 95%;
				letter-spacing: .05em;
				width: 124px;
				height: 35px;
				padding-top: 15px;
				background:url(/images/web/bg-nav.gif) no-repeat; 
			}
			
				ul#navigation li#navMy a {
					text-transform: none;
					
				}
				ul#navigation li a:hover {
					background-position: -125px 0;
					}
					
						
	/* drop down menu */
	/* single drop down styles */		
				#navigation ul { /* all lists */
					list-style: none;
					z-index: 9999;
					background: #fff;
					border: 1px solid #ccc;
					border-top: 0;
					padding: .5em 0;
					margin-top: -20px;
				}

					#navigation ul li {
						float: none;
						display: block;
						text-indent: 0;
					
						height: auto;
						padding: 0;
						line-height: 1.1;
						padding: 0 10px;
						width: auto;
						background: transparent !important;
					}
						#navigation ul li a {
							padding: .5em 10px;
							color: #000;
							display: block;
							border-top: 1px solid #fff;
							border-bottom: 1px solid #fff;
							background: #fff;
							height: auto;
							text-align: left;
							text-transform: none;
							font-size: 11px;
							display: block;
							letter-spacing: 0;
							float: none;
						}
						
							#navigation ul li a:hover {
								color:#0B51A2;
								text-decoration: none;
								border-top: 1px solid #ccc;
								border-bottom: 1px solid #ccc;
								background: #F0F4F7;
								/*background: #3f4b54 url(/images/web/star-bullet.gif) no-repeat 5px 51%; */
							}
								
						#navigation li ul { /* second-level lists */
							position: absolute;
							left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
							
						}
						
						#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
							left: auto;
						}			
						
						/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
							#navigation li.hover,
							#navigation li:hover,
							#navigation a:hover {
								*position: static;		
						}
						
					

				
/* ------------------------ 
		CONTENT Home
------------------------ */

#content {
	clear: both;
	padding: 10px;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	background: #fff url(/images/web/bg-content.gif) no-repeat bottom left; 
	_margin-top: -16px;
	min-height: 200px;
	_height: 200px;
}

	#colOne, #colTwo {
		float: left;
		_display: inline;
	}
	
		#colOne {
			/*width: 213px;*/
			width: 296px;
			margin: 0 0px;
			overflow: hidden;
			}
			
		#colTwo {
			width: 439px;
			}
			
			div.frame {
				background: url(/images/web/frame-bg.gif) no-repeat bottom; 
				margin-bottom: 10px;
			}
			
				.frame div.frame-inner {
					/*width: 183px;*/
					width: 266px;
					padding: 15px;
					display: block;
					background: url(/images/web/frame-top.gif) no-repeat top; 
				}
				
				.frame h2 {
					font-size: 125%;
					font-family: Arial, Helvetica, sans-serif;
					display: block;
					padding: .5em 0;
					margin-bottom: 1em;
					background: url(/images/web/dot-divider.gif) repeat-x bottom; 
				}
				
				.frame p {
					margin-bottom: 1em;
				}
				
				.frame span {
					color: #a5a5a5;
					font-size: 90%;
				}
				
					.frame span em {
						font-weight: bold;
						text-transform: uppercase;
						font-style: normal;
						color: #0b51a2;
					}
				
			#ads img {
				float: left;
				_display: inline;
				margin-right: 1px;
			}
#iplayer {
	display: block;
	height: 42px;
	margin-bottom: 1em;
}
#iplayer a {
	display: block;
	width: 213px;
	height: 42px;
	background: url(/images/web/iplayer-download.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/* ------------------------ 
		news
------------------------ */
body.news #content {
	line-height: 1.6;
	
	padding: 10px;
	
}
	#news a {
		font-size: 90%;
		font-weight: bold;
		text-transform: uppercase;
		font-style: normal;
		color: #0b51a2;
	}
	
	#news p.more {
		margin-top: 1em;
	}
	
	p.article-home {
		clear: both;
		}
	
	#news h3 {
		font-size: 110%;
		float: left;
		_display: inline;
		width: 180px;
		display: block;
		padding-bottom: 1em;
	}
	
	#news ul {
		list-style: none;
		
	}
		#news ul li.items {
			border-bottom: 1px solid #dadede;
			margin-top: 1em;
		}
	
body.news h3 {
	width: 310px;
	_overflow: hidden;
	float: left;
	_display: inline;
	text-transform: uppercase;
	padding-bottom: .5em;
	padding-left: 1em;
	margin: 0;
	font-size: 115%;
	line-height: 1.1;
	*margin-top: -15px;
}
	ul.news h3 {
		padding-left: 0;
		*padding-bottom: 15px;
	}
	body.news h3 a {
		text-transform: uppercase;
	}

	p.date {
		display: block;
		width: 120px;
		float: right;
		_display: inline;
		font-variant:small-caps;
		font-size: 100%;
		*margin-top: -15px;
		padding: 0 15px 0 0;
		text-align: right;
	}
	
		body.home #news h3 {
			padding-bottom: .3em;
		}
		body.home .date {
			display: block;
			width: auto;
			*margin-top: 0;
			padding: 0;
			float: none;
			text-align: left;
		}
	
	div.article {
		clear: both;
		margin: 1em;
		padding: 1em;
		display: block;
		background: url(/images/web/dot-divider.gif) repeat-x top; 
	}
	
	
		span.seperator {
			display: block;
			clear: both;
			padding: .4em 0;
			margin: 0 1em;
			*margin: -7px 1em 10px 0;
			
			background: url(/images/web/dot-divider.gif) repeat-x top; 
		}
	
	ul.news {
		list-style: none;
		clear: both;
		display: block;
		
		padding-top: 12px;
		*padding-top: 30px;
		background: url(/images/web/innerbg-top.gif) no-repeat top; 
	}
		ul.news li {
			margin-bottom: 1em;
		}
				
#btnPrint {
	margin-left: 10px;
}

#previous {
	width: 98%;
	text-align: right;
	margin-right: 1em;
	display: block;
}
	#previous a {
		text-transform: uppercase;
		font-size: 90%;
	}
	
	.news form {
		margin-bottom: 1.5em;
		*margin-left: 1em;
	}
	
	table.basicTable {
		border-collapse: collapse;
		width: 80%;
		margin: 0 auto;
		font-size: 95%;
	}
	
	table.basicTable td {
		border: 1px solid #363636;
	}
	
/* ------------------------ 
		Inner Pages
------------------------ */	

#leftNav {
	width: 189px;
	margin-right: 10px;
	float: left;
	_display: inline;
	background:transparent url(/images/web/leftnavbg.gif) no-repeat scroll center bottom;
}

	#leftNav ul {
		background: url(/images/web/leftnavbg-top.gif) no-repeat top; 
		padding: 12px 12px 12px 12px;
		font-size: 100%;
		list-style:none;
	}

			#leftNav a {
				color: #fff;
				display: block;
				padding-left: 15px;
				padding-right: 15px;
				padding-top: .5em;
				padding-bottom:.5em;
				border-top: 1px solid #000;
				border-bottom: 1px solid #000;
				_display: inline-block;
				_width: 140px;
			}
			
				#leftNav a:hover {
					color: #fff;
					text-decoration: none;
					border-top: 1px solid #505e6b;
					border-bottom: 1px solid #505e6b;
					background: #3f4b54 url(/images/web/star-bullet.gif) no-repeat 5px 51%; 
				}

#innerContent {
	margin-right: 10px;
	float: left;
	_display: inline;
	/*width: 463px;*/
	width: 536px;
	background: url(/images/web/innerbg.gif) no-repeat bottom; 
	line-height: 1.5;
	min-height: 300px;
}

.noNav #innerContent {
	width: 660px;
	background: url(/images/web/innerbgWide.gif) no-repeat bottom; 
}

	#innerContent h2 {
		display: block;
		width: 536px;
		font-size: 115%;
		text-indent: 12px;
		padding-top: 12px;
		color: #0b51a2;
		background: url(/images/web/innerbg-top.gif) no-repeat top; 
	}
	
	.noNav #innerContent h2 {
		width: 660px;
		background: url(/images/web/innerbg-topWide.gif) no-repeat top; 
	}
	
	#innerContent .inner {
		
		margin: 1em 15px;
		padding-top: 1em;
		background: url(/images/web/dot-divider.gif) repeat-x top; 
	}
	
	#innerContent li {
		margin-left: 1.5em;
		margin-bottom: .5em;
	}
	
	#innerContent td {
		padding: 5px;
	}
	
	#innerContent h4 {
		text-decoration: underline;
		margin: 1em 0 .8em 0;
		font-size: 100%;
	}
	
	#innerContent h5 {
		font-size: 115%;
		color: #0b51a2;
		width: 100%;
		background: url(/images/web/dot-divider.gif) repeat-x bottom; 
		padding-bottom: 5px;
		margin-bottom: 5px;
		display: block;
		font-weight: normal;
	}
	
	#innerContent p {
		
		padding-top: .4em;
		padding-bottom: .4em;
	}
	
	#innerContent ol {
		margin-left: 1em;
	}
	
	#innerContent table table {
		font-size: 85%;
	}
	
	ul#downloads li {
		display: block;
		float: left;
		width:220px;
		margin-bottom: 1.9em;
		line-height: 1.2;
	}
	
	ul#oldDownloads li {
		margin-bottom: 1.9em;
		text-indent: -7px;
		list-style: none		;
	}
	
		ul#downloads a,
		ul#oldDownloads a {
			display: block;
			text-indent: 0;
		}
		
/* right sidebar */

#contentCol {
	/*width: 300px;*/
	width: 225px;
	float: left;
}

/* rma form */
fieldset {
	border: none;
	padding: 1em;
}

fieldset h4 {
	text-indent: -1em;
}

body.rma label {
	display: block;
	margin-top: 1em;
	
}

	body.rma label.lbl_radio {
		display: inline;
		position: relative;
		top: -3px;
	}

body.rma input {
	
}

	input#ContactRequested {
		float: left;
		position: relative;
		top: 1em;
	}

fieldset table label {
	text-align: right;
	}
	
fieldset table input {
}	

input#submit {
	margin-top: 1em;
}

#serial label {
	display: inline;
}
	#serial a {
		display: block;
	}

.tooltip{
	width: 180px; 
	color:#000;
	font-size: 95%;
	line-height: 1.5;
	text-decoration:none;
	text-align:center;
	border: 1px solid;
	}

.tooltip span.top{
	padding: 1em;
    background: #fff
	}
	
	.tooltip b.bottom {
		visibility: hidden;
		
		position: absolute;
	}
/* ------------------------ 
	contact form
------------------------ */

body.form fieldset {
	border: 0;
	margin: 1em 0;
}

	body.form legend {
		display: none;
	}

body.form label {
	display: block;
	width: 158px;
	text-align: right;
}
		body.form label.required {
			font-weight: bold;
		}

body.form input, 
body.form select,
body.form textarea {
	margin-left: 165px;
	margin-top: -.9em;
	position: relative;
	top: -1.7em;
	_top: -1.5em;
	height:16px;
	width: 210px;
	font-size: 10px;
	border: 1px solid #b7baba;
}

body.form select {
	height: auto;
	top: -.8em;
}

body.form textarea {
	height: 78px;
	top: -.8em;
}

	body.form input:focus,
	body.form textarea:focus {
		font-weight: bold;
	}

body.form input#btnSubmit,
body.form input#Submit {
	
	padding: 0;
	display: block;
	margin-top: 2em;
	width: 68px;
	height: 25px;
	border: 0;
	margin-left: 165px;
}
	
#summary {
	width: 95%;
	border: 1px solid #b7baba;
	padding: 1em;
	margin: 0 1em 1em 1em;
	background: #fff;
}
	#summary ul {
		padding-left: 1em;
	}


/* ------------------------ 
		FOOTER
------------------------ */

#footer {
	clear: both;
	text-align: center;
	font-size: 85%;
	color: #666666;
	text-transform: uppercase;
}
	#footer ul {
		background: #070707 url(/images/web/bg-footer.jpg) repeat-x top; 
		border: 1px solid #b8b8b8;
		padding: 1em 0;
	}
	
		#footer li {
			list-style: none;
			display: inline;
			text-align: center;
			letter-spacing: .1em;
		}
			#footer a {
				color: #666666;
				font-weight: normal;
			}
				#footer a:hover {
					background-color: #383838;
				}
	
	#footer p {
		margin: 1em auto;
	}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

/* STANDARD SIFR STYLES - DO NOT MODIFY */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


		