/* ========================================================================
* Filename: style.css
* Template: Moving Pro
* Author: Vayu Robins
* Company: Flashkompagniet
* Date Created: 05-02-2010
* Media: Screen
======================================================================== */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, Verdana;
	font-size: 62.5%;
	background: #E3E3E3 url(images/bg.jpg) repeat;
	text-align: center;
	border-top: 5px solid #a80532;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}


/* ===================== HEADER ================= */
header {
	position: relative;
	padding-top: 25px;
	margin: auto;
	text-align: center;
	width: 960px;
	height: 100px;
	background: url(images/content-top.png) bottom center no-repeat;
}

#logo {
	float: left;
	width: 268px;
	height: 61px;
	position: relative;
	left: 14px;
	top: 0px;
	text-align: left;
}


/* ===================== MENU ================= */
nav {
	float: right;
	position: relative;
	top: 15px;
	margin: auto;
	height: 34px;
}
nav ul {
	list-style:none;
	height: 34px;
	overflow: auto; /* makes sure the container fits the floated list-items below */
}
nav ul li{
	padding:0;
	float:left;
}
nav ul li:last-child { margin: 0; }
nav ul li a {
	display:block;
	padding: 0px 15px 0px 15px;
	position: relative;
	z-index: 5;
	color:#a80532;
	text-decoration:none;
	font-family:Tahoma, Geneva, Arial, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
}
nav ul li a:link, nav ul li a:visited { color:#a80532; }
nav ul li a:hover { color:#000; }
nav ul li a:focus, nav ul li a:active { color:#999; }

nav ul li.backLava {
	position:absolute;
	z-index:3;
}
nav ul li.backLava div.leftLava {
	background: url("images/nav-bg.png") no-repeat top left;
	height: 34px;
	margin-right:14px;
}
nav ul li.backLava div.cornerLava {
	background: url("images/nav-bg.png") no-repeat bottom right;
	height:34px;
	width:14px;
	position:absolute;
	top:0px;
	right:0px;
}



/* ===================== SUBMENU ================= */
#submenu {
	clear: both;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	width: 225px;
	font-size: 1.2em;
	line-height: 14px;
}
#submenu ul {
	list-style:none;
	width: 225px;
	overflow:auto; /* makes sure the container fits the floated list-items below */
}
#submenu ul li{
	padding:0;
}
#submenu ul li a {
	display:block;
	font-family:Tahoma, Geneva, Arial, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	color:#a80532;
	text-decoration:none;
	padding: 0px 0px 0px 18px;
	margin: 1px 0;
	position: relative;
	z-index: 5;
	height: 34px;
	line-height: 34px;
	text-align: left;
}
#submenu ul li a:hover { color:#a80532; }
#submenu ul li a:link, nav ul li a:visited { color:#a80532; }
#submenu ul li a:hover { color:#000; }
#submenu ul li a:focus, #submenu ul li a:active { color:#999; }

#submenu ul li.backLava {
	position:absolute;
	z-index:3;
}

#submenu ul li.backLava div.leftLava {
	background: url("images/nav-bg.png") no-repeat top left;
	height: 34px;
	margin-right: 14px; 
	
}
#submenu ul li.backLava div.cornerLava {
	background: url("images/nav-bg.png") no-repeat bottom right;
	height: 34px;
	width: 14px;
	position: absolute;
	top: 0px;
	right: 0px; 
}
	
	
	
/* ===================== CONTENT ================= */
#contentbg {
	background: url(images/content.png) top center repeat-y;
	padding-bottom: 50px;
	position: relative;
	margin: auto;
	text-align: center;
	width: 960px;
	padding-top: 25px;
}
	
#slides {
	width: 880px;
	height: 165px;
	position: relative;
	margin: auto;
	text-align: center;
	/*background-color: #a80532;*/
}
#slides div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width: 880px;
	height:165px;
	z-index: 1;
}
#slides img {
	width: 880px;
	height: 165px;
}

.tabs {
	display: none;
	visibility:hidden !important;
}
#innershadow {
	position: absolute;
	left: 40px;
	top: 25px;
	z-index: 2;
	width: 880px;
	height: 165px;
	background: url(images/innershadow.png) no-repeat;
}


#content {
	float: right;
	position: relative;
	margin-top: 30px;
	margin-right: 40px;
	width: 590px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	text-align: left;
	font-size: 1.2em;
	color: #000;
	line-height: 17px;
	border-left: 1px dashed #a80532;
	padding-left: 30px;
}

#content ol,#content ul,#content dl {
	margin: 0 0 0 2em;
}
#content li { margin: 3px; list-style: disc; }

#content a:hover { text-decoration: underline; }
/* ===================== FOOTER ================= */
footer {
	clear: both;
	width: 960px;
	height: 100px;
	background: url(images/content-footer.png) top center no-repeat;
	color: #000;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
}
footer img { vertical-align: middle; }


footer ul {
	text-align: center;
	padding-top: 36px;
}
footer ul li {
	display: inline;
	/*float: left;*/
	list-style-type: none;
	padding: 0 5px;
	/*line-height: 81px;*/
}
footer ul #middle { text-align: center; }
footer ul #last { text-align: right; }


/* ===================== SITEMAP ================= */
ul#sitemap {
	list-style: none;
}
ul#sitemap li { list-style: none; }


/* ===================== CONTACT ================= */

#contact-form td {
	padding: 3px 3px 3px 0px;

}
#contact-form input {
	border: 1px solid #bbb;
	background-color: #eee;
}
#contact-form textarea {
	border: 1px solid #bbb;
	background-color: #eee;
	width: 530px;
}
#contact-form #submit {
	border: 0;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	cursor: pointer;
}
#contact-form #submit:hover {
	color: #FFF;
	background-color: #5B5646;
}
#contact-form #submit:active {
	color: #FFF;
	background-color: #008C44;
}
.wide {
	width: 173px;
}
.narrow {
	width: 173px;
}
.special {
	margin: 0;
	padding: 0;
	width: 5px;
	height: 7px;
	visibility:hidden; }

/* ===================== OTHER ================= */

a 					{ text-decoration: none; }
a:link 				{ color: #a80532; }
a:visited 			{ color: #a80532; }
a:hover 			{ color: #000; }
a:active 			{ color: #a80532; }
a:active, a:focus 	{ outline:none; }

table {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Verdana;
	text-align: left;
	font-size: 12px;
	color: #000;
	line-height: 17px;
}

hr {
	border: 0;
	background-color: #ccc;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #000;
	font-family: "Myriad Pro";
}
 
h1 {
	font-size: 23px;
	line-height: 25px; }
h2 {
	font-size: 21px;
	line-height: 24px; }
h3 {
	font-size: 19px;
	line-height: 22px; }
h4 {
	font-size: 17px;
	line-height: 20px; }
h5 {
	font-size: 15px;
	line-height: 18px; }
h6 {
	font-size: 12px;
	line-height: 15px; }

/* Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}