/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* own style */
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 1.6em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0F5CA5;
}
h2 {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 7px;  
}
h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-top: 10px;
}
p {
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul {
    list-style-image:url("images/orange_disc.jpg");
}
ul li {
    line-height: 1.6em;
}
a {
    text-decoration:none;  
    color: #0F5CA5;
}
a:hover {
    color: #F87C0F;
    border-bottom: 1px dotted #F87C0F;
}
table {
    border-collapse: collapse; 
}
td, th{
    border-bottom: 1px dotted #F87C0F;
    border-top: 1px dotted #F87C0F;
    padding: 3px;
    text-align: center;   
}
th {
    font-weight: bold;
}
div#container {
    width: 950px;
    margin: 15px auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
    position: relative;
}
a#logo {
    text-decoration:none;  
}
a:hover#logo{
    border-bottom: none;    
}

/* Top Banner */
/* Top Banner */
div#top-banner {
/*    border: 1px solid #ccc;  */
    position: absolute;
    top: 5px;
    right: 200px;
}

/* Quick Menu */ 

div#quick-menu ul{
/*    border: 1px solid #ccc;      */
    width: 120px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 5px;
}
div#quick-menu ul li {
    font-weight: bold;
    list-style: none;
    list-style-image: none;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    border: 1px solid #F87C0F; 
    margin: 5px 0;
    font-size: 0.9em;  
}
div#quick-menu ul li a { 
    color: #F87C0F;
    margin: 0 15px 0 0;
}
div#quick-menu ul li a:hover {
    color: #0F5CA5;
    border-bottom: none;  
}

/* Main Menu */ 

div#main-menu ul{
    background: #0F5CA5;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    margin: 15px 0;
    padding: 5px 0;
    text-align: center;
}
div#main-menu ul li {
        display: inline;
    font-weight: bold;
}
div#main-menu ul li a {
    text-decoration:none;  
    color: #FFFFFF;
    padding: 4px 18px; 
}
div#main-menu ul li a:hover {
    background: #F87C0F;
    border-bottom: none; 
}

div.big-box {
    margin-bottom: 10px;
}
div.small-box {
    width: 288px;
    float: left;
    margin : 5px 4px;
    padding: 10px;
}
h3.small-box {
    color: white;
    font-size: 1em;
    text-align: center;
    background: #0F5CA5;
    padding: 5px;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    margin-bottom: 10px; 
}

/* Bottom Banner */
div#bottom-banner {
    margin-top: 20px;
    text-align: center;
}

/* Footer Menu */

div#footer-menu {
    clear: left; 
         
}
div#footer-menu ul{
    margin-left: 0;  
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    text-align: center;
    background-color : black;   
    overflow: hidden;
    margin-top: 30px; 
    padding: 5px 0; 
}
div#footer-menu ul li {
    display: inline;
    float: left;
    width: 20%;
    padding: 5px 0;
}
div#footer-menu ul li a {
    color: gray;   
    font-size: 0.9em;
}
div#footer-menu ul li a:hover {
    color: white;
    border-bottom: 1px dotted white;  
}

/* Footer */

div#footer {
    clear: left;         
}
div#footer p {
    font-size: 0.8em;
    text-align: center;
    color: gray;
    margin-top: 5px;
}

/* Map */
div#map {
    width: 425px;
    height: 350px;
    border: 1px solid #F87C0F;
    position: absolute;
    right: 0;
    top: 190px;
}

/* Products - Services */

ul.products li {
    display: inline;
    float: left;
    width: 24%;
    text-align: center;
    text-decoration: none;   
}
#product ul li a:hover {
    border: none;
}
.highlightit img {
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity = 75); /* for IE5-7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* // for IE8 */
}

.highlightit:hover img{
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity = 100); /* for IE5-7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* // for IE8 */  
}
div#clear {
    clear: left;
}
a.order_now {
    text-decoration:none;
}
a:hover.order_now{
    border-bottom: none;    
}

