/*
 * Stylesheet for Combi-Nation
 * combi-nation.co.uk
 *
 * Copyright digital:p, 2006
 * digitalp.co.uk
 *
 */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Sans-Serif;
	line-height: 150%;
	margin: 10px;
	background-color: #FFFFFF;
}

body a:link {
	text-decoration: none;
	color: #a62222;
}

body a:visited {
	text-decoration: none;
	color: #a62222;
}

body a:hover {
	text-decoration: underline;
	color: #a62222;
}

body a:active {
	text-decoration: underline;
	color: #cd4b4b;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#heading {
	height: 67px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #FFCC00;
	background-color: #ffeb99;
}

#navigation {
	width: 148px;
	float: left;
	border: 1px solid #FFCC00;
	font-size: 14px;
	background-color: #ffeb99;
}

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

#navigation ul li {
	padding: 5px;
	margin: 0px;
}

#content {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	min-height: 400px;
}

#footer {
	width: 729px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	font-size: 10px;
	text-align: center;
	border: 1px solid #FFCC00;
	background-color: #ffeb99;
}

#clear {
	height: 10px;
	width: 750px;
	float: right;
}

.topic_heading {
	color: #a62222;
	font-size: 14px;
	border-bottom: 1px dashed #a62222;
	margin-bottom: 5px;
}

.topic_text {
	margin-bottom: 10px;
}

.blue_text {
	color: #a62222;
}

.sub_heading {
	color: #a62222;
	font-size: 13px;
	margin-bottom: 5px;
}

.sub_nav {
	font-size: 12px;
	margin-left: 20px;
}

.row_background {
	background-color: #ffeb99;
}

.table_main {
	font-size: 12px;
	text-align: center;
	border: 1px solid #FFCC00;
}

.align_left {
	text-align: left;
}

.white_text {
	color: #FFFFFF;
}

.cell_padding {
	margin: 5px;
}

.quote {
	padding-left: 30px;
	padding-top: 20px;
	margin-bottom: 20px;
	line-height: 1.3em;
	background: url(../images/quote.gif) no-repeat;
}