@charset "UTF-8";




body {
	font-family: Verdana;
	background-color: #fff;
	color: #222222;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;	
	padding:0px;
	margin:0px;
	
}
body a:link, body a:visited {
	color: #9e171c;
}

/* Styles for all pages -------->>>>>>> */

.alignleft {
	float: left;	
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 0 auto 0 auto;	
}
.req {
	color: #F00;	
}
.std-link a:link, .std-link a:visited {
	color: #222222;
}
.std-link a:hover {
	color: #9e171c;
}

#container {
	width: 851px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	padding-top:8px;
	}
	
#header {
	float: left;
	width: 851px;
	height: 114px;
	background-color: #9e171c;
	margin-bottom: 4px;
}

/* Logo */

#logo {
	float: left;
	margin-left: 15px;
	width: 151px;
	height: 114px;
	background: url(pix/enjoyIt_logo_header.png) no-repeat top left;
}
#logo a:link, #logo a:visited {
	display: block;
	width: 151px;
	height: 114px;
}

/* Menu */

#menu {
	float: right;
	line-height: 11.4em;
	width:685px;
}
#menu ul {
	margin: 0px 15px 0px 0px;
}
#menu li {
	float: left;
	list-style-type: none;
	margin-right: 18px;
	font-size: 0.9em;
}
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 15px;
	outline-style: none;
}
#menu li a:hover {
	/*background: url(pix/menu_hover_arrow.png) no-repeat bottom center;*/
	text-decoration: underline;
}
#menu .current a:link, #menu .current a:visited, #menu .current_page_item a:link, #menu .current_page_item a:visited {
	background: url(pix/menu_active_arrow.png) no-repeat bottom center;	
}

/* Breadcrumbs */

#breadcrumbs ul {
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 0;
	font-size: 11px;
	color: #555555;
}
#breadcrumbs li a:link, #breadcrumbs li a:visited {
	color: #555555;
	text-decoration: none;
	outline-style: none;
}
#breadcrumbs li a:hover {
	color: #9e171c;	
}


#content-wrap {
	clear: both;
	float: left;
	padding-top: 8px;
	margin-bottom: 10px;
}

/* <<<<<------ Style for all pages */

/* HOME START -->> */

#content-regular-header {
	float: left;
	border-bottom: 8px solid #e9e9e9;
	width: 851px;
	margin-bottom: 10px;
}
#content-regular-header h1 {
	float: left;
	width: 300px;
	font-size: 1.2em;	
}
#content-regular-header h1 a:link, #content-regular-header h1 a:visited {
	color: #a1a1a1;
	text-decoration: none;
}
#content-regular-header p {
	float: right;
	width: 450px;
	padding-right: 15px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
}
#content-regular {
	clear: both;
}
#content-regular p {
	font-size: 0.9em;
}
#content-regular ul, li {
	font-size: 0.9em;	
}

/* Content slider */

#content-slider {
	float: left;
	width: 851px;
	height: 530px;
	background: url(pix/content_slider_background.png) no-repeat top left;
	background-color: #fafafa;
}

#slideshow {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
#slideshow h1 {
	margin-top: 5px;
	font-size: 1.2em;
}
#slideshow ul {
	margin: 0;
	padding: 0;
}
#slideshow li {
	list-style-position: inside;
}
#slideshow .panel a:link, #slideshow .panel a:visited {
	width: 129px;
	height: 30px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 36px;
	padding-bottom: 10px;
	background: url(pix/read_more_btn.png) no-repeat top left;
	text-decoration: none;
	color: #111111;
	outline-style: none;
}
#slideshow .panel a:hover {
	text-decoration: underline;
}
#slideshow .panel p {
	font-size: 1em;	
}
#slideshow .panel li {
	font-size: 1em;	
}

.content-after {
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.content-after .read_more_btn {
	font-size: 0.9em;
	line-height: 2.2em;
}

/* HOME END <<-- */

/* News start -->> */

#news {
	margin-top: 16px;
	padding-top: 15px;
	border-top: 8px solid #e9e9e9;	
}

/* News end <<-- */

/* Referanser start -->> */

.content-item {
	float: left;
	width: 220px;
	height: 340px;
	margin-bottom: 20px;
	overflow: hidden;
}
.content-item a:link, .content-item a:visited {
	display: block;	
}
.content-item h3 {
	border-top: 3px solid #e9e9e9;
	margin: 0;
	padding-top: 7px;
	font-size: 0.9em;
}
.content-item h3 a:link, .content-item h3 a:visited {
	text-decoration: none;
	color: #a1a1a1;
}
.content-item h3 a:hover {
	color: #9e171c;	
}
.content-item p {
	margin: 0;
	padding-top: 10px;
	font-size: 0.8em;
}
.content-item p a:link, .content-item p a:visited {
	display: block;
	text-decoration: none;
	color: #a1a1a1;
}
.content-item p a:hover {
	color: #9e171c;	
}
.content-item img {
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.content-item-middle {
	float: left;
	width: 220px;
	height: 340px;
	margin-left: 49px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding-left: 46px;
	padding-right: 46px;
}
.content-item-middle a:link, .content-item-middle a:visited {
	display: block;	
}
.content-item-middle h3 {
	border-top: 3px solid #e9e9e9;
	margin: 0;
	padding-top: 7px;
	font-size: 0.9em;
}
.content-item-middle h3 a:link, .content-item-middle h3 a:visited {
	text-decoration: none;
	color: #a1a1a1;
}
.content-item-middle h3 a:hover {
	color: #9e171c;	
}
.content-item-middle p {
	margin: 0;
	padding-top: 10px;
	font-size: 0.8em;
}
.content-item-middle p a:link, .content-item-middle p a:visited {
	display: block;
	text-decoration: none;
	color: #a1a1a1;
}
.content-item-middle p a:hover {
	color: #9e171c;	
}
.content-item-middle img {
	padding-bottom: 7px;
	margin-bottom: 10px;
}

/* Referanser end <<-- */

.clear {
	height: 20px;
}

/* FOOTER FOR ALL PAGES */
#footer {
	clear: both;
	height: 48px;
	border-top: 8px solid #e9e9e9;
	padding-top: 10px;
	padding-left: 100px;
	background: url(pix/enjoyIt_logo_footer.png) no-repeat bottom left;
	line-height: 2.8em;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}


#col-left
{
	width:641px;
	margin-right:40px;
	float:left;
	

}


#col-right
{
width:170px;
float:left;
background-color:#e9e9e9;
margin-top:14px;

}

#col-right ul.subpages
{
	margin:0px;
	padding:0px;
	list-style-type:none; 
}

#col-right li.page_item
{
	margin:6px;
	padding:6px;
	display:block; 
}

#col-right li.page_item:hover
{

background-color:#f5f5f5;
}





