@charset "utf-8";
/* CSS Document */
body
{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	color:#a7a9ac;
	text-align:justify;
}
img,a
{
	outline:none;
	border:none;
}
a
{
	color:#FFFFFF;
	text-decoration:none;
}
h2
{
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:11px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}
#wrapperbg
{
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:965px;
	margin-left:auto;
	margin-right:auto;
}	
#wrapper
{
	width:100%;
	background-image:url(images/bgMask.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
#inner
{
	width:755px;
	margin-left:auto;
	margin-right:auto;
}
#nav 
{
	margin:13px 0px 20px 0px;
	float:left;
}
#nav a 
{
	color:#808285;
	text-transform:uppercase;
}
#nav a:hover
{
	color:#FFFFFF;
}
#nav ul
{
	width:770px;
	height:30px;
}
#nav ul,#nav li,#nav img
{
	margin:0px;
	padding:0px;
	float:left;
	display:inline-block;
}
#nav li
{
	height:25px;
	text-align:center;
	margin:0px 28px 0px 28px;
	line-height:24px;
}
.mainBanner
{
	margin:0px 0px 20px 0px;
}
.service
{
	float:left;
	width:100%;
	margin:0px 10px 15px 0px;
}
.service img
{
	float:left;
	margin:0px;
	padding:0px;
}
.service div
{
	float:left;
	margin:0px 10px 0px 0px;
}
.service p
{
	margin:0px 10px 0px 10px;
}
.sideImage
{
	float:left;
}
.coffin
{
	margin:0px 10px 10px 10px;
	float:left;
}
#content
{
	font-size:10px;
	float:left;
	margin:0px 10px 0px 10px;
	width:335px;
	padding:37px 0px 0px 0px;
}
#box
{
	border:1px solid #5d5d5d;
	width:335px;
	float:left;
	font-size:10px;
	margin:10px 0px 10px 0px;
}
.address
{
	float:left;
	margin:0px 0px 0px 30px;
	color:#999999;
	text-transform:uppercase;
	width:90px;
}
#footer a
{
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:10px;
}
#footer a:hover
{
	color:#999999;
}
#footerLeft
{
	float:left;
}
#footerRight
{
	float:right;
}
#footer
{
	height:30px;
	clear:both;
	font-size:10px;
	color:#FFFFFF;
}

.text
{
	background-color:#333333;
	color:#CCCCCC;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	height:18px;
	border:none;
	width:230px;
}
textarea
{
	background-color:#333333;
	color:#CCCCCC;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	height:180px;
	border:none;
	width:230px;
	overflow:auto;
}
.button
{
	background-color:#333333;
	color:#CCCCCC;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	height:18px;
	border:none;
	float:left;
	width:100px;
	margin:0px 30px 0px 0px;
}
#EmailForm
{
	margin:20px 0px 0px 50px;
}
.errors
{
	margin:20px 0px 30px 10px;
	color:#CCCCCC;
	width:315px;
	height:50px;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
}