/*
Theme Name: Driver
Theme URI: http://osynlig.se/
Description: Driver
Version: 1.0
Author: Webbyran Osynlig
Author URI: http://osynlig.se/
Tags: 
*/

* { padding: 0; margin: 0; }

body {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	
	background: url('images/bg.gif') repeat-x #d86b13;
}

input, textarea, select {
	font-size: 10px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right .box {
	width:225px;
	
}

.box{margin:0 0 10px 0;}
	.box h2{font-size:14px;margin:0 0 6px 0;text-transform:uppercase;}
	.box .price-left{width:60%;float:left;}
	.box .price-right{width:40%;float:left;text-align:right;}
.box-top{background:url('images/top-box.gif');width:222px;height:9px;}
.box-middle{background:#fb9002;width:202px;padding:2px 10px 2px 10px;}
.box-bottom{background:url('images/bottom-box.gif');width:222px;height:9px;}

h1 {
	margin-bottom: 20px;
	font-family: arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
}

a {
	color: #db9e32;
}

p{margin:0 0 8px 0;}

#container {
	width: 750px;
	
	margin: 0 auto;
	padding: 0 7px 7px 7px;
	
	background: #fff;
}

#header {
	margin-bottom: 3px; /* ff */
}

#menu {
	height: 45px;
	background: url('images/menu_bg.gif');
	padding-top: 11px;
}

#menu ul {
	margin: 1px 0 0 15px;
}

#menu ul li {
	list-style: none;
	display: inline;
	margin-right: 25px;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu #nav {
	margin-right: 17px;
}

#menu #nav form select {
	width: 100px;
}

#menu #nav form label {
	color: #dbdbdb;
	font-weight: bold;
}

#body {
	margin-bottom: 30px;
}

#body .left {
	width: 470px;
}

#body .wrapper {
	margin: 10px;
}

#body .wrapper p {
	margin-bottom: 15px;
}

#body .wrapper table {
	width: 100%;
	font-size: 11px;
	border: 1px solid #e1dfdf;
}

#body .wrapper table  tr td {
	padding: 3px 5px 3px 5px;
	height: 30px;
}

#body .wrapper table .odd {
	background: #e1dfdf;
}
#body .wrapper table .center {
	text-align: center;
}

#body .wrapper ul li {
	margin-left: 20px;
}

#body #training-courses {	
	background: url('images/handledarutbildningar_bg.jpg') no-repeat;
}

#body #riksettan {	
	background: url('images/riksettan_bg.jpg') no-repeat;
}

#body .right-col {
	width: 192px;
	min-height: 226px;
	
	padding: 49px 2px 0 29px;
}
* html #body .right-col { height: 226px; }

#body #training-courses .item {
	margin-bottom: 18px;
}

#footer {
	height: 91px;
}

#footer.bollnas {
	background: url('images/footer_bollnas_bg.jpg');
}

#footer.gavle {
	background: url('images/footer_gavle_bg.jpg');
}

#footer.soderhamn {
	background: url('images/footer_soderhamn_bg.jpg');
}

#footer #contact {
	width: 194px;
	color: #fff;
	font-size: 10px;
	margin-top: 9px;
}
