/* ------------------------------------------------------------------------
	Content redefinition
------------------------------------------------------------------------- */

	* { margin: 0; padding: 0; border: 0; outline:none;}
	
	body {
		background: #d6eeff url(../images/bg.jpg) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #145e90;
	}
	
	a { color: #77A349; text-decoration: none; font-weight:bold; }
	a:hover { text-decoration: underline; }
	#hrz-rule{
		height:10px;
		background:url(/resources/images/en/backgrounds/hr.gif) repeat-x top;
		margin-bottom:10px;
	}
	

/* ------------------------------------------------------------------------
	Global Classes
------------------------------------------------------------------------- */

	.green				{ color: #77a349 !important; }
	.orange,
	 #content .orange a	{ color: #ff750c !important; }
	
	.gray				{ color: #b7aca9 !important; }
	.gray_sml			{ color: #cccccc !important; 
	font-size:1.2em;
	font-weight:normal;
	}
	
	.partners {
		list-style: none;
		margin: 0 0 0 -5px;
	}
	
		.partners li {
			display: block;
			width:84px;
			height:30px;
			clear:both;
		}
	
	.noMargin { margin-bottom: 0 !important; }

	.noHeight td { height: 3px !important; }


/* ------------------------------------------------------------------------
	Shell
------------------------------------------------------------------------- */


#seal {
position: absolute;
top: 8px;
right: 55px;
}

	#page {
		margin: 0 auto;
		width: 950px;
	}
	
#header {
	height: 111px;
	margin: 0 auto;
	background: url(../images/topbg.jpg) repeat-x;
	width:950px;
}

#logo {
	height:75px;
	width:950px;

}

#logo img{
	padding-left:25px;
}

#logo .logo-img{
	float:left;
}
	
	#content-container {
		float: left;
		position: relative;
	}
	
#content {
	width:950px;
	margin:0 auto;
	background: #EFF4F8 url(../images/bg2.jpg) repeat-x top;
}


/* ------------------------------------------------------------------------
	Options menu
------------------------------------------------------------------------- */

	#options {
		float: right;
		margin: 8px 24px 0 12px;
	}
	
		#options li {
			display: block;
			float: left;
			margin: 0 0 0 10px;
		}
		
			#options li a {
				color: #fff;
				display: block;
				font-family: Arial;
				font-size: 1.4em;
				height: 38px;
				padding: 25px 0 0 0;
				text-align: center;
				width: 69px;
			}
			
			#options li.green a {
				background-color: #77a349;
			}
			#options li.green a:hover {
				background-color: #b7b0ac;
				text-decoration: none;
			}
			
			#options li.orange a {
				background-color: #fd822f;
			}
			#options li.orange a:hover {
				background-color: #b7b0ac;
				text-decoration: none;
			}
			
			#options li.gray a {
				background-color: #b7b0ac;
			}
			
			#options li.gray a:hover {
				background-color: #77a349;
				text-decoration: none;
			}



/* ------------------------------------------------------------------------
	Home feature
------------------------------------------------------------------------- */

	#feature {
		background: url(../images/slideshow-bg.jpg) top left no-repeat;
		height: 290px;
		overflow: hidden;
		position: relative;
		width: 950px;
		padding-left:38px;
		padding-top:25px;
	}

	#feature .items {
		list-style: none;
	}
	
		#feature .items li {
			height: 315px;
			width: 950px;

			z-index: 0;
		}

		#feature .items .main {
		}
		#feature .items .background_01 { background: url(../images/feature-images/main-feature01.jpg) 0 5px no-repeat  !important; }
		#feature .items .background_02 { background: url(../images/feature-images/main-feature02.jpg) 0 5px no-repeat  !important; }
		#feature .items .background_03 { background: url(../images/feature-images/main-feature03.jpg) 0 5px no-repeat  !important; }
		#feature .items .background_04 { background: url(../images/feature-images/main-feature04.jpg) 0 5px no-repeat  !important; }

		
			#feature .items .main h1 {
				color: #FFFFFF;
				font-size: 40px;
				font-weight: normal;
				line-height: 55px;
				margin: 5px 0 0 410px;
				text-align: left;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				float:left;
				padding:0 5px;
				letter-spacing:-1px;
			}
			
				/*#feature .items .main h1 .medium { font-size: 42px; }
				#feature .items .main h1 .big { font-size: 60px; }*/
				#feature .items .main h1 .biggest { font-size: 56px;line-height: 70px; }
				
				#feature .background {background-color:#042644;}
			
			#feature .items .main h2 {		
				color: #FFFFFF;
				font-size: 16px;
				font-weight: normal;
				margin: 0 0 0 415px;
				padding: 7px 0 0 0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				float:left;
			}
			
				#feature .items .main h2 .medium { font-size: 14px; }
				#feature .items .main h2 .green {color:#30d385;}
				
			#feature .items .main h3 {
				color: #acd373;
				float: left;
				font-size: 10px;
				font-weight: normal;
				line-height: 1;
				margin: 55px 0 0 700px;
				text-align: left;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				width:100px;
			}
				
			#feature .items .main .buttons {
				bottom: 17px;
				right: 17px;
				position: absolute;
				z-index:1;
			}

	
		#feature .paging {
			bottom: 36px;
			list-style: none;
			position: absolute;
			left: 55px;
			z-index: 2;
		}
		
			#feature .paging li {
				display: block;
				float: left;
				margin: 0 0 0 3px;
			}
		
			#feature .paging a {
				background:url(../images/page-off.png) no-repeat;
				color: #fff;
				display: block;
				font-family: Arial;
				font-size: 0px;
				font-weight: bold;
				padding: 1px 4px;
				width:21px;
				height:21px;
				text-decoration: none;
			}
			
			#feature .paging .selected a,
			#feature .paging a:hover {
				background:url(../images/page-on.png) no-repeat;
				text-decoration: none;
				color:#459dd0;
			}
			
			
			
