/*
Theme Name: Swedoor
Theme URI: http://www.bytdinytterdorr.nu
Description: 
Version: 1.0
Author: Kodexe, Johan Stenstr&ouml;m
Author URI: http://www.kodexe.se
Tags: black, fixed width, three columns, no widgets
Text Domain: Kodexe
*/
/********************************************** generic styles **********************************************/
* {
	margin:0px;
	padding:0px;
}
body {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fff;
	min-width:980px;
	background:url('images/bg_body.gif') center 13px no-repeat #fff;
}
body, body * {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
img, a img {
	border:0px;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family:"Myriad Pro",myriad,verdana,arial,helvetica,sans-serif;
	font-size:24px;
	padding-top:10px;
	padding-bottom:14px;
	font-weight:normal;
	text-decoration:none;
}
h1 {
	padding-top:33px;
	text-indent:-10000px;
	padding-bottom:0px;
}
h1 a {
	display:block;
	width:188px;
	height:88px;
	padding:0px;
	float:right;
}
h2, #midContent h1, #midContent h1 a, #midContent h2, #midContent h2 a  {
	font-size:28px;
	/*width:330px;*/
}
#midContent h1, #midContent h1 a, #midContent h2, #midContent h2 a  {
	font-size:34px;
	/*width:330px;*/
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
p {
	padding-bottom:11px;
}
ul{
	list-style-type: none;
}
.alignright {
	float:right;
	margin-left:44px;
}
.alignleft {
	float:left;
}
/********************************************** / generic styles **********************************************/
#page {
	width:980px;
	height:700px;
	display:block;
	clear:both;
	background:url('images/bg_house.jpg') left top no-repeat #1b447b;
	margin:0px auto 0px auto;
	overflow:hidden;
}
#header {
	background:url('images/logo.png') right 33px no-repeat;
	height:121px;
}
#content {
	width:980px;
	display:block;
	clear:both;
}
#content #contentTop, #content #contentBot {
	width:980px;
	height:45px;
	display:block;
	clear:both;
}
#content #contentTop {
	background:url('images/contentTop.png') left top no-repeat;
}
#content #contentFloat {
	display:block;
	clear:both;
	min-height:450px;
	height:450px;
	background:url('images/contentFloat.png') left top;
	overflow:hidden;
}
#content #contentFloat .innerPadding {
	padding:0px 44px 0px 31px; /*905px innanför*/
	display:block;
	clear:both;
}
#content #contentFloat .innerPadding #leftContent, #content #contentFloat .innerPadding #midContent, #content #contentFloat .innerPadding #rightContent {
	float:left;
	display:inline;
	padding-right:44px;
}
#content #contentFloat .innerPadding #leftContent {
	width:277px;
	padding:10px 32px 0px 0px;
}
#content #contentFloat .innerPadding #leftContent #chooseDoors li {
	float:left;
	display:inline;
	width:43px;
	height:99px;
	padding-top:10px;
	padding-right:10px;
}
#content #contentFloat .innerPadding #leftContent #chooseDoors li a {
	width:43px;
	height:89px;
	display:block;
	padding-bottom:5px;
	border-bottom:5px solid #000;
}
#content #contentFloat .innerPadding #leftContent #chooseDoors li a:hover {
	border-bottom:5px solid #999;
}
#content #contentFloat .innerPadding #leftContent #chooseDoors li.selected a, #content #contentFloat .innerPadding #leftContent #chooseDoors li.selected a:hover {
	border-bottom:5px solid #fff;
}
#content #contentFloat .innerPadding #midContent {
	width:595px;
	padding-right:0px;
}
#content #contentFloat .innerPadding #midContent a {
	text-decoration:underline;
}
#content #contentBot {
	background:url('images/contentBot.png') left top no-repeat;
}
#footer  {
	padding-top:0px;
	color:#000;
	display:block;
	clear:both;
	width:980px;
	margin:0px auto 0px auto;
	height:22px;
	background:url('images/footer.gif') left top;
}