/* ---------------------- */
/* STANDARD HTML RESET    */
/* ---------------------- */


* {

	margin:0;
	padding:0;

}



	body,
	h1, h2, h3,
	p, ul, li,
	form {
	
		border:0;
		margin:0;
		padding:0;
	
	}
	
/* ---------------------- */
/* STABDARD HTML TAG DEF  */
/* ---------------------- */


	body {
		
		background: url(images/bg-body-fixed4.jpg) repeat-x;
		background-attachment: fixed;
		background-position:top;
		background-color:#000;
			
			}

	body,
	form, input {

		font-family: Verdana, sans-serif;
		font-size: 15px;
		color: #000000;
	
	}
	
	h1 {
	
		font-size: 24px;
			
	}
	
	h2 {
	
		font-size: 20px;
		letter-spacing:-2px;
		font-weight:normal;
	}
	
	h3 {
	
		font-size: 13px;
			
	}
	
	a:link, a:visited {
	
		color:#CECECE;
	
	}
	
	
	
	
	
	a:hover {
	
		color:#666666;
		
	}
	
	
/* ---------------------- */
/* LAYOUT                 */
/* ---------------------- */

div#container {
	
	width:780px;
	margin: 0 auto;
	background-color:#FFFFFF;

}

div#header {
	
	width:780px;
	height:93px;
	background: url(images/bg-header.jpg) no-repeat;
}



div#header  ul {

	list-style:none;
	line-height:0;
}


div#main-image {
	
	width:635px;
	height:416px;
	background: url(images/image-1.jpg) no-repeat;
	float:right;
}


div#content {
	
	background: url(images/bg-content.jpg) no-repeat;	
	minumum-height:250px;
}

div#main-text {
	
	width:780px;
	float:left;
}

div#main-text p{
	
	padding: 5px 15px;
	letter-spacing:-1px;

}

div#main-text h2{
	
	padding:15px;

}

div#left-col {
	
	width:530px;
	float:left;
}

div#left-col p{
	
	padding: 5px 15px;
	letter-spacing:-1px;

}

div#left-col h2{
	
	padding:15px;

}

div#right-col {
	
	width:250px;
	float:left;
	
}

div#right-col img {
	
	padding-top:15px;
	
}

div#footer {
	width:780px;
	height:25px;
	background-color:#000000;
	clear:both;
}


/* ---------------------- */
/* NAV  */
/* ---------------------- */


div#nav {
	width:145px;
	height:416px;
	float:left;
	background: url(images/bg-nav.jpg) no-repeat;
}

ul#nav {
	
	margin: 125px 10px 0;
	display:block;
	list-style: none;
}

ul#nav li {
	
	display:inline;

}

ul#nav li a {
	
	display: block;
	height:50px;
	color:#FF0000;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	text-decoration:none;
	
}



ul#nav li a:hover {
	
	color:#CECECE;
	
	
}

/* ---------------------- */
/* UTILITIES              */
/* ---------------------- */

	.clear {
	
	clear:both;
	}



	
	.bottom {
		
		width:780px;
		height: 93px;
		
		float:left;
	}
	
	.bottom img {
	
		border: none;
	
	}
	
	.bottom-left {
		height: 94px;
		float:left;
		
	}
	
		
	
	.bottom-right {
		height: 92px;
		float:right;
	}
	
	
	div#bottom-links {
		margin-top:-15px;
		width:780px;
		float:left;
	}
	
	div#bottom-links p{
		padding-bottom:5px;
		text-align: center;
	}
	
	.grey {
		
		color:#666666;
		font-weight:bold;
		letter-spacing:-1px;
		
	}
	
		.grey-footer {
		
		color:#666666;
		font-size:10px;
		letter-spacing:-1px;
		text-align: center;
		padding-top:3px;

		
	}
	
	
	ul.services {
		
		font-weight:bold;
		margin-left:25px;
	
	}
	
	.missing {
	
		text-indent:-9999px;
		
	}
	
	.gallery {
	
		margin:20px;
	
	}
	
	.gallery img {
	
		border:none;
		
	}
		
	.gallery-title {
	
		text-align:right;
		font-size:12px;
		font-weight:bold;
	
	}

	
	iframe {
		margin-top:45px;
		padding:15px;
	}
