
/* ******************************
Overview Template
Copyright (c) 2005 - 2009 ProForm Trading, All Rights Reserved
****************************** */




/* ******************************
Reset Code - An overall, master reset to make code behave and to cut down on repetitive declarations
****************************** */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* ******************************
Preset Classes - Classes that are universally available and applied
****************************** */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}

/* ******************************
Basic CSS - groundwork appearance code for this template
****************************** */

body {
	font-family:arial, helvetica, sans-serif;
	font-size:80%;

	color:#333;
	
	background:#FFF url("/images-layout/site-bg.gif") repeat-x;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#4E5992;
}
a:visited, a:active {
	color:#4E5992;
}
a:hover { 
	color:#F5861E;
	text-decoration:none;
}

h1 {
	margin-bottom: .5em;
	font-size:200%;
	color:#F5871F;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#2366AF;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#333;
}

img {
	
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #A8A9A8;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #F89C1C;
}

ul, ol {
	margin-bottom:.6em;
}

.ulStyle1 {
	margin-left:20px;
	list-style:none outside url('/images-layout/ulStyle1.gif');
}
	.ulStyle1 ul {
		margin:3px 0 3px 12px;
		list-style:none outside url('');
	}


.line {
height:2px;
background: #D8D8D9;
}

#container {
	
}
#content {
	background:url('/images-layout/content-bg.gif') 50% 0 repeat-y;
}
#columnWrapper {
	padding-bottom:0px;
	
}



.comparison {
	margin-bottom:1em;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
.comparison th {
	padding:6px 4px 6px 6px;
	color:#fff;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
	background:#F5871F;
}
.comparison td {
	padding:4px 4px 4px 6px;
	border:1px solid #d1dde4;
	text-align:center;
	background-color:#2466CA;
	color: #FFF;
}

.comparison .topLeft {
	padding-left:10px;
	border-left:none;
}
.comparison .top {

}
.comparison .topRight {
	padding-right:10px;
	border-right:none;
}

.comparison .left {
	padding-left:10px;
	border-left:none;
	border-color:#fff;
	text-align:left;
	border-right:1px solid #d1dde4;
}
.comparison .right {
	border-right:1px solid #d1dde4;
	text-align:left;
}

.comparison .bottomLeft {
	padding-bottom:6px;
	padding-left:10px;
	border-width:1px 1px 0 0;
	text-align:left;
	
}
.comparison .bottom {
	border-bottom:1px solid #d1dde4;
}
.comparison .bottomRight {
	border:1px solid #d1dde4;
	text-align:center;
	background:url('/images-layout/comparison-bottom-right.gif') bottom right no-repeat #f0f0f0;
	background-color:#2466CA;
}


.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active {
	display:block;
	padding-top:10px;
	width:131px;
	height:28px;
	
	text-align:center;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	color:#000;
	
	background:#ccc  right 0 repeat;
}
input.buttonStyle1 {
	margin:0;
	padding:0 0 2px 0;
	
	height:38px;
	width:131px;
	
	font-weight:bold;
	font-size:22px;
	cursor:pointer;
	border:0;
}
.buttonStyle1:hover {
	text-decoration:underline;
	color:#000;
	background:#ccc  right 0 repeat;
}
/* ******************************
Column Styles
****************************** */

.columnStyle1 {
	padding:0 12px;
	
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
		.columnStyle1 .columnTopRight {
		
		}
	.columnStyle1 .columnBody {
		
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}
		.columnStyle1 .columnBottomRight {
		
		}

.columnStyle2 {
	padding:0px;
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
		.columnStyle2 .columnTopRight {
		
		}
	.columnStyle2 .columnBody {
		
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}
		.columnStyle2 .columnBottomRight {
		
		}

		
.columnStyle3 {
	padding:0px;
}
	.columnStyle3 .columnTopLeft {
		display:none;
	}
		.columnStyle3 .columnTopRight {
		
		}
	.columnStyle3 .columnBody {
		
	}
	.columnStyle3 .columnBottomLeft {
		display:none;
	}
		.columnStyle3 .columnBottomRight {
		
		}
/* ******************************
Sphider Styles
****************************** */

#result_report {
	text-align:center ;
	padding:3px;
	background-color:#bbb; 
	font-weight: bold;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#bbb; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#bbb; 
	font-weight: bold
}

/*Top categories*/
.main_cat1 {
	font-size: 16px;
	font-weight: bold;
	color:#0000FF;
}
.main_cat2 {
	font-size: 12px;
	font-weight: bold;
	color:#0000FF;
}
.cat1:visited {
	font-size: 16px;
	font-weight: bold;
	color:#5555AA;
}


/* Title/link of pages */
.title {
	font-size:15px
}

/*Page descriptions*/
.description{
	font-size: 13px;
}

/*Small urls*/
.url {
	
}

#other_pages {
	text-align:center;
}

#common_report {
		text-align:center;
}

