/** RESET STYLES **/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline: none;
}
:-moz-any-link:focus {
	outline: none;
}

/** CLEARFIX **/

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/** STYLES **/

html {
	overflow-y: scroll;
}

body {
	background: #0f4992 url(/static/images/volda_fiskemat_bg3.jpg) no-repeat top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

a {
	cursor: hand;
}

#container {
	background: url(/static/images/volda_fiskemat_header2.png) no-repeat 0 40px;
	width: 989px;
	min-height: 1000px;
	margin: 0 auto;
	
}

#header-wrapper {
	height: 420px;
	position: relative;
}

#main-menu {
	height: 50px;
	margin-bottom: 20px;
	position: absolute;
	bottom: -34px;
	right: 60px;
}

#banner {
	position: relative;
	top: 212px;
	left: 50px;
	width: 888px;
	height: 155px;
	overflow: hidden;
}

#main-menu ul li {
	display: inline;
}

#main-menu li a {
	display: block;
	float: left;
	background: #006bbb url(/static/images/tab_bg.png) repeat-x 0 -3px;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-left: 1px solid #098dcc;
}

#main-menu li a:hover {
	background-position: 0 0;
}

#main-menu li #active {
	background: #f2fbff;
	color: #2c8ecb;
}

#product-menu ul {
	clear: both;
}

#product-menu li a {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #c8ecfd;
	padding: 3px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

#product-menu li a:hover {
		background: #dcf3fe;
}

#product-menu li:last-child a {
	border-bottom: none;
}

#content-wrapper {
	width: 880px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	background: #dcf3fe url(/static/images/volda_fiskemat_footer.png) no-repeat bottom;		
}

#footer-wrapper {
	width: 989px;
	margin-top: 20px;
	text-align: center;
	color: #55a4cf;
	font-size: .9em;
}

#footer-wrapper a {
	color: #e0f5ff;
	text-decoration: none;
}

#footer-wrapper a:hover {
	color: #fff;
	text-decoration: underline;
}

#main-column {
	float: right;
	width: 620px;
	background: #f2fbff;
	border-bottom: 3px solid #c8ecfd;
	border-right: 1px solid #c8ecfd;
	padding: 10px;
	margin-bottom: 80px;
}

#main-column h1 {
	font-size: 150%;
	text-transform: uppercase;
	margin: .5em 0;
	color: #5dafdb;
}

#main-column p, #footer-wrapper p {
	margin-bottom: .3em;
}

#left-column {
	float: left;
	width: 230px;
	margin-bottom: 40px;
}

#left-column h3 {
	font-size: 130%;
	text-transform: uppercase;
	margin: .5em 0;
	color: #5dafdb;
}

#left-column div {
	background: #f2fbff;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #c8ecfd;
	border-right: 1px solid #c8ecfd;
}


#header {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 0px;
}

#languages {
	position: absolute;
	bottom: 12px;
	left: 55px;
	background: url(/static/images/volda_fiskemat_bg2.jpg) no-repeat -710px -30px;
	padding: 5px;
	color: #fff;
	
}

#languages ul li {
	display: inline;
}

#slogan_no, #slogan_en {
	background: url(/static/images/slogan.png) no-repeat;
	width: 130px;
	height: 80px;
	position: absolute;
	top: 123px;
	right: 55px;
}

#slogan_no {
	background-position: 100% 100%;
	top: 113px;
	right: 55px;
}
#slogan_en {
	background-position: 0% 100%;
	top: 106px;
	right: 50px;
}

.pics { overflow: hidden }

.pics img { height: 200px; width: 888px; top:0; left:0; }

#nav {
	position: absolute;
	bottom: 55px;
	right: 50px;
	z-index: 10000;
}

strong {
	font-weight: bold;
}

#nav a {  background: #fff url(/static/images/bg_repeat_x.jpg) repeat-x 0 -433px; color: #2c8ecb; text-decoration: none; margin: 0 ; padding: 2px 5px; color:  display: inline; border-left: 1px solid #c8ecfd; }
#nav a.activeSlide { background: #ace2fe; color: #2c8ecb;  }
#nav a:focus { outline: none; }

#contact a {
	color: #2c8ecb;
}
