* {
	margin: 0px; padding: 0px;
}
body {
 	font-family: Helvetica, Trebuchet MS, verdana;
	font-size: 12px;
}

.red { color: #cf3725; }
/** .blue { color: #080262; } /**/
/** .blue { color: #0264ad; }/**/
.blue { color: #0062ab; }

.small { font-size: x-small; } .large { font-size: large; }
.clear { float: none; clear: both; }
.clearNoHeight { float: none  !important;
				clear: both  !important; 
				line-height: 1px  !important; 
				height: 1px; 
				padding: 0px !important; 
				margin: 0px !important; 
				width: 100%  !important; }
.center { margin-left: auto; margin-right: auto; }

.firstLevel {
	width: auto;
	margin-bottom: 10px; }
.fullWidth { width: 100%; }
.baseWidth { width: 940px; }

.hoverUnderlineInverse { text-decoration: underline; }
.hoverUnderlineInverse:hover { text-decoration: none; }
.hoverUnderline:hover { text-decoration: underline; } 

p { color: #3c3c3c;
	font-size: 1em; line-height: 1.4em; }
h1, h2, h3 { font-size: 18px; margin-bottom: 5px; color: #0062ab;}
h3 { font-size: 14px; }
a { color: #3c3c3c; text-decoration: none; } a:hover { text-decoration: underline; }
img { border: 0px; }
select, option { font-size: 11px; }


/* * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Body Header (view/siteBodyHead.php)
 */
div.topRedline { 
	position: relative; top: 0px; left: 0px;
	display: block; width: 100%; height: 3px;
	background-color: #cf3725;
}

#pgBodyHeader { 
	display: block; position: relative;
	height: 140px;
	margin-top: 20px; margin-bottom: 20px;
	border-bottom: 1px solid #cf3725;
	z-index: 9999;
}
#pgBodyHeader h1 { float: left; position: absolute; top: 20px; left: 0px; }

img#flags { display: block; position: absolute;
			top: 20px; left: 450px; }
img#phoneNos2 { display: block; position: absolute;
			top: 20px; left: 605px; }
img#phoneNos { display: block; position: absolute;
			top: 20px; left: 793px; }

/* ***********
 * Body Head - Contact Us 
 */
#headerContactUs { position: absolute; display: block;
	right: 0px; top: 10px; text-align: right;
}
#headerContactUs span { line-height: 1em; }
#headerContactUs span.large { font-size: 1.5em; letter-spacing: .1em; }
#headerContactUs span.small { position: relative; font-size: 1em;  }

#headerContactUs span.spain { letter-spacing: .03em; }

#headerContactUs span.tp { top: -4px; }
#headerContactUs span.bt { top: 4px; }


/* *************
 * Body Head - Navigation (view/modules/nav/topNav.php)
 */
#topNav { 
	position: relative; display: block;
	top: 115px;
	height: 22px; width: 105%; /** width included in order to solve a mac overflow issue  **/
	font-family: Georgia,Helvetica;
}
#topNavMenu { 
	list-style: none;
	font-size: 1.2em;
}
#topNavMenu li.navEnd { border-right: 1px solid #ababab; }
#topNavMenu li {
	height: 22px; 
	display: block; float:left;
	border-left: 1px solid #ababab;
	padding: 0px 7px 0px 7px;
}
#topNavMenu li p,
#topNavMenu li a { padding-top: 2px; display: block; color: #0062ab; }
#topNavMenu li.currentPage a { color: #ffffff; }
#topNavMenu li:hover a { color: #ffffff; }

#topNavMenu li.currentPage { background: #0062ab; color: #ffffff; }
#topNavMenu li:hover { background: #cf3725; color: #ffffff; cursor: pointer;}
/* ****** Drop Down ****** */
#removalsDropDown { width: 105px; }
#storageDropDown { width: 75px; }
#transportDropDown { width: 134px; }
#packingDropDown { width: 75px; }
#companyProfileDropDown { width: 120px; }
#contactDropDown { width: 100px; }


#topNavMenu li.hasDrop { position: relative; z-index: 99; } 
#topNavMenu li:hover ul.dropDown { display: block; }#topNavMenu li ul.dropDown:hover { display: block; }
#topNavMenu li ul.dropDown { 
	z-index: 99; 
	list-style: none; border-left: none;
	padding: 0px; display: none;
	position: absolute; 
	margin-left: -10px; margin-left: -7px; top: 22px; }
