@charset "utf-8";
/* CSS Document */

html {
	background: #000	
}

body {
	font-family: Helvetica, "HelveticaLTStd", "HelveticaLTStd-Roman", "Helvetica LT Std", Arial, sans-serif;	
}

ul#contact-list {
	list-style: none;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

#content-container {
	margin: 0 auto;
}

#wrapper {
width: 100%;
height: 100%;
min-height: 600px;
}

#wrapper  td {
vertical-align: middle;
	
}

h1, h2 {
}

h1 {
	letter-spacing: -0.06em;
	font-weight: bold;
	margin-bottom: 0em;
	color:#fff;
	font-size: 5.4em;
	text-transform: uppercase;
	width: 367px;
	height: 67px;
	position: relative;
	margin-bottom: 5px;
}

	h1 b {
		position: absolute;
		top: 0;
		left: 0;
		width: 367px;
		height: 67px;
		background: #000 url(../images/sv_logo_1.jpg) top left no-repeat;
	}

h2 {
	letter-spacing: -0.06em;
	font-size: 5.4em;
	color:#313131;
	text-transform: uppercase;
	margin-bottom: 0em;
	width: 1000px;
	height: 69px;
	position: relative;	
}

	h2 b {
		position: absolute;
		top: 0;
		left: 0;
		width: 1000px;
		height: 69px;
		background: #000 url(../images/sv_strap.jpg) top left no-repeat;
	}

h3 {
 color: #313131;
 font-size: 1.2em;
 text-transform: uppercase;
 font-weight: normal;
}

	#sv-desc {
		width: 1000px;
		height: 15px;
		position: relative;
		margin-top: 5px;
	}

	#sv-desc b {
		position: absolute;
		top: 0;
		left: 20px;
		width: 1000px;
		height: 15px;
		background: #000 url(../images/sv_desc.jpg) top left no-repeat;		
	}

h4 {
	margin: 8px 0;
	text-transform: uppercase;
	font-size: 1.35em;
	font-weight: bold;
}

p, li {
	color: #ddd;
	font-size: 1.1em;
	margin-bottom: 7.5px;
	letter-spacing: 0.03em;
	orphans: 3;
	widows: 3;
}

p.intro-text {
	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
}

ul.inline-menu {
	margin-top: 15px;	
}

ul.inline-menu li {
	border: none;	
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: -0.01em;
}

	ul.inline-menu li a {
		margin-right: 0;	
	}

p b, a {
	color: #fff;
}

p:last-child {
	margin-bottom: 0;	
}

.bleft {
	padding-left: 20px;
	border-left: 1px solid #fff;
}

.bright {
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.nbleft {
	padding-left: 21px;
	display: block;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}