/*

	RBTS v2.0 Stylesheet
	March 2008
	
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f3f7fa url(images/body-bg.jpg) repeat-x;
	font: 13px/18px Helvetica, Arial, sans-serif;
	color: #445764;
}

hr {
	display: none;
}

.clear {
	clear: both;
	height: .001em;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 503px;
}

#header {
	padding: 0 20px;
}

#header h1 {
	width: 114px;
	height: 41px;
	background: url(images/rbts-logo.jpg);
	float: left;
	margin: 20px 25px 20px 0;
}

#header h1 span {
	display: none;
}

#header em {
	font-size: 12px;
	font-style: normal;
	color: #807e86;
	display: block;
	float: left;
	margin: 30px 0 0 0;
}

p {
	margin-bottom: 12px;
}

#content-wrapper {
	border: 1px solid #c6c9cb;
	background: #f7f7f7;
}

#navigation {
	background: #f2f2f2;
}

#navigation ul {
	margin-left: 40px;
	list-style-type: none;
}

#navigation li {
	height: 21px;
	padding: 7px 10px 3px 10px;
	display: block;
	float: left;
	margin-right: 15px;
}

#navigation li a:link, #navigation li a:active, #navigation li a:visited {
	text-decoration: none;
	color: #779fbe;
}

#navigation li:hover {
	background: url(images/a-hover-bg.jpg) repeat-x;
}

#navigation li a:hover {
	color: #376b91;
	text-decoration: underline;
}


/* Intro */
#intro {
	width: 100%;}

#intro p {
	display: none;
}

/* Content */
#content {
	margin: 20px;
}

h2 {
	font: 18px 'FF DIN', 'DIN-Bold', 'Arial', 'sans-serif';
	color: #376b91;
	margin-bottom: 8px;
	text-transform: uppercase;
}

h3 {
	font: 14px 'FF DIN', 'DIN-Bold', 'Arial', 'sans-serif';
	color: #376b91;
	margin-bottom: 8px;
	text-transform: uppercase;
}

/* Footer */
#footer {
	margin: 30px 20px 5px 20px;
	border-top: 1px solid #eee;
	/*background: url(images/footer-bg.jpg) no-repeat top center;*/
}

address {
	padding: 12px;
	text-align: center;
	font: 10px normal Helvetica, Arial, sans-serif;
	color: #b8c6d0;
}

/* Services */
.service {
	width: 143px;
	color: #47494b;
	float: left;
	margin: 10px 15px 10px 0;
	height: 179px;
	background: url(http://beta.rbts.nl/media/images/services-hosting-bg.jpg) no-repeat;
}

.no-margin {
	margin-right: 0;
}

.service h3 {
	color: #1e374a;
	padding-top: 50px;
	font: 13px 'DIN-Bold', 'FF DIN', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.service ul.specs {
	font-size: 10px;
	list-style-type: none;
	margin-left: 18px;
}

.service span {
	font-size: 10px;
}

.service span.bestel {
	display: none;
}

.service span.price {
	display: block;
	margin-top: 9px;
	margin-left: 17px;
}
