html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearer {
	width: 99%;
	height: 1px;
	clear: both;
}

/*********************************************************************************************************/

html, body {
	background: #FFF url(/images/site/bg.jpg) left top repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 980px;	
}

#masthead {
	margin: 0 auto;
	width: 980px;
	height: 120px;
	clear: both;
}

	#masthead a#logolink {
		display: block;
		width: 102px;
		height: 120px;
		background: url(/images/site/logo.jpg) left top no-repeat;
		float: left;
		margin-right: 46px;
	}
	
	#masthead #international {
		width: 154px;
		background: url(/images/site/international-bg.jpg) left top no-repeat;
		float: right;
		padding: 32px 24px 0 24px;
		height: 87px;
		font-size: 11px;
		
	}

		#masthead #international h2 {
			font-size: 12px;
			color: #CC0000;
			font-weight: normal;
		}

		#masthead #international select {
			margin-top: 14px; 
			font-size: 10px; 
			padding: 2px; 
			color: #5A5A5A;
		}
		
		#masthead #international p {
			color: #5A5A5A;	
			margin-top: 15px;
			
			margin-top: 57px;
		}

			#masthead #international p a {
				font-size: 11px;
				color: #5A5A5A;
				text-decoration: underline;
			}
	
				#masthead #international p a:hover {
					font-size: 11px;
					color: #CC3333;
					text-decoration: underline;
				}
		
	#masthead #masthead-navigation ul {
		display: block;
		width: 570px;
		height: 96px;
		float: left;
		
		width: 630px;
	}
	
		#masthead #masthead-navigation ul li {
			display: block;
			float: left;
			width: 96px;
			height: 120px;
			text-align: center;		
		}            

			#masthead #masthead-navigation ul li a {
				display: block;
				float: left;
				width: 96px;
				height: 30px;
				font-size: 12px;
				color: #111111;
				text-align: center;
				padding-top: 90px;
				text-decoration: none;
				background: url(/images/site/topnav-link-bg.jpg) right top no-repeat;
			}
			
				.section-home #masthead #masthead-navigation ul li#home a,
				.section-patients #masthead #masthead-navigation ul li#patients a,
				.section-pro #masthead #masthead-navigation ul li#professionals a,
				.section-corporate #masthead #masthead-navigation ul li#corporate a,
				.section-support #masthead #masthead-navigation ul li#support a,
				.section-downloads #masthead #masthead-navigation ul li#downloads a,
				#masthead #masthead-navigation ul li a:hover {
					display: block;
					float: left;
					width: 96px;
					height: 30px;
					font-size: 12px;
					color: #CC0000;
					background: #fcf3f3 url(/images/site/topnav-link-bg-over.jpg) right top no-repeat;
					text-decoration: none;
				}
			
#breadcrumb {
	width: 300px;	
	height: 20px;
	margin: 20px 0 12px 16px;
	font-size: 11px;
	color: #ADADAD;
	float: left;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
}

	#breadcrumb a {
		text-decoration: none;
		color: #CC0000;
		font-size: 10px;
		font-weight: bold;
	}
	
		#breadcrumb a:hover {
			text-decoration: none;
			color: #AA0000;
		}
	
	#breadcrumb p#breadcrumb-home {
		color: #AA0000;	
		font-weight: bold;
	}


/****************************************************************************************************************
Home Banner
****************************************************************************************************************/
#home-bnr {
	background-position: -2px -1px;
	background-repeat: no-repeat;
	position: relative;
	
	width: 930px;
	height: 518px;
	padding-top: 45px;
	padding-left: 50px;
	margin-bottom: 16px;
}

	#home-bnr h1.bnr {
		color: #CC0000;
		font-size: 34px;
		margin: 0 0 14px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	
		#home-bnr p.bnr {
			color: #666666;
			font-size: 14px;
			line-height: 19px;
			width: 450px;
			
			font-size: 16px;
			line-height: 20px;
		}
	