#cat_table {
	width:600px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #F89C1C;
}

#sub_cat {
	font-size:12px;
}

.idented {
	margin-left:30px;
}

#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;
}

/* ******************************
Selected Button Styles
****************************** */

/* ******************************
Selected Table Styles
****************************** */

/* ******************************
Selected Form Styles
****************************** */

/* ******************************
Selected List Styles
****************************** */



/* ******************************
Default Blob Styles
****************************** */

.blobDefault {
	margin-bottom:12px;
}

.blobStyleNav {
border-bottom:1px solid #D8D8D9;
background:url('/images-layout/blob-style-nav-top-right.gif') top repeat-x;
height:100%;
}
	.blobStyleNav .blobTopLeft {
		background:url('images-layout/blob-header-big-left.gif') top left no-repeat;
		height:100%;
	}
		.blobStyleNav .blobTopRight {
			margin:-0px -0px 0 -0px;
			background:url('images-layout/blob-header-big-right.gif') top right no-repeat;
		}
			.blobStyleNav .blobTopRight h2 {
				padding-top:8px;
				margin-bottom:0;
				height:34px;
				text-align:center;
				color:#fff;
			}
		.blobStyleNav  .blobBody {
			height:100%;
			border:1px solid #D8D8D9;
			border-width:0 1px;
		}
			.blobStyleNav  .blobBody ul {
				font-size:135%;
				padding-bottom:5px;
				margin:0;
			}
				.blobStyleNav  .blobBody li ,.blobStyleNav .blobBody li.current{
					padding:3px 10px;
					margin-left:5px;
					color:#000;
				}
				.blobStyleNav .blobBody li.current {
					padding:3px 0px;
				}
				
					.blobStyleNav  .blobBody li a:link, .blobStyleNav  .blobBody li a:visited {
						padding-left:18px;

					}
					.blobStyleNav  .blobBody li a:hover, .blobStyleNav  .blobBody li a:active {
						background:url('images-layout/arrow.gif') scroll no-repeat 0px 50%;
						color:#F5861E;
					}
				.blobStyleNav  .blobBody li.current {
					
				}
					.blobStyleNav  .blobBody li.current a:link, .blobStyleNav  .blobBody li.current a:visited {
						color:#F5861E;
						background:url('images-layout/arrow.gif') scroll no-repeat 0px 50%;
					}
					.blobStyleNav  .blobBody li.current a:hover, .blobStyleNav  .blobBody li.current a:active {
						color:#F5861E;
						background:url('images-layout/arrow.gif') scroll no-repeat 0px 50%;
					}
		.blobStyleNav .blobBottomLeft {
			display:none;
		}
			.blobStyleNav .blobBottomRight {
				display:none;
			}
		
		
		
		
.blobStyle1 , .blobStyle2, .blobStyle3{
	position:relative;
	border-bottom:1px solid #D8D8D9;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-family: Impact
}

.blobHeaderSmall {
	background:url('images-layout/blob-header-bg-small.gif') repeat-x;
	height:20px;
	font-family:arial;
}
	.blobHeaderSmall  .topLeft{
		background:url('images-layout/blob-header-small-left.gif') top left no-repeat;
		height:20px;
	}

	.blobHeaderSmall  .topRight{
		background:url('images-layout/blob-header-small-right.gif') top right no-repeat;
		height:20px;
	}

	.blobHeaderSmall h2 {
		font-size:13px;
		color:#FFF;
		position:relative;
		top:1px;
		font-weight:bold;
		text-align:center;
	}
	