.btn_try {
	background: url(../images/main-button-alt.png) top left no-repeat;
	display: block;
	height: 54px;
	float: left;
	width: 395px;
	margin: 178px 0 0 413px;
	position: absolute;
	z-index:1;
	left: 48px;
	top: 25px;
		
	}
	
	
.btn_try:hover{
		background-position:0 -54px;
		cursor:pointer;
	}
	
.btn_buy {
	background: url(../images/buynow-home.png) top left no-repeat;
	display: block;
	height: 54px;
	float: left;
	width: 155px;
	margin: 178px 0 0 625px;
	position: absolute;
	z-index:2;
	left: 48px;
	top: 25px;
		
	}
	
	
.btn_buy:hover{
		background-position:0 -54px;
		cursor:pointer;
	}

.btn_try_alt {
	background: url(../images/main-button.png) top left no-repeat;
	display: block;
	height: 54px;
	float: left;
	width: 198px;
	margin: 178px 0 0 413px;
	position: absolute;
	z-index:1;
	left: 48px;
	top: 25px;
		
	}
	
	
.btn_try_alt:hover{
		background-position:0 -54px;
		cursor:pointer;
	}
	

.btn_sign_up {
	background: url(../images/sign-up.png) top left no-repeat;
	display: block;
	height: 54px;
	float: left;
	width: 198px;
	margin: 178px 0 0 413px;
	position: absolute;
	z-index:1;
	left: 48px;
	top: 25px;	
	}
	
	
.btn_sign_up:hover{
		background-position:0 -54px;
		cursor:pointer;
	}

.btn_sign_up_chart {
	background: url(../images/main-button-alt.png) top left no-repeat;
	height: 54px;
	width: 395px;
	float:right;
	}
	
.btn_sign_up_chart:hover{
	background-position:bottom center;
	cursor:pointer;
	}
/* ------------------------------------------------------------------------
	Home steps list
------------------------------------------------------------------------- */

	#steps {
		background: #cfdcdf;
		float: left;
		list-style: none;
		padding: 0 0 14px 0;
		width: 950px;
	}
	
		#steps li {
			border-right: 1px #b5c1c4 solid;
			display: block;
			float: left;
			margin: 27px 0 0 0;
			padding: 0 25px;
			width: 174px;
		}
		
		#steps li.last {
			border-right: 0;
		}
		
		#steps h3 {
			background: url(/resources/images/all/backgrounds/green-x.gif) top left no-repeat;
			color: #434343;
			font-family: Arial;
			font-size: 2.4em;
			margin: -10px 0 10px 0;
			padding: 5px 0 3px 43px;
			text-decoration:none;
		}
		
		#steps h3 a{
			color: #434343;
			text-decoration:none;
		}
		
		#steps h3:hover {
			color: #434343;
			text-decoration:none;
		}
		
		#steps p {
			font-size: 1.4em;
		}
		
		#steps a {
			color: #77a349;
			font-weight: bold;
			font-size: 0.9em;
		}


/* ------------------------------------------------------------------------
	3 col content
------------------------------------------------------------------------- */

	#content .left-col {
		float: left;
		padding: 12px 10px 0 25px;
		width: 440px;
	}
	
	
	#content .content {
		border-left: 1px #dfe4e7 solid;
		float: right;
		padding: 12px 26px 0 25px;
		width: 423px;
	}
	
		#content .content h3 {
			color: #ff750c;
			font-family: Arial;
			font-size: 1.8em;
			line-height: 1;
			margin: 0 0 13px 0;
		}
	
	
	#content .right-col {
		float: left;
		padding: 15px 0 0 25px;
		width: 212px;
	}

		#content .right-col h3 {
			color: #ff750c;
			font-family: Arial;
			font-size: 1.8em;
			line-height: 1;
			margin: 0 0 6px 13px;
		}
		
		#content .right-col p {
			float: left;
			font-family: Arial;
			font-size: 1.4em;
			margin: 5px 0 0 10px;
		}


/* ------------------------------------------------------------------------
	Newslisting
------------------------------------------------------------------------- */

	.news {
		float: left;
		list-style: none;
		margin: 8px 0 0 0;
	}
	
		.news li {
			float: left;
			margin: 0 0 25px 0;
			width: 410px;
		}
		
			.news li .date {
				background: url(/resources/images/all/backgrounds/calendar.gif) top left no-repeat;
				float: left;
				font-family: Arial;
				font-size: 1.1em;
				height: 49px;
				margin: 0 20px 0 0;
				width: 49px;

			}
			
				.news li .date small {
					color: #fff;
					display: block;
					font-size: 1em;
					text-align: center;
					width: 100%;
				}
				
				.news li .date strong {
					color: #565758;
					display: block;
					font-size: 1.4em;
					padding: 5px 0 0 0;
					text-align: center;
					width: 100%;
				}
			
			.news li h4 {
				color: #77a349;
				font-size: 1.4em;
				font-weight: normal;
				margin: 0 0 1px 0;
			}
			
			.news li p {
				float: left;
				font-size: 1.2em;
				line-height: 1.4;
				width: 340px;
				
			}
			
				.news li p a {
					color: #77a349;
					font-weight: bold;
				}


