/*
-----------------------------------------------
Ceannis CSS rules

Author:   Julian Kommunikation, http://julian.se
Version:  12 January, 2006 
Modified: 10 August, 2006
*/

/* ------------ Selectors ---------------*/

body {
	margin: 0;
	padding: 0 0 30px 0; 
	font:76%/125% Arial, Verdana, Helvetica, sans-serif;
	color:#555;
	background-color: #dcc0c1;
	line-height:17px;
	color: #333;
	text-align: center;
}
a, a:link, a:hover, a:active {
	/*color:#9C795F;*/
	/*color: #7BC5D5;*/
	/*font-weight:bold;
	color: #557397;
	color: #CA5015;
	color: #0ba8cf;*/
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px dotted #777;}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	
	}
	
h1 {
	font-size:2.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #333;
	margin-top:0px;
	}
	
h2 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding:0;
	color: #333;
	}
	
h3 {
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #666;
	}

/*----------------------- DIVS ---------------------------*/

#page {
	border: none;
	margin: 0 auto 0;
	width: 960px;
	text-align: left;
	}
#Header {
	margin: 0 auto; /* För att kompensera bredden på skuggan == Tidigare AUTO */
	padding:0;
/*	height: 114px;	 */
	width: 960px; /* 100% */
	z-index:6;
	text-align:center;
	position:relative;
	}

#TopRightInfo {
	top:21px;
	text-align: right;
	right:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
	position:absolute;
}

#TopRightInfo a {
	color:#555;
}

#TopRightInfo a:hover {
	color:#888;
	text-decoration:none;
}

#Logo {
	margin: 29px 0 20px 0;
	padding:0;
	height:31px;
	border:0;
	clear:both;
}
#Logo a {
	border:none;
}
#Footer {
	clear:both;
	width:960px;
	font-size:10px;
	position:relative;
	text-transform:uppercase;
	padding: 5px 0 0;
}
#FooterText {
	color: #333;
	font-size:85%;
	border-top:1px solid #333;
	width:100px;
	position: absolute;
	left: 430px;
	text-align: center;
}
#FooterJulian {
	float:right;
	margin: 0;
	position:relative;
}

#FooterJulian a, 
#FooterJulian a:hover{
	color: #333;
	text-decoration:none;
}
#FooterJulian a:hover{
	color: #666;
}

/* for understandning browsers */
#ContentContainer {
	margin:0;
	padding:0px;
	float:left;
	display: inline;
	width:960px;
	min-height: 600px;
	height: auto;
	background-color:#fff;
}

/* for Internet Explorer */
/*\*/
* html #ContentContainer {
	height: 400px;
}
/**/

#LeftContent {
	margin:0;
	padding:40px 5px 35px 40px;
	float:left;
	width:210px;
	}
#LeftContent a {
	color:#888;
	}
#LeftContent a:hover, .selected {
	text-decoration:none;
	border:0;
	color:#333;
	}
#LeftContent .selected {
	font-weight:bold;
	color:#555;
	}
#MainContent {
	margin:0;
	padding:40px 40px 35px 20px;
	float:right;
	width:620px;
	}
#AloneContent {
	margin:0;
	padding:20px 0 40px 0;
	float:left;
	width:100%;
}
#RightContentFairs {
	margin:0;
	padding:35px 20px 40px 20px;
	float:right;
	width:180px;
	text-align:left;
	background-color:#fff;
	background:url(../img/bg_fairs_right.gif) bottom left repeat-x;
	border-left:1px solid #EFEFEF;
	border-bottom:1px solid #EBEBEB;
}

#DefaultLeftContent {
	margin:35px 10px 15px 60px;
	float:left;
	width: 450px;
	display: inline;
}
#DefaultRightContent {
	margin:35px 60px 15px 5px;
	float:right;
	width: 330px;
	height:510px;
	display: inline;
	
}
#Rub {
	margin-left:-20px;	
	clear:both;
}

#Menu {
	clear:both;
	width:960px;
	height:37px;
	line-height:37px;
	border-bottom: 4px solid #444;	
	text-align:center;
	}

ul#navlist {
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align:center;
	width: 100%;
	}

ul#navlist li { 
	display: inline; 
	}

#navlist a, #navlist a:link, #navlist li .home {
	padding: 0 15px;
	color: #555;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	text-transform:uppercase;
	background:url(../img/navlist-bullet.gif) no-repeat top left;
	border:0;
	}
#navlist li .home {
	background:none;
}
ul#navlist li#active {
	/*color:#E7B6C4; pink*/
	color: #333;
 	cursor: none;
	}

#navlist a:hover {
	/*color: #7BC5D5;*/
	color: #666;
	}
	
hr {
	border: 0;
	width: 100%;
	color: #D2D5DD;
	background-color: #e5e5e0;
	height: 1px;
}
.formmess {
	color: #B93F3C;
}

.products, .product_category {
	text-transform:uppercase;
	border-bottom:1px dotted #999;
	font-size: 13px;
}

/*----------------------- Forms ---------------------------*/

input, textarea, select {
	/*border: 1px solid #DE8BB7; pink*/
	border: 1px dotted #333;
	background-color:#F9F9F9;
	color:#333;
	font-size:95%;
	width:210px;
}

/*----------------------- Misc. ---------------------------*/

.capitalize {
	text-transform:capitalize;
	}
.bgImageViewer {
	background: #7A7D94;
	font-size:10px;
	color: #fff;
	}
	
div#thatsok,
div#thatsnotok {
	background: #7DC25C;
	padding: 10px 10px 5px;
	margin: 0 0 10px;
	color:#fff;
	font-weight:bold;
	}

div#thatsnotok {
	background: #AC2828;
	}

#col1
	{
	float: left;
	width: 44%;
/*	background-color: #bbb; */
	margin-bottom: 10px;
	}
		
#col2
	{
	float: left;
	width: 26%;
	margin-left: 2%;
/*	background-color: #bbb; */
	margin-bottom: 10px;
	}
	
#col3
	{
	float: left;
	width: 26%;
	margin-left: 2%;
/*	background-color: #bbb; */
	margin-bottom: 10px;
	}
	
/* ny slider för ss2012 */

#container {
	width:960px;
	height:630px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	height:630px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:305px;
	left:-34px;
	width:24px;
	height:24px;
	display:block;
	z-index:101;
	border:none;
}

#slides .next {
	left:971px;
}

/* för att dölja paginering */
	.pagination, .pagination li, .pagination li a, .pagination li.current a {
	width:0;
	height:0;
	display:none;
}