#home-bnr #home-pod-patients {
	position: absolute; 
	left: 50px; 
	top: 325px; 
	background: url(/images/site/home-pod-patients.png) left top no-repeat; 
	width: 231px; 
	height: 179px;
	padding: 5px 0 0 10px;
}
			
#home-bnr #home-pod-pros {
	position: absolute; 
	left: 305px; 
	top: 325px; 
	background: url(/images/site/home-pod-pros.png) left top no-repeat; 
	width: 231px; 
	height: 179px;
	padding: 5px 0 0 10px;
}
		
		
	#home-bnr a.home-pod-link {
		display: block; 
		width: 225px; 
		height: 30px; 
		margin-bottom: 22px;
	}
	
	#home-bnr #home-pod-patients p,
	#home-bnr #home-pod-pros p {
		font-size: 11px;
		line-height: 16px;
		color: #333333;
		width: 120px;
		padding-left: 4px;
		margin-bottom: 16px;
	}	

/****************************************************************************************************************
Section Navigation
****************************************************************************************************************/

	ul.nav-subsection {
		width: 175px;
		background: #320000;
		padding: 8px 0 8px 0;		
		position: absolute;
		left: 13px;
		top: 169px;
	}

		ul.nav-subsection li {
			display: block;
			width: 175px;
			height: 28px;			
		}

			ul.nav-subsection li a {
				display: block;
				width: 147px;
				height: 28px;		
				color: #CDCDCD;
				text-decoration: none;
				font-size: 11px;
				line-height: 28px;
				padding-left: 28px;
				font-weight: bold;
				background: #320000 url(/images/site/subnav-arrow.gif) 7px 5px no-repeat;
			}
			
				ul.nav-subsection li a:hover {
					color: #FFFFFF;	
					text-decoration: none;				
					background: #B1091A url(/images/site/subnav-arrow.gif) 7px 5px no-repeat;
				}
		

div#nav-subnav-internal {
	text-align: right;	
	width: 635px;
	height: 21px;
	float: right;
	margin: 0 26px 6px 0;
	clear: both;
}


	.section-patients div#nav-subnav-internal {
		width: 406px;	
		width: 420px;
		margin-right: 15px;
	}

	.section-pro div#nav-subnav-internal {
		width: 585px;
		margin-right: 18px;
	}
	
	.section-corporate div#nav-subnav-internal {		
		width: 577px;
	}

	.section-support div#nav-subnav-internal {
		width: 178px;
		width: 190px;
		margin-right: 14px;
		
	}

	.section-downloads div#nav-subnav-internal {
		width: 397px;
		width: 400px;
	}
	
div#nav-subnav-internal ul {
	/*width: 640px;*/
	height: 21px;
	display: block;
	float: left;
	font-size: 10px;
	color: #ADADAD;
}

	.section-patients div#nav-subnav-internal ul {
		width: 498px;	
		width: 420px;
	}

	.section-corporate div#nav-subnav-internal ul {
		width: 580px;
	}
	
	.section-support div#nav-subnav-internal ul {
		width: 216px;
		width: 190px;
	}

	div#nav-subnav-internal ul li {
		font-size: 10px;
		display: block;
		float: left;
		margin: 0 1px 0 1px;
		line-height: 20px;
		height: 21px;
	}

		div#nav-subnav-internal ul li a {
			text-decoration: none;
			color: #ADADAD;
			padding-left: 9px;
			display: block;
			height: 21px;
			font-weight: bold;
		}

			div#nav-subnav-internal ul li a span {
				text-decoration: none;
				color: #ADADAD;
				padding-right: 9px;
				display: block;
				height: 21px;
			}
		
			div#nav-subnav-internal ul li.selected a,
			div#nav-subnav-internal ul li a:hover {
				text-decoration: none;
				color: #FFFFFF;
				background: #623A16 url(/images/site/subnav-left-bg.gif) left top no-repeat;
				background-color: #623A16;
				
				color: #CC0000;
				background: none;
			}
		
				div#nav-subnav-internal ul li.selected a span,
				div#nav-subnav-internal ul li a:hover span {
					text-decoration: none;
					color: #FFFFFF;
					background: #623A16 url(/images/site/subnav-right-bg.gif) right top no-repeat;
					background-color: #623A16;
					
					color: #CC0000;
					background: none;
				}
			
