/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#39567e;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#aed3fa;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image:url(images/bg_body.gif);
}

a {
	color:#000;
}

a img {
	border: none;
	text-decoration: none;
}

h1 {
}

h4 {
	line-height: 3px;
}

p {
	margin:5px 0 8px 0;
}

.float_left {
	float: left;
}

.float_right2 {
	float: right;
}

.float_right {
	float: right;
	width: 180px;
	height: auto;
}
/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:761px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:761px;
	height:113px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:761px;
	height: 44px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:677px;
	height:auto;
	margin: 0 0 0 41px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main_bg_img {
	position:relative;
	top:0;
	left:0;
	width:676px;
	height:auto;
	background-repeat: no-repeat;
	background-image:url(images/bg_content-main.jpg);
}

.model_text {
	height:auto;
	width: 400px;
	float: right;
	marging: 0 0 10px 0;	
}
.big_text {
	font-size: 1em;
	font-weight: bold;
}
.big_text2 {
	font-size: .9em;
	font-weight: bold;
}
.small_text {
	font-size: .8em;
}

.headline {
	font-size: 1.5em;
	font-weight: bold;
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:631px;
	height:auto;
	padding:10px 15px 10px 15px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:676px;
	height:14px;
	color: #fff;
	margin: 0 0 -2px 1px;
	background-repeat: no-repeat;
	background-image: url(images/img_btm-curve.jpg);
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	height: 44px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position: 0 -44px;
}

a#nav_01 {
	width:138px;
	background-position:0 0;
	background-image:url(images/nav/nav.jpg);
}
a:hover#nav_02 {
	background-position: -138px -44px;
}

a#nav_02 {
	width:77px;
	background-position:-138px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_03 {
	background-position: -215px -44px;
}

a#nav_03 {
	width:111px;
	background-position:-215px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_04 {
	background-position: -326px -44px;
}

a#nav_04 {
	width:141px;
	background-position:-326px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_05 {
	background-position: -467px -44px;
}

a#nav_05 {
	width:104px;
	background-position:-467px 0;
	background-image:url(images/nav/nav.jpg);
}

a:hover#nav_06 {
	background-position: -571px -44px;
}

a#nav_06 {
	width:190px;
	background-position:-571px 0;
	background-image:url(images/nav/nav.jpg);
}

/* ---- nav settings -------------------------- */

#nav_drop {
	position:absolute;
	top:-9px;
	width:135px;
}


#nav_drop a {
	display:block;
	padding:3px;
	width:auto;
	height:auto;
	color:#fff;
	border-bottom: 1px solid #AED3FA;
	text-decoration:none;
}

#nav_drop a:hover {
	background-color:#103355;
}

#drop_1 {
	position:absolute;
	visibility:hidden;
	width:auto;
	height:auto;
	background-color:#385068;
}

#drop_1 { left: 176px;  width:135px; }