/* ------------------------------------------------------------------------
	Green x Listing
------------------------------------------------------------------------- */

	.green-x {
		list-style: none;
		margin: 0 0 20px 5px;
	}
	
		.green-x li {
			background: url(/resources/images/all/backgrounds/list-green-x.gif) top left no-repeat;
			color: #77a349;
			font-size: 1.4em;
			font-weight: bold;
			margin: 0 0 15px 0;
			padding: 1px 0 1px 34px;
		}


/* ------------------------------------------------------------------------
	Inside Page header
------------------------------------------------------------------------- */

	#page-header {
		background: url(/resources/images/all/features/inside-page-header.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header h1 small {
				font-size: 0.5em;
			}
		
		#page-header h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header h2.marginLeft { margin-left: 78px; }

#page-header-2 {
		background: url(/resources/images/all/features/inside-page-header2.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header-2 h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header-2 h1 small {
				font-size: 0.5em;
			}
		
		#page-header-2 h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header-2 h2.marginLeft { margin-left: 78px; }
	
#page-header-3 {
		background: url(/resources/images/all/features/inside-page-header3.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header-3 h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header-3 h1 small {
				font-size: 0.5em;
			}
		
		#page-header-3 h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header-3 h2.marginLeft { margin-left: 78px; }		
	
#page-header-4 {
		background: url(/resources/images/all/features/inside-page-header4.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header-4 h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header-4 h1 small {
				font-size: 0.5em;
			}
		
		#page-header-4 h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header-4 h2.marginLeft { margin-left: 78px; }	

#page-header-5 {
		background: url(/resources/images/all/features/inside-page-header5.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header-5 h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header-5 h1 small {
				font-size: 0.5em;
			}
		
		#page-header-5 h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header-5 h2.marginLeft { margin-left: 78px; }	
			
#page-header-6 {
		background: url(/resources/images/all/features/inside-page-header6.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header-6 h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header-6 h1 small {
				font-size: 0.5em;
			}
		
		#page-header-6 h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header-6 h2.marginLeft { margin-left: 78px; }	

#page-header-7 {
		background: url(/resources/images/all/features/inside-page-header7.jpg) top left no-repeat;
		height: 137px;
		overflow: hidden;
		width: 950px;
	}
	
		#page-header-7 h1 {
			color: #434343;
			float: left;
			font-size: 6.9em;
			font-weight: normal;
			margin: 14px 0 0 22px;
		}
		
			#page-header-7 h1 small {
				font-size: 0.5em;
			}
		
		#page-header-7 h2 {
			clear: left;
			color: #73a349;
			float: left;
			font-size: 2.5em;
			font-weight: normal;
			margin: -1px 0 0 40px;
			width: 100%;
		}
			#page-header-7 h2.marginLeft { margin-left: 78px; }	
/* ------------------------------------------------------------------------
	Inside page content
------------------------------------------------------------------------- */

	.inside #content {
		width: 950px;
	}

	.inside #content .content {
		border: 0;
		width: 620px;
		padding-right: 28px;
	}
	
		.inside #content .content h3 {
			font-family: Georgia;
			margin: 0 0 19px 0;
		}
		
		.inside #content .content p {
			font-size: 1.4em;
			line-height: 1.4;
			margin: 0 0 20px 0;
		}
		
		.inside #content .content p.big {
			font-size: 1.8em;
			padding-top: 15px;
		}
		
			.inside #content .content p.big a {
				font-weight: bold;
			}
			
			.inside #content .content p.big a.normal {
				font-weight: normal;
			}
	
	.inside #content .right-col {
		padding-left: 0;
		width: 227px;
	}



/* ------------------------------------------------------------------------
	Comparison table
------------------------------------------------------------------------- */

	.comparison {
		width: 630px;
		margin: 0 0 15px -10px;
	}
	
		.comparison .spacer {
			width: 6px;
		}
	
		.comparison th {
			color: #fff;
			font-family: Arial;
			font-size: 1.2em;
			font-weight: normal;
			padding: 7px 0 0 0;
		}
		
			.comparison th small {
				font-family: Georgia;
				font-size: 0.7em;
			}
			
			.comparison th p {
				line-height: 0.8 !important;
				margin: 0 !important;
			}
			
		.comparison th.orange-back {
			background: url(/resources/images/all/backgrounds/orange-back.gif) top left no-repeat;
			height: 47px;
			text-shadow: 1px 1px 1px #c56525;
			width: 112px;
		}
		
		.comparison th.green-back {
			background: url(/resources/images/all/backgrounds/green-back.gif) top left no-repeat;
			height: 47px;
			text-shadow: 1px 1px 1px #5b7d38;
			width: 112px;
		}
		
		.comparison th.title {
			color: #ff750c;
			font-size: 1.6em;
			padding: 14px 0 0 10px;
			text-align: left;
			width: 126px;
		}
		
		.comparison td.title {
			color: #ff750c;
			font-size: 1.6em;
			text-align: left;
		}
		
			.comparison td.title span {
				font-size: 0.8em;
			}
		
		.comparison .even td,
		.comparison .even td.first-row {
			background: #edf0f0;
		}
		
		.comparison td {
			background: #f5f5f5;
			border-left: 1px #dadada solid;
			border-right: 1px #dadada solid;
			font-size: 1.2em;
			height: 35px;
			line-height: 1;
			text-align: center;
		}
		
			.comparison td .green {
				
			}
			
			.comparison td .btn_buy_now,
			.comparison td .btn_try_now {
				height: 35px;
				background-position: -4px -2px;
				margin: 0;
				width: 113px;
			}
			
			.comparison td .btn_try_now { background-position: 0 -2px; }
			
			.comparison td .btn_buy_now:hover  { background-position: -4px -43px; }
			.comparison td .btn_try_now:hover { background-position: 0 -39px; }
		
		.comparison td.spacer,
		.comparison td.first-row {
			background: #fff;
			border: 0;
			font-family: Arial;
		}
		
		.comparison td.first-row {
			padding-left: 10px;
			text-align: left;
		}
		
		.comparison tfoot td {
			background: url(/resources/images/all/backgrounds/table_footer.gif) top left no-repeat;
			border: 0;
		}
	
	.footnote {
		line-height: 1 !important;
		margin: 0 0 10px 0 !important;
	}
			

