* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: #fd2610;
  color: #000;
  font: 62.5% Verdana, sans-serif;
}

.hide {
  display: none;
}

#header {
  background: #FFF;
  color: #FFF;
}
  
  #header div {
    margin: 0 auto;
    overflow: hidden;
    width: 998px;
	height: 55px;
    padding-top:30px;
  }
  
  #header div div {
    float: left;
    height: 90px;
    margin: 0;
    width: 998px;
  }
  
  #header h1.logo {
    float: left;
    height: 90px;
    width: 142px;
  }
  
  #header h1.logo a {
    background: url(compotex-logo.gif);
    background-repeat:no-repeat;
    display: block;
    height: 121px;
    overflow: hidden;
    text-indent: -9999em;
    width: 172px;
  }
 
#divider {
	width: 100%;
	height: 35px;
	background: #FD2610;
}

#content {
  background: #FFF;
  color: #000;
}
  
  #content div {
    background: url(../_images/easy-offices.png) no-repeat 37px 20px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 30px 4px;
    width: 998px;
  }
  
  #content div div {
    background: #FFF;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
  }
  
  #content h1,
  #content h2,
  #content h3,
  #content h4 {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #666666;
  }
  
  #content h1 {
    font-size: 2.1em;
		padding-bottom: 7px;
  }
  
  #content h2 {
    font-size: 1.8em;
  }
  
  
  .locations #content h3 {
    margin: 2em 0 0.5em;
  }
  
  .locations #content h2,
  .contact #content h2 {
    color: #FFF;
    font-size: 2em;
  }
  
  #content p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 1.6em;
  }

  #content p:last-child {
    margin-bottom: 0;
  }

  #content li {
    font-size: 1.2em;
  }

  #content img {
	  border:6px solid #949494;
  }

  #content a:link {
    color:#666;
  }

  .home #content .main {
    float: left;
    margin-right: 15px;
    padding-top: 5px;
    width: 440px;
  }
  
  #content .contactlist {
    float: left;
    margin: 0px 0px 10px 0;
    width: 70px;
  }
  
  #content .contactlist-right {
    float: right;
    margin-right: 100px;
  }
  
  #content .shortlist-homepage {
    float: left;
    margin: 10px 15px 10px 0;
    width: 315px;
  }
  
  #content .shortlist-homepage li {
    border-bottom: 1px solid #666666;
    font-size: 1.4em;
    padding: 6px 0;
  }
  
  #content .shortlist-homepage li:last-child {
    border-bottom: none
  }

  #content #left-column {
	  float: right;
		padding-top: 5px;
	  margin-right: 0;
		width: 530px;
	}

	#content #left-column h2 {
		padding-top:25px;
	}
  

#footer div {
  margin: 0 auto;
  min-height: 30px;
  padding: 25px 0;
  position: relative;
  width: 959px;
}

  #footer div div {
    margin: 0;
    padding: 0 210px 0 192px;
    position: static;
    width: auto;
  }
  
  #footer h2 {
    color: #FFF;
    font: 2em Verdana;
    margin-bottom: 0.2em;
  }
  
  #footer p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 1.6em;
  }

  #footer .address {
	  color: #FFF;
	  font-size: 1.4em;
	  float: right;
	  padding-bottom: 20px;
}

  #footer .address a:link {
	  color:#fff;
  }

  #footer .address a {
	  color:#fff;
  }
  
  
  #footer .social-media  		{ list-style-type: none; }
  #footer .social-media li		{ list-style-type: none; display: inline; float: left; padding: 0 5px 0 0; }
  #footer .social-media li a 	{ background: url('supermassivecsspriteicons2.png') no-repeat 0 0; }
  #footer .social-media li a 	{ text-indent: -9999px; width: 32px; height: 33px; display: block; overflow: hidden; margin: 2px; }
  
  #footer .social-media .facebook a { background-position: 0 -73px; }
  #footer .social-media .facebook a:hover{ background-position: -38px -73px; }
  
  #footer .social-media .linkedin a { background-position: 0 -292px; }
  #footer .social-media .linkedin a:hover { background-position: -38px -292px; } 				

