html, body{
	height: 100%;
}

body{
	background-image: url(../img/body.gif);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	margin: 0;
	padding: 0;
	color: #666666;
	line-height:1.4em;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

a {
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}

img{
	border: none;
}

a:hover {
	text-decoration: underline;
}

ul, li{
	margin: 0;
	padding: 0;
}
#wrapper, #header, #footer{
	width: 910px;
}

#wrapper{
	margin: 0 auto;
	min-height: 100%;
}

#header{
	height: 116px;
	float: left;
}

#leftcolumn{
	width: 258px;
	float: left;
	margin-right: 21px;
}

#login_box{
	background-image: url(../img/loginbox.jpg);
	background-repeat: no-repeat;
	height: 222px;
	padding-left: 25px;
	padding-right: 25px;
}

#login_box span.title{
	font-size: 15px;	
	font-weight: bold;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}

#login_box .label, #login_box .label_checkbox{
	display: block;
	margin-top: 15px;
}


.text_field{
	width: 200px;
}

#login_box input.submit{
	float: right;
	margin-top: 5px;
}
/* Set margin between top and bottom information*/
#information_box, #affiliate_steps{
	margin-top: 20px;
}

#information_box{
	padding: 0px 25px;
	margin-bottom: 0px;
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
}

#information_box li{
	padding-top: 7px;
	padding-bottom: 7px;
}

#information_box li.divider, #information_box li.divider_first{
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
#information_box li.divider_first {
	padding-top: 0px;
}

#information_box li.language{
	padding-bottom: 0px;
	list-style-type:none;
	margin-top: 10px;
}

#information_box .language_flag {
	float: right;
	width: 18px;
}	

#information_box .language_dropdown {
	width: 170px;
	margin: 0;
	padding: 0;
}

#information_box .language_floatleft {
	float: left;
	width: 170px;
}

#information_box li.divider{
	padding-top: 7px;
}

#welcome a{	width: 591px; float: left;}

#main_content_top, #main_content, #main_content_bottom{
	width: 591px;
	float: right;
}

#main_content_top, #main_content, #main_content_bottom, #footer{
	padding: 0 20px;
}


#main_content_top{
	background-image: url(../img/main_content_top.png);
	background-repeat: no-repeat;
	height: 10px;
}

#main_content{
	background-color: white;
}

#main_content_bottom{
	background-image: url(../img/main_content_bottom.png);
	background-repeat: no-repeat;
	margin-bottom: -10px;
	height: 10px;
}

#welcome a{
	display: block;
	background-repeat: no-repeat;
	
	height: 222px;
}

#affiliate_steps{
	list-style-type: none;
	float: left;
	width: 631px;
}

.step1, .step2, .step3{
	width: 205px;
	height: 257px;
	float: left;
	display: block;
	margin-right: 8px;
}

.step1{
	background-repeat: no-repeat;
}

.step2{
	background-repeat: no-repeat;
}

.step3{
	background-repeat: no-repeat;
	margin-right: 0px;
}

#footer{
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 35px 0 0 0;
	text-align: right;
	padding: 0;
	list-style-type: none;
	width: 620px;
}

#footer li.first{
	background-image: none;	
}

#footer li{	
	background-image: url(../img/square_bullet.gif);
	background-repeat: no-repeat;
	float: right;
	padding-left: 18px;
	margin-left: 13px;
}

#footer li form{
	float: left;
	margin: -4px 0 0 0;
	padding: 0;
}
.tagline{
	float: right;
	display: block;
	margin: 5px 0 0 0;
	text-align: right;
	clear: right;
}