/*	Desc: dieBlender Screen Style Sheet
	Author: Mark Nolan, dieBlender.ch
	Date: 20.9.2008
	Version: 6.1
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background: #f9f9f9 ;
	text-align: center;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222;
	letter-spacing: 1px;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 100%;
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {

}


#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 1150px;
	text-align: left;
	border: 0px solid #4c4c4c;
	overflow: hidden;
}

#left {
	width: 175px;
	border: 0px solid #4c4c4c;
	float: left;
	text-align: right;
}

#mid {
	width: 804px;
	border: 0px solid #4c4c4c;
	float: left;
	overflow: hidden;
}

#right {
	width: 172px;
	border: 0px solid #4c4c4c;
	float: left;
}

#logo {
	float: left;
	width: 230px;
	border: 0px solid #4c4c4c;
	height: 40px;
	overflow: hidden;
}

#navigation {
	float: right;
	margin-top: 17px;
	width: 560px;
	overflow: hidden;
	text-align: right;
	border: 0px solid #4c4c4c;
}

#subnavigation {
	margin-top: 50px;
	margin-right: 5px;
	overflow: hidden;
}

#subsubnavigation {
	margin-top: 30px;
	margin-right: 5px;
	overflow: hidden;
}

#intro {
	width: 804px;
	margin-left: 0px;
	border: 0px solid #4c4c4c;
	float: left;
}

#content {
	width: 804px;
	margin-left: 0px;
	border: 0px solid #4c4c4c;
	float: left;
}

#footer {
	float: left;
}

#navigation li {
	float: left;
}

#navigation a.current_page {
	color: #8f2222;
}

#subnavigation a.current_page {
	color: #8f2222;
}

#subsubnavigation a.current_page {
	color: #8f2222;
}

#navigation a {
	color: #262626;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	margin-left: 10px;
}

#navigation a:hover {
	color: #8f2222;
}

#subnavigation a {
	color: #262626;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	margin-left: 10px;
	text-transform: uppercase;
}

#subnavigation a:hover {
	color: #8f2222;
}

#subsubnavigation a {
	color: #262626;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	margin-left: 10px;
}

#subsubnavigation a:hover {
	color: #8f2222;
}

#caroussel-left {
	float: left;
}

#caroussel-right {
	float: right;
}

.jcarousel-control a {
	color: #262626;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	margin-left: 6px;
}

.jcarousel-control a:hover {
	color: #8f2222;
}

.jcarousel-scroll a {
	color: #262626;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	margin-left: 6px;
}

.jcarousel-scroll a:hover {
	color: #8f2222;
}

h1 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
}

#content a {
	color: #8f2222;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #4d0e0e;
	text-decoration: none;
}