/****************************************************************************************************************
Content
****************************************************************************************************************/

#topheader {
	height: 55px; 
	line-height: 55px; 
	padding-left: 16px; 
	background: url(/images/site/topheader-bg.jpg) -5px top no-repeat;
	clear: both;
	width: 99%;
	width: 964px;
}

	#topheader h1 {
		color: #CC0000;
		font-weight: bold;
		font-size: 16px;
	}

#content {
	width: 940px;	
	width: 650px;
	margin: 16px 16px 16px 16px;
	font-size: 12px;
	line-height: 17px;
	color: #ADADAD;
	float: left;	
	
	/*fixed height styles*/
	overflow: hidden;
	position: relative;
	height: 600px; 
	border-bottom: 1px solid #D9D9D9;
}

	#content strong {
		font-weight: bold;
	}
	
	#content a {
		color: #990033;
	}

		#content a:hover {
			color: #CC0000;
		}
	
	#content p {
		font-size: 11px;
		line-height: 17px;
		color: #8E8E8E;
		margin-bottom: 12px;
	}

	#content ul,
	#content ol {
		margin-bottom: 12px;
	}
	
	#content li {
		font-size: 11px;
		line-height: 17px;
		color: #8E8E8E;
		padding-left: 12px;
		background: url(/images/site/single-arrow-small.gif) -1px 4px no-repeat;
	}
	
	#content h1 {
		font-size: 16px;
		line-height: 22px;
		color: #ab0c22;
		margin-bottom: 22px;
	}
	
	#content h2 {
		font-size: 13px;
		line-height: 18px;
		color: #990033;
		font-weight: bold;
		margin-top: 12px;
		margin-bottom: 12px;
	}	

#content div.image-right .te {
	float: left;	
	width: 315px;
	font-size: 11px !important;
	line-height: 15px !important;
}

#content div.image-right .im {
	float: right;	
	width: 315px;
	margin-top: 47px;
	border: 1px solid #EEE4E5;
}

	#content div.image-right .im img {	
		border: 8px solid #FAEEEE;
		float: right;
	}

#content div.image-left .te {
	float: right;	
	width: 315px;
	font-size: 11px !important;
	line-height: 15px !important;
}

#content div.image-left .im {
	float: left;
	width: 315px;
	margin-top: 15px;
	border: 1px solid #EEE4E5;
}

	#content div.image-left .im img {	
		border: 8px solid #FAEEEE;
		float: left;
	}
	
	#content div.te p {
		font-size: 11px !important;
		line-height: 17px !important;	
		color: #8E8E8E;
	}

#content a.toplink {
	float: right;
	font-size: 10px;
	text-decoration: none;
	clear: both;
	color: #8E8E8E;
	background: url(/images/site/backtotoparrow.gif) left 4px no-repeat;
	padding-left: 8px;
}

	#content a.toplink:hover {
		text-decoration: none;
		color: #990033;
	}
/******************************************************************************************************************
Right Column
******************************************************************************************************************/
#secondary-content {
	float: right;	
	width: 240px;
	margin-right: 8px;
	
	/*fixed height styles*/
	height: 615px; 
	border-bottom: 1px solid #D9D9D9;
}

#secondary-content h2 {
	color: #CC3333;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	margin: 30px 0 15px 0;
	padding-left: 25px;
	background: url(/images/site/down-arrow.gif) 7px 1px no-repeat;
}

