
	/*
		Global and tags
	*/
	
	body
	{
		font-family: verdana;
		font-size: 11px;
		background: #176aac url('../gfx/back.jpg') repeat-x 0px 0px;
	}
	* html body
	{
		text-align: center;
	}
	
	* html td
	{
		font-size: 11px;
	}

	p
	{
		margin: 0 0 4px 0;
	}
	
	td, div, p, th
	{
		font-family: verdana;
	}

	h1
	{
		font-family: verdana;
		font-size: 16px;
	}
	h2
	{
		font-family: verdana;
		padding: 0;
		margin: 0px 0px 4px 0px;
		font-size: 15px;
		color: #246;
	}
	h3
	{
		font-family: verdana;
		font-size: 14px;
		text-decoration: none;
		display: block;
		margin: 0px 0px 4px 0px;
		color: #246;
	}
	
	hr
	{
		border: 0;
		border-top: 1px solid #68a;
	}
	
	a
	{
		-webkit-transition: color 0.2s;
		color: #003;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #FF0000;
	}

	input, textarea, select
	{
		border: 1px solid #79b;
		background: #fff;
		color: #333;
		padding: 3px;
	}
	
	button
	{
		border-top: 1px solid #aaccee;
		border-left: 1px solid #aaccee;
		border-right: 1px solid #246;
		border-bottom: 1px solid #246;
		background: #79b;
		color: #fff;
		padding: 3px;
		font-weight: bold;
		font-family: verdana;
	}

	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
	}
	
	.clearfix {display: inline-table;}
	
	/* Hides from IE5/Mac \*/
	* html .clearfix {height: 1px;}
	.clearfix {display: block;}
	/* End hide from IE5/Mac */


	/*
		Top
	*/

	#top
	{
		background: 0px 0px url('../gfx/sky.jpg') no-repeat;
		margin: auto;
		margin-bottom: 0;
		width: 920px;
		height: 170px;
		overflow: hidden;
		position: relative;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
	}
	
	#top #sea
	{
		background: 0px 0px url('../gfx/sea.png') no-repeat;
		width: 144px;
		height: 238px;
		position: absolute;
		right: 0px;
		top: 0px;
		-moz-border-radius: 3px	3px 0 0;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;     
	}
	
	#top #topcut
	{
		background: 0px 0px url('../gfx/topcut.png') no-repeat;
		width: 31px;
		height: 95px;
		position: absolute;
		left: 0px;
		top: 0px;
		-moz-border-radius: 3px	3px 0 0;
        -webkit-border-top-left-radius: 3px;		                
	}
	
	#top #logo
	{
		background: 0px 0px url('../gfx/isocamplogo.png') no-repeat;
		width: 132px;
		height: 137px;
		top: 15px;
		left: 30px;
		position: absolute;
	}
	
	#top #summer
	{
		background: 0px 0px url('../gfx/topsummer.png') no-repeat;
		width: 125px;
		height: 170px;
		position: absolute;
		left: 500px;
		top: 0px;
	}
	
	/*
		Content
	*/
	
	#content
	{
		width: 920px;
		margin: auto;
		background: 0px 0px url('../gfx/expback.jpg');
		text-align: left;
		font-size: 11px;
	}
	
	#content p
	{
		margin: 0px 0px 10px 0px;
	}
	
	#content table
	{
		border-collapse: separate;
		border-spacing: 1px;
		background: #246;
		width: 100%;
	}
	
	#content th
	{
		color: #246;
		text-align: left;
		background: #fff;
		padding: 4px;
	}
	
	#content td
	{
		background: #eee;
		padding: 4px;
	}
	
	#content table.noborder
	{
		border-collapse: collapse;
		border-spacing: 0px;
		background: none;
		width: 100%;
	}
	#content table.noborder td
	{
		background: none;
		text-align: center;
		padding: 0px;
	}
	
	#content .content img
	{
		border: 1px solid #246;
		float: right;
		margin: 0px 8px 8px 8px;
	}
	
	#content div.main
	{
		display: block;
		padding: 10px;
	}
	
	#content div.leftmain
	{
		float: left;
		width: 640px;
	}
	
	#content div.leftmain .content
	{
		display: block;
		padding: 10px;
	}
	
	#content div.rightmain
	{
		float: right;
		width: 280px;
		position: relative;
	}
	
	#content div.rightmain .content
	{
		display: block;
		padding: 10px;
	}
	* html #content div.rightmain .content
	{
		position: absolute;
		right: 0px;
		width: 260px;
	}
	
	#content div.rightmain table
	{
		border-collapse: collapse;
		border-spacing: 0;
		background: none;
	}
	
	#content div.rightmain td
	{
		background: none;
		text-align: left;
		padding: 0;
	}
	
	#content div.rightmain td a img
	{
		float: none;
		margin: 0;
		border: 1px solid #246;
	}
	
	#content div.rightmain td a:hover img
	{
		border: 1px solid #f00;
	}
	
	#content div.rightmain h2
	{
		margin-top: 10px;
	}
	
	#content div.detail
	{
		display: block;
		padding: 10px;
	}
	
	#content div.detail img
	{
		float: right;
		margin: 0px 0px 8px 8px;
		border: 1px solid #246;
	}
	
	/* -- News */
	
	.newsitem .title
	{
		background: url('../gfx/transsky.png');
		display: block;
		color: #fff;
		padding: 4px;
		font-size: 12px;
		font-weight: bold;
		position: relative;
	}
	.newsitem a
	{
		color: #fff;
		text-decoration: none;
	}
	
	.newsitem .intro
	{
		background: url('../gfx/transblue.png');
		display: block;
		font-size: 11px;
		color: #024;
		line-height: 12px;
		clear: both;
	}
	
	.newsitem .intro img
	{
		position: relative;
		float: right;
		display: block;
		padding: 0;
	}
	* html .newsitem .intro img
	{
		margin-right: -3px;
	}
	
	.newsitem .intro p
	{
		margin: 0;
		padding: 4px;
	}
	
	.newsitem .link
	{
		position: relative;
		background: url('../gfx/transwhite.png');
		display: block;
		padding: 4px;
	}
	
	.newsitem .link a
	{
		color: #003;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
	}
	
	.newsitem .link a:hover
	{
		color: #ff0000;
	}

	/* Bottom */
	
	#bottom
	{
		background: url('../gfx/transwhite.png');
		width: 920px;
		height: 20px;
		margin: auto;
		text-align: center;
		padding-top: 4px;
		color: white;
		-moz-border-radius: 0 0 3px 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
	}
	
	#bottom a
	{
		color: #eef;
	}
	
	/* Menu */
	
	#menu
	{
		position: absolute;
		top: 20px;
		left: 670px;
		font-size: 14px;
		text-align: left;
	}
	
	#menu a
	{
		color: #246;
		text-decoration: none;
		-webkit-transition: color 0.5s;
	}
	
	#menu a:hover
	{
		color: #a00; /*#68a;*/
	}
	
	#menu_main
	{
		position: absolute;
		top: 0px;
		text-align: left;
		left: 0px;
	}
	
	#menu_isocamp
	{
		position: absolute;
		top: 18px;
		text-align: left;
		left: -6px;
	}
	
	#menu_fordeler
	{
		position: absolute;
		top: 36px;
		text-align: left;
		left: -12px;
	}
	
	#menu_modeller
	{
		position: absolute;
		top: 54px;
		text-align: left;
		left: -18px;
	}
	
	#menu_tillegg
	{
		position: absolute;
		top: 72px;
		text-align: left;
		left: -24px;
	}
	
	#menu_forhandlere
	{
		position: absolute;
		top: 90px;
		text-align: left;
		left: -30px;
	}
	
	#menu_kontakt_oss
	{
		position: absolute;
		top: 108px;
		text-align: left;
		left: -36px;
		width: 140px;
	}
	
	/* Gallery */
	
	.gallerydiv
	{
		width: 268px;
		padding: 1px 6px 6px 6px;
		position: relative;
		background: url('../gfx/transblue.png');
	}
	* html .gallerydiv
	{
		width: 280px;
	}
	
	.gallerydiv strong
	{
		font-size: 11px;
	}
	
	/* Misc */
	
	a.breadcrumb
	{
		font-weight: bold;
		color: #357;
	}
	a.breadcrumb:hover
	{
		color: #579;
	}
	
	#container_box
	{
		width: 920px;
		margin: auto;
		-moz-box-shadow: #0C385C 0px 1px 30px;
		-webkit-box-shadow: #0C385C 0px 1px 30px;
	}

