/* 
* * * * * design, production and code by marc rinderknecht
* * * * * kobebeef.ch
* * * * * © 2005 
*/


/* * * * * START STRUCTURE * * * * */
body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg_redstripe.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width: 900px;
}
#head {
	background: #F00;
	height: 240px;
	width: 900px;
	margin: 0 0 12px 0;
}
#nav {
	width: 200px;
	padding: 0 12px 0 12px;
	float: left;
	line-height: 18px;
	font-size: 11px;
}
#content {
	width: 600px;
	padding: 0 12px 12px 24px;	
	border-left: 1px solid #CCC;
	float: left;
	line-height: 18px;
}
#footer {
	margin: 0 0 12px 0;
	padding: 12px 0 0 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666;	
}
/* * * * * END STRUCTURE * * * * */

/* * * * * START INDIVIDUAL STYLES * * * * */
h1 {
	margin-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #F00;
}
p {
	margin: 0 0 10px 0;	
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #F00;
	text-decoration: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
}
#nav a.active {
	color: #F00;
}
.active {
	color: #F00;
}
#content a {
	color: #666;
}
#content a:hover {
	color: #F00;
}
#content table.listing {
	margin: 0 0 10px 0;	
}
#content table.listing td {
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
}
.special {
	color: #F00;
}
.attn {
	color: #F00;
}
input, textarea {
	width: 300px;
	margin-bottom: 7px;
}
input.radio {
	width: 20px;
}
.divider {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
}
/* * * * * END INDIVIDUAL STYLES * * * * */