@charset "UTF-8";
/*****This style sheet used for interface styling. Refer to styles.css for content styling*****/

/*---------------Begin CSS reset---------------*/
/* v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/index.html*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acrynym, address, big, cite, code, del, dfn, em, font, img, ind, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thread, tr, th, td {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------End CSS reset---------------*/
body {
	background: #191919 url(/images/interface/mainContent_bkg.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#outer_wrapper {
	background: url(/images/interface/header_lightray.jpg) repeat-x;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#inner_wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 880px;
}
#services #header a.services, #services #header a.services:hover, #services #header a.services:active {
	background: url(/images/nav/nav_services_hover.jpg) no-repeat;
	cursor: default;
}
#samples #header a.samples, #samples #header a.samples:hover, #samples #header a.samples:active {
	background: url(/images/nav/nav_samples_hover.jpg) no-repeat;
	cursor: default;
}
#about #header a.about, #about #header a.about:hover, #about #header a.about:active {
	background: url(/images/nav/nav_about_hover.jpg) no-repeat;
	cursor: default;
}
#news #header a.news, #news #header a.news:hover, #news #header a.news:active {
	background: url(/images/nav/nav_news_hover.jpg) no-repeat;
	cursor: default;
}
#contact #header a.contact, #contact #header a.contact:hover, #contact #header a.contact:active {
	background: url(/images/nav/nav_contact_hover.jpg) no-repeat;
	cursor: default;
}
#header {
	background: url(/images/interface/header.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	height: 160px;
}
#header a.logo {
	display: block;
	height: 120px;
	width: 230px;
	position: absolute;
	top: 11px;
	left: 39px;
	background: url(/images/interface/logo.jpg) no-repeat;
}
#header .logo .hide {
	position: absolute;
	left: -1000em;
}
#header h2 {
	position: absolute;
	left: -1000em;
}
#header .header_hide {
	background: url(none);
	position: absolute;
	left: -1000em;
}
#header ul {
	margin: 0px;
	padding: 0;
	width: 880px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 27px;
}
#header li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 1px 0px 0px;
}
#header li .hide {
	position: absolute;
	left: -1000em;
}
#header li a {
	display: block;
}
#header li a.home {
	background: url(/images/nav/nav_home_link.jpg) no-repeat;
	height: 27px;
	width: 149px;
	margin: 0px;
	padding: 0px;
}
#header li a.home:hover {
	background: url(/images/nav/nav_home_hover.jpg) no-repeat;
	height: 27px;
	width: 149px;
	margin: 0px;
	padding: 0px;
}
#header li a.home:active {
	background: url(/images/nav/nav_home_active.jpg) no-repeat;
	height: 27px;
	width: 149px;
	margin: 0px;
	padding: 0px;
}
#header li a.services {
	background: url(/images/nav/nav_services_link.jpg) no-repeat;
	height: 27px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}
#header li a.services:hover {
	background: url(/images/nav/nav_services_hover.jpg) no-repeat;
	height: 27px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}
#header li a.services:active {
	background: url(/images/nav/nav_services_active.jpg) no-repeat;
	height: 27px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}
#header li a.samples {
	background: url(/images/nav/nav_samples_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 145px;
}
#header li a.samples:hover {
	background: url(/images/nav/nav_samples_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 145px;
}
#header li a.samples:active {
	background: url(/images/nav/nav_samples_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 145px;
}
#header li a.about {
	background: url(/images/nav/nav_about_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 145px;
}
#header li a.about:hover {
	background: url(/images/nav/nav_about_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 145px;
}
#header li a.about:active {
	background: url(/images/nav/nav_about_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 145px;
}
#header li a.news {
	background: url(/images/nav/nav_news_link.jpg) no-repeat;
	height: 27px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}
#header li a.news:hover {
	background: url(/images/nav/nav_news_hover.jpg) no-repeat;
	height: 27px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}
#header li a.news:active {
	background: url(/images/nav/nav_news_active.jpg) no-repeat;
	height: 27px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}
#header li a.contact {
	background: url(/images/nav/nav_contact_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 151px;
}
#header li a.contact:hover {
	background: url(/images/nav/nav_contact_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 151px;
}
#header li a.contact:active {
	background: url(/images/nav/nav_contact_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 151px;
}
#mainContent {
	margin: 0px;
	padding: 40px 0px 0px;
	background: url(/images/interface/mainContent_filmstrip.jpg) no-repeat;
}
#footer {
	background: url(/images/interface/footer_lightray.jpg) repeat-x bottom;
	height: 160px;
}
#nav_bottom {
	background: url(/images/interface/footer_nav.jpg) no-repeat center top;
	height: 100%;
	padding: 0px;
	width: 880px;
	position: relative;
	margin: 0px auto;
}
#nav_bottom ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 276px;
	top: 79px;
}
#nav_bottom li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav_bottom li a {
	display: block;
}
#nav_bottom li .hide {
	position: absolute;
	left: -1000em;
}
#nav_bottom li a.home2 {
	background: url(/images/nav/nav2_home_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 51px;
}
#nav_bottom li a.home2:hover {
	background: url(/images/nav/nav2_home_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 51px;
}
#nav_bottom li a.home2:active {
	background: url(/images/nav/nav2_home_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 51px;
}
#nav_bottom li a.services2 {
	background: url(/images/nav/nav2_services_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 56px;
}
#nav_bottom li a.services2:hover {
	background: url(/images/nav/nav2_services_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 56px;
}
#nav_bottom li a.services2:active {
	background: url(/images/nav/nav2_services_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 56px;
}
#nav_bottom li a.samples2 {
	background: url(/images/nav/nav2_samples_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 58px;
}
#nav_bottom li a.samples2:hover {
	background: url(/images/nav/nav2_samples_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 58px;
}
#nav_bottom li a.samples2:active {
	background: url(/images/nav/nav2_samples_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 58px;
}
#nav_bottom li a.about2 {
	background: url(/images/nav/nav2_about_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 64px;
}
#nav_bottom li a.about2:hover {
	background: url(/images/nav/nav2_about_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 64px;
}
#nav_bottom li a.about2:active {
	background: url(/images/nav/nav2_about_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 64px;
}
#nav_bottom li .news2 {
	background: url(/images/nav/nav2_news_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 43px;
}
#nav_bottom li .news2:hover {
	background: url(/images/nav/nav2_news_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 43px;
}
#nav_bottom li .news2:active {
	background: url(/images/nav/nav2_news_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 43px;
}
#nav_bottom li a.contact2 {
	background: url(/images/nav/nav2_contact_link.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 57px;
}
#nav_bottom li a.contact2:hover {
	background: url(/images/nav/nav2_contact_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 57px;
}
#nav_bottom li a.contact2:active {
	background: url(/images/nav/nav2_contact_active.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 57px;
}
#nav_bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 100px 0px 0px;
}
#nav_bottom p a {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFF;
	margin: 0px;
	padding-left: 5px;
}
#nav_bottom p a:hover {
	color: #D20001;
	text-decoration: none;
	border-left: 1px solid #FFF;
	margin: 0px;
	padding-left: 5px;
}
.clearFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.request .hide {
	position: absolute;
	left: -1000em;
}
