
/* KOSTERAS KALAMUNDA - CSS Document */



/* LAYOUT STYLES */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	background-color: #8eabe0;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	display: block;
	clear: both;
}

a {
	color: #226997;
	text-decoration: none;
}

a:hover { color: #CC0000; text-decoration: underline; }

#container {
	margin: 0 auto;
	width: 740px;
}

img {
	border: none;
}

ul li { 	font-size: 15px; 	font-weight: bold; }

hr { border: 0; border-top: 1px solid #d2d2d2; display: block; height: 1px; margin-bottom: 15px; }

/* HEADER STYLES */
#header {
	width: 740px;
	height: 192px;
	margin: 0 auto;
	position: relative;
	background: url(../images/core/bg-header.jpg) repeat-x;
}

#header img.splash_image {
	position: absolute;
	top: 10px;
}

#header img.splash_image#splash_one { left: 27px; }
#header img.splash_image#splash_two { left: 262px; }
#header img.splash_image#splash_three { left: 496px; }


/* NAVIGATION */
.hidden {
	display: none;
}

#nav {
	height: 26px;
	position: absolute;
	left: 220px;
	top: 140px;
}

#nav ul {
	list-style-type: none;
}

#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/nav/home.jpg) no-repeat top;
	width:49px;
}

#nav ul li#machines a {
	background:url(../images/nav/machines.jpg) no-repeat top;
	width:115px;
}

#nav ul li#support a {
	background:url(../images/nav/support.jpg) no-repeat top;
	width:112px;
}

#nav ul li#classes a {
	background:url(../images/nav/classes.jpg) no-repeat top;
	width:100px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.jpg) no-repeat top;
	width:80px;
}

/* 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: 465px;
	margin: 0px 15px 20px 5px;
}

div#text div.text-header {
	display: block;
	width: 400px;
	height: 15px;
	margin: 33px 0 0 9px;
}

div#text div.text-header h1 {
	font-size: 16px;
	padding: 0;
}

div#text p {
	color: #000000;
	margin: 15px 25px 20px 10px;
}

#content {
	float: left;
}

#inner_photos {
	float: right;
	width: 150px;
	margin-right: 15px;
}

#inner_photos img {
	padding-bottom: 5px;
}

#machines_img {
	margin: 10px;
}

#machines_img img {
	padding: 5px;
}

img#text-img {
	margin: 0 15px;
}


/*	CTA STYLES */
div#cta {
	width: 254px;
	float: left;
	margin-top: 25px;
}

img#cta-img {
	width: 254px;
	margin: 0 0 10px 0px;
}

div#cta p {
	text-align: left;
	margin: 10px 5px 10px 50px;
}

div#cta a {
	font-weight: bold;
	text-decoration: none;
}
div#cta a:hover {
	text-decoration: underline;
}

img#webbasic {
	float: right;
	margin: 20px 0 50px 0;
}


/* FOOTER STYLES */

div#footer {
	background: url(../images/core/bg-footer.jpg) no-repeat;
	width: 740px;
	height: 58px;
	margin: 0 auto;
}

div#footer p { margin: 0; text-align: center; padding-top: 10px; }

div#footer a:hover{
	color: #FFFFFF;
}

div#footer a{
	color: #09018a;
}