/*======================================

		MOVERS TRANSPORT
		----------------
		
		File		:		common.css
		Started	:		18/12/2007 13:36
		By			:		Jim Neath
		
		
======================================*/

/* === RESET === */
*
{
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}

:focus
{
	outline: none;
}

/* === BASIC HTML === */
body
{
	text-align: center;
	font: 12px Verdana, sans-serif;
	color: #0C74BE;
	cursor: default;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* === FORMS === */
input, textarea, select
{
	background: #FFF;
	padding: 2px;
	border: 1px solid #4595CE;
}

label
{
	width: 80px;
	display: -moz-inline-box;
	display: inline-block;	
}

label, input.button
{
	cursor: pointer;
}

img.question
{
	position: absolute;
	top: 10px;
	left: -20px;
	cursor: pointer;
}

/* === CONTAINERS === */
div#header, div#container, div#footer
{
	width: 955px;
	text-align: left;
	margin: 0 auto;
}

div#header
{
	padding-top: 10px;
	position: relative;
}

div#masthead
{
	margin: 0 auto;
	clear: both;
	width: 1003px;
}

div#container
{

}

div#footer
{
	background: #4595CE url(../images/footer-bg.gif) top left no-repeat;
	color: #FFF;
	height: 100px;
	position: relative;
}

/* === HEADER === */
div#tagline
{
	color: #0070B8;
	font: 18px Verdana, sans-serif;	
	margin: 55px 70px 0 0px;
	float: right;
}

div#header h1
{
	width: 181px;
	height: 81px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/movers-transport.gif) top left no-repeat;
	float: left;
}

div#header img
{
	margin-left: 10px;
	float: left;
}

div#header ul#nav, div#header ul#nav li, div#header ul#nav a
{
	float: left;
}

div#header ul#nav
{
	margin-top: 20px;
}

div#header ul#nav a
{
	width: 231px;
	height: 32px;
	background: url(../images/nav-bg.gif) bottom left no-repeat;
	text-align: center;
	color: #FFF;
	font: 18px Verdana, sans-serif;
	padding-top: 10px;
}

body#residential li.residential a,
body#commercial li.commercial a,
body#small-move li.small-move a,
body#storage li.storage a
{
	text-decoration: none;
	background-position: top left !important;
}
div#header ul#nav a:hover
{
	text-decoration: underline;
	background-position: top left !important;
}

div#header ul#nav li
{
	margin-right: 10px;
	position: relative;
}

div#header ul#nav li.last
{
	margin: 0;
}

li div.drop
{
	background: url(../images/nav-drop.png) top left no-repeat;
	width: 231px;
	height: 190px;
	position: absolute;
	top: 42px;
	left: 0;
	display: none;
	font-size: 11px;
	color: #FFF;
}

body#residential li.residential div.drop,
body#commercial li.commercial div.drop,
body#small-move li.small-move div.drop,
body#storage li.storage div.drop,
li.active div.drop, li:hover div.drop, li.over div.drop
{
	display: block;
}

li div.drop p
{
	padding: 10px;
}

ul#top-nav
{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/top-nav.gif) top left no-repeat;
	width: 454px;
	height: 33px;	
	text-align: center;
	padding-top: 15px;
}

ul#top-nav li
{
	display: inline;
	padding: 0 40px;
	border-right: 1px solid #4595CE;
}

ul#top-nav a
{
	color: #4595CE;
}

ul#top-nav li.last
{
	border: none;
}

/* === MASTHEAD === */
div#strap
{
	background: #E1482D url(../images/strap-left.gif) bottom left no-repeat;
	text-align: center;
	color: #FFF;
	font: 18px Verdana, sans-serif;	
	margin: -2px 24px 0 24px;
}

div#strap p
{
	padding: 10px;
	background: url(../images/strap-right.gif) bottom right no-repeat;
}

/* === FOOTER === */
div#footer p
{
	float: left;
	border-right: 1px solid #FFF;
	line-height: 2;
	padding: 0 20px;
	margin: 15px;
}

div#footer a
{
	color: #FFF;
}

div#footer ul
{
	position: absolute;
	top: 40px;
	right: 30px;
}

div#footer li
{
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #FFF;
}

div#footer li.last
{
	border: none;
}

/* === CONTENT === */
div#content
{
	padding: 20px;
}

div#content h2
{
	color: #E1482D;
	font: normal 22px Verdana, sans-serif;
	margin-bottom: 20px;
}

div#content p
{
	line-height: 1.5;
	margin-bottom: 15px;
}

div#content ul li
{
	list-style: square;
	margin-left: 20px;
	line-height: 1.7;
}