.blobHeaderBig {
	background:url('images-layout/blob-header-bg-big.gif') repeat-x;
	height:42px;
}
	.blobHeaderBig  .topLeft{
		background:url('images-layout/blob-header-big-left.gif') top left no-repeat;
		height:42px;
	}

	.blobHeaderBig  .topRight{
		background:url('images-layout/blob-header-big-right.gif') top right no-repeat;
		height:42px;
	}
	.blobHeaderBig h2 {
		font-size:24px;
		color:#FFF;
		padding-top:6px;
		text-align:center;
	}	
	
	.blobStyle1 .blobBody ,.blobStyle2 .blobBody ,.blobStyle3 .blobBody {
		border:1px solid #D8D8D9;
		border-width:0 1px;
	}
	
	.blobStyle1 .blobBody {
		height:133px;
		background:red;
		background:url('images-layout/blob1-bg.jpg') no-repeat;
	}
	
		 .blobStyle1 .blobBody  a{
			color:#FFF;
			position:absolute;
			bottom:12px;
			right:58px;
			font-size:140%;
			text-decoration:none;
		}
	
	.blobStyle2 .blobBody {
		background:url('images-layout/blob2-bg.jpg') no-repeat;
		height:150px;
	}
	
	.blobStyle3 .blobBody {
		background:url('images-layout/blobTrial-bg.jpg') no-repeat;
		height:135px;
	}
			.blobStyle3 .blobBody  h3{
				position:relative;
				margin-bottom:-7px;
				left:105px;
				color:#2256EC;
				top:10px;
				font-size:200%;
				
			}
			
			.blobStyle3 .blobBody  h4{
				position:relative;
				margin-top:1px;
				margin-bottom:-3px;
				left:105px;
				color:#FFF;
				top:10px;
				font-size:130%;
				
			}
			
			.blobStyle3 .blobBody  a{
				position:absolute;
				left:77px;
				color:#FFF;
				bottom:7px;
				text-decoration:none;
				font-size:130%;
				
			}
			
			.blobStyle3 .blobBody  a:hover{
				text-decoration:underline;
			}
	
	
	
	 .blobStyle2 .blobBody  a{
		color:#FFF;
		position:absolute;
		bottom:11px;
		right:21px;
		text-decoration:none;
	}
	
	.blobStyle1 .blobBody  a:hover, .blobStyle2 .blobBody  a:hover{
		text-decoration:underline;
	}
	
.blobStyle4 ,.blobStyle5, .blobStyle6 {
	position:relative;
	min-height:150px;
	height:auto !important;
	height:150px;
	width:285px;
	float:left;
	margin-right:14px;
}

	.blobStyle4 .blobBody {
		background:url('images-layout/blob4-bg.png') no-repeat;
		height:132px;	
	}
	
	.blobStyle4 .blobBody  p{
		margin:0;
		padding:10px 49px 0;
		font-weight:bold;
		
	}
	
	.blobStyle5 .blobBody {
		background:url('images-layout/blob5-bg.png') no-repeat;
		height:132px;	
		margin:0;
		padding:10px 45px 0;
		font-weight:bold;
		line-height:1.4em;
	}
	.blobStyle6 .blobBody {
		background:url('images-layout/blob5-bg.png') no-repeat;
		height:132px;	
		margin:0;
		padding:3px 0 0 6px;
		font-weight:bold;
		line-height:1.4em;
	}
	
.bottomBlobs {
	padding-top:20px;
	position:relative;
}
	.bottomBlobs .last {
		margin:0;
	}
	
	
.buttonStyle1{
	height:29px;
	width:100px;
	color:#FFF;
	padding-bottom:3px;
	vertical-align:middle;
	margin:5px 0 0 0;
	border:0px solid #656464;
	background:url('images-layout/buttonStyle1-bg.gif') repeat-x;
}

		.buttonStyle1:hover, .buttonStyle1_ie6hover{
			background:url('images-layout/buttonStyle1-bg.gif') repeat-x;
			height:29px;
			width:100px;
			border:0;
			padding-bottom:3px;
			color:#DDD;
			margin:5px 0 0 0;
			font-size:124%;
			text-decoration:underline;
			cursor:pointer;
		}

.buyBlob {
	text-align:right;
	display:inline;
	float:right;
	margin:10px 10px 10px 0;
}
	.buyBlob  .buyBlobInput{
		text-align:center;
		width:16px;
		border:1px solid #F5871F;
	}
	
		
		
		
.blobStyle1, .blobStyle3 {
	position:relative;
}

.blobStyle3 .blobBody h3 {
	font-size:175%;
	padding-top:3px;
}

