/*  
Theme Name: 
Theme URI: http://
Description: 
Version: 1.0
Author: Kristoffer Lidman
Author URI: http://www.kristofferlidman.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #eee url(images/bg2.png) repeat;
	color: #5e686c;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #bb4d4b;
	outline: none;
	font-weight: bold;
	border: none;
	text-decoration: none;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 18px;
}
h4 {
	display:block;
	width:243px;
	height:70px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent:-9009px;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
#wrapper  {
	width: 880px;
	margin: 0px auto 30px auto;
	padding: 0 6px 6px 6px;
	overflow: hidden;
}
#header {
	width: 880px;
	float: left;
}

#menu {
	width: 300px;
	height: 30px;
	float: right;
	font-weight: bold;
	font-size: 12px;
	margin: 50px 0 0 0;
}
#menu ul  {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
}
#menu ul li {
	height: 32px;
	float: left;
	margin: 0 0 0 15px;
	text-align: center;
	background: url(images/menu_link.png) no-repeat right top;
}	
#menu ul li a {
	height: 27px;
	float: left;
	margin: 0;
	color: #333;
	text-align: center;
	padding: 5px 15px 0 15px;
	text-decoration: none;
	background: url(images/menu_link-left.png) no-repeat left top;
}
#menu ul li a:hover {
	height: 27px;
	float: left;
	margin: 0;
	color: #888;
	text-align: center;
	padding: 5px 15px 0 15px;
}
#menu ul li.current_page_item {
	height: 32px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
	background: url(images/menu_active.png) no-repeat right top;
}
#menu ul li.current_page_item a {
	height: 27px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 15px 0 15px;
	color: #fff;
	text-shadow: 0 1px 0 #666;
	background: url(images/menu_active-left.png) no-repeat left top;
}
#content_wrap {
	width: 880px;
	float: left;
	margin: 15px 0 0 0;
	background: #fff;
}
	
#content {
	width: 850px;
	float: left;
	padding: 15px;
	margin: 0 0 15px 0;
}
#left {
	width: 550px;
	float: left;
}
.top {
	width: 550px;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 29px 0;
	background: url(images/stripe.gif) no-repeat bottom;
}
.top strong {
	font-family: "Papyrus";
	font-size: 18px;
	color: #b70501;
}
.top .alignleft, .top .alignright {
	width: 200px;
}
.top .logo {
	width: 200px;
	float: left;
	margin: 0 0 20px 0;
}
.bottom {
	width: 550px;
	float: left;
	margin: 25px 0 0 0;
	padding: 29px 0 0 0;
	background: url(images/stripe.gif) no-repeat;
}
h1 {
	font-size: 22px;
	margin: 0 0 15px 0;
	color: #222;
}
#right {
	width: 260px;
	float: right;
}
#right h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#right .company {
	width: 260px;
	height: 63px;
	float: left;
	margin: 0 0 15px 0;
}
#footer {
	width: 850px;
	float: left;
	padding: 15px;
	margin: 0;
	border-top: 1px solid #eee;
}
.round {
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
.round_top {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.shadow {
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}