/*  
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: 12px;
	line-height: 1.5em;
	background: #fff url(images/bg.png) repeat-x;
	color: #2d2f36;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #000099;
	border: none;
	text-decoration: none;
}
a:hover  {
	color: #000;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.frontpage {
	width: 200px;
	height: 40px;
	float: left;
	margin: 20px 0 0 0;
	text-indent: -99999px;
}
#top {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
#wrapper  {
	width: 940px;
	margin: 0px auto;
	padding: 0 10px;
	overflow: hidden;
}
#header {
	width: 940px;
	height: 97px;
	background: url(images/logo.png) no-repeat -1px 25px;
	margin: 0px auto;
	overflow: hidden;
}
#header .info {
	float: right;
	margin: 37px 0 0 0;
}
#header .info .alignleft {
	float: left;
	margin: -5px 20px 0 0;
}
#header .info .call {
	float: right;
	height: 32px;
	padding: 4px 0 0 40px;
	font-size: 40px;
	font-weight: bold;
	color: #993399;
	background: url(images/phone.png) no-repeat;
}
#menu {
	width: 940px;
	height: 30px;
	margin: 0px auto;
	overflow: hidden;
	font-weight: bold;
}
#menu ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
#menu ul li {
	height: 30px;
	float: left;
	font-size: 14px;
	margin: 0 25px 0 0;
	text-align: center;
}	
#menu ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #000099;
	text-align: center;
	padding: 5px 0 0 0;
}
#menu ul li a:hover {
	color: #000;
}
#menu ul li.current_page_item a {
	color: #41ADD6;
}
#content {
	width: 940px;
	float: left;
	padding: 25px 0 0 0;
	margin: 0 0 20px 0;
}
#frontleft {
	width: 459px;
	float: left;
}
#frontleft .extrainfo {
	width: 459px;
	padding: 20px 0 0 0;
	border-top: 1px solid #ebede4;
	float: left;
}
.girl {
	width: 197px;
	height: 98px;
	float: left;
	padding: 272px 0 0 22px;
	margin: 0 0 0 -10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: url(images/girl.png) no-repeat
}
.pitch {
	width: 220px;
	float: right;
	padding: 20px 0 0 0;
}
.pitch h1 {
	font-size: 36px;
	line-height: 1.1em;
	margin: 0 0 15px 0;
}
.pitch h1 span {
	color: #912d91;
}
.pitch ul {
	margin: 0 0 30px 0;
	list-style-type: none;
}
.pitch ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	background: url(images/check.png) no-repeat 0 4px;
}
.pitch em {
	font-style: normal;
	color: #aaa;
}
#loanform {
	width: 459px;
	float: right;
	background: #f7f8f2;
	-webkit-box-shadow: 0px 1px 43px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#loanform #form_desc {
	width: 459px;
	float: left;
	background: #fff;
	border-bottom: 1px solid #ebede4;
}
#loanform #form_desc .form_desc_content {
	width: 419px;
	float: left;
	padding: 20px;
	font-size: 16px;
	line-height: 1.5em;
	position: relative;
	background: url(images/form_desc.png) no-repeat 94% 4px;
}
#loanform #form_desc .form_desc_content #arrow {
	width: 61px;
	height: 67px;
	position: absolute;
	bottom: -47px;
	right: 77px;
	background: url(images/arrow.png) no-repeat;
}
#loanform #form_desc .form_selector {
	width: 419px;
	float: left;
	padding: 20px;
	font-weight: bold;
	border-top: 1px solid #ebede4;
}
#loanform #form_content {
	width: 419px;
	float: left;
	padding: 20px;
}
#loanform #form_content h2 {
	margin: 0 0 20px 0;
}
#loanform #form_content div.formdiv {
	width: 208px;
	margin: 0 0 15px 0;
	float: left;
}
#loanform #form_content div.formdiv label {
	width: 208px;
	float: left;
	margin: 0 0 4px 0;
}
#loanform #form_content div.formdiv input {
	width: 180px;
	padding: 4px;
}
#loanform #form_content div.widediv {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
}
#loanform #form_content div.widediv label {
	width: 100%;
	float: left;
	margin: 0 0 4px 0;
}
#loanform #form_content div.widediv input {
	width: 390px;
	padding: 4px;
}
#loanform #form_content div.formcheck {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
}
#loanform #form_content div.formcheck input {
	float: left;
	margin: 2px 8px 0 0;
}
#loanform #form_content div.formcheck label {
	float: left;
}
#loanform #form_content div.extrainfo {
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	float: left;
	background: url(images/dl.png) repeat-x;
}
#loanform #form_content div.extrainfo .hdl {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 12px 0;
}
#loanform #form_content div.finish {
	width: 100%;
	margin: 5px 0 0 0;
	float: left;
}
#loanform #form_content div.finish div {
	width: 190px;
	float: left;
}
#loanform #form_content div.finish .formsubmit {
	width: 187px;
	height: 48px;
	text-indent: -9999px;
	float: right;
	background: url(images/ansok.png) no-repeat;
	border: none;
	margin: 0;
	cursor: pointer;
}
/*---- Page -----*/
#content.pager {
	background: url(images/page_bg.png) repeat-y right;
	padding: 20px 0 0 0;
	margin: 5px 0 0 0;
}
#page_left {
	width: 570px;
	float: left;
	padding: 30px 0 0 0;
}
#page_left h1 {
	font-size: 34px;
	margin: 0 0 30px 0;
}
#page_right {
	width: 290px;
	padding: 0 20px 20px 0;
	float: right;
}
#page_right h3 {
	font-size: 22px;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