.blobStyle1 .blobBody a, .blobStyle3 .blobBody a {
	position:absolute;
	right:15px;
	bottom:10px;
	padding-bottom:4px;
	width:110px;
	left:auto;
	text-align:center;
}
/* ******************************
Selected Blob Styles
****************************** */





/* ******************************
Selected Header Design and Theme
****************************** */

#header {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-451px;
	height:120px;
	width:902px;
	background:url('/images-layout/header-bg.gif') 50% 0 no-repeat;
}
#headerWrapper {
	height:120px;
	width:902px;
}
	#siteLogo {
		position:absolute;
		top:32.5px;
		left:27.5px;
		height:85px;
		width:471px;
		z-index:5;
	}
	
	#headerTagline1 {
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		text-align:center;
		z-index:1;
	}
	
	#headerTagline2 {
		position:absolute;
		top:80px;
		width:100%;
		left:0;
		text-align:center;
		z-index:1;
	}
	
	#headerPhone {
		position:absolute;
		bottom:70px;
		right:60px;
		margin:0;
		padding:0 6px 6px 0;
		font-size:150%;
		color:#FFF;
	}
	
	#headerLinks {
		position:absolute;
		top:40px;
		right:45px;
		padding:6px 6px 0 0;
		list-style:none;
	}
		#headerLinks li {
			float:left;
		}
			#headerLinks li a:link, #headerLinks li a:visited, #headerLinks li a:active {
				padding:0 6px;
				color:#FFF;
			}
			#headerLinks li a:hover {
				color:#DDD;
			}
	
/* ******************************
Selected Navigation Design and Theme
****************************** */

#navigation {
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-233px;
	width:682px;
	height:43px;
	background:#A8A9A8 url('/images-layout/navigation-bg.gif') right repeat-x;
}
	#navigation ul {
		
	}
		#navigation ul li {
			position:relative;
			float:left;
		}
			#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
				display:block;
				float:left;
				padding:14px 20px 0 20px;
				height:29px;
				font-size:110%;
				font-weight:bold;
				text-decoration:none;
				color:#fff;
			}
			#navigation ul li a:hover {
				text-decoration:underline;
				background:url('/images-layout/navigation-hover-link.gif') right 50% no-repeat;
			}
		#navigation ul li:hover,
		#navigation ul li.over {
			/*background:#F89C1C url('/images-layout/navigation-hover-list.gif') 0 50% repeat-x;*/
		}
			#navigation ul li:hover a:link, #navigation ul li:hover a:visited, #navigation ul li:hover a:hover, #navigation ul li:hover a:active,
			#navigation ul li.over a:link, #navigation ul li.over a:visited, #navigation ul li.over a:hover, #navigation ul li.over a:active {
				text-decoration:underline;
				background:url('/images-layout/navigation-hover-link.gif') right 50% no-repeat;
				color:#F89C1C;
			}
			
		#navigation ul li.current {
			/*background:#F89C1C url('/images-layout/navigation-hover-list.gif') 0 50% repeat-x;*/
		}
			#navigation ul li.current a:link, #navigation ul li.current a:visited, #navigation ul li.current a:active {
				text-decoration:underline;
				color:#F89C1C;
				background:url('/images-layout/navigation-hover-link.gif') right 50% no-repeat;
			}
			#navigation ul li.current a:hover {
				text-decoration:underline;
				background:url('/images-layout/navigation-hover-link.gif') right 50% no-repeat;
			}



/***************************************************************
Appearance and Location for Dropdowns
***************************************************************/

#navigation ul li ul {
	display:none;
}

