/* RESET */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET END */

/* GENERAL
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 17px/22px Calibri, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	width: 100%;
	background: #007fc1 url(images/bg.png) repeat-x left top;
}
a {
	color: #007fc1;
	outline: none;
	text-decoration: underline;
}
a:hover {
color: #009e8b;
}
p {margin: 0 0 18px}

img {
	border: none;
}

input {vertical-align: middle}

#wrapper_bg {
	width: 100%;
	background: url(images/bg_top.png) no-repeat left top;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	height: 250px;
}

#header #logo {
	width: 321px;
	height: 152px;
	position:absolute;
	top:31px;
	left: 50px;
	}

/* TOP MENU
-------------------------------------------------------------- */
#header #menu {
	overflow:hidden;
	width:400px;
	position:absolute;
	top:90px;
	left: 567px;
	height: 135px;
}

#header #menu ul {
	list-style:none;
	font-size: 28px;
	padding:0px; 
	margin: 0px;
	}

#header #menu ul li{
	display: inline;
	background: none;
	line-height: 22px;
	margin: 0 0 15px 0;
	padding: 0px;
	display: block;
}

#header #menu ul li a{
	color: #fff;
	text-decoration: underline;
	text-align: left;
}

#header #menu ul li a:hover{
	color: #64fff0;
}

#header #menu #login {
	width:150px;
	position:absolute;
	top:70px;
	left: 260px;
	height: 90px;
}
#header #menu #login a{
	font-size: 16px;
	text-decoration: underline;
	text-align: left;
	line-height: 22px;
	padding: 0px;
}


/* CONTENT
-----------------------------------------------------------------------------*/
#content {
	background: url(images/content_bg.png) repeat-y right top;
}

.section {
	margin-left:190px;
	width:760px;
	background: url(images/content_top_bg.png) repeat-x right top;
}
.sec_header {
	position: relative;
	width: 246px;
	top: 10px;
	left: -60px;
}

.section p {
	margin: 3px 50px 12px 100px ;
	font-size: 17px;
	line-height: 1.3;
	display: block;
	color:#183152;
}

.section div.overflow {
				overflow:hidden;
				zoom:1;
				display: block;
			}
.section h2 {
	font-size:26px;
	font-weight:normal;
	color:#007fc1;
	margin-left: 60px;
	padding: 30px 0 15px 0;
	text-align:left;
}

.section h3 {
	font-size:26px;
	font-weight:normal;
	color:#007fc1;
	margin-left: 100px;
	padding: 20px 0 15px 0;
	text-align:left;
}

.section ul { margin: 3px 50px 12px 130px;}
.section ul p { margin: 0px 0px 0px -10px;}	
.section ul li {
	padding: 0px 0 0px 30px;
	background: url('images/bullet.gif') no-repeat 0px 9px;  
	list-style-type: none;
}


#form_submit {
	background:url(images/bg_form.png) no-repeat top left;
	width: 640px;
	height:216px;
	margin: 30px 0 0 80px;
	padding-bottom: 45px;
	vertical-align:middle;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(images/bottom_bg.png) no-repeat right top;
	height: 50px;
}
#footer p {
text-align:right;
dispaly: block;
height:20px;
padding-top:10px;
padding-right:10px;
}
