/**
 * |---------------------------------------|
 * | #1                                    |
 * |---------------------------------------|
 * |#2------------------------------------||
 * | | #3  |#4---------------------------|||
 * | |     |||--------------------------||||
 * | |     ||| #5                       ||||
 * | |     |||                          ||||
 * | |     |||--------------------------||||
 * | |     ||| #6                       ||||
 * | |     |||--------------------------||||
 * | |------------------------------------||
 * |---------------------------------------|
 *
 * #1 header
 * #2 main_container
 * #3 categories
 * #4 content_container
 * #5 content
 * #6 content_footer
 *
 */
h1 {
	font-size: 130%;
}
 
h2 {
	font-size: 120%;
}
 
h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}
 
h1 span {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	
}

body#body {
	background: url(/_composer/images/header.bg.jpg) repeat-x;
}

#header {
	background: url(/_composer/images/mariehamnskonsthandel.jpg) top left no-repeat;
	height: 125px;
}

#header h1 {position: absolute; top: 0; left: 0}

#main_container {
	display: table;
	border-collapse: collapse;
	background: #E08F3D;
	width: 100%;
}

* html #main_container {
	display: block;
}

#categories {
	display: table-cell;
	vertical-align: top;
	
	background: #E08F3D url(/_composer/images/column.orange.bg.jpg) repeat-x;
	width: 107px;
	padding: 0px 10px 0px 10px;
	min-height: 413px;
}

#categories img {
	display: block;
	border: 0;
	margin-bottom: 10px;
}


* html #categories {
	display: relative;
	float: left;

	height: 453px;
	width: 127px;
}

#content_container {
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
}

* html #content_container {
	display: relative;
	float: left;
}

#content_container #content_outer {
	padding: 30px;
	min-height: 393px;
}

* html #content_container #content_outer {
	height: 453px;
}

#content_container #content_outer #content {
	float: left;
	width: 700px;
	background: #eee;
	overflow: hidden;
}

#content_container #cart {
	position: relative;
	clear: both;
	
	width: 240px;
	
	border: solid 1px #faa;
	padding: 10px;
	margin-top: 20px;
	
	background-color: #FFE7CF;
	
	font-size: 80%;
}

* html l#content_container #cart {
	width: 280px;
}

#content_container h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

#categories #navigation {
}

#categories #navigation img {
	display: block;
	border: 0;
	margin-bottom: 10px;
}


#content_container #content_footer {
	padding: 3px 0;

	text-align: center;
	background-color: #921E21;
	color: #fff;
}

#footer {
	clear: both;	
}


#content_footer a {
	color: #fff;	
	text-decoration: none;
}

#content_footer a:hover {
	text-decoration: underline;
}