@charset "UTF-8";
/* CSS Document */
body {
	font-size:10px;
}

/* PAGE LAYOUT */
/* PAGE LAYOUT */
/* PAGE LAYOUT */
/* PAGE LAYOUT */

.wrapper {
	background: url(../images/bg_gradient.png) repeat-x top;
	width:auto;
}

.page_bg {
	background: url(../images/bg_image.png) no-repeat top;
	width:auto;
	height: 714px;
	margin:0 auto;
}

.container {
	width:960px;
	margin: 0 auto;
	padding-top:164px;
}

.form_container {
	margin:0 auto;
	padding-top:80px;
	width:314px;
	height:120px;
}

.content_blocks {
	padding-top:225px;
	line-height:1.4;
}

.left_block {
	float: left;
	width:420px;
	padding-right: 53px;
	border-right:1px #c4c4c4 solid;
	margin-right: 40px;
}

.right_block {
	float: right;
	width:420px;
}

/*TEXT STYLES */
/*TEXT STYLES */
/*TEXT STYLES */
/*TEXT STYLES */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:25px;
	text-align:center;	
	font-weight:100;
	padding-right:20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9a9a9a;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999;
	text-align: center;
	margin-top: 10px;
	padding-right: 24px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 12pt;
	text-align:center;
	margin-right:45px;
	padding-bottom:5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9a9a9a;
}



/* FORM SPECIFIC STYLES */
/* FORM SPECIFIC STYLES */
/* FORM SPECIFIC STYLES */
/* FORM SPECIFIC STYLES */

form {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
}
form,input{
	color:#f85130;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 100;
} 
div.box {
	width:324px;
} 

div.box .input_text { 
	background:#f5f5f5; 
	width:270px; 
	padding:5px 5px; 
	border: 1px double #CCC; 
} 

div.box .button { 
	background:#f85130; 
	margin:12px 0  0 90px; 
	padding:8px 17px;
	color:#fff;
	border:0px; 
	font-size:15px;
	font-style:italic;
	font-weight:500;
	text-decoration:none;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

div.box .button:hover {
	background-color:#d8472a;
	color:#fff !important;
	text-decoration:none;
}


/* GENERAL PAGE SETTINGS, WON'T USE OFTEN */
/* GENERAL PAGE SETTINGS, WON'T USE OFTEN */
/* GENERAL PAGE SETTINGS, WON'T USE OFTEN */
/* GENERAL PAGE SETTINGS, WON'T USE OFTEN */

/* This is to get rid of the automatic margins and padding that is automatic */
* {
	margin: 0;
	padding: 0;
}