/* 
		AdvanceCarMovers.ca - Main.css
		
		@author: 		Brad Fettes (bfettes@fettesps.com)
		@owner:  		FettesPS.com
		@created: 	July 25, 2006
		@updated:		August 31, 2006
		
*/

html, body {
	margin-left: 				0px;
	margin-top: 				0px;
	margin-right: 			0px;
	margin-bottom: 			0px;	
	background-color:		#FFFFFF
}


/* Header - Wraps the top & bottom bar around the two header images */
#header {	
	position: 				  inherit;
	display: 						block;
	width:							100%;
	background:					url(../images/header_bg.png) repeat-x;
}

#menu_links {
	float:							right;
	position:						relative;
	display:						block;
	background-color:		#DB7374;
	width: 							180px;
	padding: 						10px;
	margin-right: 			10px;
	z-index: 						5;
	border: 						3px dotted #C33C3D;
}
#menu_links a {
	color: 							#FFFFFF;
	display: 						block;
	text-decoration: 		none;
}
#menu_links a:visited {
	text-decoration: 		none;
}
/* For Main Content Section */
#content { 
	position: 					relative;
	height: 						100%;
	background-color:	 	#FFFFFF;
	font-family:	 			Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					11px; 
	line-height: 				18px; 
	color: 							#000000;
	padding-left: 			15px;
	padding-right: 			15px;
	padding-top: 				05px;
	padding-bottom: 		15px;
	vertical-align: 		text-top;
	clear:							none;
}
#content a {
	color: 							#CA4A4B;
}


h1 {
	font-family: 				Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					14px; 
	font-weight: 				bold; 
	color: 							#28527B
}

h2 {
	font-family: 				Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					12px; 
	font-weight: 				bold; 
	color: 							#28527B
}

h3 {
	font-family: 				Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					10px; 
	font-weight: 				bold; 
	color: 							#28527B
}

h1#pricelist {
	display:						block;
	font-family: 				Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					14px; 
	font-weight: 				bold; 
	color: 							#28527B;
}
h2#date {
	display:						block;
	font-family: 				Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					10px; 
	font-weight: 				bold; 
	color: 							#28527B;
}



#hangRight { 
	float: 							right; 
	top: 								10px;
	left: 							500px;
	width: 							150px;
	height: 						175px;
	background-color: 	#c6cdde;
	padding: 						10px;
	margin: 						10px;
	font-family:				Arial, Helvetica, sans-serif;
	border-color:				#495e83;
	border:							thin;
	border-style:				solid;
}
#login {
	font-weight: 				bold;
	font-size: 					14px;
	font-family:				Arial, Helvetica, sans-serif;
}

/* Bottom Footer */
#footer {
	background:					url(../images/footer_bg.png) repeat;
	display:						block;
	position: 					relative;
	top: 								0px;
	text-align: 				center;	
	font-family: 				Verdana, Arial, Helvetica, sans-serif; 
	font-size: 					10px; 
	color: 							#FFFFFF; 
	text-decoration: 		none;
	height: 						20px;
	width:							100%;
	padding-top: 				10px;
	
}
#footer a:link, a:active, a:visited {
	color: 							#FFFFFF;
	text-decoration: 		none;
}
#footer a:hover {
	color: 							#FFFFFF;
	text-decoration: 		underline;
}


/* For the Basket Page */

.basketHead {
	background: #CC5152;
}
.basketRow1 {
	background: #DF7E7F;
}
.basketRow2 {
	background: #E4ABAB;
}