#secondary-content ul {
	margin: 0 0 24px 0px;	
	width: 240px;
	padding: 16px 0 16px 0;
	background: #320000;

	background: #FBEBEC url(/images/site/subnav-bg.jpg) left top no-repeat;
	
	background: #FFFFFF url(/images/site/subnav-bg-grey.jpg) -13px -7px no-repeat;
}

	#secondary-content ul li {
		text-decoration: none;
		color: #CC3333;		
		font-size: 11px;
		line-height: 16px;
		width: 240px;	
		margin-bottom: 7px;
	}
	
		#secondary-content ul li a {
			text-decoration: none;		
			background:  url(/images/site/subnav-arrow.gif) 6px top no-repeat;
			padding-left: 25px;
			font-size: 11px;	
			display: block;
			font-weight: normal;
			padding-right: 10px;
			width: 205px;	
			
			color: #CC0000;
			color: #666666;
		}

			#secondary-content ul li a:hover {
				text-decoration: none;				
				color: #282828;							
			}
			
			

		
/******************************************************************************************************************
Banner - Internal
******************************************************************************************************************/
#bnr-internal {
	background: url(/images/site/bnr-skater.jpg) left top no-repeat;
	width: 980px;
	height: 344px;
	padding-top: 40px;
}

	#bnr-internal h1 {
		color: #FFFFFF;
		font-size: 33px;
	}
	
	#bnr-internal p {
		color: #FFFFFF;
		font-size: 16px;
		line-height: 20px;
		
	}

		.section-pro #bnr-internal h1 {
			margin: 5px 0 14px 46px;	
		}

		.section-pro #bnr-internal p {
			margin: 0 0 0 46px;	
			width: 450px;		
		}


		.section-patients #bnr-internal h1 {			
			margin: 40px 0 0 32px;	
			color: #3f3f3f; 
		}

		.section-patients #bnr-internal p {
			margin: 0 0 0 32px;	
			width: 340px;
			color: #3f3f3f; 
		}


		.section-corporate #bnr-internal h1 {
			margin: 5px 0 0 46px;
		}

		.section-corporate #bnr-internal p {
			margin: 0 0 0 46px;	
			width: 400px;	
		}


		.section-support #bnr-internal h1 {
			margin: 0 0 0 46px;	
		}

		.section-support #bnr-internal p {
			margin: 0 0 0 46px;	
			width: 350px;	
		}
		
		
#top-3 {
	width: 980px;
	height: 330px;
	height: 260px;
	background: url(/images/site/internal-top-3-sep.gif) left top repeat-y;
	padding-bottom: 6px;
}

	#top-3-cap {
		width: 980px;
		height: 20px;
		background: url(/images/site/internal-top-3.gif) left 6px no-repeat;
	}

#top-3 #top-3-1 {
	width: 304px;
	padding: 0 15px 0 2px;
}

#top-3 #top-3-2 {
	width: 305px;
	padding: 0 14px 0 19px;
}

#top-3 #top-3-3 {
	width: 304px;
	padding: 0 0 0 17px;
}

#top-3 .top {
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	height: 310px;
	height: 240px;
}

	#top-3 .top h2 {
		color: #ab0c22;
		font-size: 16px;
		font-family: Tahoma, Geneva, sans-serif;
		margin: 2px 0 16px 0;
		font-weight: bold;
	}

	#top-3 .top h3 {
		color: #990033;
		font-size: 11px;
		margin: 4px 0 18px 0;
		font-weight: bold;
	}
	
	#top-3 .top p {
		width: 180px;
		margin: 0 0 16px 0;
	}
	
	#top-3 .top a {
		color: #ab0c22;
		text-decoration: none;
	}

		#top-3 .top a:hover {
			color: #1a1a1a;
			text-decoration: none;
		}


		#top-3 img.pink {
			float: right; 
			margin: 3px 0 8px 8px; 
			border: 5px solid #FCF2F2;	
		}

		#top-3 .top a.more {
			display: block;
			width: 65px;
			height: 18px;
			float: left;
			color: #CC0000 !important;
			text-decoration: none !important;
			padding-right: 14px;
			background: url(/images/site/more-arrow.gif) right 3px no-repeat;
		}

	#top-4 .top a.more {
			display: block;
			width: 65px;
			height: 18px;
			float: left;
			color: #CC0000 !important;
			text-decoration: none !important;
			padding-right: 14px;
			background: url(/images/site/more-arrow.gif) right 3px no-repeat;
		}



