@charset "utf-8";
/* Redman Moving and Storage CSS
Author: EW
Date created: 07.30.08
Red: #df0800
*/

* {
margin: 0;
padding: 0;
}

body {
background: url(../images/background.png) repeat-x;
background-color: #f0f0f0;
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
margin: 0 auto;
width: 1000px;
}

#clear {
clear: both;
}

.clear {
clear: both;
}

/* Header */

#header_right {
float: right;
height: 100px;
padding: 20px 0 0 0;
text-align: right;
}

#header_right ul {
color: #df0800;
list-style: square;
}

#header_right li {
float: right;
font-size: 11px;
padding: 0 20px 0 0;
}

/* Menu */

#menu {
background: url(../images/menu_back.png) no-repeat;
border-right: solid #b7b7b7 1px;
float: left;
font-size: 16px;
height: 280px;
width: 299px;
}

#menu ul {
list-style: none;
padding: 0 20px 0 40px;
}

#menu li {
border-bottom: solid #fff 1px;
display: block;
padding: 13px 0 13px 0;
}

#menu li:hover {
background: url(../images/menu_list_back.png) center right no-repeat;
}

#menu li.bottom {
border: none;
display: block;
padding: 12px 0 13px 0;
}

#menu li.ovr {
background: none;
color: #df0800;
}

#menu li.bottom_ovr {
background: none;
border: none;
color: #df0800;
display: block;
padding: 12px 0 13px 0;
}

/* Quote */

#quote {
background: url(../images/quote_com_back.png) no-repeat;
color: #000;
float: right;
height: 280px;
width: 700px;
}

#quote_in {
padding: 30px 0 0 35px;
width: 330px;
}

#quote_in label {
}

#quote_in td {
color: #333;
font-weight: bold;
padding: 0 5px 5px 0;
}

.inputform {
border: solid #999 1px;
color: #666;
font-size: 11px;
margin: 0 5px 10px 0;
padding: 3px 0 3px 5px;
width: 90px;
}

/* Center */

#center {
background: url(../images/main_back.png) repeat-y;
float: left;
}

/* Left Sidebar */

#left_sidebar {
color: #fff;
float: left;
line-height: 140%;
padding: 20px 0 0 40px;
width: 260px;
}

#left_sidebar a {
color: #f0f0f0;
font-weight: bold;
padding: 0 0 0 10px;
}

#left_sidebar a:hover {
color: #df0800;
}

#index_trans_log {
background: url(../images/trans_index.png) no-repeat;
margin: 0 0 20px 0;
padding: 110px 10px 0 20px;
}

#index_records {
background: url(../images/records_index.png) no-repeat;
margin: 0 0 20px 0;
padding: 115px 10px 0 20px;
}

#index_inventory {
background: url(../images/inventory_index.png) no-repeat;
margin: 0 0 20px 0;
padding: 115px 10px 0 20px;
}

#info_side {
color: #444;
}

.resform {
border: solid #999 1px;
color: #666;
font-size: 11px;
padding: 3px 0 3px 5px;
width: 160px;
}

.resform2 {
border: solid #999 1px;
color: #666;
font-size: 11px;
padding: 3px 0 3px 5px;
width: 400px;
}

.resform3 {
border: solid #999 1px;
color: #666;
font-size: 11px;
height: 160px;
padding: 3px 0 3px 5px;
width: 400px;
}

#content table {
padding: 0 0 20px 20px;
width: 500px;
}

#content td {
padding: 0 5px 5px 0;
vertical-align: top;
}

#content ul {
list-style: square;
padding: 0 0 15px 20px;
}






#features  {
width: 630px;
background-color:#ffe8d3;
border: 1px dashed #8e6247;
padding: 10px 0px 0px 10px;
margin-bottom:20px;
}

#features ul {
float:left;
line-height: 28px;
margin-left: 0px;
font-size: 1.1em;
font-weight: bold;
color: #4d5d7e;
list-style: square;
padding-right: 60px;
}

#features h2 {
color: #8e6247;
padding-left: 5px;
}



#content p{
line-height: 24px;
}


#content p.red-phone{
color:#FF0000;
font-size: 1.8em;
}

#content ul.link_ul {
color: #df0800;
line-height: 150%;
list-style: square;
padding: 0 0 15px 20px;
}



#content li ul {
font-size: 11px;
padding: 5px 0 5px 20px;
}

/* Inner Side Menu */

#side_menu {
background-color: #d8d8d8;
border: solid #999 1px;
width: 240px;
}

#side_menu ul {
list-style: none;
}

#side_menu li {
display: block;
padding: 5px 0 5px 10px;
}

#side_menu a {
color: #444;
font-size: 12px;
}

/* Content */

#content {
float: left;
line-height: 140%;
padding: 20px 40px 10px 0;
width: 660px;
}

#crumbs {
border-bottom: solid #ccc 1px;
margin: 0 20px 10px 0;
padding: 0 0 5px 0;
}

/* Footer */

#footer {
background-color: #727272;
padding: 0 0 20px 0;
}

#footer_in {
background: url(../images/footer_back.png);
margin: 0 auto;
padding: 20px 40px 40px 40px;
text-align: center;
width: 920px;
}

/* Text Styles */

.big_gray {
color: #000;
font-size: 30px;
padding: 0 20px 0 0;
}

a {
color: #444;
text-decoration: none;
}

a:hover {
color: #df0800;
}

h1 {
color: #000;
font-size: 1.5em;
font-weight: bold;
padding: 0 0 15px 0;
}

.homepage-heading {
color: #000;
font-size: 1.2em;
font-weight: bold;
padding: 0 0 5px 0;
display: inline;
}

h2 {
color: #000;
font-size: 1.2em;
font-weight: bold;
padding: 0 0 5px 0;
}

h4 {
color: #000;
font-size: 19px;
padding: 0 0 10px 0;
}

h5 {
border-bottom: solid #eee 1px;
color: #000;
font-size: 17px;
font-weight: bold;
margin: 0 20px 0 20px;
padding: 15px 0 5px 0;
}

p.h4 {
font-size: 23px;
font-weight: bold;
padding: 0 0 5px 0;
}

p {
padding: 0 0 15px 0;
}

.big_red {
color: #df0800;
font-size: 24px;
font-weight: bold;
}

.bold_red {
color: #df0800;
font-weight: bold;
}

/* Image Styles */

.header_image {
border: none;
float: left;
padding: 20px 0 0 0;
}

.quote_button {
padding: 0 0 0 60px;
}

.right_image {
float: right;
padding: 0 0 0 20px;
}

.err {
	font-weight: bold;
	font-size: 24px;
	color: #FF0000;
}

.floatLeft {
float: left;
padding: 25px 0 0 70px;
}
.moving-option-heading {
font-size: 1.5em;
color: #df0800;
text-align:center;
padding: 2px;
}
.moving-option-text {
color: #df0800;
padding: 1px;
text-align:center;
font-weight:bold;
}
.headingLogos {
float:left;
padding: 25px 0px 0px 10px;
}

.recommendation {
float: right;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 10px;
}

.redlink {
color: #e72336;
display: block;
}

.redlink:hover {
text-decoration: underline;
}