/* ------------------------------------------------------------------------
	Testimonial Box
------------------------------------------------------------------------- */

	.testimonial {
		background: #e4eaea url(/resources/images/all/backgrounds/testimonial_arrow.gif) bottom left no-repeat;
		float: left;
		overflow: hidden;
		width: 218px;
		margin: 0 0 25px 0;
	}
	
		.testimonial p {
			background: url(/resources/images/all/backgrounds/ldaquo.gif) 2px 9px no-repeat;
			font-family: Georgia !important;
			line-height: 1.3;
			padding: 15px 25px 25px 10px;
			text-indent: 20px;
		}
		
		.testimonial cite {
			background: url(/resources/images/all/backgrounds/rdaquo.gif) 95% 100% no-repeat;
			display: block;
			float: left;
			margin: 0 0 10px 0;
		}
			
		.testimonial small {
			clear: both;
			display: block;
			float: right;
			font-size: 0.85em;
			margin: 8px 30px 0 0;
			text-align: right;
		}


/* ------------------------------------------------------------------------
	Generic Forms
------------------------------------------------------------------------- */

	.generic-form {
		
	}
	
		.generic-form fieldset {
			border: 1px #c7c7c7 solid;
			margin: 0 0 15px 0;
			padding: 20px 20px 0 20px;
		}
		
		.generic-form legend {
			color: #FF750C;
			font-family: Arial;
			font-size: 2.0em;
			padding: 0 5px;
		}
		
		
		.generic-form label {
			display: block;
			font-size: 1.5em;
			margin: 0px 0 3px 0;
			padding: 6px 0 0 2px;
			float:left;
			width:185px;
			height:20px;

		}
		
			.generic-form label span {
				color: #FF750C;
				font-size: 1.1em;
				font-weight: bold;
			}
			
		.generic-form label.radio input {
			background: none;
			border: 0;
			width: auto;
			margin: 0 0 10px 10px;
		}
		
		.generic-form input,
		.generic-form select {
			background: url(/resources/images/all/backgrounds/input-gradient.gif) top left repeat-x;
			border: 1px #cecece solid;
			color: #666;
			font-family: Georgia;
			font-size: 1.5em;
			margin: 0 0 10px 0;
			padding: 5px;
			width: 460px;
		}
		
		.generic-form select { width: 472px; }
		
		.generic-form input:focus,
		.generic-form input:hover,
		.generic-form select:focus,
		.generic-form select:hover {
			border: 1px #FF750C solid;
		}
		
		.generic-form .payment_credit {
			background: url(/resources/images/all/logos/payment_credit.gif) top right no-repeat;
			margin: 0 0 10px 0;
			width: 250px;
		}
		
		.generic-form .payment_paypal {
			background: url(/resources/images/all/logos/payment_paypal.gif) top right no-repeat;
			margin: 0 0 10px 0;
			width: 250px;
		}
		
		.generic-form .payment_credit span,
		.generic-form .payment_paypal span {
			color: #666;
			display: block;
			float: left;
			font-weight: normal;
			text-align: right;
			width: 85px;
		}
		
		.generic-form .info {
			clear: left;
			color: #928f85;
			display: block;
			font-family: Arial;
			position: relative;
			top: -8px;
		}
		
		.generic-form .plan {
			clear: both;
			float: left;
			margin: 0 0 7px 0;
		}
		
		.generic-form .plan label {
			float: left;
			margin: 0 10px 0 0;
			width: 230px;
			
		}
		
		.generic-form .plan input {
			float: left;
			width: auto;
			margin: 0 5px 10px 0;
		}
		
		.generic-form .plan select {
			float: left;
			position: relative;
			top: -5px;
			width: 300px;
		}
		
		.generic-form .checkbox input {
			background: none;
			border: 0;
			margin: 0 7px 5px 0;
			width: auto;
		}
		
		.generic-form .note {
			font-size: 1.5em !important;
			line-height: 1;
		}
		
		.generic-form .actions {
			
		}
		
		
			.generic-form .actions .submit {
				background: url(/resources/images/en/buttons/completeorder.png) top left no-repeat;
				height: 55px;
				width: 172px;
				border:0px;
				cursor:pointer;;
			}
			
			.generic-form .actions .submit:hover {
				background-position: 0 -55px;
				border:0px;
				cursor:pointer;
			}
		
			.generic-form .actions button,
			.generic-form .actions input {
			
			}
			
			.generic-form .actions button:hover {
			}
		
		div.error {
			border: 1px #FE0000 solid !important;
			color: #FE0000;
			margin: 0 0 15px 0;
			padding: 15px;
		}
		
			div.error p {
				margin: 0 0 5px 0 !important;
			}
			
			div.error ul {
				font-size: 1.5em;
				margin: 0 0 0 15px;
			}
			
			div.error li {
				margin: 0 0 5px 0;
			}
		
		.generic-form input.error {
			color: #fe0000;
			border: 1px #fe0000 solid;
		}
		
		#order-summary dl {
			border-top: 1px solid #c7c7c7;
			font-size: 12px;
			overflow:hidden;
			width: 100%;
		}
		
		#order-summary dl dt {
			float: left;
			padding: 5px;
			width: 280px;
			font-size: 13px;
		}
		
		#order-summary dl dt {
			color: #77A349;
			float: left;
			padding: 5px;
			font-size: 13px;
			
		}
		
		#order-summary dl dd {
			float: left;
			padding: 5px;
			font-size: 13px;
		}
		
		#order-summary dl.price dt {
			color: #666;
			text-align: left;
			font-weight: bold;
			font-size: 13px;
		}
		
