body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

div {
    margin: 0;
    padding: 0;
}

fieldset.menu {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset.menu legend {
    display: none;
}

#page {
    width: 990px;
    margin: 0 auto;
}

#header {
    position: relative;
    height: 350px;
    background: url(images/header.gif) no-repeat scroll center top;
    overflow: hidden;
}

#main {
    overflow: hidden;
}

/* @group Main Menu */

#mainmenu {
    position: absolute;
    bottom: 29px;
    left: 0;
}

#mainmenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#mainmenu ul li {
    float: left;
    border-right: 2px solid #2898a0;
}

#mainmenu ul li.last {
    border: none;
}

#mainmenu a {
    height: 16px;
    display: block;
    text-indent: -9999em;
    background-image: url(images/mainmenu.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    margin-top: 4px;
    margin-bottom: 4px;
}

#mainmenu-home {
    width: 78px;
    background-position: 0 0;
}

#mainmenu-prijsindicatie {
    width: 183px;
    background-position: -78px 0;
}

#mainmenu-verhuistips {
    width: 164px;
    background-position: -261px 0;
}

#mainmenu-contact {
    width: 116px;
    background-position: -425px 0;
}

#mainmenu-home.selected,
#mainmenu-home:hover {
    background-position: 0 -26px;
}

#mainmenu-prijsindicatie.selected,
#mainmenu-prijsindicatie:hover {
    background-position: -78px -26px;
}

#mainmenu-verhuistips.selected,
#mainmenu-verhuistips:hover {
    background-position: -261px -26px;
}

#mainmenu-contact.selected,
#mainmenu-contact:hover {
    background-position: -425px -26px;
}

/* @end */

/* @group Sub Me

nu */

#submenu {
    margin-top: 40px;
    width: 180px;
    float: left;
    margin-right: 20px;
}

#submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -1px;
}

#submenu ul li,
#submenu ul a {
    text-transform: uppercase;
    font-size: 18px;
    color: #2898a0;
    text-decoration: none;
}

#submenu ul a.selected,
#submenu ul a:hover {
    font-weight: bold;
    color: #87762d;
}

#submenu ul ul li,
#submenu ul ul a {
    text-transform: none;
    color: #87762d;
    font-weight: normal;
}

/* @end */

/* @group Article */

#article {
    width: 540px;
    margin-right: 10px;
    float: left;
    color: #87762d;
}

#article h1 {
    margin: 0;
    border-bottom: 3px solid #87762d;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible;
    font-size: 28px;
}

.home #article h1 {
    background: transparent url(images/verhuizen-doen-we-samen.gif) no-repeat scroll left center;
    text-indent: -9999em;
}

#article ul, ol {
    padding: 0;
    margin: 1em 1.2em;
}

#article a:link,
#article a:visited {
    color: inherit;
}

#article a:hover,
#article a:active {
    color: #2898a0;
}

/* @end */

/* @group Testimonial */

#testimonial {
    float: right;
    width: 210px;
    color: #2898a0;
}

#testimonial h2 {
    margin: 0 0 1em;
    border-bottom: 3px solid #2898a0;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
    font: 20px/40px "Arial Black", Arial;
}

#testimonial img {
    display: block;
    margin-right: .7em;
    margin-bottom: .4em;
    float: left;
}

#testimonial a {
    color: #2898a0;
    font-weight: bold;
}

#testimonial p {
    font: italic 86%/1.35 Georgia, serif;
}

/* @end */

/* @group Price List */

#pricelist {
    float: right;
    width: 390px;
    text-align: right;
    color: #2898a0;
    border-bottom: 3px solid #2898a0;
}

#pricelist h2 {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #2898a0;
    text-transform: uppercase;
    font: 21px/40px "Arial Black", Arial;
}

ul.pricelist {
	color: #2898a0;
	text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    font-weight: bold;
    float: left;
    clear: both;
}

#pricelist ul.pricelist {
    float: none;
}

ul.pricelist li {
    margin: 10px 0 10px 0;
}

ul.pricelist li img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

/* @end */

/* @group Contact */

.contact #article {
    color: #2898a0;
}

.contact #article h1 {
    border-bottom-color: #2898a0;
}

/* @group Contact Form */

.contactForm input,
.contactForm textarea {
    font-size: inherit;
    font-family: inherit;
}

.contactForm fieldset {
    border: none;
    padding: 0;
}

.contactForm legend {
    display: none;
}

.contactForm ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contactForm li {
    margin-bottom: .4em;
}

.contactForm label {
    font-weight: bold;
}

.contactForm span.validation-message {
    display: block;
}

.contactForm input[type=text],
.contactForm textarea {
    border: 2px solid #2898a0;
    color: #262626;
    width: 20em;
    margin-bottom: .2em;
}

.contactForm textarea {
    height: 5em;
}

.contactForm input[type=submit] {
    background-color: #2898a0;
    padding: .3em 1em;
    margin-left: 1em;
    border: 2px solid white;
}

.contactForm input[type=submit]:focus,
.contactForm input[type=submit]:hover,
.contactForm input[type=submit]:active {
    border: 2px solid #0c3033;
}

.contactForm input[type=text]:focus,
.contactForm input[type=text]:active,
.contactForm textarea:focus,
.contactForm textarea:active {
    background-color: #fdfdbe;
}

.contactForm select {
    border: 2px solid #2898a0;
}

.contactForm input[type=text].default {
    color: #999999;
}

/* @end */

/* @group Contact Data */

#contactdata {
    float: right;
    width: 390px;
    text-align: right;
    color: #87762d;
    border-bottom: 3px solid #87762d;
    padding-bottom: 3em;
}

#contactdata h2 {
    margin: 0 0 .8em;
    padding: 0;
    border-bottom: 3px solid #87762d;
    text-transform: uppercase;
    font: 21px/40px "Arial Black", Arial;
}

#contactdata p,
#contactdata h3 {
    margin: .3em 0;
}

#contactdata p {
    margin-bottom: 1em;
}

#contactdata a {
    text-transform: uppercase;
    color: #87762d;
}

#contactdata a:visited,
#contactdata a:link {
    text-decoration: none;
}

#contactdata a:active,
#contactdata a:hover {
    text-decoration: underline;
}

/* @end */

/* @end */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

