/*As of September 2009 this is the new core style sheet for Site-Seers.com*/

* {
margin: 0px;
padding: 0px;
}

div {}

body {
font-size: 62.5%;
font-family: Verdana, Helvetica, Arial, sans-serif;
min-width: 760px;
margin: 0em;
background: url('images/background.jpg') #5f92d2 repeat-x 0% 0%;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
}

#header {
width: 800px;
height: 149px;
margin: 0 auto;
background-color: #4d9ecd;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 0px;
border: none;
background-image: url(images/header.jpg);}

#content {
width: 792px;
min-height: 510px;
margin: 0 auto;
text-align: left;
background-color: #eff6fc;
position: relative;
border-top: none;
border-left: 5px #d6e8f6 solid;
border-bottom: 5px #d6e8f6 solid;
border-right: 5px #d6e8f6 solid;}


h1 {
font-size: 2em;
text-align: center;
letter-spacing: 2px;
font-family: "Freestyle Script";
color: #0a57a4;}

h2 {
font-size: 1.5em;
text-align: left;
font-style: normal;
letter-spacing: 5px;
color: #0a57a4;
font-weight: normal;
font-family: Impact;
padding: .5em 0em .5em 0em;
}

h3 {
font-size: 1em;
text-align: left;
font-style: normal;
letter-spacing: 5px;
color: #0a57a4;
font-weight: normal;
font-family: Impact;
padding: .5em 0em .5em 0em;
}

h4 {
font-size: 1em;
text-align: center;
font-style: normal;
letter-spacing: 5px;
color: #0a57a4;
font-weight: normal;
font-family: Impact;
padding: .5em 0em .5em 0em;
}

h5 {
font-size: 1em;
text-align: center;
font-style: normal;
letter-spacing: 5px;
color: #0a57a4;
font-weight: normal;
font-family: Impact;
padding: 2em 2em 2em 2em;
}

main-text {
background-color: #ffffff;
margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
padding-top: 0px;}

p {
font-size: 1em;
text-align: justify;
line-height: 1.7em;
padding-left: 1%;
padding-right: 1%;
}

a {
color: black;
text-decoration: none;
}

a:visited {
color: blue;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: underline;
}


#services {
width: 100%;
}

img {
border: none;
padding-left: 1%;
}

img.logistics {
float: right;
border: none;
}


#leftcolumn { 
 color: #333;
 border: none;
 background: url(images/butblue.jpg) center no-repeat;
 margin: 0 1% 2% 1%;
 padding: 0;
 height: 145px;
 width: 145px;
 float: left;
}

#leftmiddle { 
 color: #333;
 border: none;
 background: url(images/butblue.jpg) center no-repeat;
 margin: 0 1% 2% 1%;
 padding: 0;
 height: 145px;
 width: 145px;
 float: left;
}

#rightmiddle { 
 color: #333;
 border: none;
 background: url(images/butblue.jpg) center no-repeat;
 margin: 0 1% 2% 1%;
 padding: 0;
 height: 145px;
 width: 145px;
 float: right;
}

#rightcolumn { 
 color: #333;
 border: none;
 background: url(images/butblue.jpg) center no-repeat;
 margin: 0 1% 2% 1%;
 padding: 0;
 height: 145px;
 width: 145px;
 float: right;
}

table {
margin-left: 15%;
}

.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
background-color: #ffffff;
clear: both;
}