/* ROB CARERE FLOORING */

body {
	background-image: url(/img/body_bg.png);
	background-repeat: repeat-x;
	
	padding: 0;
	margin: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {

}

a:hover {

}

#container {
	width: 819px;
	margin: 0 auto;
	padding-top: 20px;
}

#content_container {
	background-image: url(/img/container_bg.png);
	background-repeat: repeat-y;
	width: 799px;
	padding-right: 20px;
}

#header {
	width: 819px;
	height: 82px;
	overflow: hidden;
}

/* positioning */
#content, #content_top, #content_bot {
	float: right;
}

#content {
	float: right;
	width: 525px;
	background-image: url(/img/content_bg.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#content h1 {
	color: #898c66;
	font-weight: bold;
	font-size: 15px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 6px;
}

#content p {
	margin-top: 0;
	padding-top: 0;
}

#content_top {
	background-image: url(/img/content_top.png);
	background-repeat: no-repeat;
	width: 565px;
	height: 18px;
}

#content_bot {
	background-image: url(/img/content_bot.png);
	background-repeat: no-repeat;
	width: 565px;
	height: 19px;
	padding-bottom: 15px;
}

#content_table {
	height: 380px;
}

#content_cell {
	padding-left: 15px;
}

#content_cell_home {
	
}

#nav {
	width:243px;
	text-align: right;
	position: absolute;
	z-index: 2;
	padding-top: 20px;
	font-size: 14px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li {
	height: 25px;
	padding-top: 2px;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-right: 10px;
}

#nav a:hover {
	background-image: url(/img/nav_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #891931;
}

#nav #active {
	background-image: url(/img/nav_active.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #891931;
}

#content_footer {
	background-image: url(/img/footer.png);
	background-repeat: no-repeat;
	width: 819px;
	height: 20px;
}

#footer {
	padding-left: 25px;
	color: #5a5959;
	font-size: 11px;
}

#footer_red {
	color: #891931;
	font-weight: bold;
}

#footernav {
	float: right;
	padding-right: 15px;
}

#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav ul li {
	display: inline;
	padding-left: 6px;
	padding-right: 8px;
	border-right: 1px solid #5a5959;
}

#footernav a:link, #footernav a:visited {
	text-decoration: none;
	color: #5a5959;
}

#footernav a:hover, #footernav #active {
	color: #000;
	text-decoration: underline;
}