﻿html 
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

div#container 
{
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
}

div#header 
{
	height: 114px;
	position: relative;
	border: 0px solid #f00;
	overflow: hidden;
	margin: 0px;
	
}

a#logo 
{
	background: transparent url(../images/logo.gif) no-repeat top left;
	width: 148px;
	height: 48px;
	display: block;
	text-indent: -10000em;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 30px;
}
div#header div.alternatecontent 
{
	float: right;
	width: 800px;
	height: 80px;
	text-align: right;
	padding-top: 8px;
}

div#staticmenu 
{
	position: absolute;
	top: 60px;
	right: 225px;
	width: 300px;
	height: 20px;
}

div#staticmenu ul 
{
	margin: 0px;
	padding: 0px;
}

div#staticmenu li 
{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#staticmenu a 
{
	color: #696E68;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 15px;
	margin: 0px;
}

div#staticmenu a:hover,
div#staticmenu a.active
{
	color: #C30F10;
}



div#menu 
{
	background: transparent url(../images/nav-bg.gif) repeat-x left center;
	height: 26px;
	position: absolute;
	bottom: 0px;
	width: 952px;
}

div#menu ul 
{
	margin: 0px;
	padding: 0px;
	height: 26px;
}

div#menu li 
{
	list-style-type: none;
	float: left;
	height: 26px;
	margin: 0px;
	padding: 0px;
}

div#menu li.right 
{
	float: right;
}

div#menu a 
{
	color: #fff;
	font-size: 1.2em;
	height: 26px;
	font-weight: bold;
	background: url(../images/nav-bg-combined.gif) no-repeat scroll -800px 50% transparent;
	text-decoration: none;
}

div#menu a span 
{
	padding: 5px 17px 6px;
	display: block;
	background: transparent url(../images/nav-bg-combined.gif) no-repeat scroll right 50%;
	text-decoration: none;
	
}

div#menu a:hover span,
div#menu a.active span
{
	background: transparent url(../images/nav-bg-combined.gif) no-repeat scroll -400px 50%;
}
	
div#main 
{
	margin-top: 11px;
	border-top: 1px solid #D9DCD6;
	padding-top: 32px;
}

div.col 
{
	float: left;
}

div.cols.even div.col 
{
	width: 445px;
	font-size: 1.2em;
	padding: 0px 15px;
}

div.cols ul 
{
	font-size: 1.2em;
}

div.cols.even div.col h1 
{
	color: #c30f10;
}

div.cols.even div.col h3 
{
	color: #c30f10;
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
}
div.clear 
{
	clear: both;
}

div.col1 
{
	width: 206px;
}

div.col2 
{
	width: 745px;
}

div#footer 
{
	border-top: 1px solid #D9DCD6;
	padding-top: 10px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 25px;
}

div#footer a 
{
	color: #000;
}

div#iframe 
{
	border-left: 1px solid #D9DCD6;
	width: 708px;
	padding-left: 19px;
	font-size: 1.2em;
}

div#iframe h1 
{
	color: #c30f10;
}

div#iframe h3 
{
	color: #c30f10;
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
}

div#leftmenu ul 
{
	padding: 0px;
	margin: 0px;
}
div#leftmenu li 
{
	list-style-type: none;
}
div#leftmenu a 
{
	background: transparent url(../images/bullet-red.gif) no-repeat 0% 50%;	
	padding: 3px 0px 3px 11px;
	display: block;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

div#leftmenu a:hover 
{
	color: #c30F10;
}


div#iframe p 
{
	font-size: 1.1em;
}

div.howto 
{
	font-size: 1.2em;
	float: left;
	width: 950px;
}
div.howto h1
{
	color: #C30F10;
}

div.howto-buttons 
{
	float: left;
	width: 230px;
	margin-left: 30px;
}

div.howto-buttons div.button 
{
	background: transparent url(../images/sticker2.png) no-repeat top left;
	width: 151px;
	height: 106px;
	color: #fff;
	font-size: 1.5em;
	padding: 3px 5px;
	margin-bottom: 10px;
}

div.howto-buttons div.button h3 
{
	margin: 0px;
}

div.howto-buttons div.button p 
{
	margin: 0px;
	
}