#topNavMenu li ul.dropDown li { 
	height: auto; background: #cf3725;
	float: none; border: 0px; border-bottom: 1px solid #ffffff;
	padding: 0px; margin: 0px;
	color: #ffffff; text-align: left; text-indent: 8px; font-size: .8em; }
#topNavMenu li ul.dropDown li:hover { background: #0062ab; }
#topNavMenu li ul.dropDown li.currrentPage:hover { background: #cf3725; }
#topNavMenu li ul.dropDown li a { color: #ffffff; padding: 4px 0px; }






/* * * * * * * * * * * * * * * * * * * * * * * * * *
 * Body Body
 */
div.contentWrap a {
	color: #cf3725;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * *
 * Body Foot Nav
 */
div.navBlock { 
	display: block; float: left; position: relative;
	background: #ffffff url('../_images/bottomNavGradientBG.png'); 
	width: 220px; height: 155px;
	border: 1px solid #cfcfcf;
	margin-right: 17px;
}
#bottomNav h3 { 
	padding-left: 10px; padding-top: 4px;
	font-size: 1.2em; }
#bottomNav div.navBlock div.links { 
	padding-left: 10px;	padding-top: 10px; } 
#bottomNav div.navBlock div.links span.nudge { 
	display: inline; margin-right: 10px;
	position: relative; top: -2px; } 
#bottomNav div.navBlock div.links a { text-decoration: underline;}
#bottomNav div.navBlock div.links a:hover { text-decoration: none; }  
#bottomNav div.navBlock div.links img.moreButton {
	position: absolute; 
	bottom: 10px;
}
#bottomNav {
	height: 155px;}
#bottomNav div.bottomNavImage { 
	display: block; position: absolute;
	bottom: 0px; right: 0px;}
#removalServices_BottomNavImage { 
	width: 97px; height: 91px;
	background: url('../_images/removeServices.png'); }
#storageServices_BottomNavImage { 
	width: 67px; height: 92px;
	background: url('../_images/sotrageServices.png'); }
#packingServices_BottomNavImage { 
	width: 84px; height: 123px;
	background: url('../_images/packingServices.png'); }
#transportServices_BottomNavImage { 
	width: 95px; height: 62px;
	background: url('../_images/transportServices.png'); }
 





 
/* * * * * * * * * * * * * * * * * * * * * * * * * *
 * Body Foot
 */
#footerWrap { height: 50px; background-color: #f2f2f2; color: #6f6f6f; margin: 20px 0px; }
div.pgFoot { display: block; top: 17px; position: relative; } 
#footerWrap p.copyrightInfo { width: auto; display: block; float: right; }
#footerWrap p.w3c { float: left; }
#footerWrap p.footLinks { float: left;  position: relative; top: -1px;
font-size: 1.2em; font-variant: small-caps;  }
#footerWrap p.footLinks a,
#footerWrap p.footLinks a:visited { color:#6f6f6f; text-decoration: underline; }







#quoteCallback { 
	display: block; float: right; position: relative;
	width: 703px; height: 190px; 
	margin-left: 0px; margin-right: 1px;
	 }
#quoteCallback p { padding: 0px 10px 0px 10px; }
#quoteCallback img { position: absolute; bottom: 10px; margin-left: 10px;}
#getEstimate, #reqCallBack { 
	float: right;
	border: 1px solid #dfdfdf; 
	background: #f2f2f2; height: 100%; }
#reqCallBack { width: 337px; margin-left: 0px;margin-right: 9px; display: block; position: relative; }
#getEstimate { width: 340px; margin-left: 9px;margin-right: 0px; display: block; position: relative;  }
#quoteCallback div.topHead { height: 35px; }
#quoteCallback div.topHead h3 { font-size: 1em; color: #ffffff; margin: 0px; padding: 10px; }
#reqCallBack div.topHead { background: #CF3725; } 
#getEstimate div.topHead { background: #0062ab; }

#getEstimate div.getEstRow { display: block; position: relative; height: 40px; }
#getEstimate a {display: block; position: relative; height: 65%; margin: 0px auto; padding-top: 33px; }
#feature.no-fade{ background:none; border:none; padding-top:10px;}
#feature.no-fade img{ margin-top:-10px; }

