/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

.hiddenPic {display:none;}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
width: 200px;
height: 70px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #222222;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background:url(../images/top.jpg);
	height: 126px;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#menu {
	width: 184px;
	height: 418px;
	left: 23px;
	position:absolute;
}
#shim {
	width: 23px;
	height: 418px;
	position:absolute;
	background:url(../images/home-bg-left.jpg);
}

#about-shim {
	width: 23px;
	height: 418px;
	position:absolute;
	background:url(../images/about-bg-left.jpg);
}

#contact-shim {
	width: 23px;
	height: 418px;
	position:absolute;
	background:url(../images/contact-bg-left.jpg);
}

#gallery-shim {
	width: 23px;
	height: 418px;
	position:absolute;
	background:url(../images/gallery-bg-left.jpg);
}

#homebody {
	width: 593px;
	height: 418px;
	position:absolute;
	left: 207px;
	background:url(../images/body.jpg);
}

#aboutbody {
	width: 593px;
	height: 418px;
	position:absolute;
	left: 207px;
	background:url(../images/aboutbody.jpg);
}

#contactbody {
	width: 593px;
	height: 418px;
	position:absolute;
	left: 207px;
	background:url(../images/contact-body.jpg);
}

#gallerybody {
	width: 593px;
	height: 418px;
	position:absolute;
	left: 207px;
	background:url(../images/gallery-body.jpg);
}

#abouttext {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 400px;
	height: 180px;
	position:absolute;
	left: 162px;
	top: 204px;
	background:#000000;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	
}

#contacttext {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 250px;
	height: 350px;
	position:absolute;
	left: 300px;
	top: 20px;
	background:#000000;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	
}



#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	border: 1px solid #000;
}
#masthead .content {
	padding: 12px 20px;
}

#footer {
	color: #999999;
	background:url(../images/footer.jpg);
	height: 56px;
	width: 800px;
	padding: 0px;
	position:absolute;
	top: 544px;
	font-size: 0.7em;
}
#celtechit {
	color: #FFFFFF;
	height: 25px;
	width: 800px;
	padding: 0px;
	position:absolute;
	top: 610px;
	font-size: 11px;
}
a:link {font-size: 11px; color:#FFFFFF; text-decoration: none;}
a:hover {font-size: 11px; color:#FFFFFF; text-decoration: underline;}
a:visited {font-size: 11px; color:#FFFFFF; text-decoration: none;}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.2em;
	text-transform:uppercase;
	margin: 5px;
	color:#FFFFFF;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