#top-4 {
	width: 980px;
	height: 330px;
	background: url(/images/site/internal-top-4-sep.gif) left top repeat-y;
	padding-bottom: 6px;
}

	#top-4-cap {
		width: 980px;
		height: 20px;
		background: url(/images/site/internal-top-4.gif) left 6px no-repeat;
	}

#top-4 #top-4-1 {
	width: 214px;
	padding: 0 15px 0 2px;
}

#top-4 #top-4-2 {
	width: 223px;
	padding: 0 14px 0 22px;
}

#top-4 #top-4-3 {
	width: 219px;
	padding: 0 14px 0 22px;
}

#top-4 #top-4-4 {
	width: 212px;
	padding: 0 0 0 22px;
}

#top-4 .top {
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	height: 310px;
}

	#top-4 .top h2 {
		color: #ab0c22;
		font-size: 16px;
		font-family: Tahoma, Geneva, sans-serif;
		margin: 2px 0 16px 0;
		font-weight: bold;
	}

	#top-4 .top p {
		/*width: 150px;*/
		margin: 0 0 16px 0;
	}
	
	#top-4 .top a {
		color: #ab0c22;
		text-decoration: none;
	}

		#top-4 .top a:hover {
			color: #1a1a1a;
			text-decoration: none;
		}
		
		
/******************************************************************************************************************
Additional - Internal
******************************************************************************************************************/

#add-3 {
	background: url(/images/site/add-3-bg.jpg) -2px -4px no-repeat;
	width: 980px;
	height: 297px;
}

	#add-3-cap {
		width: 980px;
		height: 45px;
		line-height: 45px;
	}

		#add-3-cap h2 {
			color: #cc3333;
			font-weight: normal;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 16px;
			margin-left: 16px;
			font-weight: bold;
		}
	
	
#add-3 #add-3-1 {
	width: 292px;
	margin: 0 16px 0 16px;
}

#add-3 #add-3-2 {
	width: 296px;
	margin: 0 16px 0 16px;
}

#add-3 #add-3-3 {
	width: 292px;
	margin: 0 16px 0 16px;
}

#add-3 .add {
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	height: 112px;
	border-top: 1px solid #e4b2b2;
	padding-top: 10px;
}

#add-3 #add-3-1-pic {
	background: url(/images/site/add-pic-bg.jpg) left top no-repeat;
	padding: 10px;
	width: 294px;
	height: 84px;
	margin: 3px 0 0 5px;
	float: left;
}

#add-3 #add-3-2-pic {
	background: url(/images/site/add-pic-bg.jpg) left top no-repeat;
	padding: 10px;
	width: 294px;
	height: 84px;
	margin: 3px 0 0 12px;
	float: left;
}

#add-3 #add-3-3-pic {
	background: url(/images/site/add-pic-bg.jpg) left top no-repeat;
	padding: 10px;
	width: 294px;
	height: 84px;
	margin: 3px 0 0 12px;
	float: left;
}

	#add-3 .add h2 {
		color: #ab0c22;
		font-size: 16px;
		font-family: Tahoma, Geneva, sans-serif;
		margin: 2px 0 2px 0;
	}

	#add-3 .add p {
		margin: 0 0 16px 0;
	}
	
	#add-3 .add a {
		color: #ab0c22;
		text-decoration: none;
	}

		#add-3 .add a:hover {
			color: #1a1a1a;
			text-decoration: none;
		}
		
		.section-home #add-4 .add a {
				color: #CE2E36;
				text-decoration: none;
			}

			.section-home #add-4 .add a:hover {
				color: #1a1a1a;
				text-decoration: none;
			}






