@charset "iso-8859-1";
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/body_bg.gif) repeat-y;
}
h1 {
	margin: 0;
	padding: 0;
}
#wrap {
	height: 100%;
	position: relative;
}

/*Top header section*/
#top_header {
	height: 248px;
	position: relative;
	background-color: #E2E3EA;
}
#top_header #logo {
	width: 395px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #525982 url(../img/logo.gif) 50% 50% no-repeat;
}
#top_header h1 {	
	margin-left: 445px;
	padding-top: 157px;
	padding-bottom: 13px;
	color: #555868;
	font: 30px Garamond, "Times New Roman", Times, serif;
	background: url(../img/header_bg.gif) 0 100% no-repeat;
}
/*Top header section END*/

/*Content*/
#content {
	position: relative;
}
/*Content END*/

/*Menu*/
ul#menu {
	width: 395px;	
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 1px 0;
	list-style-type: none;
	background: #555868 url(../img/menu_bg.gif) 0 100% repeat-x;
}
ul#menu li {
	margin: 0;
	padding: 0;
	text-align: right;
}
ul#menu li a {
	display: block;
	padding: 7px;
	color: #C7CCED;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(../img/menu_bg.gif) repeat-x;
}
ul#menu li a:hover,
ul#menu li a:active,
ul#menu li a.active {
	background-color: #616473;
	color: #FCFCFF;
}
/*Menu END*/

/*Content*/
#text {
	width: 50%;	
	padding-top: 40px;
	padding-left: 420px;
	font: 12px/22px Arial, Helvetica, sans-serif;
	background: url(../img/paragraf_bg.gif) 420px 60px no-repeat;
}
#text p {
	margin: 0;
	padding: 0 0 10px 16px;
	color: #070707;		
}
#text table {
	font: 12px/22px Arial, Helvetica, sans-serif;
}
#text table th {	
	font-weight: bold;
	text-align: left;
}
#text table th,
#text table td {
	padding: 5px 15px;
}
#text form {
	margin-left: 15px;
}
/*Content END*/

/*-------------Contact Form*/
form {
	padding: 5px 0;
	margin: 0;	
	color: #0A0A0A;
}
form label,
form input,
form textarea {
	display: block;
	width: 495px;
	float: left;
	margin-bottom: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 2px inset;
}
html>body form input,
html>body form textarea {
	border: 2px inset #C0C0C0;
}

form label {
	text-align: right;
	width: 101px;
	padding-right: 10px;
	border: 0;
}
form textarea {
	height: 15em;
}
form br {
	clear: left;
}
form .submit_btn,
form .submit_btn_wLabel {
	width: 100px;		
}
form .submit_btn_wLabel {
	margin-left: 56px;
}
html>body form .submit_btn_wLabel {
	margin-left: 111px;
}
/*-------------Contact Form END*/

/*Footer*/
#footer {
	position: absolute;
	left: 267px;
	bottom: 7px;
	color: #A0A1A9;
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif;
	top: 661px;
}
/*Footer END*/
