@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 


html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, .footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #f6f6f6;
  color: #444;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 170% "Arial", arial, sans-serif;
  margin: 0 0 5px 0;
  padding: 15px 0 5px 0;
  color: #222;
}

h2 { 
  font-size: 26px;
  padding: 9px 0 5px 0;
  color: #398102;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4, h6 { 
  color: #398102;
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  color: #555;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: none;
  color: #fff;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 0px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 1px 0; 
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, .footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 0px auto;
  width: 1129px;
  background: transparent;
  padding-bottom: 30px;
  box-shadow: 0 0 3px;
}


header { 
  background: url(../images/header.png) no-repeat;
  height: 247px;
}

#logo { 
  width: 1130px;
  height: 120px;
  color: #888;
  padding: 0 0 0 0px;
  float: left;
}

#logo h1, #logo h2 { 
  font: normal 320% 'Arial', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #444;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { 
  color: #09BCE8;
}

#logo_text a:hover .logo_colour { 
  color: #444;
}

#logo_text h2 { 
  font-size: 140%;
  padding: 0;
  color: #222;
}


#site_content { 
  width: 1130px;
  overflow: hidden;
  margin: 0px auto;
  background: #FFF;
  padding-top: 0px;
} 

#sidebar_container { 
  float: left;
  width: 27%;
  padding: 10px 25px 0 30px;
}

#content { 
  text-align: left;
  width: 63%;
  margin: 0 0 0 0;
  float: left;
  padding: 10px 20px 20px 30px;
  border-left: 1px solid #d1d1d1;
}
  
 .p { 
  float: left;
}

#content ul li, .sidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}


.footer { 
  width: 1130px;
  font: 140% 'Arial', arial, sans-serif;
  height: 30px;
  padding: 12px 0 12px 0;
  color: #FFF;
  text-align: center;
  background: #333; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#48BBC9, #2CA7C9);
  background: -o-linear-gradient(#48BBC9, #2CA7C9);
  background: -webkit-linear-gradient(#48BBC9, #2CA7C9);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
}

.footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
  text-align: center;
}

.footer a { 
  color: #FFF;
  text-decoration: none;
}

.footer a:hover { 
  color: #222;
  text-shadow: none;
  text-decoration: underline;
}

#topcontent {
  height: 100px;
  background: url(../images/logo1.png) no-repeat;
}

.box ul li {
    font-weight: 700;
    font-size: 18px;
    background: #2CA7C9;
    list-style: none;
    padding: 10px 0 10px 15px;
    border-left: 4px solid #c0c0c0;

}

.box ul li a{
    margin-left: 10px;
}

.box ul li:hover {
    background: #53c4e5;
    border-left: 4px solid #98DE25;
}

div#sidebar_container h2 {
    margin-left: 4px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #398102;
}


h2#brand {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 10px 19px;
    background: #2CA7C9;
    width: 85%;
    margin-bottom: 15px;
}

img#desc {
  float: left;
  padding: 0 15px 0 0;
}

p#desc {
  float: none;
  line-height: 19px;
  max-width: 85%;
}

p#brandesc {
  padding: 10px 15px 0 0;
  font-weight: bold;
  
}

h4#brandesc {
  color: #353434;
  font-weight: bold;
  font-size: 16px;
}

