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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, 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, thead, 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;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Text Altering Classes */

h1 {
	font-weight: bold;
	font-size: 18px;
	border-bottom-color: #000099;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	padding: 0px 0px 20px 15px;
	}
	
h2 {
	font-weight: bold;
	font-size: 18px;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
.caps {
	text-transform: uppercase;
	}
	
	
/* Background & Header Elements */
	
body {
	background: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	color: #ffffff;
	}
	
#borderH {
	border-top-color: #993333;
	border-top-style: solid;
	border-top-width: 3px;
	margin: 100px 0px -102px 0px;
	}

#page-wrap {
	width: 1000px;
	margin: 0 auto;
	}
	
#borderV {	
	background: url(border.gif) repeat-y;
	height: 857px;
	margin: 0px 0px -831px 100px;
 	}
	
#logo {
	float: left;
	}
	
/* Navbar & Links Elements */

a:link {
	text-decoration: none;
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	text-decoration: none;
	color: #993333;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	}

#navbar {
	font-size: 18px;
	margin: 90px 125px -200px 0px;
	display: block;
	float: right;
	width: 400px;
	}
	
#home {
	display: block;
	height: 26px;
	width: 83px;	
	margin-left: -65px;
	}
	
#info {
	display: block;
	height: 26px;
	width: 118px;
	margin-top: -26px;
	margin-left: 10px;
	}
	
#services {
	display: block;
	height: 26px;
	width: 83px;
	margin-top: -26px;
	margin-left: 130px;
	}
	
#prodcuts {
	display: block;
	height: 26px;
	width: 83px;
	margin-top: -26px;
	margin-left: 215px;
	}
	
#galleryNav {
	display: block;
	height: 32px;
	width: 83px;
	margin-top: -32px;
	margin-left: 290px;
	background: url(gallery.gif) no-repeat;
	}
	
#contact {
	display: block;
	height: 26px;
	width: 83px;
	margin-top: -26px;
	margin-left: 375px;
	}
		
#nav1 {
	display: block;
	height: 26px;
	width: 83px;
	background: url(home_btn.gif) no-repeat;
	margin-left: -65px;
	}
	
	#nav1:hover{
		background-position: 0 -26px;
		}
		
	#nav1 span{
		display: none;
		}
		
#nav2 {
	display: block;
	height: 26px;
	width: 118px;
	background: url(info_btn.gif) no-repeat;
	margin-top: -26px;
	margin-left: 10px;
	}
	
	#nav2:hover{
		background-position: 0 -26px;
		}
		
	#nav2 span{
		display: none;
		}

#nav3 {
	display: block;
	height: 26px;
	width: 83px;
	background: url(services_btn.gif) no-repeat;
	margin-top: -26px;
	margin-left: 130px;
	}
	
	#nav3:hover{
		background-position: 0 -26px;
		}
		
	#nav3 span{
		display: none;
		}
		
#nav4 {
	display: block;
	height: 26px;
	width: 83px;
	background: url(gallery_btn.gif) no-repeat;
	margin-top: -26px;
	margin-left: 215px;
	}
	
	#nav4:hover{
		background-position: 0 -26px;
		}
		
	#nav4 span{
		display: none;
		}
		
#nav5 {
	display: block;
	height: 26px;
	width: 83px;
	background: url(products_btn.gif) no-repeat;
	margin-top: -26px;
	margin-left: 295px;
	}
	
	#nav5:hover{
		background-position: 0 -26px;
		}
		
	#nav5 span{
		display: none;
		}
		
#nav6 {
	display: block;
	height: 26px;
	width: 83px;
	background: url(contact_btn.gif) no-repeat;
	margin-top: -26px;
	margin-left: 375px;
	}
	
	#nav6:hover{
		background-position: 0 -26px;
		}
		
	#nav6 span{
		display: none;
		}
/* Main Content Elements */
		
#welcome {
	width: 770px;
	height: 60px;
	margin: 200px 0px 0px 150px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	border-bottom-width: 5px;	
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	}
	
#infoContent {
	width: 800px;
	margin: -326px 0px 0px 150px;
	}
	
	#infoContent p{
		padding-left: 15px;
		}
	
#servicesContent {
	width: 800px;
	margin: 200px 0px 0px 150px;
	height: 430px;
	}
	
	#servicesContent p{
		padding-left: 15px;
		}
	
#contactContent {
	width: 800px;
	margin: 200px 0px 0px 150px;
	height: 160px;
	}
	
	#contactContent p{
		padding-left: 15px;
		}
	
#col2 {
	width: 200px;
	margin: -333px 0px 0px 415px;
	}
	
#col1 {
	width: 300px;
	margin: -72px 0px 0px 400px;
	}
	
#form {
	margin: -100px 0px 0px 650px;
	}

#collage {
	margin: 20px 0px 0px 150px;
	}
	
#infoPic1 {
	margin: 275px 0px 0px 625px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	width: 300px;
	}
	
#infoCaption {
	margin: 0px 0px 0px 710px;
	padding-top: 3px;
	}
	
#servicesPic1 {
	margin: 110px 0px 0px 230px;
	}
		
#servicesPic1 img{
	margin: 25px 0px 0px 50px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	}
	
#servicesPic1 p{
	margin-left: 30px;
	font-weight: bold;
	}
	
#servicesPic1 span{
	margin: 0px 60px 0px 80px;
	}
	
#footer {
	margin: 30px 0px 0px 150px;
	text-align: center;
	padding-bottom: 20px;
	border-top-color: #000099;
	border-top-width: 5px;
	border-top-style: dotted;
	padding: 20px 0px 20px 0px;
	width: 800px;
	}

