html, body
{
	background: #0b0b0b url('../images/bg.jpg');
}

body	{
	background: #0b0b0b url('../images/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbfbf;
	font-size: 12px;
	padding-top: 50px;
}

#wrapper	{
	margin: 0px auto;
	min-height: 115px;
	width: 800px;
	background: #1F1F1F;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#wrap	{
	background: #080808;
	width: 100%;
	min-height: 120px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header	{
	height: 190px;
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#car {
	position: absolute;
	margin-left: 480px;
	margin-top: -220px;
}

#footer	{
	color: #333;
	margin: 0px auto;
	width: 780px;
	margin-top: 7px;
	font-size: 11px;
	overflow: hidden;
}

#logo	{
	height: 65px;
	width: 400px;
	padding-top: 60px;
}

#nav	{
	height: 30px;
	width: 432px;
	padding: 12px 0px 5px 12px;
	text-shadow: #000 0px 2px 0px;
	background: url('../images/navbg.png');
	margin-left: 8px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#nav li	{
	float: left;
	font-size: 19px;
	margin-right: 15px;
	
}

#nav li a	{
	color: #000;
	text-shadow: #ffff00 0px 1px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#site	{
	padding: 17px;
	overflow: hidden;
}

#content	{
	float: left;
	width: 410px;
	background: #101010;
	padding: 15px;
	line-height: 1.2em;
}

#side	{
	width: 280px;
	min-height: 234px;
	background: #101010;
	float: right;
	padding: 15px;
}

.desc	{
	font-size: 11px;
	color: #a9a9a9;
}

.desc2	{
	font-size: 10px;
	color: #a9a9a9;
}

/* Dropmenu */

.dropmenu, .dropmenua {
	visibility: hidden;
	position: absolute;
	top: 146px;
	width: 100px;
	background: #fff url('../images/cbg.jpg') bottom repeat-x;
	border: 1px solid #dfdfdf;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	padding: 10px 8px 8px 8px;
	font-size: 12px;
	overflow: hidden;
	margin-left: -10px;
}

.dropmenua	{
	margin-left: -63px;
	z-index: 2;
}

.dropmenu a, .dropmenu a:visited, .dropmenua a, .dropmenua a:visited {
	font-size: 12px;	
	text-decoration: none;
	color: #333 !important;
	text-shadow: #dadada 0px 2px 0px;
}
.dropmenu a:hover {
	text-decoration: none;
	color: #4F4F4F !important;
	position: relative;
	left: 2px;
}

.dropmenua a:hover {
	text-decoration: none;
	color: #4F4F4F !important;
	position: relative;
	left: 2px;
}

.menuh {
	cursor:pointer; cursor:hand; float: left;
	color: #fff;
}

.dropmenu li, .dropmenua li{padding-left: 15px; }
.dropmenu li a, .dropmenua li a{text-decoration:none; padding:7px; display:block;}
.profile {background: url('../images/profile.png') left center no-repeat;}
.messages {background: url('../images/messages.png') left center no-repeat;}
.settings {background: url('../images/settings.png') left center no-repeat;}

dt {
	margin-top: 6px;
	margin-right: -8px;
	float: left;
	width: 180px;
	font-weight: bold;
}



/* Övrigt */

p	{
	margin: 7px 0 0 2px;
}

.blue	{
	color: #1973e8;
}

.right	{
	float: right;
}

img	{
	border: 0px;
}

a, a:visited	{
	text-decoration: none;
	color: #F4A000;
}

a:hover	{
	color: #F4C800;
}

a:active	{
	position: relative;
	top: 1px;
}

/* Headings */

h2	{
	color: #fff;
	font-size: 30px;
	text-shadow: #333 0px 3px 0px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
}

h3	{
	color: #fff;
	font-size: 24px;
	text-shadow: #333 0px 2px 0px;
	font-weight: normal;
	padding: 2px 0 5px;
}

h4	{
	color: #fff;
	font-size: 18px;
	text-shadow: #333 0px 2px 0px;
	font-weight: bold;
	padding: 10px 0 5px;
}
