@charset "UTF-8";

* {margin:0;padding:0;}

body {
	width:1280px;
	background:#000000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#container {
	width:100%;
}

#header{
	background:#000 url(../Images/SSLogoNew2.png) no-repeat;
	height:130px;	
	text-indent:-9999px;
	margin-left:50px;
}

#nav {
	position:relative;
	background:#797b79;
	width:100%;
	height:50px;
}

#nav ul {
	width:100%;
	margin-left:40px;
}

#nav ul li {
	text-align:center;
	width:200px;
	height:50px;
	float:left;
	color:#FFFFFF;	
	list-style:none;
	border-left-style:solid;
	border-width:1px;
	border-color:#FFF;
	font-size:20px;
}

#nav #navContact {
	border-right-style:solid;
}

#nav ul li a:hover {
	color:#FF6600;	
	text-shadow:#000 .05em .05em .05em;
}

#nav ul li a:hover {
	color:#FF6600;	
}

#nav ul li a.active {
	color:#FF6600;	
	text-decoration:underline;
}

#nav ul li span {
	color:#1004fb;
	text-decoration:none;
}

#nav ul li a {
	position:relative;
	top:15px;
}

#footer {
	width:100%;
	text-align:center;
	color:#fff;
}

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

#footer a.active {
	color:#FF6600;
}