body {
    background: url("images/content-bg-ie.png") repeat-x scroll 0 0 #ffffcc;
    color: #000000;
    border-top: 20px solid #000033;
    font-family: Helvetica, Verdana,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

h1 {
	color: #003366;
}

h2 {
	color: #006666;
}

h3 {
	color: #cccc99;
}

h4, h5, h6 {
	color: #000033;
}

a:link {
	color: #006666;
}

a:visited {
	color: #cccc99;
}

a:hover {
	color: #000033;
}


#container {
	margin-left: auto;
	margin-right: auto;
	min-width: 700px;
	width: 100%;
}

#branding {
    background: url("images/bg-page-frisket2.png") repeat-x scroll 0 0 #003366;
    height: 270px;
    width: 100%;
    overflow: hidden;
}

.logo {
	color: #FFFFFF;
	font-size: 42px;
	text-align: center;
	margin-top: -70px;
}

.logoimg {
	margin: -8px 0 0 15px;
}

#left {
	float: left;
	margin: -180px 0 0 50px;
	background-color: #006666;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: 500px;
    width: 350px;
}

#right {
	float: right;
	margin: -180px 50px 0 0;
	background-color: #006666;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: 500px;
	width: 350px;
}

#center {
	color: #006600;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	width: 800px;
	height: 450px;
}

#int-center {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 10px 10px 10px 200px;
	width: 600px;
	min-height: 600px;
}

#content {
	background-color: #ffffff;
	margin: 0 200px 0 200px;
	padding: 80px 10px 10px 10px;
}

#footer {
    background: url("images/bg-footer-frisket2.png") repeat-x scroll center bottom #000033;
    color: #FFFFFF;
    clear: both;
	overflow: hidden;
	text-align: center;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #006666;
}

#footer a:hover {
	color: #cccc99;
}

.navBar {
	margin-top: 20px;
	margin-left: -20px;
	list-style-type: none;
}

.navBar a {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-text-transform: uppercase;
	display: block;
	margin: 0 15px 10px 0;
}

.navBar a:link {
	color: #FFFFFF;
}

.navBar a:visited {
	color: #cccc99;
}

.navBar a:hover {
	color: #000033;
}

.sideimg {
	border: 1px dashed #000000;
    height: 130px;
    margin: 20px 0 0 180px;
    padding: 10px;
    width: 130px;
}

img {
	border: 0;
}

.floatright {
	float: right;
}

.btnright {
	float: right;
	margin: 20px 35px 5px 10px;
	clear: both;
}

.btnright a {
	background-image: url(images/btn-materials-combo.png);
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	text-indent: -999em;
}

.btnright a:hover {
	background-position: bottom;
}

.btnvideo {
	float: right;
	margin: 20px 35px 5px 10px;
	clear: both;
}

.btnvideo a {
	background-image: url(images/btn-video-combo.png);
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	text-indent: -999em;
}

.btnvideo a:hover {
	background-position: bottom;
}

/*home page rotator*/

ul.events {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
}

ul.events li {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-margin-bottom: 0px;
    -ms-font-weight: normal;
    border-radius: 11px;
    background: #eee;
    border: 1px solid #ddd;
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 3px 0;
    position: relative;
    text-align: center;
}

ul.events li em {
    color: #aaa;
    font-weight: normal;
    font-size: 0.9em;
}

ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

/* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
ul.intervals li {
    background: #fff url(/images/1x1_eee.gif) repeat-x left 10%;
    border-right: 1px solid #ccc;
    color: #999;
    float: left;
    font-size: 1.2em;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 14.17%;
}

ul.intervals li.first {
    border-left: 1px solid #ccc;
}

ul.slideshow {
	list-style: none;
	width: 800px;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin: -200px 0 0 0;
	padding: 0;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:8500px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:28px;
	font-family: Helvetica, Arial,sans-serif;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}