/* ==== 1. CSS Reset v1.0 | 20080212 ==== */
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, img, ins, kbd, q, samp, small, strike, strong, sub, sup, 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-size: 100%;vertical-align:baseline;background:transparent;}body{line-height: 1;}ol, ul{list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before,q:after{content: '';content: none;}:focus{outline: 0;}ins {text-decoration: none;}del{text-decoration:line-through;}
/* ==== /CSS Reset ==== */

/* ==== clearfix ==== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ==== /clearfix ==== */

/* ==== typography ==== */

body	{
		position: relative;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		margin:0;
		background: url(../images/shared/body_bg.gif) repeat-x;
}
#Welcome {
	background: none!important;
}
#id_agreement {
background:none !important;
margin:20px;
}

#signup input	{
width:120px;
}

input#txtUserName, input#txtPassword {
	margin-left:5px;
}

#formtable{
	width:300px;
	clear:both;
	height:150px;
	margin-top:10px;
}
#formtable br{clear:left;}
#formtable label{
	float:left;
	width:140px;
	font-size: 12px;
    vertical-align:top;
}
#formtable .data input, #formtable .data select {
	float:left;
	width:140px;
}

#formtable input.psubmit{
	background-color: #143443;
	color:#fff;
	border:1px solid #143443;
	width:120px;
}

#agree	{width:40px;}


.logo	{
		border: none;
}

h1, h2, h3, h4	{
		font-size: 16px;
		padding: 0 0 10px 0;
}



h4{
		color: #2c7dc1;
		font-size:13px;
		padding: 10px 0 10px 0;
}

p	{
		font-size: 11px;
		margin:10px 0;
		line-height: 16px;
}

a	{
		color: #2c7dc1;
		text-decoration:none;
		font-weight:bold;
}

a:hover	{
		color: #2c7dc1;
		text-decoration:underline;
}

.hid {
display:none;
visibility:hidden;
}

.shw	p	{
margin:0px 20px;
}

.sub_menu {
		display:none;
}

ul.faq_ul	{
		margin:0px;
		line-height:16px;
}


/*============== header ===================*/

#header	{
		width: 960px;
		/*background: url(../images/shared/collage.jpg) no-repeat;*/
		height:165px;
		position:relative;
		margin:1px auto;
}

#top	{
		width:960px;
		height:55px;
		margin:1px auto;
		position:relative;

}

/*== Login Form ==*/


form#frmLogin	{
		position: relative;
		display:table;
		width: 230px;
		font-size:11px;
		font-weight:bold;
		float:right;
		clear:right;
		margin: 45px 85px 0 0;
}

#frmLogin ul	{
		list-style-type: none;
		display:block;

}

#frmLogin ul li	{
		color: #FFF;
		margin-top: 5px;
		height:23px;
		width: 230px;
}

#frmLogin ul li label 	{
		width:90px;
		display:block;
		float:left;
}

#frmLogin ul  li input 	{
		display: inline;
		width: 120px;
		float:left;
}

#frmLogin ul li.last {
		display:inline;
		margin-top: 15px;
		font-size: 10px;
		width:150px;
		float:left;
}

#frmLogin ul li.login input {
		width: 64px;
}

#frmLogin ul li.login {
		display:inline;
		float: right;
		width:64px;
		margin: 10px 16px 0 0 ;
}




/*#frmLogin li#btnLogin input[type="image"]	{*/
/*		width:64px;*/
/*}*/


.last a, .last a:hover	{
		color: #d6ecff;

}
/*== Language Navigation (flags) ==*/

ul#nav_lang	{
		position: relative;
		float:right;
		list-style-type: none;
		z-index:100;
		margin: 5px 95px 0 0;
}

#nav_lang	li {
		float: left;
		display:block;
		margin:0 4px;
		border:1px solid #3d7ab3;
}

#nav_lang	li > a > img {
		display:block;
		border:1px solid #3d7ab3;
}

/*== Navigation ==*/


#nav	{
		background: #1d4870;
		display: block;
		height: 36px;
		font-size:12px;
		font-weight:bold;
		list-style-type: none;
		vertical-align: middle;
		width: 960px;
		margin:2px auto 0px auto;
		position:relative;
		z-index:100;

}

#nav > li	{
		float: left;
		height:31px;
		background: url(../images/shared/nav_devider.gif) right no-repeat;
		position:relative;

}

