body {
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#logo {
	height: 36px;
	width: 187px;
	position: relative;
	top: 27px;
	left: 20px;
}

#quote-contact {
	height: 20px;
	width: 440px;
	position: relative;
	top: 227px;
	left: 425px;
}

#contact {
	height: auto;
	width: 180px;
	position: relative;
	left: 28px;
}

#nav {
	position: relative;
	text-align: right;
	height: 39px;
	width: 735px;
	float: right;
	padding-top: 30px;
	right: 10px;
}

#content-image {
	position: relative;
	left: 38px;
	height: auto;
	width: 211px;
}

#content {
	position: relative;
	float: right;
	text-align: left;
	width: 455px;
	height: auto;
}

#content-full {
	position: relative;
	float: right;
	text-align: left;
	width: 692px;
	height: auto;
}

#footer-nav {
	position: relative;
	height: 15px;
	width: 680px;
	top: 25px;
	left: 20px;
}

#dfi {
	position: relative;
	height: 15px;
	width: 170px;
	top: 27px;
	left: 30px;
}

ul {
	list-style-image: url(../images/arrow.jpg);
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
a.text:link {
	color: #666666;
}
a.text:visited {
	color: #666666;
}
a.text:hover {
	color: #000000;
	text-decoration: underline;
}


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #ffff00;
	text-decoration: none;
	font-weight: bolder;
}
a.quote:link {
	color: #ffff00;
}
a.quote:visited {
	color: #ffff00;
}
a.quote:hover {
	color: #ffffff;
}

.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #7f7f7f;
	text-decoration: none;
	font-weight: bold;
}

.red {
	color: #e80000;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	text-decoration: none;
}
a.footernav:link {
	color: #ffd41d;
}
a.footernav:visited {
	color: #ffd41d;
}
a.footernav:hover {
	color: #ffffff;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #e5ac00;
	font-weight: bold;
	text-decoration: none;
}
a.nav:link {
	color: #898b8e;
}
a.nav:visited {
	color: #898b8e;
}
a.nav:hover {
	color: #e5ac00;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

