@charset "UTF-8";
/* CSS Document */

body {
	color: #FFF;
	background: #000;
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #F00;
	text-align: left;
	font-size: 14px;
	margin-top: -2px;
}
#contacttable {
    margin-left: 20px;
	float:right;
}
#logo a {
	background: url(../images/sv-logo.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 165px;
	float: left;
}
#logo2 a {
	background: url(../images/sv-logo-new.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 165px;
	float: left;
}
img {
	border: none;
}
a, a:visited {
	color: #FFC800;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
#wrapper {
	text-align: center;
	position: relative;
	width: 910px;
	margin: 0 auto;
}
#header {
	display: block;
	height: 70px;
	position: relative;
}
#stage {
	clear: both;
	margin: 5px 0 0 0;
}
#stage p {
	text-align: left;
	font: 12px/25px Arial, Helvetica, sans-serif;
}
#stage h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #F00;
	text-align: left;
	font-size: 16px;
}
.leftShow {
	float: left;
	margin: 5px 20px 5px 0;
}
#nav {
	float: right;
	list-style: none;
	margin: 10px 0 0 0;
	display: block;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #FFF;
	display: block;
	height: 45px;
	float: left;
}
#nav span {
	visibility: hidden;
}
/* nav images */
#navFood a {
	background: url(../images/nav/nav-food-link.gif) no-repeat left top;
	width: 160px;
}
#navFood a:hover {
	background: url(../images/nav/nav-food-hover.gif);
}
#navPort a {
	background: url(../images/nav/nav-portraits-link.gif) no-repeat left top;
	width: 110px;
}
#navPort a:hover {
	background: url(../images/nav/nav-portraits-hover.gif);
}
#navAbout a {
	background: url(../images/nav/nav-about-link.gif) no-repeat left top;
	width: 90px;
}
#navAbout a:hover {
	background: url(../images/nav/nav-about-hover.gif);
}
#navBlog a {
	background: url(../images/nav/nav-blog-link.gif) no-repeat left top;
	width: 84px;
}
#navBlog a:hover {
	background: url(../images/nav/nav-blog-hover.gif);
}
#navShop a {
	background: url(../images/nav/nav-shop-link.gif) no-repeat left top;
	width: 82px;
}
#navShop a:hover {
	background: url(../images/nav/nav-shop-hover.gif);
}
/* current page = body ID */
#about #navAbout a {
	background: url(../images/nav/nav-about-current.gif);
}
#food #navFood a {
	background: url(../images/nav/nav-food-current.gif);
}
#port #navPort a {
	background: url(../images/nav/nav-portraits-current.gif);
}
#port #navBlog a {
	background: url(../images/nav/nav-blog-link.gif);
}
