@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}    
	
a:visited {
	color:#FFFFFF;
	text-decoration: none;
} 
	
a:hover {
	color:#EF6C00;
	text-decoration: none;
}  
	
a:active {
	color:#EF6C00;
	text-decoration: none;
} 

a img {
	border-width: 0px;
	border-color: #FFFFFF;
}

.h1 {
	font-size: 20px;
	font-weight: bold;
	color: #EF6C00;
	font-style:italic;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #EF6C00;
}

.stripe1 {
	font-weight: bold;
	font-size: 16px;
	background-color:#EF6C00;
}

.stripe2 {
	font-weight: bold;
	color: #EF6C00;
}

.stripe3 {
	background-color: #666;
}

.nav {
	font-size: 16px;
	color: #FFFFFF;	
}

.whitetext {
	color: #ffffff;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}

.whitebox {
	border-left-color: #3F4440;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #3F4440;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #3F4440;
	border-right-width: 1px;
	border-right-style: solid;
}


#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 900px; 
}

#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
}

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #3F4440;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	background: #EF6C00;	
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #999;
	border: 1px solid #999;
}

	#sddm div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #999;
		color: #FFFFFF;
	}
	

	#sddm div a:hover {	
		background: #EF6C00;
		color: #FFF;
	}
