/* RESET
--------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
margin: 0; 
padding: 0; 
border: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: baseline; 
}

body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* GENERAL
--------------------------------------------------------- */

body
{
	background: #f4f4f4 url(../img/body_bg.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a, a:link
{
	color: #643d42;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding: 0 0 15px 0;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #808080;
	margin: 0 0 10px 0;
}

strong
{
	font-weight: bold;
}

label
{
	float: left;
	width: 100%;
	margin: 5px 0;
}

/* Fix */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* STRUCTURE
--------------------------------------------------------- */

#wrapper
{
	width: 930px;
	margin: 30px auto 30px auto;
	background: #fff;
}

#wrapper .inside
{
	padding: 10px;
}

.extra-material-wrapper
{
	float: left;
	width: 100%;
	background: #fff url(../img/content_border.gif) top left no-repeat;
	padding: 20px 0 0 0;
}

/* HEADER
--------------------------------------------------------- */

#header
{
	width: 100%;
	height: 150px;
	margin: 0;
	background: #fff url(../images/7.jpg) top right no-repeat;
}

#logo
{
	float: left;
	margin: 0;
}

#logo img
{
	height: 0;
}

#logo span
{
	display: block;
	width: 188px;
	height: 141px;
	background: transparent url(../img/logo.png) top left no-repeat;
}

/* NAVIGATION
--------------------------------------------------------- */

#nav_cell
{
	width: 100%;
	margin: 0 0 5px 0;
}

#nav
{
	float: left;
	width: 100%;
}

#nav li
{
	display: inline;
	float: left;
	background: transparent url(../img/nav_01_bg.png) top center no-repeat;
}

#nav li a
{
	width: 130px;
	display: block;
	text-align: center;
	padding: 8px 0;
	color: #fff;
}

#nav li a:hover, #nav li a.active
{
	color: #000;
}

#nav li.nav01
{
	background: transparent url(../img/nav_01_bg.png) top center no-repeat;
}

#nav li.nav02
{
	background: transparent url(../img/nav_02_bg.png) top center no-repeat;
}

#nav li.nav03
{
	background: transparent url(../img/nav_03_bg.png) top center no-repeat;
}

#nav li.nav04
{
	background: transparent url(../img/nav_04_bg.png) top center no-repeat;
}

#nav li.nav05
{
	background: transparent url(../img/nav_05_bg.png) top center no-repeat;
}

#nav li.nav06
{
	background: transparent url(../img/nav_06_bg.png) top center no-repeat;
}

#nav li.nav07
{
	background: transparent url(../img/nav_07_bg.png) top center no-repeat;
}

/* CONTENT
--------------------------------------------------------- */

/* Start */

#splash
{
	width: 100%;
	margin: 0 0 5px 0;
}

#intro
{
	width: 100%;
	background: #643d42;
	color: #fff;
	margin: 0 0 5px 0;
}

#intro .left
{
	float: left;
	width: 605px;
}

#intro .right
{
	float: right;
	width: 300px;
	padding: 15px 0 0 0;
	text-align: center;
}

#intro p
{
	margin: 0 0 15px 0;
}

#intro h2
{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3333em;
	margin: 15px 0 0 15px;
	padding-bottom: 10px;
}

#steps
{
	float: left;
	height: 57px;
	width: 430px;
	padding: 15px 0 20px 50px;
}

#steps li
{
	display: inline;
	float: left;
	background: transparent url(../img/nr_01.png) top left no-repeat;
	height: 57px;
	padding: 0 20px 0 67px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8333em;
}

#steps li.nr_01
{
	background: transparent url(../img/nr_01.png) top left no-repeat;
}

#steps li.nr_02
{
	background: transparent url(../img/nr_02.png) top left no-repeat;
}

#steps li.nr_03
{
	background: transparent url(../img/nr_03.png) top left no-repeat;
}

#steps li span
{
	float: left;
	padding: 16px 0 0 0;
}

#boxes
{
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	background: transparent url(../img/boxes_bottom.png) bottom left no-repeat;
}

.box
{
	float: left;
	margin: 0 5px 0 0;
}

.last
{
	margin: 0;
}



/* Second */

.border
{
	background: #fff url(../img/content_border.gif) top left no-repeat;
	height: 3px;
	margin: 20px 0 10px 0;
}

#content_wrapper
{
	width: 100%;
	margin: 5px 0 20px 0;
	background: #fff url(../img/bg.gif) top left repeat-y;
}

#content_wrapper p, #left_cell ul
{
	line-height: 1.3333em;
	margin: 0 0 10px 0;
}

#left_cell
{
	float: left;
	width: 605px;
}

#left_cell .inside
{
	padding: 20px 30px 0 30px;
}

#left_cell ul, #left_cell ol
{
	list-style: disc;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}

#left_cell ol
{
	list-style: decimal;
	padding: 0 0 0 30px;
}

#left_cell ul li, #left_cell ol li
{
	margin: 0 0 8px 0;
}

#right_cell
{
	float: right;
	width: 300px;
	color: #fff;
}

#right_cell .inside
{
	padding: 20px 20px;
}

#right_cell h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#right_cell p
{
	font-size: 0.8333em;
	line-height: 1.3333em;
	margin: 0 0 10px 0;
}

#right_cell a
{
	color: #000;
}

.sidebar_box
{
	float: left;
	width: 100%;
	padding: 20px 0 10px 0;
	background: transparent url(../img/sidebar_border.png) top left no-repeat;
}

.download
{
	font-size: 1.1667em;
	text-align: center;
}

.download p
{
	line-height: 1.6667em;
}

/* Sub navigation */

#sub_nav
{
	float: left;
	margin: 0 0 15px 0;
}

#sub_nav li
{
	width: 260px;
	height: 28px;
	background: transparent url(../img/sub_nav_bg.png) top left no-repeat;
	margin: 0 0 10px 0;
}

#sub_nav li a
{
	color: #fff;
	display: block;
	padding: 8px 0 8px 10px;
}

#sub_nav li a:hover, #sub_nav li a.active
{
	color: #000;
}

/* Hur det fungerar */



#hur-det-fungerar #header
{
	background: #fff url(../images/8.jpg) top right no-repeat;
}

/* Idé och inspiration */



#ide-inspiration #header
{
	background: #fff url(../images/9.jpg) top right no-repeat;
}

/* Produkter och pris */



#produkter-pris #header
{
	background: #fff url(../images/10.jpg) top right no-repeat;
}

/* Kontakta oss */



#kontakta-oss #header
{
	background: #fff url(../images/11.jpg) top right no-repeat;
}

/* Gratis program */



#gratis-program #header
{
	background: #fff url(../images/12.jpg) top right no-repeat;
}

/* Extra material */



#extra-material #header
{
	background: #fff url(../images/13.jpg) top right no-repeat;
}

.material
{
	float: left;
	width: 165px;
	margin: 0 15px 15px 0;
	text-align: center;
}

.material img
{
	margin: 0 0 8px 0;
}


/* FOOTER
--------------------------------------------------------- */

#footer
{
	width: 100%;
	text-align: center;
	font-size: 0.9167em;
}

#footer ul
{
	color: #666;
	margin: 0 0 10px 0;
}

#footer ul li
{
	display: inline;
}

#footer ul li a
{
	color: #666;
}

#footer ul li a:hover
{
	color: #000;
}

#footer_nav li
{
	border-right: 1px solid #666;
	padding: 0 9px 0 8px;
}

#footer_nav li.last
{
	border: none;
}

#footer_contact li
{
	background: transparent url(../img/dot.png) left no-repeat;
	padding: 0 0 0 8px;
	margin: 0 0 0 2px;
}

#footer_contact li.first
{
	background: none;
}

.footer_text
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	font-size: 0.75em;
	}

/* IE6 Fix
--------------------------------------------------------- */

/* mac hide - this is for ie6 and less \*/
img, div, #nav li, #steps li, #sub_nav li, a, #steps
{ 
	behavior: url(iepngfix.htc);
}
/* end hide*/