#add_extra {
	float:left;padding-left:300px;clear:left;margin-bottom:8px;
}

/* ------------------------------------------------------------------------
	Download Box
------------------------------------------------------------------------- */

	.download {
		background: #cfdcdf;
		float: left;
		margin: 0 0 35px 0;
		padding: 0 0 5px 0;
	}
	
		.download .btn_download_now {
			margin: 0;
		}
		
		.download .btn_buy_now {
			margin: 2px 0 0 -2px;
		}
		
		.download p.txt {
			font-family: Georgia !important;
			margin: 8px 0 0 20px !important;
		}

/* ------------------------------------------------------------------------
	Text box
------------------------------------------------------------------------- */

	.text-box {
		float: left;
		margin: 0 0 35px 0;
		overflow: hidden;
		width: 225px;		
	}
	
		.text-box h3 {
			margin-bottom: 10px !important;
		}
	
		.text-box p {
			font-family: Georgia !important;
			font-size: 1.2em !important;
			margin: 0 15px 20px 13px !important;
		}
		
		.text-box .partners {
			margin-left: 12px;
		}



/* ------------------------------------------------------------------------
	Titles
------------------------------------------------------------------------- */

	.logo a {
		background: url(/resources/images/all/logos/logo-databanx.gif) top left no-repeat;
		display: block;
		float: left;
		height: 49px;
		margin: 28px 0 0 19px;
		text-indent: -10000px;
		width: 175px;
	}


/* ------------------------------------------------------------------------
	Buttons
------------------------------------------------------------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width:100%;
}

.btn_left {
	position: absolute;
	z-index:1;
	left: 455px;
	top: 209px;
}
a.button {
    background: transparent url(../images/bg_button_a.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 18px "Trebuchet MS", arial, sans-serif;
    height: 38px;
    margin-right: 6px;
    padding-right: 30px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.button span {
    background: transparent url(../images/bg_button_span.png) no-repeat top left;
    display: block;
    line-height: 28px;
    padding: 5px 0 5px 30px;
} 

a.button:hover {
    color: #666;
    outline: none; /* hide dotted outline in Firefox */
	}
	
a.button:hover span{ 
    padding: 5px 0 5px 30px;/* push text down 1px */
	}
	
a.button em {
	color:#c9f192;
	font-style:normal;
}

a.button:hover em {
	color:#666;
	font-style:normal;
}