#add-4 {
	background: url(/images/site/add-4-bg.jpg) -2px -4px no-repeat;
	width: 980px;
	height: 297px;
}

	#add-4-cap {
		width: 980px;
		height: 45px;
		line-height: 45px;
	}

		#add-4-cap h2 {
			color: #cc3333;
			font-weight: normal;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 16px;
			margin-left: 16px;
			font-weight: bold;
		}
		
#add-4 #add-4-1,
#add-4 #add-4-2, 
#add-4 #add-4-3, 
#add-4 #add-4-4 {
	width: 212px;
	margin: 0 16px 0 16px;
}

#add-4 .add {
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	height: 112px;
	border-top: 1px solid #e4b2b2;
	padding-top: 10px;
}

#add-4 #add-4-1-pic,
#add-4 #add-4-2-pic,
#add-4 #add-4-3-pic,
#add-4 #add-4-4-pic {
	background: url(/images/site/add-pic-bg-narrow.jpg) left top no-repeat;
	padding: 10px;
	height: 84px;
	margin: 3px 4px 0 5px;
	float: left;
}

#add-4 #home-4-1-pic,
#add-4 #home-4-2-pic,
#add-4 #home-4-3-pic,
#add-4 #home-4-4-pic {
	padding: 0;
	height: 101px;
	margin: 6px 4px 0 8px;
	float: left;
}

	#add-4 .add h2 {
		color: #ab0c22;
		font-size: 16px;
		font-family: Tahoma, Geneva, sans-serif;
		margin: 2px 0 2px 0;
	}

	#add-4 .add p {
		margin: 0 0 4px 0;
	}

		
	#add-4 .add a {
		color: #ab0c22;
		text-decoration: none;
	}

		#add-4 .add a:hover {
			color: #1a1a1a;
			text-decoration: none;
		}



/******************************************************************************************************************
Footer
******************************************************************************************************************/

#footer {
	width: 980px;
	height: 295px;	
	background: url(/images/site/footer-bg.jpg) -5px top no-repeat;
	clear: both;
}

	#footer #footer-breadcrumb {
		float: left;
		height: 28px;
		margin-top: 18px;
	
		
		font-size: 11px;
		color: #ADADAD;
		float: left;
		line-height: 20px;
		font-size: 10px;
		font-weight: bold;
		padding-left: 60px;
		width: 900px;
	}
	
		#footer #footer-breadcrumb a {
			text-decoration: none;
			color: #CC0000;
			font-size: 10px;
			font-weight: bold;
		}
		
			#footer #footer-breadcrumb a:hover {
				text-decoration: none;
				color: #AA0000;
			}
		
		
	#footer .footerlist {
		float: left;
		height: 218px;
		font-size: 12px;
		line-height: 19px;
		padding: 14px 6px 6px 12px;
		width: 126px;
	}
	
	#footer #footer-1 {
		width: 130px;
		margin-left: 4px;
		
	}

	#footer #footer-6 {
		width: 232px;
	}
	
	#footer .footerlist h4,
	#footer .footerlist h4 a {
		font-size: 12px;
		font-weight: bold;
		color: #CC3333;
		margin-bottom: 4px;
		text-decoration: none;
	}	

		#footer .footerlist h4 a:hover {
			color: #666666;
			text-decoration: none;
		}	
	
	#footer .footerlist ul {
		margin-bottom: 14px;
	}		
	
		#footer .footerlist ul li a {
			text-decoration: none;
			color: #999999;
			line-height: 17px;
			font-size: 12px;
		}		

			#footer .footerlist ul li a:hover {
				text-decoration: none;
				color: #666666;
			}		
		
		#footer .footerlist p {			
			color: #666666;
			line-height: 17px;
			font-size: 12px;
		}			

		#footer .footerlist #office {			
			margin-top: 9px;
		}
			
			#footer .footerlist #office h4 {			
				color: #999999;
				line-height: 17px;
				font-size: 12px;
				margin-bottom: 0;
				margin-top: 18px;
			}
			
			#footer .footerlist #office p {			
				color: #999999;
				line-height: 16px;
				font-size: 11px;
			}		
	
