
/* KOSTERAS KALAMUNDA - CSS Document */



/* LAYOUT STYLES */
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	display: block;
	clear: both;
}

a {
	color: #6f6f6f;
	text-decoration: none;
}

a:hover {
	color: #fcda00;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 740px;
}

img {
	border: none;
}


/* HEADER STYLES */
#header {
	height: 192px;
	margin: 0 auto;
	background: url(../images/core/bg-header.gif) repeat-y;
}

#splash {
	float: left;
	margin-left: 20px;
}

img#splash1 {
	float: left;
	border: none;
	margin: 10px 8px 0 3px;
}

img#splash2 {
	float: left;
	border: none;
	margin: 10px 8px 0 8px;
}


/* NAVIGATION */
.hidden {
	display: none;
}

#nav {
	height: 26px;
	float: right;
}

#nav ul {
	list-style-type: none;
	margin: -25px 25px 0 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	height: 26px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -26px!important;
}

#nav ul li#home a {
	background:url(../images/core/nav-home.gif) no-repeat top;
	width:60px;
}

#nav ul li#tyres a {
	background:url(../images/core/nav-tyres.gif) no-repeat top;
	width:59px;
}

#nav ul li#vintage a {
	background:url(../images/core/nav-vintage.gif) no-repeat top;
	width:77px;
}

#nav ul li#motorsport a {
	background:url(../images/core/nav-motorsport.gif) no-repeat top;
	width:90px;
}

#nav ul li#services a {
	background:url(../images/core/nav-services.gif) no-repeat top;
	width:78px;
}

#nav ul li#contact-us a {
	background:url(../images/core/nav-contact.gif) no-repeat top;
	width:98px;
}

/* CONTENT STYLES */
div#content_container {
	width: 740px;
	background: url(../images/core/bg-container.gif) repeat-y;
}



/* TEXT STYLES */
div#text {
	background-color: #ffffff;
	float: right;
	text-align: left;
	width: 470px;
	margin: 0px 25px 20px 10px;
}

div#text div.text-header {
	display: block;
	width: 400px;
	height: 15px;
	margin: 43px 0 0 9px;
}

body#home div#text div.text-header{
	height: 30px;
}

div#text div.text-header h1 {
	font-size: 16px;
	padding: 0;
}

div#text p {
	clear: right;
	color: #000000;
	margin: 10px 25px 0px 10px;
}

img#inner-photo {
	margin: 5px -15px 5px 5px;
	border: none;
}

#inner-photo-themes {
	float: right;
	text-align: center;
	margin: -25px 20px 5px 0;
	width: 170px;
	vertical-align: top;
}

#inner-photo-events {
	float: right;
	text-align: center;
	margin: 20px 20px 5px 0;
	width: 170px;
	vertical-align: top;
}

#inner-photo-events img#inner-photo{
	margin-top: 20px;
}

#gallery {
	margin: 10px 0 30px 5px;
	padding:: 0;
}

#gallery img {
	border: none;
}

/*	CTA STYLES */
div#cta {
	width: 235px;
	float: left;
	margin-top: 25px;
}

img#cta-img {
	width: 235px;
	margin: 0 0 12px 10px;
}

div#cta p {
	text-align: left;
	margin: 10px 5px 10px 50px;
}

div#cta a {
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}
div#cta a:hover {
	text-decoration: underline;
}

img#webbasic {
	margin: 20px 0 50px 0;
}

img#tyres {
	margin: 0px 10px 25px 0;
}

#image {
	float: left;
	text-align: center;
	width: 100px;
	padding: 10px 10px;
}

a#Top {
	float: right;
	margin-right: 20px;
}


/* FOOTER STYLES */

div#footer {
	background: url(../images/core/bg-footer.gif) no-repeat;
	width: 760px;
	height: 58px;
	margin: 0 auto;
	padding-top: 10px;
}

div#footer a:hover{
	color: #FFFFFF;
}

div#footer a{
	color: #6F6F6F;
}