
/**
#splash {
	position:absolute;
	bottom:-10px;
	left:0;
	width:849px;height:565px;
	z-index:-99;
	background:url(main_bg.jpg) no-repeat top;
}
**/

body {
	background: #f3f3f3 url(bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:8.5pt; 
	color: #333;
}

#wireframe{
	width:950px;
	margin-left: -475px;
	position: absolute;
	left: 50%;

}



/************ TOP START ************/

#top { 
	background-image:url(logo.png);
	min-height:100px;
}

/************ TOP SLUT // MENU START ************/

#menu { 
	height: 30px; 
list-style: none;

}


#menu a
{
	float: left;
	margin-right: 5px;
	background:#870a0c;
	line-height:30px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	text-decoration: none;
	display: block;
list-style: none;
color:#fff;

} 



#menu a#active
{
	background:#006699;
	font-weight:bold;
} 

#menu a:hover
{
	background:#610709;
} 

#menu a.sub {
	display: none;
}

#submenu { 
	float:right; 
	background:#fff;
	width:145px;
	padding:5px;
	padding-top:10px;
	min-height:280px;
	border-left: 1px solid #f5f5f5;
margin-right:25px;
}

#submenu a {
	font:9pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom: #ccc;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	text-align: left;
	display: block;
	width:170px;
	display: none;
}

#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
color:#444;
}


/************ MENU SLUT // HEADER START************/

#header {
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	border-top:1px solid #fff;
}

#header #img {
	width:950px; 
	height:180px;
	background:#FFF;
	margin-bottom:-20px;
}

/************ HEADER SLUT // MENU SLUT ************/

h1 {
	font-size: 28px;
	color: #444;
	margin: 0px 0 15px 0;
	font-weight: lighter;
	height: 35px;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px solid #f5f5f5;
}



#content {
	background:#FFF;
	padding:20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	line-height:20px;
}

#content a {
	color:#516891;
}

#content a:hover {
	text-decoration:none;
}

#box {
min-height:250px;
	padding: 15px 0px 25px 0px;
	width:700px;
}


#bottom {
	background:#fff;
	padding-bottom:20px;
	padding-left:20px;
}

#bottom img {
	margin-left:20px;
}


#box2 h2, #box2 a {
	font-size: 14px;
	color: #444;
	height: 16px;
	line-height:16px;
	border-bottom:1px solid #f5f5f5;
	margin-bottom:5px;
	text-decoration:none;
}

#footer {
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

#footer a{
color:#000;
}


