/*
2006-12-16
Design + XHTML + CSS:

nam nam design webbureau v. Lasse Gejl
www.namnamdesign.dk
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fec21b;
	text-align: center;
}
p {
	margin: 15px 0;
}
a:hover {
	text-decoration: none;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 740px;
	background: #fff;
	border-left: 10px solid #f8ae02;
	border-right: 10px solid #f8ae02;
}
#header {
	height: 280px;
	background: #424242;
	border-bottom: 1px solid #373535;
}
#navi {
	background: #424242;
	font-size: 11px;
	text-transform: uppercase;
	height: 25px;
	padding: 5px 0 0 5px;
}
#navi ul li {
	list-style: none;
	display: inline;
}
#navi a {
	color: #fff;
	text-decoration: none;
	padding: 7px 9px 8px 9px;
}
#navi a:hover {
	text-decoration: underline;
}
#front #navi a.front, #front #navi a.front:hover,
#crystal #navi a.crystal, #crystal #navi a.crystal:hover,
#indigo #navi a.indigo, #indigo #navi a.indigo:hover,
#aura #navi a.aura, #aura #navi a.aura:hover,
#profile #navi a.profile, #profile #navi a.profile:hover,
#contact #navi a.contact, #contact #navi a.contact:hover,
#prices #navi a.prices, #prices #navi a.prices:hover,
#links #navi a.links, #links #navi a.links:hover {
	color: #f2a7b0;
	text-decoration: none;
	background: url(../img/bg_navi_current.gif) no-repeat center bottom;
	cursor: default;
}
#content {
	float: left;
	width: 410px;
	padding: 30px;
}
#content h1 {
	font-size: 18px;
	text-transform: uppercase;
}
#content h2 {
	font-size: 14px;
	margin-bottom: -12px;
}
#content ol, #content ul {
	margin: 15px 0 15px 30px;
}
#content a {
	color: #000;
}
#content img {
	float: right;
	margin: 20px 0 20px 20px;
	border: 4px solid #eee;
}
#content p.top {
	text-align: right;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 10px;
}
#content p.top a {
	text-decoration: none;
	display: block;
	width: 405px;
	padding-right: 5px;
}
#content p.top a:hover {
	background: #424242;
	color: #fff;
}
#side {
	float: right;
	width: 190px;
	font-size: 11px;
	line-height: 18px;
	background: url(../img/bg_side.gif) no-repeat left 25px;
	padding: 50px 45px 30px 25px;
}
#side h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#side a {
	color: #000;
}
#footer {
	clear: both;
	color: #9e9e9e;
	font-size: 11px;
	border-top: 1px solid #d7d7d7;
	margin: 0 30px;
	padding: 10px 0 24px 0;
}
#footer a {
	color: #9e9e9e;
}