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

body {
	background-color: #15181a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}



#wrapper {
	z-index: 0;
	width: 100%;
	position: absolute;
    
	top: 70px;
	left:0px;
	height: 100px;
}

#testimonial {
	z-index: 3000;
	width: 855 px;
	height: 75 px;
	position: absolute;
	top: 0 px;
	left: 50%;
	margin-left: -428px;
	top: -7px;
}


#contact {
	z-index: 2000;
	width: 855 px;
	height: 35 px;
	position: absolute;
	top: 200 px;
	margin-left: -428px;
	top: 82px;
	left: 50%;
}


#nav {
	width: 856 px;
	height: 123 px;
	position: absolute;
	top: 0 px;
	 left: 50%;
	margin-left: -428px;  
	top: 0px;
    
}

#menu {
	
	width: 900 px;
	height: 35 px;
	position: absolute;
	z-index: 1000;
	top: 123px;
	 left: 50%;
	margin-left: -450px; 
	
}
	
#main {
	
	width: 850 px;
	height: 35 px;
	position: absolute;
	z-index: 1000;
	top: 450px;
	 left: 50%;
	margin-left: -425px; 
	
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-shadow:0 1px 0 #000;
}

.navlink {
	font-family: Arial, Gadget, sans-serif, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-style: bold;
	text-shadow:0 1px 0 #000;
	
}

.contact1 {
	font-family: Arial, Gadget, sans-serif, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCC;
	font-style: bold;
	text-shadow:0 1px 0 #000;
	
}

.test {
	font-family: Arial, Gadget, sans-serif, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	font-style: italic;
	text-shadow:0 1px 0 #000;
	
}

.testimonial {
	font-family: Arial, Gadget, sans-serif, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-style: italic;
	text-shadow:0 1px 0 #000;
	
}

.footer {
	font-family: Arial, Gadget, sans-serif, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-style: normal;
	text-shadow:0 1px 0 #000;
	line-spacing: 4px;
	
}

.title {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #e00000;
	font-style: normal;
	text-shadow:2px 2px 0 #000;
	
}

.titlewhite {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #fff;
	font-style: normal;
	text-shadow:2px 2px 0 #000;
	
}

.tabletitle {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #e00000;
	font-style: normal;
	text-shadow:2px 2px 0 #000;
	
}

a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

.ui-helper-center {
    text-align: center;
	height:auto;
	vertical-align:top;
	padding: 10px;
}