*
{
    outline: 0;
    font-family: helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: small;
}

img
{
    border: 0;
}

div#page-container
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    color: white;
}

h1
{
    text-indent: -9999px;
    height: 98px;
    background: url(../images/logo.png) top left no-repeat;
}

h2
{
    clear: both;
    font-size: 1.4em;
}

#menu
{
    background: url(../images/menu-background.png);
    height: 33px;
    border-bottom: 2px solid #11328c;
}

div#content-top
{
    min-height: 300px;
    background: #518ad6 url(../images/background-top.png) top left no-repeat;
    color: white;
    padding: 2em 0;
}

div#content-top #links{
    float:right
}

div#content-bottom
{
    clear: both;
    margin-top: 0;
    background: #4881ce url(../images/background-bottom.png) top left no-repeat;
    color: white;
    padding: 2em 0;
    min-height: 60px;
}

div.content-padding
{
    clear: both;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div.content-padding p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu
{
    list-style: none;
    padding-left: 50px;
}

#menu li
{
    float: left;
    line-height: 33px;
    display: block;
}

#menu a,
#footer a
{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    color: white;
    border-left: 1px solid #284ab0;
}

#footer
{
    border-top: 2px solid #11328c;
}

#menu li:last-child a,
#footer a
{
    border-right: 1px solid #284ab0;
}

#footer a:hover
{
    background: url(../images/menu-highlight.png) repeat-x 0 -1px;
}

#menu a:hover,
body#index a.index,
body#uk-transport a.uk-transport,
body#eu-transport a.eu-transport,
body#storage a.storage,
body#terms a.terms,
body#testimonials a.testimonials,
body#quote a.quote
{
    background: url(../images/menu-highlight.png) repeat-x;
    color: #ffa;
}

#footer
{
    background: url(../images/menu-background.png);
    line-height: 33px;
    font-size: 0.8em;
    color: white;
    margin: 0;
    padding: 0;
}

#footer span.mailto
{
    margin-left: 50px;
    margin-right: 10px;
}

#footer span.terms
{
    float: right;
    margin-right: 50px;
}

#credit
{
    height: 26px;
    line-height: 26px;
    font-size: 0.8em;
    color: white;
    margin: 0;
    padding: 0;
}

#credit a
{
	position:relative;
	left:125px;
    color: #888;
    text-transform: lowercase;
    text-decoration: none;
}

#credit a:hover
{
    color: #444;
    text-decoration: underline;
}

div#content-bottom h2
{
    margin: 1em 0 0 0;
}

div#content-bottom p
{
    margin: 1em 0;
}

div#content-top ul,
div#content-bottom ul
{
    list-style: none;
}

div.scrollable
{
    padding: 20px 30px;
    margin-top: 20px;
    width: 615px;
    height: 400px;
    background: url(../images/semi-transparent.png) repeat fixed left top;
    overflow-x: none;
    overflow-y: auto;
    border: 1px solid #11328c;
    height: 340px;
}

div#content-top h2
{
    margin: 10px 0;
}

div.form-container
{
    width: 360px;
    float: left;
    margin: 10px auto;
}

fieldset
{
    border: 0;
    margin: 20px 0;
}

label
{
    clear: both;
    margin: 10px 10px 0 0;
    float: left;
    width: 115px;
}

input[type=text],
textarea
{
    width: 190px;
    margin-top: 10px;
    border: 1px solid #11328c;
    background: white;
    color: black;
}

textarea
{
    height: 65px;
}

input[type=checkbox]
{
    margin: 10px 100px 0 0;
    clear: both;
    border: 1px solid #11328c;
    background: white;
    color: black;
}

input[type=submit]
{
    margin-left: 200px;
    width: 120px;
    height: 34px;
    border: 0;
    background: url(../images/get-quote-off.png);
}

input[type=submit]:hover
{
    background: url(../images/get-quote-on.png);
}

div.content-padding br
{
    clear: both;
}

legend
{
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    text-indent: 0;
    margin: 0;
}

p.testimonial
{
    margin: 10px auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px dotted white;
}

p.testimonial:last-child
{
    border: 0;
}

p.testimonial span.customer-name
{
    display: block;
    font-style: italic;
    margin: 10px auto 0 auto;
}

div#content-top div.ie_shunt
{
    clear: both;
    margin-top: 150px;
}

div#content-bottom div.ie_shunt
{
    clear: both;
    margin-bottom: 50px;
}

img.reflection
{
    float: left;
    margin: 50px 0;
    position: absolute;
    top: -220px;
}

img.first-column
{
    left: 40px;
}

img.second-column
{
    left: 380px;
}

img.third-column
{
    top: -355px;
    left: 770px;
}

body#index img.third-column
{
    top: -270px;
}

div#content-top p,
div#content-bottom p
{
    max-width: 676px;
}

div#gallery img{
    border-style: solid;
    border-color: white;
    border-width: 1px;
    margin:20px;
}

div#gallery-nav{
    margin-top:10px;
    width:100%;
    text-align: right;
}

div#gallery-nav a{
   text-decoration: none;
   color:white;
   margin:5px;
}

div#gallery-nav a:active{
    color:black !important;
}

#contact-us ul{
margin-left:50px;
}

#credit-cards img{
	margin-right:5px;
	text-align: top;
}

#credit-cards{
	margin-top:3px;
	float:left;
	width:65%;
}

#credit{
	float:left;
	width:30%;
}

.selected{
	color:yellow !important;
}