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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body{
	font-family:Arial,Verdana;
	font-size:13px;
	background-color:#f5f5f5;
	color:#4e4e4e;
	background:#f5f5f5;
}

a,a:focus,a:hover,input:focus,input:hover{outline:0;}
a{	
color:#c96300;
text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input,textarea{font-family:Arial,Verdana;outline:none;}
.clear{
	clear:both;
}
.clear.spacing{
	margin-bottom:25px;
}

#container{
	width:100%;
	background-color:#fff;
	margin-top:250px;
}

#main{
	width:600px;
	margin:0 auto;
	padding:30px 10px 25px 10px;
}

#main .logo{
	float:left;
	margin-right:17px;
}

#main .rtext{
	float:left;
	font-size:22px;
	border-left:1px solid #efefef;
	width:380px;
	height:75px;
	line-height:23px;
	padding:0px 0 0 17px;
	color:#F1592A;
}

p.keep-touch{
	color:#4e4e4e;
	font-size:13px;
	margin-top:13px;
}

p.keep-touch img{
	vertical-align:middle;
}

