@charset "utf-8";
/*
Theme Name: Makaroom
Theme URI: http://www.subcura.se
Description: WordPress tema för Makaroom
Version: 1.0
Author: Robert Lord, Subcura Sverige KB <robert@subcura.se>
Author URI: http://www.subcura.se
*/



/* Begin Typography & Colors */
html {
	background: url('images/background.png') no-repeat #FFF center top;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	padding: 0px;
	margin: 0px;
}

#page {
	background: url('images/page_background.png') repeat-y;
	width: 966px;
	margin: 0px auto !important;
}

#logo {
	width: 271px;
	height: 86px;
	padding: 21px 0px 0px 18px;
	float: left;
	margin-bottom: 13px;
}

#topmenu {
	text-align: right;	
	margin: 86px 0 0 0;
	padding: 0;
	float: right;
	vertical-align: bottom;
}

ul.topmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.topmenu li {
	float: left;
	padding: 10px 20px;
	display: block;	
}

.activeToplink {
	color: #FFF;
	text-decoration: none;
	display: block;	
	font-size: 14px;
}

.Toplink {
	color: #b6007c;
	text-decoration: none;
	display: block;	
	font-size: 14px;
}

li.active {
	background: #b6007c;	
}

#content {
	width: 934px;	
}

#main {
	float: left;
	font-size: 12px;
	width: 935px;
}

#sidebar {
	width: 180px;
	margin: 20px 20px 20px 100px;
	float: right;
	color: #707173;
	font-size: 12px;
}


#topImage {
	width: 934px;
}

#sortiment {
	height: 40px;
	padding-top: 301px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.sortiment {
	background: url('images/purple.png');
}

#startsidan {
	height: 374px;
}

h2 {
	color: #b6007c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin:0;
	padding:0;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #b6007c;
	border-bottom: 1px solid #b6007c;
	width: 900px;
}

ul.sortiment {
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: 0px;
	height: 40px;
}

ul.sortiment li {
	float: left;
	padding: 9px 10px;
	font-size: 18px;
	color: #FFFFFF;
	background: url('images/sortimentSeparator.png') no-repeat;
	background-position: right;
}

ul.sortiment li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul.sortiment li.sactive {
	background: url('images/sortiment_hover.jpg');
}

ul.sortiment li:hover {
	background: url('images/sortiment_hover.jpg');
}

ul.sortiment li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.smallProduct {
	width: 90px;
	height: 150px;
	float: left;
	padding: 0 10px 10px 0px;
	overflow: hidden;
}

#rosaRuta {
	float: right;
	padding: 69px 0px 0px 80px;
	margin: 30px -10px 0 0;
	width: 290px;
	height: 190px;
	background: url('images/redbox.png') no-repeat;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 12px;
}

#rosaRuta h1 {
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}


a.sortlink {
	color: #b6007c;
	text-decoration: none;
}

a.sortlink:hover {
	color: #b6007c;
	text-decoration: underline;
}

.kontaktaoss a { color: #b6007c; text-decoration: none; }
.kontaktaoss a:hover { color: #b6007c; text-decoration: underline; }