a.button_c2 {
    background: transparent url(../images/bg_button_a_c2.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 18px "Trebuchet MS", arial, sans-serif;
    height: 38px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.button_c2 span {
    background: transparent url(../images/bg_button_span_c2.png) no-repeat top left;
    display: block;
    line-height: 28px;
    padding: 5px 0 5px 18px;
} 

a.button_c2 em {
	color:#c9f192;
	font-style:normal;
}

a.button_c2:hover em {
	color:#666;
	font-style:normal;
}


a.button_c2:hover {
    color: #666;
    outline: none; /* hide dotted outline in Firefox */
	}
	
a.button_c2:hover span{ 
    padding: 5px 0 5px 18px;/* push text down 1px */
	}
	
a.button-chart {
    background: transparent url(../images/bg_button_a_index.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold "Trebuchet MS", arial, sans-serif;
    height: 28px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.button-chart span {
    background: transparent url(../images/bg_button_span_index.png) no-repeat top left;
    display: block;
    line-height: 18px;
    padding: 5px 0 5px 18px;
} 

a.button-chart:hover {
    color: #666;
    outline: none; /* hide dotted outline in Firefox */
	}
	
a.button-chart:hover span{ 
    padding: 5px 0 5px 18px;/* push text down 1px */
	 color: #666;
	}

a.button-chart em {
	color:#c9f192;
	font-style:normal;
}

a.button-chart:hover em {
	color:#666;
	font-style:normal;
}
	
a.button-chart_c2 {
    background: transparent url(../images/bg_button_a_index_c2.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 16px "Trebuchet MS", arial, sans-serif;
    height: 28px;
    margin-right: 6px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.button-chart_c2 span {
    background: transparent url(../images/bg_button_span_index_c2.png) no-repeat top left;
    display: block;
    line-height: 18px;
    padding: 5px 0 5px 25px;
	color:#fff;
} 

a.button-chart_c2:hover {
    color: #666;
    outline: none; /* hide dotted outline in Firefox */
	}
	
a.button-chart_c2:hover span{ 
    padding: 5px 0 5px 25px;/* push text down 1px */
	 color: #666;
	}

a.button-chart_c2 em {
	color:#c9f192;
	font-style:normal;
}

a.button-chart_c2:hover em {
	color:#666;
	font-style:normal;
}
	
	.btn_start_tour {
		background: url(/resources/images/en/buttons/btn_start_tour.png) top left no-repeat;
		display: block;
		height: 38px;
		float: left;
		text-indent: -10000px;
		width: 147px;
	}
	
	.btn_start_tour:hover {
		background-position: bottom left;
	}
	
	.btn_try_now {
		background: url(/resources/images/en/buttons/btn_try_now.png) top left no-repeat;
		display: block;
		float: left;
		height: 36px;
		text-indent: -10000px;
		width: 113px;
	}
	
	.btn_try_now:hover {
		background-position: 0 -37px;
	}
	
	.btn_download_now {
		background: url(/resources/images/en/buttons/btn_download_now.gif) top left no-repeat;
		display: block;
		float: left;
		height: 60px;
		margin: -19px 0 0 -12px;
		text-indent: -10000px;
		width: 200px;
	}
	
	.btn_download_now:hover {
		background-position: 0 -68px;
	}
	
	.btn_buy_now {
		background: url(/resources/images/en/buttons/btn_buy_now.png) top left no-repeat;
		display: block;
		float: left;
		height: 40px;
		margin: 4px 0 0 -14px;
		text-indent: -10000px;
		width: 126px;
	}
	
	.btn_buy_now:hover {
		background-position: 0 -41px;
	}
	
	#live_chat_online {
		padding-left:8px;
		clear:both;	
		border-left: 1px #dfe4e7 solid;
	}
	
	.btn_features {
		background: url(../images/main-button-alt.png) top left no-repeat;
		display: block;
		height: 54px;
		width: 395px;
		margin:0 auto;
	}
	
	
	.btn_features:hover{
		background-position:0 -54px;
		cursor:pointer;
	}


/* ------------------------------------------------------------------------
	Misc
------------------------------------------------------------------------- */

	#template {
		left: 50%;
		margin-left: -604px;
		opacity: 0.5;
		position: absolute;
		top: 0;
	}
	
	.small {
		height: 10px;
		overflow: hidden;
	}
	

/* ------------------------------------------------------------------------
	Page 1 Form
------------------------------------------------------------------------- */

	.form1-form {
		
	}
	
		.form1-form fieldset {
			border: 1px #c7c7c7 solid;
			margin: 0 0 15px 0;
			padding: 20px 20px 0 20px;
		}
		
		.form1-form legend {
			color: #FF750C;
			font-family: Arial;
			font-size: 1.6em;
			padding: 0 5px;
		}
		
		.form1-form label {
			display: block;
			font-size: 1.5em;
			margin: 0 0 3px 0;
			padding: 0 0 0 2px;
			float:left;
			width:120px;
			font-weight:bold;
		}
		
			.form1-form label span {
				color: #FF750C;
				font-size: 1.1em;
				font-weight: bold;
			}
			
		.form1-form label.radio input {
			background: none;
			border: 0;
			width: auto;
			margin: 0 0 10px 10px;
		}
		
		.form1-form input,
		.form1-form select {
			background: url(/resources/images/all/backgrounds/input-gradient.gif) top left repeat-x;
			border: 1px #cecece solid;
			color: #666;
			font-family: Georgia;
			font-size: 1.2em;
			margin: 0 0 10px 0;
			padding: 5px;
			width: 450px;
		}
		
		.form1-form select { width: 450px; }
		
		.form1-form input:focus,
		.form1-form input:hover,
		.form1-form select:focus,
		.form1-form select:hover {
			border: 1px #FF750C solid;
		}
		
		.form1-form .payment_credit {
			background: url(/resources/images/all/logos/payment_credit.gif) top right no-repeat;
			margin: 0 0 10px 0;
			width: 250px;
		}
		
		.form1-form .payment_paypal {
			background: url(/resources/images/all/logos/payment_paypal.gif) top right no-repeat;
			margin: 0 0 10px 0;
			width: 250px;
		}
		
		.form1-form .payment_credit span,
		.form1-form .payment_paypal span {
			color: #666;
			display: block;
			float: left;
			font-weight: normal;
			text-align: right;
			width: 85px;
		}
		
		.form1-form .info {
			clear: left;
			color: #928f85;
			display: block;
			font-family: Arial;
			position: relative;
			top: -8px;
		}
		
		.form1-form .plan {
			clear: both;
			float: left;
			margin: 0 0 7px 0;
		}
		
		.form1-form .plan label {
			float: left;
			margin: 0 10px 0 0;
			width: 230px;
		}
		
		.form1-form .plan input {
			float: left;
			width: auto;
			margin: 0 5px 10px 0;
		}
		
		.form1-form .plan select {
			float: left;
			position: relative;
			top: -5px;
			width: 300px;
		}
		
		.form1-form .checkbox input {
			background: none;
			border: 0;
			margin: 0 7px 5px 0;
			width: auto;
		}
		
		.form1-form .note {
			font-size: 1.1em !important;
			line-height: 1;
		}
		
		.form1-form .actions {
		
		}
		
			
			/*.form1-form .actions .submit {
				border: 1px #FF750C solid;
				font-weight: bold;
			}
			
			.form1-form .actions .submit:hover {
				background: #FF750C;
			}*/
			
			.form1-form .actions .submit {
				background: url(/resources/images/en/buttons/continue.png) top left no-repeat;
				height: 55px;
				width: 172px;
				border:0px;
				cursor:pointer;
			}
			
			.form1-form .actions .submit:hover {
				background-position: 0 -55px;
				border:0px;
				cursor:pointer;
			}
			
			.form1-form .actions .login {
				background: url(/resources/images/en/buttons/login.jpg) top left no-repeat;
				height: 30px;
				width: 93px;
				border:0px;
				cursor:pointer;
			}
			
			.form1-form .actions .login:hover {
				background-position: 0 -30px;
				border:0px;
				cursor:pointer;
			}
		
			.form1-form .actions button,
			.form1-form .actions input {
	
			}
			
			.form1-form .actions button:hover {
			}
		
		div.error {
			border: 1px #FE0000 solid !important;
			color: #FE0000;
			margin: 0 0 15px 0;
			padding: 15px;
		}
		
			div.error p {
				margin: 0 0 5px 0 !important;
			}
			
			div.error ul {
				font-size: 1.2em;
				margin: 0 0 0 15px;
			}
			
			div.error li {
				margin: 0 0 5px 0;
			}
		
		.form1-form input.error {
			color: #fe0000;
			border: 1px #fe0000 solid;
		}
		
		#order-summary dl {
			border-top: 1px solid #c7c7c7;
			font-size: 1.2em;
			overflow:hidden;
			width: 100%;
		}
		
		#order-summary dl dt {
			float: left;
			padding: 5px;
			width: 200px;
		}
		
		#order-summary dl dt {
			color: #77A349;
			float: left;
			padding: 5px;
		}
		
		#order-summary dl dd {
			float: left;
			padding: 5px;
		}
		
		#order-summary dl.price dt {
			color: #666;
			text-align: left;
			font-weight: bold;
		}