#navigation ul li:hover ul,
#navigation ul li.over ul {
	display:block;
	position:absolute;
	top:43px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:none;
	border-bottom:1px solid #bbb;
	z-index:5;
}
#navigation ul li.last ul {
	left:auto;
	right:-1px;
}
	#navigation ul li:hover ul li, #navigation ul li.over ul li{
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:198px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		
		border:solid #aaa;
		border-width:0 1px;
		
		background:#fff;
		z-index: 5;
	}
	#navigation ul li:hover ul li.first, #navigation ul li.over ul li.first { border-top:none; }
	#navigation ul li:hover ul li.last, #navigation ul li.over ul li.last { }
		
		#navigation ul li:hover ul li a:link, #navigation ul li:hover ul li a:visited,
		#navigation ul li.over ul li a:link, #navigation ul li.over ul li a:visited {
			display:block;
			float:none;
			
			margin:0;
			padding:6px 0 6px 12px;
			height:auto;
			width:186px;
			
			font-weight:normal;
			font-size:90%;
			text-align:left;
			text-decoration:none;
			color:#555;
			font-style:normal;
			
			border:0;
			background:#fff;
		}
		#navigation ul li:hover ul li a:hover, #navigation ul li:hover ul li a:active,
		#navigation ul li.over ul li a:hover, #navigation ul li.over ul li a:active {
			text-decoration:underline;
			color:#fff;
			background:#F89C1C;
		}
		
		
		#navigation ul li.current:hover ul li a:link, #navigation ul li.current:hover ul li a:visited {
			text-decoration:none;
			background:#fff;
		}
		#navigation ul li.current:hover ul li a:hover, #navigation ul li.current:hover ul li a:active {
			color:#fff;
			text-decoration:underline;
			background:#A8A9A8;
		}
		
		
		#navigation ul li.current ul li.current a:link, #navigation ul li.current ul li.current a:visited {
			color:#fff;
			text-decoration:underline;
			background:#bbb;
		}
		#navigation ul li.current ul li.current a:hover, #navigation ul li.current ul li.current a:active {
			color:#fff;
			text-decoration:underline;
			background:#A8A9A8;
		}
		
/* ******************************
Selected Bread Crumbs
****************************** */

/* ******************************
Selected Footer Design and Theme
****************************** */

#footer {
	position:relative;
	
	padding:0 20px 20px 20px;
	width:862px;
	font-size:95%;
	background:url('/images-layout/footer-bg.gif') 50% bottom no-repeat;
}
#footerWrapper {
	
}
	#footerLinks {
		display:none;
		position:absolute;
		top:0px;
		left:20px;
		height:35px;
		width:862px;
		list-style:none;
		/*background:#A8A9A8 url('/images-layout/footer-links-bg.gif') 0 50% repeat-x;*/
	}
		#footerLinks li {
			float:left;
		}
			#footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
				float:left;
				padding:8px 24px 0 24px;
				height:27px;
				font-size:120%;
				font-weight:bold;
				text-decoration:none;
				color:#333;
			}
			#footerLinks li a:hover {
				text-decoration:underline;
				color:#333;
			}
	
	#footerPhone {
		position:absolute;
		top:6px;
		right:28px;
		font-size:120%;
		color:#fff;
	}
	
	#footerCopyright {
		margin-bottom:0;
		padding-top:41px;
	}
	#footerAddress {
		margin-bottom:6px;
		font-style:normal;
	}
		
/* ******************************
Design Layout Code
****************************** */

body {
	min-width:902px;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0;
	margin:0 auto;
	width:902px;
	text-align:center;
}

#content {
	position:relative;
	padding:183px 2px 0 2px;
	width:898px;
	text-align:left;
}

#columnWrapper {
	position:relative;
	padding-right:0px;
	padding-left:0px;
	
	min-height:300px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:300px;
	
	width:894px;
}

.navSearch {
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-449px;
	width:216px;
	height:43px;
	background:url('/images-layout/navigation-search.gif');
	}
	
	.navSearch form{
		padding-top:10px;
	}
	
	.navSearch form fieldset input {
		font-size:16px;
		vertical-align:middle;
		background:#FFE1B2;
		border:1px solid white;
		height:20px;
		width:125px;
	}
	
		.navSearch form fieldset input.buttonStyle2{
			background: url('/images-layout/search-button.gif') no-repeat;
			height:24px;
			width:69px;
			padding-bottom:1px;
			border:0;
			color:#FFF;
			cursor:pointer;
		}
	
		.navSearch form fieldset input.buttonStyle2:hover, .navSearch form fieldset input.buttonStyle2_ie6hover{
			background:url('/images-layout/search-button.gif') no-repeat;
			height:24px;
			width:69px;
			border:0;
			color:#F5871F;
			cursor:pointer;
		}



/* ******************************
Template Layout Code
****************************** */

#columnWrapper {
	padding-right:-4px;
	padding-left:214px;
	width:464px;
}

.column1 {
	position:relative;
	display:inline;
	float:left;
	margin-top:0px;
	width:684px;
}

.column2 {
	position:relative;
	display:inline;
	float:left;
	margin-top:0px;
	margin-left:-898px;
	width:214px;
}

.column3 {
	position:relative;
	display:inline;
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	width:220px;
}
