/* CSS Document */
html, body {
border: 0;
margin: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
background-color:#000000;
}

a img {
border: 0;
}


ul {
color:#CC0000;
letter-spacing: 2px;
line-height: 16px;
}

ul a {
color: #CC0000;
}

ul a:hover {
color:#000000;
}

#container {
position: relative;
left: 50%;
width: 1005px;
height: 790px;
margin-left: -502.5px;
background-color:#E1E1E1;
}

#containerspecial {
position: relative;
left: 50%;
width: 1005px;
margin-left: -502.5px;
background-color:#E1E1E1;
}

#containerprod {
position: relative;
left: 50%;
width: 1005px;
height: 3200px;
margin-left: -502.5px;
background-color:#E1E1E1;
}

#containercontact {
position: relative;
left: 50%;
width: 1005px;
height: 780px;
margin-left: -502.5px;
background-color:#E1E1E1;
}

#header {
position: relative;
width: 786px;
height: 190px;
background: #003366 url(../images/header_bg.jpg) 0 0 repeat-x;
}

#logo {
position: absolute;
top: 15px;
left: 100px;
width: 154px;
height: 130px;
background-image:url(../images/logo.jpg);
}

#title {
position: absolute;
top: 20px;
left: 280px;
width: 248px;
height: 92px;
background-image: url(../images/title.jpg);
}

#menu {
position: absolute;
left: 100px;
bottom: 0;
width: 650px;
height: 35px;
}

#menu span {
position: relative;
top: 10px;
}

#menu a {
color: #FFFFFF;
padding: 10px 25px 11px 25px;
text-decoration: none;
}

#menu a:hover {
background-color:#CC9900;
}

#rightimg {
position: absolute;
top: 0;
left: 786px;
width: 219px;
height: 333px;
background-image: url(../images/body_bg.jpg);
}

#content {
position: absolute;
top: 190px;
left: 86px;
width: 707px;
height: 590px;
background: url(../images/content_bg.jpg) 0 0 repeat-y;
padding-top: 10px;
}

#contentspecial {
margin-left: 86px;
width: 707px;
background: url(../images/content_bg.jpg) 0 0 repeat-y;
padding-top: 10px;
padding-bottom: 80px;
}

#contentprod {
position: absolute;
top: 190px;
left: 86px;
width: 707px;
height: 2900px;
background: url(../images/content_bg.jpg) 0 0 repeat-y;
padding-top: 10px;
}

#contentcontact {
position: absolute;
top: 190px;
left: 86px;
width: 707px;
height: 580px;
background: url(../images/content_bg.jpg) 0 0 repeat-y;
padding-top: 10px;
}

#leftcolumn {
float: left;
width: 154px;
height: 500px;
padding-left: 20px;
}

#rightcolumn {
margin: 0 10px 0 180px;
}

#rightcolumn h1 {
color:#003366;
font-size: 22px;
line-height: 24px;
padding-top: 10px;
}

#rightcolumn h2 {
color: #990000;
font-size: 18px;
line-height: 20px;
}

#footer {
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #999999;
padding-top: 8px;
height: 15px;
padding-bottom: 30px;
}

#footer p {
text-align: center;
}

#footer a {
text-decoration: none;
font-size: 10px;
color:#003366;
}

#footer a:hover {
color:#990000;
text-decoration: underline;
}

.highlight {
font-weight: bold;
}

.subhead {
color:#003366;
font-size: 14px;
}

.bttmmenu {
margin-left: 40px;
}

.bttmmenu a {
text-decoration: none;
font-size: 10px;
color:#003366;
}

.floatright {
float: right;
clear: right;
margin-left: 8px;
padding-bottom: 10px;
}

.floatleft {
float: left;
margin-right: 8px;
}

.nudgeright {
margin-left: 132px;
}

.nudgeimg {
margin-left: 20px;
}

.mytable td {
border: 1px dotted #999999;
background-color:#FFFFFF;
padding-left: 8px;
}

table.contactbox {
border: 1px dotted #999999;
background-color:#ECF5FF;
}

.maptext {
letter-spacing: 1px;
line-height: 16px;
}


/* ############################ */
/* for the lightbox gallery */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/* contact form */

label {
 cursor: pointer;
 cursor: hand;
 float: left;  
 width: 10em;  
 margin-right: 1em;  
 text-align: right; 
} 

fieldset{
background-color: #F2EFE9;
padding-top: 10px;
}

input, textarea {
  border: 2px solid #ccc;
  margin-bottom: 6px;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
#security img { border: 1px solid #000; margin-left: 133px; margin-bottom: 5px; }

#submit { margin-top: 5px; }

.contactbutton {
margin-left: 133px;
}

.clear{clear:both;}

