/*GLOBAL---------------------------------------------------*/
section,article,aside,header,footer,nav,dialog,figure{
	display:block;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}



/*BODY-----------------------------------------------------*/
body {
    margin: 0px;  
    background-color: #f5f3f2;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
	font-weight: lighter;
	color: #59595C;
    width: 100%;
	min-width:1380px;
}


/*HEAD-----------------------------------------------------*/
header {
	background-color:#58595b;
	border: 0px;
	height: 150px;
	width: 100%;
}



/*SECTION--------------------------------------------------*/
#intro {
    background:url(img/banner.png) center no-repeat #C5CC4D;
    height: 400px;
    border:0px;
	min-width:1000px;
}

#textbox {
	width:310px;
	float: left;
	margin-left:74%;
	padding-top: 30px;
}

#intro h1 {
	font-size: 18px;
	color: #59595C;
	line-height:1.1;
	padding-top: 100px;
	padding-bottom: 10px;
}

#intro p {
	color: #59595C;
	line-height:1;
	font-weight:ligther;
}

#intro a, a:link, a:visited {
	color: #59595C;
	font-weight:lighter;
}


/*FOOTER---------------------------------------------------*/
footer {
	clear: both;
	background-color: #f5f3f2;
}


/*FORM---------------------------------------------------*/
form {
	margin: 0 20 0 18px;
	float: left;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	padding-bottom: 15px;
}

form legend, form label {
	display: none;
}

form input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2) inset;
	background:none repeat scroll 0 0 #CCEDED;
	border:1px solid #ABADB0;
	outline:medium none;
	padding:5px 5px 5px 7px;
	width:170px;
	height: 24px;
}

form input[type=submit] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	background: none repeat 0 0 #00a9b8;
	border: solid 1px #999999;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight:lighter;
	height: 35px;
	width: 80px; 
}