﻿/*****************************************/
/* Default Structure
/*****************************************/
body
{
	background-color: #efefef;
	text-align: center;
}

#Wrapper
{
	width: 818px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#Page
{

	float: left;
	display: inline;
	width: 750px;
	text-align: left;
	padding: 0 34px;
}

#Header
{
	height: 160px;
	width: 100%;
	clear: both;
}

#Logo
{
	float: left;
	width: 160px;
}

#TopContent
{
	float: left;
	width: 590px;
	height: 160px;
	background: url(/Images/Base/TopContentBG.gif) no-repeat top right;
}

#Content
{
	background: #ffffff url(/Images/Base/ContentTopShadow.gif) repeat-x top;
	padding: 18px 0 10px 0;
}

#InnerContent
{
	float: right;
	width: 565px;
	margin-right: 10px;
}

#InnerContentLeft
{
	float: left;
	width: 570px;
	margin-left: 10px;
}

#MainRegion
{
	float: left;
	width: 400px;
}

#MainRegionWide
{
	float: left;
	width: 565px;
}

#MainRegionNarrow
{
	float: left;
	width: 350px;
}

#RightRegionWide
{
	float: right;
	width: 195px;
}

#LeftRegion
{
	float: left;
	width: 145px;
	margin-left: 10px;
}

#RightRegion
{
	float: right;
	width: 145px;
}

#Footer
{

	float: left;
	clear: both;
	width: 750px;
	height: 80px;
	padding: 0 34px;
	text-align: center;
}

* html #LeftRegion, * html #RightRegion, * html #MainRegion, * html #InnerContent, * html #Footer
{
	display: inline; /* IE float margin fix */
	overflow-x: hidden;
}

#Content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#Content {display: inline-block;}

/* Hides from IE-mac \*/
* html #Content {height: 1%;}
#Content {display: block;}
/* End hide from IE-mac */


.Footer
{
	background: #e6e6e6 url(/Images/Base/BottomCurveBG.gif) no-repeat left top;
	margin-top: 2px;
	padding: 12px 15px 0 100px;
	float: right;
	color: #87888a;
	font-family: Verdana;
	font-size: 10px;
}

.Footer a
{
	color: #ff7127;
}

.Footer a:hover
{
	color: #464646;
	text-decoration: none;
}

.Production
{
	font-size: 9px;
	color: #898989;
	text-align: right;
	padding: 20px 15px 0 0;
	clear: both;
}

.Production a
{
	color: #898989;
}
