@charset "utf-8";

/******* fonts and colors *******/
body {
	color: #262626;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
}

td, th {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a:link {
	color: #262626;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F33A0C;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

p {
	text-align: left;
}


.title {
	font-size: 18px;
	line-height: 20px;
    background-color: #99CC00;
	color: #003333;}

#copyright {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 0.8em;
	line-height: normal;
}

#payment {
	margin-left: 450px;
	margin-right: auto;
	clear: both;
	float: none;
	width: 450px;
	padding-top: 20px;
	text-align: left;
}


/**** wrapper ***/
#wrapper {
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/******* header *******/
#header {
	background-image: url(../images/roger-header.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 900px;
	margin-top: 0px;




	margin-right: auto
	margin-bottom: 0px;
	margin-left: auto;
	background-position: left;
}



#header h1 a {
	text-indent: -9999px;
	width: 900px;
	height: 80px;
	text-decoration: none;
	display: block;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h2 {
	text-align: left;
}

img {
	border: 0;
}

/******* menu *******/
#menu {
	width: 900px;
	height: 30px;
	clear: both;
	text-transform: uppercase;
}

#menu ul {
	margin-right: auto;
	margin-left: auto;
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: #333333;
	width: 172px;
	display: block;
	float: left;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 2px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#menu a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E76443;
}

#menu #current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #666666;
}

/******* root list *******/
#here {
	font-size: 0.8em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
	left: 23px;
	top: 76px;
	text-align: left;
}

#here li {
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#here li a {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#here li a:link {
	color: #FA3816;
}

#here li a:visited {
	color: #663300;
}

#here li a:hover {
	color: #FF6600;
}

#here li a:active {
	color: #000000;
}

/******* main container *******/
#main {
	width: 860px;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

/******* left container *******/
#left {
	float: left;
	width: 420px;
	padding-left: 20px;
	padding-top: 30px;
}


/******* right container *******/
#right {
	float: right;
	width: 400px;
	text-align: center;
	clear: right;
}

/******* list *******/
#points li {
	font-size: 14px;
	letter-spacing: normal;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

#points li a {
	font-size: 14px;
	letter-spacing: normal;
	color: #333333;
	font-weight: bold;
}

#points li a:hover {
	font-size: 14px;
	letter-spacing: normal;
	color: #000000;
	font-weight: bold;
}

/******* footer *******/
#footer {
	width: 900px;
	letter-spacing: 1pt;
	font-size: xx-small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: left;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
	font-size: 0.9em;
	color: #333333;
}

#footer a:hover {
    color: #000000;
}

/******* address *******/
address {
	width: 900px;
	color: #333333;
	font-style: normal;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

address a {
	text-decoration: none;
}

address a:hover {
	color: #000000;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

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