* {
margin: 0;
padding: 0;
}

body {
background: top center ;
background-color: #FFFFFF;
background-repeat: no-repeat;
/*background-image: url("images/bg/bg2.jpg");*/
font: 12/18px tahoma;
color: #FFFFFF;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
/*
body.index {
background: top center;
background-color: #FFFFFF;
background-repeat: no-repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 20px;
padding-bottom: 20px;
}
*/
@font-face {
  font-family: "Century Gothic";
  src: url("images/Century Gothic.ttf");
  }

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #00adef;
text-decoration:underline
}

a:active {
color: #00adef;
text-decoration:underline
}

#header {
width: 900px;
height: 210px;
/*background: url("images/Header4.jpg") no-repeat;
background-position: 151px;*/
border-bottom:thin;
border-bottom-color:#FFFFFF;
}

.equipment {
float: left;
width: 690px;
margin: 10px 0 0 20px;
text-align: left;
}

#equipment {
float: left;
width: 690px;
margin: 0px 0 0 20px;
text-align: left;
}

#wrapper {
width: 900px;
background: none;
background-image: none;
background-position: 0 0;
padding:10px;
border:solid #666666 thin;
margin: 0 auto;
text-align: left;
background-color:#FFFFFF;
box-shadow: 0px 10px 30px #000000;
-moz-box-shadow: 0px 10px 30px #000000;
-webkit-box-shadow: 0px 10px 30px #000000;
}

h1 {
width: 150px;
height: 30px;
background-color: #333333;
margin: 1px 1px 1px 0;
border-top-color: #FFFFFF;
float: left;
font: 16px tahoma;
color: #333333;
padding-left:0px;
cursor: default;
font-weight:bolder;
}
/*
h1:first-letter {
color: #FFFFFF;
text-decoration: none;
}
*/
h2 {
width: 739px;
height: 30px;
background-color: #333333;
float: left;
font: normal 22px/26px palatino linotype;
padding-left: 10px;
color: #FFFFFF;
margin-top: 1px;
cursor: default;
font-style:italic;
}

h3 {
width: 151px;
height: 30px;
background-color: #333333;
margin: 0px 0px 1px 0;
float: left;
font: 16px tahoma;
color: #333333;
cursor: default;
font-weight:bolder;
}

h4 {
width: 739px;
height: 30px;
background-color: #333333;
float:right;
font: normal 48px/*/12px*/ palatino linotype;
padding-right: 10px;
color: #00adef;
cursor: default;
text-align:right;
font-style:italic;
position:relative;
display:block;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
background-color:#000000;
border-bottom:thin;
border-bottom-color:#FFFFFF;
}

#nav li a {
color: #fff;
font: normal 12px/24px palatino linotype;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
font-style:italic;
}

#nav li a:hover {
background-image: url("images/bullet.png");
background-repeat: no-repeat;
background-position: 100% 50%;
background-color:#666666;
}

#nav li a:active {
background-image: url("images/bullet.png");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#nav li a:focus {
outline: none;
}

#current a {
background-image: url("images/bullet.png");
background-repeat: no-repeat;
background-position: 100% 50%;
}

.current a {
background-image: url("images/bullet.png");
background-repeat: no-repeat;
background-position: 100% 50%;
}

a:focus {
outline: none;
}

#sidebar {
width: 133px;
float: left;
border-right: 1px solid #CCCCCC;
font: normal 10px tahoma;
padding: 0px 8px 0px 8px;
margin:none;
/*background-image: url("images/bg/sidebarbg.jpg");
border-top: 1px solid #cccccc;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;*/
background-color:ffffff;
height:420px;
}

ul.ul2 {margin-left:none;}
ul.ul2 li {margin-left:0px;}

ul.ul3 {margin-left:20px;}
ul.ul3 li {margin-left:20px;}


img {
border: none;
}

a img {
margin-bottom: 20px;
border: none;
}

a.gallery img{
display: block;
border: 1px solid #fff;
}

a img:hover {
border: none;
}

a img:focus {
outline: none;
}

#content {
float: left;
width: 735px;
padding: 8px 0 0 10px;
text-align: left;
color: #333333;
font-family:tahoma;
font-size:12px;
background-color: #FFFFFF;
min-height:400px;
}

p {
margin-bottom: 20px;
font-family: palatino linotype;
color:#333333;
}

p:first-line {
font-weight: normal; 
text-transform:uppercase;
font-size:20px;
font-family: tahoma;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
background-color:#FFFFFF;
color: #333333;
font-family:tahoma;
font-size:12px;
}