/* ------------------------------------------------------------------------
	Info Popups
------------------------------------------------------------------------- */	

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #ff7d19;
visibility: hidden;
color: #666;
text-decoration: none;
width:150px;
height:auto;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 25px; /*position where enlarged image should offset horizontally */

}

#navlist2
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;

}

#navlist2 .headline
{
	font-size:1.4em;
	line-height:50px;
	color:#ff750c;
}


/* ------------------------------------------------------------------------
	Login Page
------------------------------------------------------------------------- */	

	#box-wrapper{
		width:298px;
		float:left;
		margin:4px;
	}
	
	#box-top{
		width:300px;
		height:47px;
		background:url(/resources/images/all/backgrounds/myaccount-top.jpg) no-repeat;
	}
	
	#box-content{
		width:288px;
		border-left:1px solid #dfe4e7;
		border-right:1px solid #dfe4e7;
		padding:0 5px 0 5px;
	}
	
	#box-bottom{
		width:300px;
		height:47px;
		background:url(/resources/images/all/backgrounds/myaccount-btm.jpg) no-repeat top;
	}
	
	#big-login{
		width: 149px;
		height: 47px;
		margin:0 auto;
		background: url(/resources/images/en/buttons/login.png) top left no-repeat;
	}
	
	#big-login:hover{
		background-position: 0 -47px;
		border:0px;
		cursor:pointer;
	}

/* Recent Posts */

#recent-posts {
	width: 950px;
	margin: 0 auto;
	font-size:12px;
	color:#02223f;
}

#recent-posts h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #BBB082;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-posts h3 {
	margin: 15px 0 0 0;
	padding: 6px 0 6px 20px;
	font-size: 15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0c4269;
	background:url(../images/ppicon.png) no-repeat 0 2px;
	letter-spacing:-1px;
}

#recent-posts h3 a {
	text-decoration: none;
	color:#0c4269;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	float: left;
	width: 200px;
	padding-left: 30px;
}

#recent-posts li p {
    line-height:normal;
	min-height: 55px;
}

#recent-posts li.first {
	padding: 0;
}

#recent-posts .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #DDD7C0 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline span {
}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	background: url(../../images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#recent-posts .byline a:hover {
	text-decoration: underline;
}

#recent-posts p {
	padding: 0;
	margin: 0;
}

#recent-posts .blue {
	color:#229bd1;
}

/* Buttons */

.read_more {
	width:85px;
	height:36px;
	background:url(../images/read-more-button.png) no-repeat;
	margin-top:10px;
}

.read_more:hover{
	cursor:pointer;
	background-position: 0 -36px;
}

.watch_now {
	width:85px;
	height:36px;
	background:url(../images/watch-now-button.png) no-repeat;
	margin-top:10px;
}

.watch_now:hover{
	cursor:pointer;
	background-position: 0 -36px;
}

a.read_more-fr {
	width:85px;
	height:36px;
	background:url(../images/read-more-button-fr.png) no-repeat;
	margin-top:10px;
	display:block;
}

a.read_more-fr:hover{
	cursor:pointer;
	background-position: 0 -36px;
	display:block;
}

a.read_more-fr span {display:none;}

a.watch_now-fr {
	width:135px;
	height:36px;
	background:url(../images/watch-now-button-fr.png) no-repeat;
	margin-top:10px;
	display:block;
}

a.watch_now-fr:hover{
	cursor:pointer;
	background-position: 0 -36px;
	display:block;
}

a.watch_now-fr span {display:none;}

/* News Section */

#left-col {
	float:left;
	width:430px;
	margin:0 15px 0 30px;
}

#right-col {
	float:right;
	width:430px;
	margin:0 30px 0 15px;
}






#box {
	width:410px;
	background:#dbedf6;
	padding:0 15px 0 15px;
	font-size:12px;
	color:#166599;
	float:left;
	line-height:20px;
	position:relative;
	height:440px;
}

#box a{
	font-size:12px;
	color:#0b4067;
	font-weight:bold;
	text-decoration:none;
}

#box a:hover{
	color:#25aae1;
}

#box .title, 
#box .title a {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0c4269;
	font-weight:bold;
	position:absolute;
	left:10;
	top:0;
	width:300px;
	z-index:9;
	margin-top:3px;
}

#box2 {
	width:410px;
	background:#dbedf6;
	padding:0 15px 0 15px ;
	font-size:12px;
	color:#166599;
	float:left;
	line-height:20px;
	position:relative;
	height:440px;
}

#box2 .title, 
#box2 .title a {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0c4269;
	font-weight:bold;
	position:absolute;
	left:10;
	top:0;
	width:300px;
	z-index:9;
}
/*#box2 a{
	font-size:12px;
	color:#0b4067;
	font-weight:bold;
	text-decoration:none;
}

#box2 a:hover{
	color:#25aae1;
}*/

