/* @group ResetClasses */

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,
b, u, i, center, 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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background-image: url(../graphics/bg_global.png);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, "Sans-Serif";
	font-size: 100%;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 131px;
	width: 1000px;
}
.logoContainer {
	width: auto;
	float: left;
	height: 87px;
	margin-left: 400px;
	margin-top: 5px;
}
.loginBoxContainer {
	float: right;
	height: 70px;
	margin-top: 20px;
}
.fieldContainer {
	width: 350px;
	padding-top: 15px;
	float: left;
}
.loginField {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #7f8a7f;
	width: 120px;
	margin-right: 5px;
	color: #000;
}
/* ----- Stretchable button  -------- */
input.button {
	border: 0;
	background: #fff url(../graphics/btn_left.png) no-repeat;
	background-color: transparent;
	color: #FFFFFF;
	height: 29px;
	cursor: pointer;
	font-weight: bold;
	padding-right: 0px;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;

}
.signupLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}


.buttonEnding {
	position: absolute;
	display: inline;
	width: 12px;
	height: 29px;
	background: url(../graphics/btn_right.png) no-repeat;
	background-position: right;
	margin: 0px;
	padding-right: 0px;
	margin-top: 5px;
	
}
/* ----- Stretchable button end  -------- */



/* @group NAV */

.navContainer {
background-image: url(../graphics/nav_bg.png);
background-repeat: repeat-x;
height: 40px;
float: left;
margin-top: 39px;
}

#nav {
	float:left;
	font-size:93%;
	line-height:normal;
	float:left;
	width: 1000px;
	padding-top: 8px;
	height: 38px;
  }
#nav ul {
  margin:0;
  padding: 0px;
  list-style:none;
  }
#nav li {
  float:left;
  background:url(../graphics/left.gif) no-repeat left top;
  height: 38px;
  border: none;
  display: inline;
  }
/*#nav a {
	float:left;
	display:block;
	background:url(../graphics/right.gif) no-repeat right top;
	text-decoration:none;
	margin-right: 45px;
	padding-top:  9px;
	padding-left: 5px;
	padding-right: 14px;
	padding-bottom: 13px;
	float:none;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
  }*/
  
  #nav a {
float: left;
background: url(../graphics/right.gif) no-repeat;
text-decoration: none;
float: none;
font-family: Arial, Tahoma, sans-serif;
font-size: 16px;
color: #FFF;
text-align: center;
height: 47px;
padding: 14px 30px 20px 30px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#nav a:hover {
  color:#FFFFF;
  }
/*#nav #current {
  background-image:url("../graphics/tab_left_on.png");
  padding-left: 8px;
  margin-top: -5px;

  }*/
  
#nav #current a {
  background-image:url("../graphics/tab_right_on.png");
  color:#ffffff;

  }



/* @end */



  


.bannerContainer {
	margin-bottom: 16px;
	background-image: url (banners/EN/banner_main.jpg);
}
.bannerContainerSub {
	margin-bottom: 16px;
	background-image: url (banners/EN/banner_sub.jpg);
}
.col1 {
	width: 322px;
	float: left;
	margin-right: 17px;
}
.col2 {
	width: 322px;
	float: left;
	margin-right: 17px;
}
.col3 {
	width: 322px;
	float: left;
}
.col4 {
	width: 225px;
	float: left;
	padding: 15px;
	padding-top: 25px;
}
.col5 {
	width: 680px;
	float: left;
	padding: 25px;
}
.col6 {
	width: 1000px;
	float: left;
	margin-top: 15px;
}
.mainContent {
	width: 1000px;
	float: left;
	margin-bottom: 17px;
}
.subContent {
	width: 1000px;
	float: left;
	margin-bottom: 17px;
	background-image: url(../graphics/bg_subcontent.png);
	background-repeat: no-repeat;
	min-height: 465px;
}
.subContentSignup {
	width: 950px;
	float: left;
	margin-bottom: 17px;
	background-image: url(../graphics/bg_subcontent_signup.png);
	background-repeat: no-repeat;
	min-height: 465px;
	padding: 25px;
}
.boxOpen {
	width: 322px;
	float: left;
	background-image: url(../graphics/box_open.png);
	background-repeat: no-repeat;
	height: 7px;
}
.boxContent {
	float: left;
	width: 290px;
	background-image: url(../graphics/box_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	border-right: 1px solid #a6853e;
	border-left: 1px solid #a6853e;
	min-height: 125px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}
p {
	font-size: .8em;
	line-height: 1.5em;
	color: #464647;
	margin-bottom:15px;
}
h1 {
	color: #a6853e;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	color: #0b0b0b;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 10px;
}

.gradientBox {
	float: left;
	margin-bottom: 15px;
}
.boxContent h1 {
	font-size: 1.5em;
	padding-left: 45px;
	min-height: 35px;
	padding-top:8px;
}
.iconRegister {
	background-image: url(../graphics/icon_register.png);
	background-repeat: no-repeat;
}
.iconGetApproved {
	background-image: url(../graphics/icon_getapproved.png);
	background-repeat: no-repeat;
}
.iconEarnMoney {
	background-image: url(../graphics/icon_earnmoney.png);
	background-repeat: no-repeat;
}
.boxClose {
	float: left;
	width: 322px;
	background-image: url(../graphics/box_close.png);
	background-repeat: no-repeat;
	height: 8px;
}
.box2 {
	width: 322px;
	float: left;
}
.box3 {
	width: 322px;
	float: left;
}
.textHolder {
	float: left;
	width: 322px;
}
.bannerHolder {
	float: left;
	width: 322px;
	margin-bottom:15px;
}
.bannerHolderSub {
	float: left;
	width: 220px;
	margin-top: 20px;
}
.footerContainer {
	background-image: url(../graphics/footer_bg.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 20px;
	float: left;
	margin-bottom: 20px;
	font-size: .8em;
	padding: 10px;
}
.footerContainer li {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	margin-bottom: 15px;
	color: #ffffff;;
}
.footerContainer li  a{
	color: #ffffff;;
}
a {
	text-decoration: none;
	color: #000000;
}
.footerContainer a:hover {
	text-decoration: underline;
}
.tabularA {
	background-image: url(../graphics/bg_tabulara.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	padding: 6px;
	font-size: .9em;
}
.tabularB {
	border-bottom: 1px solid #cad3d8;
	padding: 6px;
	font-size: .9em;
}
.tabularC {
	border-bottom: 1px solid #cad3d8;
	padding: 6px;
	font-size: .9em;
}
.rememberMe {
	width: 350px;
	color: #000000;
	font-size: .7em;
}
.rememberMe a {
	color: #000000;
	text-decoration: underline;
}