/* CSS Document */

h1
{
	font-size:1.1em;
	margin-left:0px;
	margin-top:0px;
	
}

h2
{
	font-size:1.1em;
	border-top:1px solid #CCCCCC;
}

a
{
	text-decoration:none;
	color:black;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:black;
	margin-top:0px;
}

	.page_holder
	{
		width:972px;
		text-align:left;

	}

		.page_header
		{
			background-image:url(../images/background/maple_leaf_carriage_company_top_header.jpg);
			background-repeat:no-repeat;
			background-position:left top;
			height:221px;
			width:972px;
			
			
		}

			.page_header_contact_details
			{
				color:#8B5C29;
				position:relative;
				left:210px;
				top:28px;
				width:550px;
				text-align:right;
			}
			
				.page_header_contact_details a
				{
					color:#8B5C29;			
				}
			
			
			.page_header_title
			{
				color:white;
				font-size:2.3em;

				text-align:right;
				
				position:relative;
				top:119px;
				left:120px;

				width:590px;
			}
			
			.page_header_navigation
			{
				position:relative;
				top:139px;
				left:1px;
			}
				.page_header_navigation div
				{
					color:red;
					float:left;
					width:120px;
					text-align:center;
					font-weight:bold;

				
				}

		.page_content
		{
			padding:0px;
			margin:0px;
			margin-left:1px;
			
			font-size:0.9em;
			
			background-image:url(../images/background/mapleleaf_header_bottom.png);
			background-repeat:no-repeat;
			background-position: 837px top;
			
		}

		.footer
		{
			background-image:url(../images/background/maple_leaf_carriage_company_footer.png);
			background-repeat:no-repeat;
			background-position:left top;
			width:972px;
			height: 100px;
			padding-top:42px;
		}
		
			.footer_text
			{
				float:left;

				text-align:left;
				margin-top:10px;
				
				
				font-size:0.7em;
				color:#666666;
			}

			.footer_translate
			{
				margin-right:20px;
				text-align:right;
				float:left;
				
			}

.special_offer
{
	display:none;
	position:absolute;
	top:63px;
	padding-left:20px;
}

.special_offer a img
{
	border:none;
}

