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


/* GLOBAL */

	body {
		color: #FFFFFF;
		background-color: #000000;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 0px;
		margin: 15px 10px 0px 10px;
	}

	img { border: 0; }

	h1, h2 {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	h1 { font-size: 30px; color: #FFFFFF; }
	h2 { font-size: 22px; color: #FFD600; }

	h3 { 
		margin: 30px 0 0 0; 
		color: #99CCFF;
	}
	
	h4 {
		color: #FFD600;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	h4.news { color: #FF0000; text-align: center; }
	
	h5 {
		color: #FFD600;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 12px;
	}
		


	a:link, a:visited { color: #FFAB03; text-decoration: underline; }
	a:hover { color: #FFAB03; text-decoration: none; }

/* HEADER */

#logo {
	top: 0px;
	left: 0px;	
}

#header {
	height: 100px;
	vertical-align: bottom;
}

#ap {
	float: right;
	padding-top: 55px;
}

/* NAVIGATION BAR */

	#navbg {
		position: absolute;
		top: 100px;
		left: 0px;
		z-index: 1;
		background-color: #000000;
		padding: 1px 0 1px 0;
	}

	#nav {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-size: 13px;
		background-image: url(images/nav_bg.jpg);
		border-top: 2px solid white;
		border-bottom: 2px solid white;
	}

	#nav a { white-space: pre; text-decoration: none; }
	a.navcurrent:link, a.navcurrent:visited { color: #FFAB03; text-decoration: none; }
	a.navlink:link, a.navlink:visited { color: #896724; text-decoration: none; }
	a.navlink:hover { color: #FFAB03; text-decoration: none; }

/* MAIN CONTENT AREA */

#mainbox {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
}

#maintextbox {
	padding: 55px 50px 50px 100px;
}

.dblspc {
	line-height: 150%;
}

.clear {
	clear: both;
}

.indexdblspc {
	padding-left: 200px;
	line-height: 150%;
}

.orange {
	color: #FFAB03;
}

.lblue {
	color: #99CCFF;
}

.white {
	color: #FFFFFF;
}

.red {
	color:#FF0000;
}





.client {
	width: 180px;
	height: 220px;
	padding: 0 0 0 10px;
	text-align: center;
	float: left;
}

.vcenter {
	vertical-align: middle;
}


/* INDEX PAGE */

	#indexbox {
		background-image: url(images/index_bg.jpg);
		background-repeat: no-repeat;
	}
	
	#indextextbox {
		padding: 200px 400px 400px 270px;
		width: 450px;
		line-height: 200%;
	}

	.newsletterbox, .newsbox {
		border: 1px solid white;
		font-size: 12px;
		background-color: #000000;
	}
	
	.newsletterbox {
		width: 400px;
		margin: 0 30px 0 10px;
		text-align: center;
		background-color: #FFD600;
		color: #000000;
		padding: 13px 0 0 0;
		float: right;
	}

	.newsbox {
		width: 215px;
		clear: both;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0 10px 0 10px;
		color: #FFFFFF;
	}
	
	.newstitle {
		color: #FFD600;
	}
	
	ol { list-style-type: decimal; padding-left: 20px; }
	
	li.news { padding: 0 0 12px 0; }


/* TESTIMONIALS PAGE */

	img.portrait {
		float: left;
		margin: 0 15px 0 0;
	}
	
	.testimonial {
		margin-left: 170px;
	}

	.testimonialbox {
		margin-top: 25px;
	}
	
	.spaceafter {
		padding-bottom: 40px;
	}



/* GALLERY PAGE */

	#maingallerybox {
		background-image: url(images/main_bg.jpg);
		background-repeat: no-repeat;
		padding: 55px 0 50px 100px;
	}

	#gallery {
		padding: 0px 20px 20px 0px;

	}

	.video {
		margin: 20px 20px 20px 0;
		width: 305px;
		height: 250px;
	}



/* THIS BAR SEPARATES MAIN CONTENT FROM THE HIGHLIGHTED CONTENT */

#divider {
	clear: both;
	height: 12px;
	background-image: url(images/divider.gif);
}


/* HIGHLIGHTED CONTENT AREA */

#featurebox {
	background-image: url(images/featurebox_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
}

#featureboxtitle {
	font-size: 14px;
	color: #00B1FF;
	padding: 19px 0px 0px 155px;
}

#featureboxtext {
	font-size: 12px;
	line-height: 150%;
	padding: 10px 200px 25px 155px;
}


/* ADDRESS AND COPYRIGHT STATEMENT */

#addcopyright {
	font-size: 10px;
	color: #999999;
	text-align: right;
	border-top: 2px solid white;
	padding: 5px 0 5px 0;
}