@charset "utf-8";

/* CSS Document */

* {

margin: 0px;

padding: 0px;

}

body {

	background-color: #323e3e;

}



p {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 12px;

	color: #323e3e;

}



.header1 {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #e08931;

	margin-left: 55px;

}



.footer {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 9px;

	color: #f8f9f2;

}



#footer a {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 9px;

	color: #f8f9f2;

	text-decoration: none;

}



#footer a:hover {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 9px;

	color: #e08931;

	text-decoration: underline;

}



#wrapper {
	background-color: #f8f9f2;
	width: 750px;
	height: 1025px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;
	border-bottom: 15px solid #6d7674;

}



#banner {

	width: 750px;

	height: 150px;

	background-image: url(../images/banner-conditions.jpg);

	background-repeat: no-repeat;

} 





#content1 {
	width: 350px;
	height: 708px;
	position: absolute;
	left: 50px;
	top: 269px;
	position: absolute;

}



#content3 {
	width: 300px;
	height: 200;
	position: absolute;
	left: 496px;
	top: 967px;
	position: absolute;
	z-index:100;

}



#header1 {

	width: 375px;

	height: 51px;

	background-image: url(../images/header1.jpg);

	background-repeat: no-repeat;

	position: absolute;

	top: 218px;

	left: 23px;

}

#header1-text {

	width: 375px;

	height: 25px;

	position: absolute;

	top: 19px;

	left: -1px;

}



#header3 {
	width: 314px;
	height: 51px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 916px;
	left: 441px;

}

#header3-text {
	width: 375px;
	height: 25px;
	position: absolute;
	top: 13px;
	left: 0px;

}



#divider {

	width: 14px;

	height: 212px;

	background-image: url(../images/content2.jpg);

	background-repeat: no-repeat;

	position: absolute;

	left: 410px;

	top: 226px;

}



#content2 {
	width: 315px;
	height: 590px;
	position: absolute;
	left: 450px;
	top: 269px;
	position: absolute;
	z-index: 1;

}



#header2 {

	width: 340px;

	height: 51px;

	background-image: url(../images/header1.jpg);

	background-repeat: no-repeat;

	position: absolute;

	top: 226px;

	left: 426px;

}



#header2-text {

	width: 340px;

	height: 25px;

	position: absolute;

	top: 19px;

	left: -1px;

}



#watermark {
	width: 119px;
	width: 119px;
	background-image: url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 671px;
	top: 946px;
	height: 119px;

}



#footer {

	width: 790px;

	height: 15px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 5px;

	position: relative;

}



/*links*/




#wrapper #content1 a {

	font-size: 12px;

	color: #e08931;

	text-decoration: none;

}



#wrapper #content1 a:hover {

	font-size: 12px;

	color: #e08931;

	text-decoration: underline;

}

#wrapper #navigation #navlist #active #current {

	color: #e08931;

}#wrapper #navigation #navlist #active a {

	color: #e08931;

}

#wrapper #content1 li {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 12px;

	color: #323e3e;

	list-style-position: inside;

	list-style-image: url(../images/bullet.jpg);

}

#wrapper #content2 li {

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 12px;

	color: #323e3e;

	list-style-position: inside;

	list-style-image: url(../images/bullet.jpg);

}

/* Navigation */

#navigation {
	position: absolute;
	background-color: #ebce79;
	z-index: 4000;
	left: 20px;
	top: 176px;
	border-bottom: 2px solid #cfa85e;
}

/* ----------| Navigation |---------- */ 

#navigation ul#nav {
	z-index: 4000;
	background: #ebce79;
	list-style: none;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
}

#navigation ul#nav li a { 
	display: block;
	padding: 12px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #323e3e;
	text-decoration: none;
	text-align: center;
}

#navigation ul#nav li a span {
	padding: 0 5px 0 5px;
}

#navigation .item1 {
	width: 66px;
}
#navigation .item2 {
	width: 87px;
}
#navigation .item3 {
	width: 87px;
}
#navigation .item4 {
	width: 87px;
}
#navigation .item5 {
	width: 121px;
}
#navigation .item6 {
	width: 111px;
}
#navigation .item7 {
	width: 62px;
}
#navigation .item8 {
	width: 80px;
}

#navigation .item9 {
	width: 50px;
}

		/* ----------| Navigation (Drop Down) |---------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 162px;
			padding: 3px 5px 3px 5px;
			background: #ebce79;
			border-bottom: 5px solid #cfa85e;
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 146px;
		}

		#navigation ul#nav  li ul li { 
			width: 146px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
		}

		#navigation ul#nav  li:hover ul li a, 
		#navigation ul#nav  li.over ul li a { 
			display: block;
			width: 126px;
			background: transparent;
			padding: 5px 10px;
			text-decoration: none;
			margin: 0;
			color: #323e3e;
			text-indent: 0;
			text-align: left;
			font-size: 11px;
			white-space: nowrap;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #fff;
			background-color: #cfa85e;
		}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a { 
	background: #cfa85e;
}