div#content ul.checklist li
{
	list-style: none;
	background: url(../images/checkbox.gif) top left no-repeat;
	margin-left: 0;
	padding: 2px 0 2px 30px;
	margin-bottom: 5px;
}

div.imgright
{
	margin-top: 25px;
	margin-left: 20px;
}

div.innerright
{
	float: right;
	margin-top: 25px;
	width: 150px;
	margin-left: 20px;
	padding-left: 2px;
	font-size: 9px;
	border-left: solid 1px #4595ce;
}

div.right
{
	float: right;
	margin-top: 25px;
	width: 237px;
	margin-left: 20px;
}

div.left
{
	float: left;
	width: 650px;
}

div.imgright
{
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	width:auto;
}

div.menu
{
	margin-bottom: 15px;
	background: url(../images/menu-bg-bottom.gif) bottom left no-repeat;
	padding-bottom: 20px;
}

div.menu h3
{
	background: url(../images/menu-bg-top.gif) top left no-repeat;
	text-align: center;
	padding: 10px 0;
}

div.menu ul
{
	padding: 0 20px;
}

div.menu li
{
	line-height: 1.6;
}

div.menu a
{
	color: #0C74BE;
	text-decoration: underline;
}

/* === QUOTE FORM === */
div#quote
{
	width: 434px;
	height: 595px;
	float: right;
	background: url(../images/movers-man.jpg) top left no-repeat;
	margin-top: 20px;
	margin-left: 80px;
}

div#quote div.options
{
	background: #7Ab3DB;
	padding: 10px;
	text-align: center;
	border-left: 1px solid #0C73BD;
	border-right: 1px solid #0C73BD;
}

div.options a
{
	margin: 0 7px;
	color: #09639F;
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 26px;
}

div.options a.selected
{
	text-decoration: underline;
}

a#quote { text-decoration: underline; }

div#quote form
{
	width: 317px;
	background: url(../images/quote-form-bg.png) bottom left no-repeat;
	padding-bottom: 20px;
}

div#quote h3
{
	background: url(../images/quote-header.png) top left no-repeat;
	color: #FFF;
	font-weight: normal;
	padding: 9px;
	text-align: center;
	/*border-bottom: 1px solid #FFF;*/
}

div#quote ol
{
	padding: 15px 30px;
}

div#quote fieldset li
{
	padding: 7px 0;
	position: relative;
}

div#quote input, div#quote select
{
	width: 165px;
}

div#quote textarea
{
	margin-top: 5px;
	width: 250px;
	height: 100px;
	clear: both;
}

div#quote div.buttons
{
	text-align: center;
}

div#quote input.button
{
	width: 134px;
	height: 37px;
	background: url(../images/quote-button.gif) top left no-repeat;
	border: none;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
}

div.tip
{
	position: absolute;
	left: -310px;
	top: -33px;
	width: 271px;
	background: url(../images/tip-top.gif) top left no-repeat;
	padding-right: 20px;
}

div.tip p
{
	padding: 10px;
	padding-top: 0;
	line-height: 1.5;
	background: url(../images/tip-bottom.gif) bottom left no-repeat;
}

div#quote div.tip h3
{
	background: none;
	width: auto;
	height: auto;
	border: none;
	color: #0C74BE;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: 5px;
}

/* === MISC === */
.clearer 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.text {
	font: 12px Verdana, sans-serif;
	color: #0C74BE;
	font-weight:normal;
}

.smallprint{
	padding: 2px;
	font-size: 9px;
	width: 470px;
}

#pyxis{
	font-size: 9px;
	float: right;
	margin: 85px 5px 0px 0;
	padding: 0 0 0px 0;
}

/* === Content Forms === */
.contentform legend{
	font-weight:bold;
}

.contentform ol li {
	padding: 5px;
}

.contentform label {
	display:-moz-inline-box;
	float:left;
	padding-top:3px;
	width:100px;
}

.contentform input.button {
	background:#4595CE url(../images/form-button.gif) no-repeat scroll left top;
	border:medium none;
	bottom:20px;
	color:#FFFFFF;
	font-weight:bold;
	height:24px;
	width: 93px;
	padding-top: 5px;
}

/* === TABLES === */
.tblqquote{
	text-align:left;	
}

.tbldetails{
	text-align:left;
	font-size: 12px;
	border-top: solid 1px #4595ce;
	border-bottom: solid 1px #4595ce;
}

.tblqquote th, .tblheading {
	color: #E1482D;
	text-align:left;
}

.tbldetails td, .tblqquote td {
	vertical-align:top;
}

.topborder {
	border-top: solid 2px #4595ce;
}

.bothborder {
	border-top: solid 2px #4595ce;
	border-bottom: solid 2px #4595ce;
}