#copyright {
	float: left;
	width: 400px;
	height: 24px;
	font-size: 11px;
	line-height: 24px;
	color: #CC3333;
	padding-left: 15px;
	margin-bottom: 18px;
}

#extreme {
	float: right;
	width: 410px;
	height: 24px;	
	font-size: 11px;
	line-height: 24px;
	color: #999999;
	text-align: right;
	padding-right: 19px;
	margin-bottom: 18px;
}
	
	#extreme p a {
		text-decoration: none;
		color: #999999;
	}	
		
		#extreme p a:hover {
			text-decoration: none;
			color: #CC3333;
		}	
	
	
/*********************************************************************************
News
*********************************************************************************/

.newsscrollbox {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #EAEAEA;
}

#content .newsbox {
	clear: both; 
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 12px;
}

	#content .newsbox h2 {
		margin-bottom: 2px;
	}

		#content .newsbox h2 a {
			text-decoration: none;
			color: #990033;
			font-weight: bold;
		}

		#content .newsbox h2 a:hover {
			text-decoration: none;
			color: #CC0000;
		}
		
#content p.date {
	margin-bottom: 6px;	
}

#content p.pages a {
	color: #8E8E8E;
}

	#content p.pages a:hover {
		color: #CC0000;
	}

#content a.backlink {
	float: right;
	font-size: 10px;
	text-decoration: none;
	clear: both;
	color: #8E8E8E;
	background: url(/images/site/backleft.gif) left 4px no-repeat;
	padding-left: 8px;
}

	#content a.backlink:hover {
		text-decoration: none;
		color: #CC0000;
	}

#content a.forwardlink {
	font-size: 10px;
	text-decoration: none;
	clear: both;
	color: #8E8E8E;
	background: url(/images/site/backright.gif) right 4px no-repeat;
	padding-right: 8px;
	margin-bottom: 12px;
}

	#content a.forwardlink:hover {
		text-decoration: none;
		color: #CC0000;
	}
	
/*********************************************************************************************
Distributors
*********************************************************************************************/

.distcol {
	float: left;
	width: 184px;
	width: 168px;
	margin-right: 27px;
	margin-left: 5px;
}


.distcol hr {
	display: none;
}


/*********************************************************************************************
Downloads
*********************************************************************************************/

.col-left-container {
	width: 210px;
	float: left;
	margin-left: 2px;
}

.col-center-container {
	width: 540px;
	float: left;
}

.col-right-container {
	width: 210px;
	float: right;
	margin-right: 2px;
}

.column-left {
	width: 175px; 
	height: 240px; 	
	margin: 12px 0 0 0;
	background: url(/images/site/downloads-col-bg.jpg) left top no-repeat;
	padding: 16px 20px 20px 15px;
}

.column-center {
	margin: 13px 0 0 15px;	
	width: 525px;
	height: 314px;
}

.column-right {
	width: 175px; 
	height: 240px; 	 
	margin: 12px 0 0 0;
	background: url(/images/site/downloads-col-bg.jpg) left top no-repeat;
	padding: 16px 20px 20px 15px;
}

#container .column-left h3,
#container .column-right h3,
#container .column-left h3 a,
#container .column-right h3 a {
	font-size: 13px;
	color: #990033;
	font-weight: normal;
	margin-bottom: 32px;
	text-decoration: none;
}

.col-center-container h3 {
	font-size: 13px;
	color: #990033;
	font-weight: normal;	
	margin: 0 0 0 12px;
	line-height: 22px;
}

