/* CSS Document */

html, body {
	height: 100%;
}

body {
	text-align: center; /* for IE 5 */
	background: #FFFFFF;
}

table {
	text-align: left;
}

#page-container {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 0 0; /*top, right, bottom, left*/
	text-align: left;
}

#header {
	/*margin-top: 5px;*/
	padding: 0 0;
}

#top-nav {
	width: 780px;
	height: 25px;
	padding: 0 0;
	background: url(../images/ccc-topnav.jpg) top left no-repeat;
}

#left-panel {
	float: left;
	width: 229px;
	margin-right: 7px;
	margin-top: 7px;
	padding: 0 0 0 0; /*top, right, bottom, left*/
	height: 375;
}


#right-panel {
	float: right;
	width: 229px;
	margin-top: 7px;
	padding: 0 0 0 0;
}

#content-panel {
	float: left;
	width: 543px;
	margin-top: 7px;
	padding: 0 0 0 0; /*top, right, bottom, left*/
}

#bottom-nav{
	float: left;
	width: 780px;
	height: 50px;
	padding: 7px 0 0 0; /*top, right, bottom, left*/
	margin-top: 3px;
	background: url(../images/carclub-footerbar.jpg) top left no-repeat
}
	
#footer {
	text-align: center;
	clear: left;
	padding: 10px 0 0 0; /*top, right, bottom, left*/
}

#weather-panel{
	text-align: center;
	width: 229px; 
	height: 600px;  
	background-image: url( ../images/weather-background.jpg);
	background-repeat: no-repeat; 
	background-color: #FF6300; 
}	

.box-heading h1,h2 {
	padding: 4px 0 0 5px; /*top, right, bottom, left*/
}

.box-heading p {
	padding: 7px 5px 0 5px; /*top, right, bottom, left*/
}

.box-heading a {
	color: #211095;
}

.box-heading li {
	margin-left: 50px; 
}

.nav {
	list-style: none;
	text-align: left;
}

.nav li {
	display: inline;
	text-align: center;
}

#top-nav .nav {
	padding: 0 0 0 0px; /*top, right, bottom, left*/
	letter-spacing: -0.0em;
}

#top-nav .nav li {
	padding: 0 17px 0 17px; /*top, right, bottom, left*/
	text-transform: uppercase;
	line-height:25px;
	border-color: #C2C2C2;
	border-right-width: 1px;
	border-right-style: solid;
}

#top-nav a {
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

#top-nav a:hover{
	color: #C2C2C2;
	font-size: 0.8em;
	font-weight: bold;
}

#bottom-nav .nav {
	padding:  15px 0 0 35px; /*top, right, bottom, left*/
	letter-spacing: -0.0em;
	text-align: center;
}

#bottom-nav .nav li {
	padding: 0 35px 0 0px;
	text-transform: uppercase;
}

#bottom-nav a {
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

#bottom-nav a:hover{
	color: #C2C2C2;
	font-size: 0.8em;
}

#home #page-container #home-lnk, #carspec #page-container #carspec-lnk, #forsale #page-container #forsale-lnk, 
#events #page-container #events-lnk, #contact #page-container #contact-lnk, #links #page-container #links-lnk,
#photos #page-container #photos-lnk, #autotests #page-container #autotests-lnk {
	color: #000000;
}

.forsale-thumb {
	float: left;
	margin: 0 9px 0 0;
	border: solid 1px #211095;
}

.rss-cell {
	border: solid 1px #D8D8D8;
	padding: 2px;
}

.news-border {
	border-bottom: solid 2px #F2EB79; /*yellow colour*/
	padding: 2px;
}

.events-tr {
	border-bottom: 2px solid #F2EB79;
	height: 35px;
}