#page_right h3 span {
	color: #912d91;
}
#page_right ul {
	margin: 0 0 25px 0;
	list-style-type: none;
}
#page_right ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	background: url(images/check.png) no-repeat 0 4px;
}
#page_right .girl {
	width: 203px;
	height: 87px;
	float: left;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: url(images/girl2.png) no-repeat top right;
	margin: 0 0 20px 0;
	padding: 170px 87px 0 0;
	border-bottom: 1px solid #ebece4;
}
#page_right .girl span {
	font-size: 24px;
}
#page_right .headline {
	width: 290px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ebece4;
	padding: 0 0 15px 0;
}
#page_right .box {
	width: 290px;
	float: left;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ebece4;
	padding: 0 0 15px 0;
}
#page_right .box.cash {
	background: url(images/img_cash2.png) no-repeat 100% 1px;
}
#page_right .box.car {
	background: url(images/img_car2.png) no-repeat 100% 10px;
}
#page_right .box.house {
	background: url(images/img_house2.png) no-repeat 100% 6px;
}
#page_right .box .hdl {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
}
#page_right .box .hdl span {
	color: #912d91;
}
#page_right .box a.more {
	font-size: 14px;
	font-weight: bold;
	background: url(images/arrow_blue.png) no-repeat 0 4px;
	padding: 0 0 0 11px;
}
/*---- Bigform -----*/
.bigform {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e1e3d6;
}
.bigform.last {
	border: none;
	margin: 0 0 40px 0;
}
.bigform .hdl {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}
.bigform h2 {
	margin: 0 0 10px 0;
}
.bigform ul {
	margin: 0 0 -10px 15px;
}
.bigform ul li {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
}
.bigform ul li.odd {
	padding: 0 30px 0 0;
}
.bigform .formdiv {
	width: 250px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
}
.bigform .formdiv label {
	width: 250px;
	float: left;
	margin: 0 0 4px 0;
}
.bigform .formdiv input {
	width: 230px;
	padding: 5px;
}
.bigform .widediv {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}
.bigform .widediv label {
	width: 100%;
	float: left;
	margin: 0 0 4px 0;
}
.bigform .widediv input {
	width: 500px;
	padding: 5px;
}
.bigform .formcheck {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.bigform .formcheck input {
	float: left;
	margin: 2px 8px 0 0;
}
.bigform .formcheck label {
	float: left;
}
.bigform .formsubmit {
	width: 187px;
	height: 48px;
	text-indent: -9999px;
	float: left;
	background: url(images/ansok.png) no-repeat;
	border: none;
	margin: 20px 0 0 0;
	cursor: pointer;
}
/*---- Bottom -----*/
#boxes {
	width: 940px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 0 25px 0;
	border-top: 1px solid #ebede4;
}
#boxes .headline {
	width: 940px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 9px 0;
}
#boxes .box {
	width: 204px;
	float: left;
	border-right: 1px solid #ebede4;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}
#boxes .box.last {
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #aaa;
}
#boxes .box .headline {
	font-size: 14px;
	color: #333;
	margin: 0 0 5px 0;
}
#boxes .box .headline span {
	color: #912d91;
}
#boxes .box strong {
	color: #333;
}
#boxes .box .image {
	width: 204px;
	float: left;
	text-align: center;
	margin: 0 4px 0 0;
}
#boxes .box a.more {
	font-size: 14px;
	font-weight: bold;
	background: url(images/arrow_blue.png) no-repeat 0 4px;
	padding: 0 0 0 11px;
}
#footer {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 20px 0 30px 0;
	background: #f2f3ee;
}
#footer #container {
	width: 940px;
	margin: 0px auto;
	overflow: hidden;
}
#footer #container .box {
	width: 150px;
	float: left;
	margin: 0 25px 0 0;
	color: #71747b;
}
#footer #container .box ul {
	list-style-type: none;
	font-weight: bold;
}
#footer #container .ratings {
	width: 230px;
	float: right;
}