@charset "utf-8";
/* 	Distribute Japan
	November 26, 2009
	Awakers Inc. 		*/

body{
	background: url(../images/mainbackground.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	}
	
a:link, a:visited{
	border: none;
	}	
img{
	border: none;
	}	
#Clear{
	clear: both;
	}	
#HeadWrapper{
	height: 140px;
	width: 985px;
	margin: 0 auto;
	}
#TopMost{
	height: 90px;
	display: block;
	}
#LogoHolder{
	float: left;
	width: 334px;
	height: 90px;
	background: url(../images/logo.jpg) no-repeat;
	}	
#Signature{
	float: right;
	width: 310px;
	height: 90px;
	background: url(../images/signature.jpg) no-repeat top;
	}		



/* Banner */
#BannerHolder{
	height: 350px;
	background: url(../images/banner_bottom.jpg) bottom repeat-x;
	}
#Banner{
	width: 1000px;
	margin: 0 auto;
	
	}
	
/* Home Content */	
#HomeContent{
	background: url(../images/homebodyback.jpg) center top no-repeat;
	}
#TitleHomepage{
	width: 985px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 5px;
	}
#BannerSteps{
	width: 985px;
	margin: 0 auto;	
	height: 296px;
	background: url(../images/steps.png) no-repeat;
	}
	
#PartnersHolder{
	width: 975px;
	margin: 0 auto;
	background: url(../images/partnersback.jpg) center repeat-y;
	min-height: 100px;
	border: 1px solid #f7f0e1;
	margin-top: 10px;
	
	}
#TitlePartners{
	background: url(../images/partnerslabel.jpg) no-repeat;
	width: 382px;
	height: 35px;
	}
	
#Partners{
	width: 940px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;	
	
	}
#Partners a:link, #Partners a:visited{
	}
	
	
	
/* FooterHolder */	
#FooterHolder{
	background: url(../images/footerbackground.jpg) repeat-x;
	display: block;
	margin-top: 20px;
	}
#Footer{
	background: url(../images/footer.jpg) center top no-repeat;
	min-height: 300px;
	_height: 300px;
	
	}
#FooterMenu{
	width: 985px;
	margin: 0 auto;
	}
#FooterLeft{
	width: 260px;
	float: left;
	background: url(../images/logosmall.jpg) no-repeat;
	height: 55px;
	margin-top: 40px;
	}	
#FooterRight{
	width: 285px;
	float: right;
	margin-top: 20px;
	}
#FooterMid{
	width: 400px;
	float: left;
	margin-top: 50px;
	text-align: center;
	color: #FFF;
	}
#FooterMid a:link, #FooterMid a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}	
#FooterMid a:hover, #FooterMid a:active{
	color: #F30;
	}		
	
	
	
	
/* Slider */	

	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2, #slider2 li { 
		width:1000px;
		height:350px;
		overflow:hidden; 
	}

	span#prevBtn{
		display: none;
		}
	span#nextBtn{
		display: none;		
		}					


/*	Subpage 	*/
#SubPageTitle{
	height: 64px;
	background: url(../images/subpagetitleback.jpg) bottom repeat-x;
	
	}
	
#TitleHolder{
	margin: 0 auto;
	width: 985px;
	}
#SubTitleRight{
	width: 185px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#SubTitleLeft{
	float: left;
	width: 420px;
	margin-top: 15px;
	}
	
#TituloHomepage{
	width: 990px;
	margin: 0 auto;
	padding: 10px;
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0aa5e0;
	display: block;
	}
#LamanSubpage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9d9c97;
	margin: 0 auto;
	width: 900px;
	margin-bottom: 100px;
	margin-top: 20px;
	line-height: 25px;
	text-align: justify;
	}	
	
	
#ContactForm{
	width: 700px;
	margin: 0 auto;
	}
#ContactForm .txtinput{
	border: 2px solid #00aff0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCC;
	padding: 4px;
	}	
	
#errorHolder{
	width: 700px;
	margin: 0 auto;
	color: #FFF;
	font-size: 18px;
	}
	
.resetbtn{
	width: 188px;
	height: 41px;
	background: url(../images/resetform.png) no-repeat;
	cursor: pointer;
	border: none;
	}	
.submitbtn{
	width: 188px;
	height: 41px;
	background: url(../images/submitform.png) no-repeat;
	cursor: pointer;
	border: none;
	}		
#required{
		color: #0aa5e0;
		font-size:22px;
	}	