/* html */

body { 
	background-color: white;
	background-attachment: fixed;
	background-position: 0 100%;
	background-repeat: no-repeat;
	color: #444444;
	font-size: 10px; 
	font-family: "Verdana", "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	line-height: 15px;
	text-decoration: none; 
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: fixed;
}
	
.blue {
font-size: 10px; 
	font-family: "Verdana", "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	font-weight: bold; 
	color: #41677E;
}


.highlight {
	font-size: 10px; 
	font-family: "Verdana", "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	text-decoration: none; 
	color: #444444;
}

a.highlight {
	font-size: 11px; 
	font-family: "Verdana", "Arial", "Helvetica", "Trebuchet MS", sans-serif;
	text-decoration: underlined; 
	color: #cc0000;
}


a, a:link {
	color: #7E4841;
	text-decoration: underline; 
	font-weight: bold;
}

	a:visited {
		color: #7E4841;
	}
	
	a:hover {
		color: #7E4841;
		background-color: #ffc;
	}

li {
	margin-bottom: .4em;
}

th {
	border-right: 1px solid #c6c9cc;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-image: url(../images/bg_th.gif);
	text-align: left;
	padding: .2em .5em 1em .5em;
	font-size: 11px; 
	text-transform: lowercase;
	vertical-align: top;
}

td {
	font-size: 10px; 
	vertical-align: top;
}


/* classes */



/* id's */

div#bottomSpacer {
	position: relative;
	margin: 0 15% 10px 0;
	height: 131px;
	vertical-align: bottom;
	background-color: #ecedf3;
}

div#content {
	position: relative;
	margin: 0 15% 8px 0;
	padding: 1em 3em 20em 1em;
	background-color: #ecedf3;
}

	div#content p {
		margin: 0 0 0.6em 0;
		line-height: 1.6em;
	}
	
	div#content h2 {
		margin: 2em 0 0.2em 0;
		font-size: 1em;
		font-weight: 900;
	}
	
	div#content h3 {
		margin: 2em 0 0.2em 0;
		font-size: 1em;
		font-weight: 900;
	}
	
div#internalNav {
	margin: 1em 0 1em 0;
	padding: 1%;
	border-top: 1px solid #949699;
	border-bottom: 1px solid #949699;
}

div#floater {
	position: relative;
	width: 45%;
	float: left;
}
	
div#homeContent {
	position: relative;
	margin: 0 15% 8px 0;
	height: 321px;
	background-color: #ecedf3;
}

	div#homeContent img {
		margin: 68px 0 1em 2em;
	}
	
	div#homeContent p {
		margin: 0 0 0.6em 0;
		padding: 0 4em 0 2em;
		line-height: 1.6em;
	}
	
	div#homeContent p.first {
		padding: 1em 4em 0 2em;
		border-top: 1px solid #949699;
	}
	
div#homeFotoTop {
	position: absolute;
	top: 10px;
	left: 10px;
}

div#homeFotoBottom {
	position: absolute;
	top: 420px;
	left: 10px;
}

div#homeLogo {
	position: absolute;
	top: 389px;
	left: 22px;
}

div#homeRCGlogo {
	position: absolute;
	top: 433px;
	left: 312px;
}

div#homebtmText {
	position: absolute;
	top: 483px;
	left: 312px;
	color: #999;
	font-size: 9px;
}

div#homeSelling {
	position: absolute;
	top: 43px;
	left: 322px;
	color: #c00;
	font-size: 10px;
	font-weight: 900; 	
}


div#leftBits {
	position: absolute;
	top: 100px;
	left: 90px;
	width: 200px;
	text-align: right;
	line-height: 1.6em;
}

div#logo {
	position: absolute;
	top: 60px;
	left: 22px;
}

div#footer {
	position: relative
	font-size: .9em;
}

div#nav { 
	position: relative;
	margin: 0 0 8px 0;
}

	div#nav a { 
		position: relative;
		display: block;
		margin: 1px 0 1px 0;
		padding: 0;
		vertical-align: middle;
		background: #d2d3d9 url(../images/nav_bg.gif) repeat-y 0 0;
		border-left: 13px solid #d7dade;
		height: 14px;
	}
	
	div#nav a:hover { 
		border-left: 13px solid #c00;
		background: #b0b2b5 url(../images/nav_bg_on.gif) repeat-y 0 0;
		margin: 1px 0 1px 0;
	}

	div#nav a.on { 
		border-left: 13px solid #c00;
		background: #b0b2b5 url(../images/nav_bg_on.gif) repeat-y 0 0;
		margin: 1px 0 1px 0;
	}

	div#nav img { 
		padding: 1px 0 0 8px;
	}
	
	

input.customizeButton {
	margin-top: 9px;
	text-align: center;
	font-size: 10px;
	width: 150px;
	background-color: #e5e5e5;
	color: #000;
	}
