@charset "utf-8";
/* CSS Document */

/* ---------------------------------------CSS RESET-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/*-------------------------------------------END CSS RESET-----------------------------------------------------*/

body {
	background: url(images/metal005.jpg);
	font-size:100%;
	text-align:left;
}

p {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	text-align:center;
	line-height:22px;
}

#container {
	position:relative;
	width:980px;
	height:100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	border:4px solid #000;
	background:#fff;
}

#header, #middle, #mainbody {
	float:left;
	background:url(images/head.jpg) no-repeat;
	width:980px;
	height:93px;
}

#logocontain, #logo, #h1 {
	float:left;
	width:200px;
	margin-left:30px;
	margin-top:5px;
}

h1, #logo {
	color:#fff;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#nav {
	float:left;
	width:340px;
	margin-top:33px;
	margin-left:90px;
}

#nav li {
	float:left;
	display:inline;
	margin-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
}

#nav li span {
	color:#fff;
}

.phone {
	margin-left:50px;
	margin-top:33px;
}

.phone span {
	color: #0CF;
}

#middle {
	background:url(images/middle.jpg) no-repeat;
	height:234px;
}

#mainbody {
	background:url(images/body.jpg) no-repeat;
	height:100%;
}

.photo, .photo2, .photo3{
	float:left;
	margin-top:50px;
	margin-left:40px;
}

.photo2, .photo3 {
	margin-left:0px;
	margin-top:30px;
}

.photo3 {
	margin-top:70px;
}

#contentright {
	float:left;
	width:450px;
	height:100%;
	margin-top:15px;
	margin-left:40px;
}

.maintext, .maintext2 {
	width:450px;
	color:#000;
	margin-top:15px;
	font-weight:bold;
}

.maintext2 {
	font-weight:100;
	margin-top:5px;
}

#contentleft {
	float:left;
	width:413px;
	margin-top:0px;
	height:100%;
	margin-left:40px;
}

h2 {
	float:left;
	width:980px;
	text-align:center;
	margin-top:15px;
	font-size:1.8em;
	background: #CCC;
	border-bottom:2px solid #000;
}

h3, .h3large {
	float:left;
	width:450px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	margin-top:10px;
}

.h3large {
	font-size:1.4em;
	margin-top:30px;
}

#list, #list li {
	float:left;
	width:450px;
	margin-top:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

#list li {
	float:left;
}

#bottomphoto {
	float:left;
	margin-top:16px;
}

.mailphone {
	width:980px;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}

#contactform {
	float:left;
	margin-top:15px;
	width:980px;
	background: #666;
	padding:15px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

.footer {
	width:980px;
	text-align:center;
	font-size:0.7em;
	margin-top:40px;
	background:#333;
}
	
a:link {color: #FFF;text-decoration: none;}a:visited {text-decoration: none;color: #FFF;}a:hover {text-decoration: none;color: #0CF;}a:active {text-decoration: none;color: #FFF;}

a.linkstyle2:link {color: #FFF;text-decoration: underline; font-weight:bold;}a.linkstyle2:visited {text-decoration: underline;color: #FFF; font-weight:bold;}a.linkstyle2:hover {text-decoration: underline;color: #03C; font-weight:bold;}a.linkstyle2:active {text-decoration: underline;color: #FFF; font-weight:bold;}

