
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: crusher spares stylesheet
author: wayne taylor
created: 30/08/2007
modified: 13/11/07
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   general style */
	
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #06c;
	margin: 0;
	padding: 0;
}
	
h1 {
	width: 100%;
	height: 220px;
	text-indent: -5000px;
	background-image: url(../images/h1-1.jpg);
}

.crusher h1, .contact h1 {
	background-image: url(../images/h1-2.jpg);
}

h2 {
	width: 100%;
	text-align: center;
	margin: 10px 0 15px 0;
}

p {
	margin: 10px 0;
}

li {
	margin-left: 20px;
}

hr {
	clear: both;
	margin: 0 50px;
	height: 0;
	border-top: 1px solid #06c;
}

dt {
	margin: 10px 0 5px;
	font-weight: bold;
}

/* -----------------------------------------------------------------------------
   main layout style */
	
#container {
	width: 750px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
}

#nav {
	width: 190px;
	float: left;
	clear: both;
	margin: 35px 0 0 25px;
}

#content {
	width: 460px;
	float: right;
	margin: 25px 50px 25px 25px;
}

#footer {
	font-size: 60%;
	color: #999;
	width: 750px;
	height: 40px;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat bottom left;
	padding: 5px 0;
	margin: 0;
}

/* -----------------------------------------------------------------------------
   nav style */

#nav {
	border-top: 1px solid #06c;
}

#nav li {
	list-style: none;
	margin: 0;
}

#nav a {
	text-align: right;
	border-bottom: 1px solid #06c;
	width: 180px;
	display: block;
	padding: 7px 5px;
	font-weight: bold; 
	font-size: 110%;
	text-decoration: none;
}

#nav a:hover,
 .home #home, .crusher #crusher, .machine #machine, .contact #contact {
	background-color: #06c;
	color: #fff;
}

/* -----------------------------------------------------------------------------
   machine page style */

.machine dl {
	width: 30%;
	float: left;
	font-size: 75%;
	border-left: 1px dotted #999;
	padding: 0 5px;
}

/* -----------------------------------------------------------------------------
   contact page style */

.contact dd {
	margin-left: 20px;
}

p#address {
	margin: 10px 0 5px;
	font-weight: bold;
	margin-top: 30px;
}

address {
	font-style: normal;
	margin: 0 0 30px 20px;
}

/* -----------------------------------------------------------------------------
   end style */