#container .column-left ul li,
#container .column-right ul li {
	background:url("/images/site/single-arrow-small.gif") no-repeat scroll -1px 4px transparent;
	color:#8E8E8E;
	font-size:12px;
	line-height:19px;
	padding-left:12px;
}

	#container .column-left p a,
	#container .column-right p a {
		color:#990033;
		color:#8E8E8E;
		font-size:12px;
		text-decoration: none;
	}
	
	#container .column-left ul li a,
	#container .column-right ul li a {
		color:#990033;
	}

		#container .column-left ul li a:hover,
		#container .column-right ul li a:hover {
			color:#111111;
		}

#container .col-center-container ul {
	margin: 15px 0 0 15px;	
}

	#container .col-center-container ul li {
		color:#8E8E8E;
		font-size:12px;
		line-height:19px;
		display: block;
		float: left;
		width: 124px;
		height: 128px;
		text-align: center;
		margin: 0 9px 9px 0;
		line-height: 12px;
		background: #E1E1E1 url(/images/site/video-thumb-bg.jpg) center top no-repeat;
	}

		#container .col-center-container ul li.rt {
			margin-right: 0;
		}
	
		#container .col-center-container ul li a {
			color:#990033;
			font-size: 11px;
			text-decoration: none;
		}
	
			#container .col-center-container ul li a:hover {
				color:#111111;
				text-decoration: none;
			}
	
			#container .col-center-container ul li a img {
				margin-bottom: 4px;	
			}
			
			
			
			
			
			
			
/*************************************************************************************************
New Map Stuff
*************************************************************************************************/
#map-container {
	width: 980px;
	height: 390px;
	background: url(/images/site/cloud-map-bg.jpg) left top no-repeat;
}

	#map-container h1 {
		color: #FFFFFF;
		font-size: 33px;
	}
	
	#map-container p {
		color: #FFFFFF;
		font-size: 16px;
		line-height: 20px;
		
	}
	
#map-surround {
	width: 580px;
	height: 400px;
	overflow:hidden;

	float: right;
}

#map-content {
	height:400px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	overflow:hidden;
	margin:15px 0 0;
	position:relative;
	float: right;
	/*margin-left: 400px;*/
	width: 580px;
}


#world-map {
	width:515px;
	height:315px;	
	padding:40px 15px 10px 15px;
	margin:17px 0px 0px 17px;	
	float:left;
	background: url(/images/site/cmap.jpg) -10px -30px no-repeat;
	position:absolute;
	color: #FFFFFF;
	z-index: 10;
}

	#world-map a.eurobox {
		color:#FFFFFF;
		display:block;
		font-size:12px;
		margin:0;
		position:absolute;
		top: 35px;
		left: 210px;
		width: 75px;
		height: 55px;
		padding: 4px;
		border: 1px solid #FFFFFF;
		background: url(/images/site/magnify.png) right bottom no-repeat;

	}


	#world-map a.asiabox {
		color:#FFFFFF;
		display:block;
		font-size:12px;
		margin:0;
		position:absolute;
		top: 80px;
		left: 420px;
		width: 90px;
		height: 90px;
		padding: 4px;
		border: 1px solid #FFFFFF;
		text-align: right;
		background: url(/images/site/magnify.png) right bottom no-repeat;
	}
	
		style.css a:link, a:active, a:visited {
			color:#999999;
			text-decoration:none;
		}


#euro-map {
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	position:absolute;
	top: 15px;
	left: 120px;
	width: 333px;
	height: 306px;
	border: 1px solid #FFFFFF;		
	z-index: 50;
}

	#euro-map a.back {
		background:none repeat scroll 0 0 #ae091a;
		color:#FFFFFF;
		display:block;
		font-size:13px;
		margin:0;
		padding: 2px 5px;
		position:absolute;
		left: 0px;
		top: 35px;
		width: 128px;
		text-decoration: none;
	}