body {
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #333;
    background-color: #EDEDED;
}

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

.clear {
    clear: both;
}

#header {
    background-image: url('../img/gradient.png');
    background-repeat: repeat-y;
    background-position: center;
    width: 100%;
}

#header>#headerContent {
    width: 970px;
    margin: auto;
    padding-top: 10px;
}

#header>#headerContent>#logoArea {
    width: 500px;
    float:left;
    margin-top: 10px;
    padding-left: 10px;
}

#header>#headerContent>#logoArea>h1 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #222;
}

#header>#headerContent>#logoArea>h2 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

#header>#headerContent>#raveImage {
    display: block;
    float: right;
    position: relative;
    z-index: 1;
}

#contact {
    background-color: #F7F7F7;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    margin-top: -45px;
}

#contact>#contactContent {
    width: 970px;
    margin: auto;
    padding-top:10px;
    height: 40px;
    padding-left: 20px;
}

#contact>#contactContent>img {
    display: block;
    margin-bottom: -5px;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

#contact>#contactContent>a {
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
    color: #666;
    float: left;
}

#contact>#contactContent>#email {
    margin-right: 50px;
    margin-top:7px;
    display: block;
    float: left;
}

#contact>#contactContent>#phone {
    margin-right: 50px;
    margin-top: 7px;
    display: block;
    float: left;
}

#contact>#contactContent>#phoneIcon {
    margin-top:0px;
}

/* Main Content */
#main {
    width: 100%;
    background-color: #FFF;
}

#main>#mainContent {
    width: 960px;
    margin: auto;
    padding-top: 0px;
}

#main>#mainContent>#leftCol {
    width: 680px;
    float:left;
    padding-right: 10px;
}

#main>#mainContent>#leftCol>h2 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    width: 100%;
}

#main>#mainContent>#leftCol>p {
    float: left;
    color: #666;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    width: 100%;
}

#main>#mainContent>#rightCol {
    float: right;
    width: 230px;
    border: 1px solid #DDD;
    background-color: #F8F8F8;
    padding: 10px;
}

#main>#mainContent>#rightCol>h3 {
    margin-top: 0px;
    font-weight: normal;
    font-size: 18px;
    
}

#main>#mainContent>#rightCol>ul {
    margin-left: 0px;
    padding-left: 0px;    
}

#main>#mainContent>#rightCol>ul>li {
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 3px;
    background: url(../img/checkbox.png) left center no-repeat;
}

/* Sub Content */
#main>#subContent {
    width: 960px;
    margin: auto;
    margin-top:20px;
}


#main>#subContent>#equipment {
    width: 640px;
    float: left;
}

#main>#subContent>#equipment>h3 {
    font-size: 18px;
    font-weight: normal;
}

#main>#subContent>#equipment>.machine {
    float:left;
    width:310px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main>#subContent>#equipment>.machine>img {
    float: left;
    margin-right: 10px;
    border: 1px solid #DDD;
}

#main>#subContent>#equipment>.machine>h4 {
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    width:200px;
}

#main>#subContent>#equipment>.machine>h5 {
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #666;
    position: relative;
    width: 200px;
    font-size: 10px;
}

#main>#subContent>#location {
    width: 300px;
    float: right;
}

#main>#subContent>#location  a {
    display: block;
}

#main>#subContent>#location>h3 {
    font-size: 18px;
    font-weight: normal;
}

#main>#subContent>#location img {
    margin-top:-2px;
    border: 0px;
    text-decoration: none;
}

#main>#subContent>#location>h4 {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    position: relative;
    width: 100%;
}

#main>#subContent>#location>h5 {
    font-weight: normal;
    position: relative;
    width: 100%;
    
}

#footer {
    width: 100%;
    background-color: #EDEDED;
    color: #666;
    margin-bottom: 15px;
}

#footer>#footerContent {
    width: 960px;
    margin: auto;
}

#footer>#footerContent>#address {
    float: left;
}

#footer>#footerContent>#address>h4 {
    font-size: 14px;
    margin-bottom: 5px;  
}

#footer>#footerContent>#address>h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

#footer>#footerContent>#copyright {
    float: right;
    margin-top: -20px;
}


/* Firefox specific hacks */
@-moz-document url-prefix() {
  #main {
      margin-top: -20px;
  }

  #contact {
      margin-top: -35px;
  }
}
