@charset "utf-8";
/* Palmer Moving and Storage CSS
Author: EW
Date created: 09.29.08
Blue: #005cb2
Red: #d3212d
*/

* {
margin: 0;
padding: 0;
}

body {
background: url(../images/background.png) repeat-x;
background-color: #fff;
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
background-color: #fff;
border-left: solid #ebebeb 2px;
border-right: solid #ebebeb 2px;
margin: 0 auto;
width: 900px;
}

#clear {
clear: both;
}

/* Header */

#header {
height: 85px;
padding: 10px;
}

#header a {
text-align: right;
font-weight: bold;
text-decoration: none;
}

/* Menu */

#menu {
background: url(../images/menu-back.png) repeat-x;
border-bottom: solid #ebebeb 2px;
border-top: solid #ebebeb 2px;
}

#menu ul {
height: 40px;
}

#menu li {
background: url(../images/span-back.png) top right no-repeat;
display: inline;
float: left;
list-style: none;
padding: 5px 22px 5px 22px;
}

#menu li.last {
background: url(../images/menu-back.png) repeat-x;
display: inline;
float: left;
list-style: none;
padding: 5px 24px 5px 22px;
}

#menu a {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #000;
}

/* Main */

#main {
padding: 10px 5px 20px 10px;
}

/* Left */

#left {
float: left;
width: 450px;
}

/* Right */

#right {
float: right;
width: 425px;
}

#quote {
background: url(../images/quote-back.png) no-repeat;
height: 300px;
padding: 10px;
width: 405px;
}

#quote label {
color: #fff;
font-size: 13px;
font-weight: bold;
}

#quote td {
padding: 5px 10px 5px 10px;
}

#quote .inputform {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 13px;
margin: 3px 0 0 0;
padding: 3px 0 3px 5px;
width: 170px;
}

#quote .inputform2 {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 13px;
margin: 3px 0 0 0;
padding: 3px 0 3px 5px;
width: 200px;
}

#quote .inputform3 {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 22px;
margin: 3px 0 0 0;
padding:0 0 0 5px;
width: 178px;
}

#quote .inputComment {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 70px;
padding: 3px 0 3px 5px;
width: 170px;
}

#services {
padding: 5px;
}

#services li {
background: url(../images/services-li-back.png) top left no-repeat;
font-size: 11px;
list-style: none;
padding: 0 20px 15px 30px;
}

#services li a {
font-size: 13px;
font-weight: bold;
}

/* Footer */

#footer {
border-top: solid #ebebeb 1px;
color: #666;
font-size: 11px;
line-height: 140%;
margin: 0 10px 0 10px;
padding: 10px 0 20px 0;
}

#footer a {
color: #666;
text-decoration: none;
}

#footer a:hover {
color: #333;
}

/* Text Styles */

.right {
float: right;
}

.phone {
float: right;
font-size: 24px;
padding: 50px 0 0 0;
}

a {
color: #005cb2;
}

a:hover {
color: #000;
}

h1 {
background: url(../images/h1-back.png) no-repeat;
border-bottom: solid #ebebeb 1px;
color: #d3212d;
font-size: 24px;
margin: 0 0 5px 0;
padding: 0 0 5px 20px;
}

h2 {
background: url(../images/h1-back.png) no-repeat;
border-bottom: solid #ebebeb 1px;
color: #d3212d;
font-size: 20px;
margin: 0 0 5px 0;
padding: 0 0 5px 20px;
}

h4 { /* Quote */
color: #fff;
font-size: 20px;
}

p.header-four {
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 0;
}

p {
line-height: 140%;
padding: 0 0 15px 0;
}

/* Image Styles */

.left-image {
border: none;
float: left;
}

.right-image {
border:none;
float: right;
}

.quote-button {
padding: 10px 0 0 80px;
}