@charset "utf-8";

body {
	background: #000 url(../images/body_bg.png) repeat fixed 0 0;
}

#doc2 {
	background: #000 url(../images/wrapper-bg.png) repeat-y scroll top;
	color: #fff;
}

#wrapper {
	margin: 0px 15px;
	background: #302b27;
}

.yui-u .lt {
	padding: 0 1.25em 0 3.5em;
}

.yui-u .rt {
	padding: 0 3.5em 0 1.25em;
}

img.rt {
	float: right;
	margin: 1.6em 0 0 1.6em;
	border: 1px solid #000;
}

em {
	font-style: italic; 
}

div.ct {
	width: 300px;
	margin: .6em auto;
	border: 1px solid #000;
}

.fullwidth {
	clear: both;
	padding: 1em 3.5em;
}

iframe {
	margin: 2em 0;
	border: 1px solid #000;
}

h1 {
	font-size: 369.3%;
	color: #c00;
	margin-top: .6em;
}

h2 {
	font-size: 246.2%;
	color: #c00;
	margin-top: .6em;
}

p {
	text-align: justify;
	font-size: 153.9%;
	color:#fbfbfb;
	margin-top: .6em;
}

ul {
	margin: .6em 0 0 3em;
}

ul li {
	font-size: 153.9%;
	color:#fbfbfb;
	list-style: disc outside url(../images/li.png);
}

strong {
	font-weight: bold;
}

#hd {
	position: relative;
	height: 210px;
	background: #302b27 url(../images/hd-bg.png) repeat-x scroll 0 0;
}

#hd .yui-u {
	width: 250px !important;
}

#hd .first {
	width: 580px !important;
	height: 80px;
	padding: 40px 40px 0px 40px;
}

#nav {
	position: absolute;
	width: 920px;
	height: 38px;
	bottom: 1px;
	left: 0px;
}

#nav.home {
	background: transparent url(../images/home-nav.png) no-repeat scroll 0 0;
}

#nav.about {
	background: transparent url(../images/about-nav.png) no-repeat scroll 0 0;
}

#nav.services {
	background: transparent url(../images/services-nav.png) no-repeat scroll 0 0;
}

#nav.contact {
	background: transparent url(../images/contact-nav.png) no-repeat scroll 0 0;
}



#nav ul {
	margin: 0px 10px;
}

#nav ul li {
	display: block;
	float: left;
	width: 167px;
	height: 28px;
	padding: 10px 10px 0px 10px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	font-size: 153.9%;
}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	text-decoration: none;
	color: #ffff00;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#ft {
	background: #000 url(../images/ft-bg.png) repeat-x scroll 0 0;
	margin-top: 20px;
	height: 32px;
	padding: 4px;
	text-align: center;
	font-size: 85%;
	border-top: 2px solid #423B35;
}

#bd a:link, #bd a:active, #bd a:visited {
	color: #ffff00;
	text-decoration: none;
	border-bottom: 1px solid #302b27;
}

#bd a:hover {
	color: #ffff00;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
}