/* reset */
* {
font-size: 14px;
padding: 0;
margin: 0;
}

/* main settings */
html, body {
background-color: #383838;
text-align: center;
font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

#container {
width: 980px;
background-color: #f7f7ee;
margin: 0 auto 0 auto;
text-align: left;
}

/* head */
#header {
height: 350px;
height: auto;

border-top: 10px solid #1d1b1b;
}

#logo {
height: 120px;
background-image: url("images/logo.png");
background-repeat: no-repeat;
background-position: bottom left;
text-align: right;
}

#info {
width: 220px;
margin: 0 0 0 auto;
padding: 10px 20px 0 0;
}

#call_us {
width: 190px;
height: 40px;
font-size: 24px;
font-weight: bold;
color: #61ccd6;
background-image: url("images/call.png");
background-repeat: no-repeat;
background-position: top left;
margin: 0 0 0 auto;
}

#phone {
height: 35px;
font-weight: bold;
font-size: 24px;
}

#email {
height: 25px;
font-weight: bold;
font-size: 14px;
}

/* menu */
#head_menu {
height: 37px;

background-image: url("images/menu_runner.png");
background-repeat: repeat-x;
background-position: center center;
padding: 24px 10px 0 10px;
}

.menu  {
float: left;
display: block;
color: #fefefe;
font-weight: bold;
font-size: 14px;
padding: 0 10px 0 10px;
border-bottom: 1px hidden #1d1b1b;
}

#head_menu .menu {
height: 30px;
}

#head_menu .menu:hover {
border-bottom: 1px solid #1d1b1b;
}

a.menu:link, a.menu:visited {
color: #fefefe;
text-decoration: none;
}
a.menu:hover {
color: #fefefe;
/*text-decoration: underline;*/
}

/* buttons */
#buttons {
height: 141px;
height: 188px;
padding: 14px 35px;
}

.moving_button {
float: left;
display: block;
width: 289px;
height: 121px;
color: #0e6872;
text-align: center;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
background-image: url("images/button.png");
background-position: center center;
background-repeat: no-repeat;
padding: 20px 0 0 0;
cursor: pointer;
}

a.moving_button:link, a.moving_button:visited {
font-size: 22px;
color: #0e6872;
text-decoration: none;
}

.moving_button:hover {
background-image: url("images/button-hover.png");
text-decoration: none;
font-size: 22px;
color: #0e6872;
}

.moving_button img {
margin: 0;
border: none;
}



#moving_home {

}

#moving_business {
margin: 0 21px;
}

#moving_a_few_things {

}

#buttons_title {
color: #61CCD6;
font-size: 24px;
font-weight: bold;
margin: 0;
text-transform: capitalize;
text-align: center;
}

/* content */
#content {
float: left;
padding: 25px 0 0 0;
}

#content_text {
float: left;
width: 650px;
font-family: Arial, sans-serif;
font-size: 12px;
padding: 0 20px;
}

#content_text h1 {
color: #61ccd6;
font-size: 28px;
margin: 0 0 5px 0;
font-weight: bold;
line-height:110%;
}

#content_pic {
float: left;
width: 290px;
padding: 45px 0 0 0;
text-align: left;
}

#content_pic img {
border: 3px solid #cfcfc8;
}

#recommended {
text-align: center;
margin: 50px 0 0 0;
color: #656565;
font-family: Arial, sans-serif;
font-size: 24px;
font-weight: bold;
vertical-align: middle;
}

#recommended img {
vertical-align: middle;
border: none;
margin: -10px 0 0 0;
}

/* footer */
#footer {
clear: both;
height: 301px;
padding: 30px 0 0 0;
}

#foot_pic {
height: 240px;
background-image: url("images/footer_image.jpg");
background-repeat: no-repeat;
background-position: center center;
}

#foot_menu {
height: 41px;
background-image: url("images/footer_runner.png");
background-repeat: repeat-x;
background-position: center center;
padding: 20px 10px 0 10px;
}

#foot_menu .menu {
height: 39px;
}

#foot_menu .menu:hover {
border-bottom: 2px solid #1d1b1b;
}

/* form */
#booking_form {

}

.form_row {
clear: both;
width: 600px;
text-align: center;
}

.form_col_left {
float: left;
width: 250px;
height: 27px;
font-weight: bold;
text-align: right;
padding: 5px 10px 0 10px;
}

.form_col_right {
float: left;
width: 320px;
height: 32px;
text-align: left;
}

.form_col_right input {
width: 246px;
height: 19px;
padding: 1px;
font-size: 16px;
}

.form_col_right select {
width: 252px;
height: 22px;
padding: 1px;
font-size: 14px;
}

.form_col_center {
font-weight: bold;
text-align: right;
padding: 5px 10px 5px 10px;
text-align: center;
}

.form_col_center input#submit {
width: 242px;
padding: 4px;
font-weight: bold;
cursor: pointer;
}

input#submi {
height: 28px;
padding: 2px 5px;
}

#calendar {
width: 25px;
height: 25px;
background-color: transparent;
border: none;
background-image: url("images/calendar-icon.png");
background-position: bottom center;
background-repeat: no-repeat;
cursor: pointer;
padding: 0;
margin: 0 0 0 5px;
}






















