@import url(nav.css);

* {
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

body {
	width: 100%;
	height: 100%;
	background: #3c5f89 url(gfx/BG_tile.png);
	font-family: "Arial", Helvetica, Trebuchet MS, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #333333;
	letter-spacing: 0px;
}
a {
	text-decoration: none;
	color: #0088cc;
	outline: none;
	font-weight: none;
}
a:hover {
	text-decoration: underline;
}
img, img a {
	border: none;
}
h1 {
	font-size: 21px;
	color: #333333;
	font-weight: bold;
	margin: 45px 0 15px 0;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px;
	font-family: "Arial"
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 4px 0;
	font-family: "Arial"
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
}
h4 {
	font-size: 21px;
	color: #2767b1;
	font-weight: bold;
	margin: 45px 0 15px 0;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
	font-family: "Arial"
}
h5 {
	font-size: 14px;
	color: #2767b1;
	font-weight: bold;
	margin: 0 0 4px 0;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
	font-family: "Arial"
}
p {
	margin: 0 0 14px 0;
}
p.ingress {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	margin: 0 0 14px 0;
}

#wrapper {
	width: 874px;
	margin: 0 auto;
	position:relative;
	margin-top: 12px;
}
#hook_top {
	background: url(gfx/BG_wrapper_top.png) top left no-repeat;
	behavior: url("script/iepngfix.htc");
	width: 100%;
	height: 20px;
}
#hook_bottom {
	background: url(gfx/BG_wrapper_bottom.png) top left no-repeat;
	behavior: url("script/iepngfix.htc");
	width: 100%;
	height: 20px;
}
#wrapper_inner {
	background: url(gfx/BG_wrapper_mid.png) top left repeat-y;
	behavior: url("script/iepngfix.htc");
	padding: 0px 36px 0 36px;
}

/****************** TOP ******************/

#top {
	margin: 0 0 0 0;
	_margin: 0 0 10px 0;
	width: 100%;
	/*height: 155px;*/
	position: relative;
}

/******** Miniform ********/

#formwrapper {
	width: 202px;
	height: 103px;
	background: url(gfx/form_top_mini_BG.png) bottom left;
	position: absolute;
	top: 0;	right: 0;
	padding: 10px 6px 0 10px;
	font-size: 12px;
	line-height: 14px;
}
#formwrapper p {
	margin-bottom: 6px;
}
#formwrapper h3 {
	margin-bottom: 8px;
}
#formwrapper strong {
	color: #4d4d4d;
}
input {
	background: none;
	border: none;
}
input.text{
	border-bottom: 1px solid #b3b2b3;
	font-size: 10px;
	width: 141px;
}
input.btn{
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}

/******** Miniform end ********/

#logo {
	margin: 33px 33px 19px -6px;
}

/****************** TOP end ******************/

.content {
	margin: 0 0 27px 0;
	width: 100%;
}

/******** promoboxes ********/

#promoboxes {
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 13px;
}
#promoboxes .box {
	margin: 0 0 0 41px;
	width: 240px;
	float: left;
}
#promoboxes .box.first {
	margin: 0;
}
#promoboxes .box img {
	margin: 0 0 11px 0;
}
#promoboxes .box a.lesmer {
	font-size: 13px;
	display: block;
	position:relative;
	left: -11px;
	font-weight: bold;
}
#promoboxes .box p {
	margin: 0 0 8px 0;
	font-size: 13px:
}

/******** promoboxes end ********/

#footer {
	width: 100%;
	/*background: url(gfx/line_x.png) repeat-x top;*/
	padding: 8px 0 16px 0;
	margin: -3px 0 0 0;
}
#footer p {
	color: #fff;
	margin-bottom: 4px;
}
#footer a, #footer a:visited {
	color: #fff;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/

.clearfix {display:block;}

/* End hide from IE Mac */

.csc-mailform-field {
float:left;
}

#mailformemail {
border-bottom:1px solid #B3B2B3;
font-size:10px;
width:141px;
margin-top:5px;
}

#mailformformtype_mail {
font-size:11px;
font-weight:bold;
padding:3px;
}

.csc-mailform {
border:none;
}
