﻿/* titles 
#title2 { background: url('images/homepage13.gif') no-repeat left top; }
#title3 { background: url('images/subpage1_01.gif') no-repeat left top; }
#title4 { background: url('images/subpage2_01.gif') no-repeat left top; }

 */
#title1 
{	
	height: 24px;
	padding: 5px 0px 10px 30px;
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	color: #FFF;
	font-family: Verdana , Arial, Sans-Serif;
	
	
	font-weight: bold;
	}

.title {
	height: 24px;
	margin-bottom: 10px;
}

.title b {
	position: absolute;
	left: -10000px;
}

/** BASIC */

html, body {
	height: 100%;
}

.text1 {
	margin-bottom: .5em;
}

/** HEADER */

#header
{
	width: 930px;
	height: 180px;
	margin: 0px auto;
	background-image: url(images/bg_gradient-left.png);
	background-repeat: repeat-x;
	

	
}

#logo
{
	float: left;
	width: 500px;
	height: 116px;
	
}
#search
{
	float: right;
	width: 280px;
	height: 75px;
	margin: 0px;
	padding :0px;
	
}

#header-menu {
	float: right;
	margin-top: 5px;
}

#header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-menu li {
	display: inline;
}

#header-menu a {
	display: block;
	float: left;
	width: 120px;
	padding-left: 5px;
}


#header-menu1 {  }
#header-menu2 {  }

/** MAINMENU */

#mainmenu
{
	width: 812px;
	height: 44px;
	margin: 0px auto;

}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu a {
	display: block;
	float: left;
	width: 132px;
	height: 44px;
}

#mainmenu1 { background: url('images/homepage05.gif') no-repeat left top; }
#mainmenu2 { background: url('images/homepage06.gif') no-repeat left top; }
#mainmenu3 { background: url('images/homepage07.gif') no-repeat left top; }
#mainmenu4 { background: url('images/homepage08.gif') no-repeat left top; }
#mainmenu5 { background: url('images/homepage081.gif') no-repeat left top; }
#mainmenu6 { background: url('images/homepage09.gif') no-repeat left top; }

#mainmenu1:hover { background-image: url('images/homepage05-over.gif'); }
#mainmenu2:hover { background-image: url('images/homepage06-over.gif'); }
#mainmenu3:hover { background-image: url('images/homepage07-over.gif'); }
#mainmenu4:hover { background-image: url('images/homepage08-over.gif'); }
#mainmenu5:hover { background-image: url('images/homepage081-over.gif'); }
#mainmenu6:hover { background-image: url('images/homepage09-over.gif'); }

#mainmenu b {
	position: absolute;
	left: -10000px;
}

/** SPLASH */

#splash {
	width: 792px;
	height: 172px;
	margin: 0px auto;
	
	padding: 10px 10px 0px 10px;
	
	background: url(images/homepage11.gif) no-repeat left  bottom;
}

/** CONTENT */

#content
{
	width: 930px;
	
	margin: 0px auto;

	
}

#subpage #content {
	width: 930px;
	margin: 0px auto;
	
	padding: 0px 0px 0px 0px;
}

#left
{  
	float: left;
	width: 280px;
	border: 1px solid #0F2543;
	background: url(images/top.jpg) white repeat-x left top;
	line-height: 1.5em;
	/*font-weight: bold;*/
	
	
    /*border-right: #99ccff thin solid; border-left: #99ccff thin solid; border-bottom: #99ccff thin solid; }*/
 background-color: white; }



#right
{
	background: url(images/top.jpg) white repeat-x left top;
	float: right;
	width: 620px;
	padding:0px 10px 0px 10px;
	border: 1px solid #0F2543;
	line-height: 1.5em;
}


/** FOOTER */

#footer
{
	width: 930px;
	height: 44px;
	margin: 10px auto 0px;
	border-top: #5377A9 thin double;
}

#links {
	float: left;
	padding: 15px 0px 0px 30px;
}

#copyright {
	float: right;
	padding: 15px 30px 0px 0px;
}