* {
	font-family:Verdana, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

body {
	font-size:62.5%;
	color:#000;
	text-align:center;
}

#container {
	margin:0 auto;
	text-align:left;
	width:77.5em;
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
}

#header {
	background:#000;
}

.lines {
	background:#fff url('../images/lines.gif') top center no-repeat;
	padding-top:35px;
}

#header img {
	float:right;
}

h1 a {
	height:83px;
	width:128px;
	background:#fff url('../images/logo.gif') top left no-repeat;
	float:left;
	display:block;
	margin:10px 0 0 20px;
}

h2 {
	color:#000000;
	font-size:2em;
	font-weight:normal;
	letter-spacing:3px;
	margin-bottom:0.4em;
}

#content {
	padding:12px;
}

.hideLeft {
	position:absolute;
	top:0; left:-9999em; width:0; height:0;
}

.clearer {
	clear:both;
}

/* Hides from IE-mac \*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearer {
	clear:both;
}

a, a:link, a:visited {
	color:#333;
}

img {
	border:0;
}

p {
	font-size:1.1em;
	letter-spacing:1px;
	line-height:1.5em;
	color:#4f4f4f;
}

/*********************** START of rules for menu ***********************/

#menu {
	width:21em;
	float:left;
}

#menu ul {
	list-style-type:none;
	padding-left:0;
}

#menu ul li {
	line-height:3.2em;
	border-top:1px solid #dedede;
}

#menu ul li.last {
	border-bottom:1px solid #dedede;
}

#menu ul li.selected {
	background-color:#000000;
}

#menu ul li.selected a, #menu ul li.selected a:link, #menu ul li.selected a:visited {
	background:transparent url('../images/menu_arrow_selected.gif') center right no-repeat;
	color:#fff;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	text-decoration:none;
	color:#9D9D9D;
	display:block;
	width:20em;
	padding-left:1em;
	background:transparent url('../images/menu_arrow.gif') center right no-repeat;
}

/*********************** END of rules for menu ***********************/

/*********************** START of rules for main ***********************/

#main {
	width:56.4em;
	float:left;
	border-left:1px solid #dedede;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.banner .left {
	width:262px;
	height:214px;
	float:left;
}

.banner .right {
	background-color:#DD1207;
	height:214px;
	width:292px;
	float:right;
}

.banner .right p {
	font-size:1.5em;
	color:#fff;
	letter-spacing:2px;
	padding:75px 0 0 20px;
}

.banner .right p span {
	font-size:5px;
	letter-spacing:1px;
}

.banner2 .left {
	width:110px;
	height:73px;
	float:left;
	margin-bottom:10px;
}

.banner2 .right {
	background-color:#DD1207;
	width:454px;
	height:73px;
	float:right;
	margin-bottom:10px;
}

.banner2 .right p {
	font-size:1.3em;
	color:#fff;
	letter-spacing:2px;
	padding:10px 0 0 20px;
}

.banner2 .right p span {
	font-size:5px;
	letter-spacing:1px;
}

/*********************** END of rules for main ***********************/

/*********************** START of rules for footer ***********************/

#footer {
	height:5.7em;
	background:#fff url('../images/footer_background.gif') top left repeat-x;
	padding-top:1.8em;
}

#footer ul {
	list-style-type:none;
	width:67em;
	margin:0 auto;
}

#footer ul li {
	display:block;
	float:left;
	padding:5px 10px 5px 4px;
	background:#000000 url('../images/footer_divider.gif') center right no-repeat;
}

#footer ul li.last {
	background:#000000;
}

#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
	letter-spacing:1px;
}

/*********************** END of rules for footer ***********************/
