/***** eXternalTest Style Home 1.0 *****/

/*** Main ***/
body {
	background-color: #ebebeb;
	border-top: 5px solid #c3cbd8;
	color: #323232;
	font-size: 75%;
	font-family: arial, verdana, tahoma, sans-serif;
	line-height: 1.3em;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #193f86;
	text-decoration: underline;
}

a:hover, a:active {
	color: #6f8cc2;
	text-decoration: none;
}

#box {
	width: 960px;
	margin: 0px auto;
	background: #fff url(../img/bg_box.png) repeat-y;
}

.wrapper {
	padding: 2em;
}

/*** Languages & Header ***/
#languages {
	text-align:right;
	width: 960px;
	margin: 8px auto;
}

	#languages a:link, #languages a:visited  {
		text-decoration: none;
		color: #323232
	}
	
	#languages a:hover, #languages a:active  {
		text-decoration: underline;
		color: #323232
	}

#logo {
	float: left;
}

#login-register {
	float: right;
	text-align: right;
  height:50px;
}
	#login-register h4 {
		font-size: 18px;
		margin-top: .5em;
	}
	
	#login-register img {
		margin-bottom: -8px;
	}

/***** Main and Current *****/
#main {
	border-top: 2px solid #e4e2d6;
	border-bottom: 2px solid #e4e2d6;
}

	#main-left {
		float: left;
		background: #f2efe6 url(../img/bg_main_left.png) no-repeat;
		width: 535px;
		height: 225px;
	}
	
	#main-right {
		float: right;
		width: 425px;
		background: #f2efe6 url(../img/bg_main_right.png) repeat-x;
		height: 225px;
	}
	
		#main-right h1 {
			margin: .5em;
			font-size: 2em;
			line-height: 1.1em;
			font-weight: normal;
		}
		
		#main-right ul {
			margin: 0 0 0 1em;
			list-style-type: none;
		}
		
			#main-right li {
        background: transparent url(../img/bullet_square.png) no-repeat;
				background-position: 0px 2px;
				padding-left: 2em;
				padding-bottom: 1em;
				padding-right: 20px;
        
			}
      
#current {
	background: #fff url(../img/bg_current.png) no-repeat;
	margin-left: 20px;
	width: 431px;
	height: 33px;
}

	#current p {
		text-align: center;
		padding-top: 5px;
	}
	
/***** Content left & right *****/	
#content-left {
	float: left;
	width: 48%;
}

#content-right {
	float: right;
	width: 48%;
}

/***** Why *****/
#why {
	background: #fff url(../img/separator.png) no-repeat;
	background-position: bottom left;
	padding-bottom: 3em;
	
}
	#why h2 {
		font-size: 2.5em;
		font-weight: normal;
		color: #183e85;
		margin-bottom: 1em;
    line-height:.8em;
	}

	.why-left {
		float: left;
		width: 49%;
	}
	
	.why-right {
		float: right;
		width: 49%;
	}
	
		.why-right img {
			float: right;
			margin: 0 0 2em 1em;
		}
		
		.why-right p {
			margin-bottom: .5em;
		}

/***** Summary *****/
#summary {
	
}

	#summary h3 {
		font-size: 2em;
		font-weight: normal;
		color: #183e85;
		margin-bottom: 1em;
	}

	#summary ul {
		list-style-type: none;
	}
	
		#summary li {
			background: #fff url(../img/bullet_arrow.png) no-repeat;
			background-position: 0px 4px;
			padding-left: 1.5em;
			padding-bottom: 1em;
		}
		
		#summary li a {
			font-size: 1.5em;
		}
		
		#summary .more {
			float: right;
			font-size: 1.2em;
		}
		
		#summary .more a:link, #summary .more a:visited  {
			text-decoration: underline;
			color: #c47914
		}

		#summary .more a:hover, #summary .more a:active  {
			text-decoration: none;
			color: #ecaa51
		}
		
/***** Try It *****/
#tryit {
	padding:0 2em 2em 2em;
	background: #fff url(../img/bg_tryit.png) repeat-x bottom left;
}

	#tryit ul {
		list-style-type: none;
	}
	
		#tryit li {
			background: transparent url(../img/bullet_check.png) no-repeat;
			background-position: 0px 1px;
			padding-left: 2em;
			padding-bottom: 1.5em;
		}
		
	#tryit img {
		margin-top: 1em;
	}

/***** News *****/
#news {
	margin-top: 2em;
	background: #fff url(../img/bg_news.png) no-repeat top right;
}

	#news h3 {
		font-family: georgia, verdana, tahoma, sans-serif;
		font-weight: normal;
		font-size: 3em;
		color: #a3a3a3;
		padding: .5em 0;
	}
	
	#news p {
		width: 75%;	
		font-size: .95em;
		margin-bottom: .5em;
	}
	
	#news .readmore {
		margin-bottom: 2em;
	}
	
	#news .more {
		float: right;
		font-size: 1.2em;
	}
	
	#news .more a:link, #news .more a:visited  {
		text-decoration: underline;
		color: #c47914
	}

	#news .more a:hover, #news .more a:active  {
		text-decoration: none;
		color: #ecaa51
	}
	
/***** Footer *****/
#footer {
	padding: 20px 20px;
	width: 360px;
	margin: 0 auto;
	text-align: center;
}

	#footer img {
		float: left;
		margin: 0 .5em 0 0;
	}
	
	#footer p {
		color: #717171;
		margin-bottom: .3em;
	}
	
	#footer a:link, #footer a:visited  {
		text-decoration: underline;
		color: #717171
	}
	
	#footer a:hover, #footer a:active  {
		text-decoration: none;
		color: #717171
	}