html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image: url("images/bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
.hide_this {
    display:none;
}
h1 {
	color: #6C1E2C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
}
h2 {
	color: #6C1E2C;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
}
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
#outerWrapper {
	background:#EFEFEF url(images/content_bg.jpg) repeat-x left 497px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}
#outerWrapper #topNavigation {
	background-image: url("images/topmenu_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	height: 65px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #topNavigation #logo{
	width:260px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#outerWrapper #topNavigation #mainmenu{
	width:690px;
	float:right;
	padding: 0px;
	text-align: center;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	width: 960px;
	
}
#outerWrapper #contentWrapper #leftColumn {
	float: left;
	padding: 0px 0px 4px 0px;
	width: 260px;
}
#outerWrapper #contentWrapper #leftColumn #productmenu {
	padding: 0px 0px 0px 0px;
	width: 260px;
	height:430px;
	background: #5A5A5A url(images/products_bg.jpg) repeat-x left top;
}
#outerWrapper #contentWrapper #leftColumn #leftcontent {
	padding: 30px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 260px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #content #topbanner {
	padding: 0px 0px 0px 0px;
	height:430px;
	background-color: #fff;
}
#outerWrapper #contentWrapper #content #maincontent {
	padding-top: 30px;
	padding-right: 90px;
	padding-bottom: 30px;
	padding-left: 90px;
}
#footer {
	background-image: url("images/bottom_bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: solid 2px #FFF;
	height: 75px;
	padding: 0px 0px 0px 0px;
}

#footeredit {
	background-image: url("images/bottom_bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: solid 2px #FFF;
	height: 75px;
	padding: 0px 0px 0px 0px;
}

#footercontent {
	width:960px;
	text-align:center;
	background-color:#000;
	color:#FFF;
	padding: 0px;
	height: 75px;
	line-height: 75px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

html, body {
	height: 100%;
}
#outerWrapper {
	min-height: 100%;
	position: relative;
}
* html #outerWrapper {
	height: 100%;
}
#footer {
	margin-top: -77px;
	position: relative;
}
#footeredit {
	margin-top: -157px;
	position: relative;
}
.push {
	height: 105px; /* .push must be the same height as .footer */
}
#mainmenu .nav-header li {
	float: left;
}
#mainmenu .nav-header {
	list-style-type: none;
	margin-left: 24px;
	width: auto;
}
.nav-header li a {
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D4D0C8;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.nav-header li a:hover {
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D4D0C8;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
#productmenu .nav {
	margin: 0px;
	padding-left: 30px;
	list-style-type: none;
	padding-top: 10px;
}
#productmenu h3 {
	padding-left: 0px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #FFF;
	background-image: url(images/arrow_grey_12x10.png);
	background-repeat: no-repeat;
	background-position: right 21px;
}
#productmenu .nav li a {
	color: #CCC;
	text-transform: uppercase;
	line-height: 24px;
	text-decoration: none;
}
#productmenu .nav li a:hover {
	color: #FFF;
	text-transform: uppercase;
	line-height: 24px;
}
#productmenu .nav li a.nav-selected {
	color: #999;
	text-transform: uppercase;
	line-height: 24px;
}
.nav-header .first a {
	border-left-style: none;
}
.nav-header .first a:hover {
	border-left-style: none;
}
h3.ccm-page-list-title a {
	font-size: 14px;
	line-height: 13px;
	font-weight: normal;
	color: #540309;
	padding: 0px;
	margin: 0px;
}
.ccm-page-list-description {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.headline .laes-mere {
	font-size: 10px;
	font-weight: normal;
	color: #063;
	background-image: url(images/leasmere.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.ccm-page-list .headline {
	padding-bottom: 10px;
}
span.credits {
	float:left;
	padding-left:30px;
}
.credits p {
	margin:0;
}
.credits a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
.credits a:hover {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
span.login {
	float:right;
	padding-right:30px;
	color: #666;
	font-size: 10px;
}
span.login a{
	color: #666;	
	font-size: 10px;
}
span.login a:hover{
	color: #CCC;	
	font-size: 10px;
	text-decoration:none;
}
a.readmore {
	font-size: 11px;
	color: #540309;
	text-decoration: none;
	background-image: url(images/read_more_plussign.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	display: block;
}
.ccm-page-list-description {
	margin-bottom:20px;
}
.ccm-input-submit {
	color: #FFF;
	background-color: #333;
	border:none;
	margin-top:10px;
	margin-left:40px;
	float: right;	
	height:	24px;	
	-moz-box-shadow: 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 3px #888;
    box-shadow: 3px 3px 3px #888;

}
.email_list_signup_container form .ccm-input-text {
	color: #333;
	float: right;
	width: 100%;
	margin-top: 10px;
	border:none;
	height:22px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	text-indent: 4px;

}
#topbanner .nivo-controlNav {
	position: absolute;
	left: 562px;
	bottom: 12px;
}
#topbanner .nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 91%;
    z-index: 99;
}

#topbanner a.nivo-nextNav {
    background-position: -30px 0;
    right: 34px;
}