#nav li a	{
		color: #FFF;
		display:block;
		padding:0px 17px 4px 17px;
		margin: 1px 5px 1px 5px;
		line-height:30px;
		text-decoration: none;
}

#nav li a:hover	{
		background: #2f82cd url(../images/shared/arrow1.jpg) bottom center no-repeat;
		margin-bottom:5px;

}


#nav li.sign_up, #nav li.sign_up:hover	{
		margin: 0px 90px 0px 0;
		height:36px;
		width:100px;
		float: right;
		/*background: url(../images/en/signup_btn.jpg) bottom center no-repeat;*/
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;

}


#nav li.sign_up a, #nav li.sign_up a:hover 	{
		display:block;
		height:36px;
		background:none !important;
}


#nav li.about_p, li#copy_right	{
		background:none !important;
}

#nav li ul {
background:#1d4870;
display:none;
left:0px;
position:absolute;
top:35px;
}

#nav li ul li {
clear:left;
top:auto;
}

#nav li ul li a {
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:normal;
min-height:15px;
padding:2px 15px;
text-transform:none;
width:100px;
}

ul#nav li:hover ul, ul#nav li.over ul  { /* lists nested under hovered list items */
	display: block;
	z-index:100;
}

/*=========== Content ============*/

#main_ctr {
		width:960px;
		margin:0 auto;
		position:relative;
		overflow: auto;
		padding-top:20px;
}

#right_clmn	{
		width:540px;
		margin-right: 100px;
		/*border: 1px solid red;*/
		float:right;
}

#Welcome #right_clmn {
	width:480px;
}

#right_clmn	a {

}

#right_clmn	a:hover {

}

#right_clmn	ul{
		list-style-image: url(../images/shared/square.gif);
		margin: 20px 0 20px 20px;
		color: #000;
		font-size: 11px;
		font-weight: 100;
}

#right_clmn	ul li {
		margin: 4px 0;
}
/*== Sidebar ==*/

#left_clmn	{
		width:270px;
		margin-left: 15px;
		/*border: 1px solid red;*/
		float:left;
}

#Welcome #left_clmn {
	width:350px;
}

/*== Contacts box==*/

ul.contact	{
		margin:20px 0;
		display:block;
		background: none;
}

.contact li	{
		margin:0;
		font-weight:bold;
		line-height:16px;
}

.contact a	{
		margin:0;
		font-weight:100;
}

img#signup {
		margin:10px 0;
}

/*== Bottom Navigation ==*/

/*== dt, dl ==*/

dl {
		display:block;
		margin:5px 0;

}

dt {
		display:block;
		padding:0 20px;
		line-height: 16px;
		background: url(../images/shared/square.gif) no-repeat 0 7px;
		border: 0px solid #FF0000;
		width: 100%;
}

dd {
		padding:0 20px;
}


#footer	{
		height: 36px;
		background: #1d4870;
		margin:40px 0;
}

#nav_bottom	{
		display: block;
		font-size:11px;
		list-style-type: none;
		vertical-align: middle;
		width: 960px;
		margin:0 auto;

}

#nav_bottom li	{
		float: left;
		height:35px;
		background: url(../images/shared/nav_devider.gif) right no-repeat;

}

#nav_bottom li a	{
		color: #aed8ff;
		display:block;
		padding:0px 20px 4px 20px;
		margin: 1px 5px 1px 5px;
		line-height:30px;
		font-weight:100;
		text-decoration: none;
}

#nav_bottom li a:hover	{
		color: #FFF;
		margin-bottom:5px;
		text-decoration:underline;

}

/*#nav li:hover	{*/
/*		margin-bottom:5px;*/
/*		height:35px;*/
/*		*/
/*}*/

#nav_bottom li.last	{
		float: left;
		background:none !important;
}

#nav_bottom li#contact-us	{
		background:none !important;
}

#nav_bottom li#copy_right	{
		padding:0;
		float:right;
}

#nav_bottom li#copy_right a	{

}

td.labels {
	width:130px;
	height:18px;
	display:block;
	float:left;
	vertical-align:middle;
	text-align:left;
}

#formtable tr {
	clear:both;
	height:25px;
}

.data select#birthdate_month,
.data select#birthdate_day {
	float:left!important;
	width:38px!important;
}

.data select#birthdate_year {
	float:left!important;
	width:62px!important;
}

#eula td {
	text-align:left;
}