body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a, a:visited, a:hover {
	color: #14407b;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	
	margin: 0px;
	margin-bottom: 10px;

	padding: 0px;

}

h2 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}


#main_wrapper {
	width: 100%;
	min-width: 880px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border: 1px solid #14407b !important;
	border-bottom: none;
	background: #ffffff;
	
	position: relative;

}

#header {
	position: relative;
	
	height: 10px;
}

#footer {
	position: relative;
	bottom: 0px;
	background: #14407b;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	
	padding-top: 12px;
	padding-bottom: 15px;
	margin-top: 15px;

}

#header img {
	position: absolute;
	top: -1px;
}

#footer img {
	position: absolute;
	bottom: -1px;
}

.left-corner {
	position: absolute;
	left: -1px
}

.right-corner {
	position: absolute;
	right: -1px;
}


#top_wrapper {
	background: url(/images/main/banner_02.gif);
	height: 136px;
	margin-left: 10px;
	margin-right: 10px;
}

#top_wrapper_left {
	background: url(/images/main/banner_01-anim.gif) left no-repeat;
	width: 508px;
	height: 136px;
	float: left;
	position: relative;
}

#top_wrapper_right {
	width: 315px;
	height: 136px;
	float: right;
}

#top_navigation {
	
	width: 400px;
	position: absolute;
	left: 130px;
	top: 8px;
}

#top_navigation img {
	border: none;
}


#left_column {
	
	width: 180px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	
	position: absolute;
	left: 10px;
	top: 165px;
}

#navigation {
	background: #14407b;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 4px;
	
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#nav_header {
	font-weight: bold;
	margin-left: 22px;
	font-size: 15px;
}

#navigation ul {
	font-weight: normal;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
}

#navigation li {
	padding-left: 22px;
	list-style-type: none;
	background: url(/images/main/btn_menu_left-n.gif) left no-repeat;
	border-bottom: 1px solid #395E90;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navigation li:hover {
	background: url(/images/main/btn_menu_left-s.gif) left no-repeat;
	font-weight: bold;
}

#navigation a:link, #navigation a:hover, #navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

#right_column {
	
	height: 100px;
	
	
	min-height: 510px;
	height: auto !important;
	height: 510px;
	
	margin-left: 205px;
	padding-top: 18px;
	margin-right: 10px;
	
}

#banner {
	background: url(/images/main/ads_02.gif) #675f52 right no-repeat;
	height: 162px;
	
	
}

#footer_icons {
	position: absolute;
	left: 40px;
	top: 20px;
	
}

#footer_icons img {
	position: static;
	margin-right: 10px;
}

#footer_text {
	font-size: 11px;
	text-align: center;
}

#footer_text, #footer_text a, #footer_text a:link, #footer_text a:visited, #footer_text a:hover {
	color: #d7d7d7;
}

#footer_text a:hover {
	text-decoration: none;
}

.content {
	
	/*margin-top: 20px;*/
	margin-bottom: 15px;
}

#content_bottom {
	font-size: 10px;
	
	clear: both;
}

#content_bottom #bottom_left {
	width: 48%;
	float: left;
}

#content_bottom #bottom_right {
	width: 48%;
	float: right;
}

p.paragraph_big {
	font-size: 16px;
	line-height: 20px;
}

p, p.paragraph_normal {
	margin-top: 0px;
	font-size: 13px;
	line-height: 18px;
}

p.paragraph_small {
	font-size: 10px;
}

#case_studies_box {
	width: 205px;
	padding: 5px;
	background: #14407b;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#cs_header {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 5px;
}

#home_form {
	background: #14407b;
	color: #ffffff;
	float: right;
	font-size: 12px;
	padding: 12px;
	padding-right: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 190px;
}

#home_form select {
	background: #d7d7d7;
	width: 175px;
}

#home_form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	
	margin-top: 5px;
	margin-right: 5px;
}

.form_header {
	font-size: 14px;
	font-weight: bold;
}

input.send_button {
	float: right;
}

.form_field {
	margin-bottom: 5px;
}

input.ir, select.ir, textarea.ir {
	background: #d7d7d7;
	width: 175px;
}

textarea.ir {
	height: 100px;
}

label {
	color: #d7d7d7;
	font-size: 11px;
}

#left_animation {
	margin-top: 15px;
}

.content img {
	margin: 8px;
	border: none;
}
