/*================ GLOBAL STYLES FOR ALL BRANDS =====================*/

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff;
	margin:0px;
	padding:0px;
}

div#wrapper	{
	width: 975px;
	margin: auto;
	background: #fff;
	padding-top:1em;
}

div#header	{
	width: 975px;
	height: 135px;
	background:#eee;
}

div#flash	{
	width: 975px;
	height: 477px;
}

div#footer	{
	width: 975px;
	height: 200px;
	padding-top: 24px;
	padding-bottom: 2em;
	text-align: center;
	font-size:10px;
}

div#disclaimers	{
	margin-top:3em;
}

p.disclaimer	{
	text-align:left;
	padding:0px 1em;
}

ul.brand_nav	{
	list-style: none;
	margin: 0px 30px;
	padding: 0px 0px 0px 200px;
	text-align: center;
	height:54px;
}

ul.brand_nav li	{
	float:left;
	text-indent: -9999px;
}

ul.brand_nav li a	{
	display:block;
	height: 54px;
}

div#flash_replace	{
	width:975px;
	height:477px;
}

div#buttons	{
	padding-top: 225px;
	width: 228px;
	margin:0px auto;
}