#box2 .title, 
#box2 .title a {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0c4269;
	font-weight:bold;
	position:absolute;
	left:10;
	top:0;
	width:300px;
	z-index:9;
	margin-top:5px;
}



#box .title_bright-blue{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#25aae1;
	font-weight:bold;
}

#box .subtitle{
	font-size:14px;
	color:#0d4771;
	font-weight:normal;
}

#news-wrap{
	clear:both;
	margin:10px 0 7px 0;
	float:left;
}

#calendar{
	float:left;
	width:50px;
	height:50px;
	background:url(../images/calendar.jpg);
	margin-right:32px;
	margin-top:6px;
}

#video{
	float:left;
	width:105px;
	height:82px;
	margin-right:10px;
	margin-top:6px;
}

#month{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	width:50px;
	line-height:15px;
}

#date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#156295;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
}

#post{
	float:left;
	width:275px;
}

/* Styles for Login */		

#popupbox{
  margin-left:650px;
  padding:5px 20px 0 20px; /*  Make the text not touching the top on the login box */
  width: 250px; /* For centering it on the screen */
  height: 190px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background:url(../images/login-bg.png) no-repeat; /* Login Box background color. Change this if desired. */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
}

#popupbox h3 {
	margin: 0 0 0 0;
	padding: 6px 0 6px 30px;
	font-size: 15px;
	height:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0c4269;
	background:url(../images/ppicon.png) no-repeat 0 2px;
}

.login-form {
		
}
	
.login-form label {
	display: block;
	font-size: 14px;
	color:#1e7bb6;
	width:auto;
	margin-top:6px;
}

.login-form input {
	display: block;
	font-size: 14px;
	color:#1e7bb6;
	width:250px;
	padding: 2px;
	border: 1px #d6d6d6 solid;
}

.login-form .login {
	margin-top:10px;
	background: url(../images/login.jpg) top left no-repeat;
	height: 28px;
	width: 108px;
	border:0px;
	cursor:pointer;
	float:left;
}
body.fr .login-form .login {
	background-image: url(../images/fr/login.jpg);
}


.login-form .login:hover {
	background-position: 0 -28px;
	border:0px;
	cursor:pointer;
}

#login-options{
	position: absolute;
	left: 132px;
	bottom: 20px;
	font-size:11px;
	color:#c4c8d4;
	margin-top:8px;
	text-decoration:none;
}

.questions{
	color:#c4c8d4;
	text-decoration:none;
}

.questions:hover{
	color:#25aae1;
	text-decoration:none;
}

body.home #menu #nav-home a {	
	color: #25aae1;
}

/* Home Features Chart*/	
#homefeat-table img									{  }
#homefeat-table                                     { width: 410px; border-collapse: collapse; margin: 17px 0 4px 0; }
#homefeat-table h3                                  { font-size: 18px; font-family:Arial, Helvetica, sans-serif; color:#0c4269;margin-bottom:0px;  }
#homefeat-table td, #homefeat-table th              { vertical-align: middle; padding:0 2px 0 2px; }
#homefeat-table th					                { font: 16px Arial, Helvetica, sans-serif; }
#homefeat-table td                                  { border-bottom: 1px solid #ccc; }
#homefeat-table td p                                { margin: 0; line-height: 1.1em; font-size: 12px; color: #166599; font-family:Arial, Helvetica, sans-serif; padding: 6px 0;}
#homefeat-table .odd  								{ background: #eee; }
#homefeat-table .prem                               { background: #eee; border-left: 1px solid #ccc; }
#homefeat-table .premo   							{ width:300px; }
#homefeat-table .prempro    		                { border-left: 1px solid #ccc; border-right: 0px solid #ccc; width:90px;}
#homefeat-table .premplus   		                { background: #eeeeee; border-left: 1px solid #ccc; }
#homefeat-table .freeplan   		                { border-left: 1px solid #ccc; }
#homefeat-table .prem, #homefeat-table .prempro,
#homefeat-table .premplus, #homefeat-table .freeplan    { text-align: center; vertical-align: middle; }
#homefeat-table td.iconrow                          { padding-left: 0px; width:30px;}
#homefeat-table .numsites, #homefeat-table .yearlycost  { font: italic 18px/1.4 Arial, Helvetica, sans-serif; }
#homefeat-table .yearlycost                         { padding: 0 0 10px 0px; }
#homefeat-table .yearlycost span                    { font-size: 12px; }
#homefeat-table .yourplan                           { background: #e0e4eb; border-left: 1px solid #ccc; border-right: 1px solid #ccc; } 
#homefeat-table a{color:#fff;}
#homefeat-table a:hover  {color:#ccc;}


/* ---[ =btm-tabs ]------------------------------- */	
#btm-tabs {
	width:320px;
	float:left;
	margin: 40px 0 0 0;
}

ul#tabMenu {
	width:320px;		
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#tabMenu li {
	float: left;
	list-style: none;
}

ul#tabMenu a {
	display: block;
	width: 74px;
    background: url(../images/tabs.png) repeat-x left top;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	height:21px;
	margin:0 3px;

}

ul#tabMenu a.last{
}

ul#tabMenu a:hover {
	color:#38b679;
	}

ul#tabMenu .selected a {
	text-decoration: none;
	color:#38b679;
	background: url(../images/tabs.png) repeat-x left top;
	width: 74px;
	font-weight: bold;
	height:21px;
	margin:0 3px;
	}

.boxBody div.boxContent {
	 display:none; 
	 clear:both;
}

.boxBody div.boxContent.show {
	 display:block;  
	clear:both;
	 
}
