html, body {
	height: 100%;
}
body {
	background-color: #5b5b1f;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #9EC110;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	display:inline;
	/*text-align: right;*/
	font-size: 42px;
	/*padding: 20px 0 0 0;*/
	margin-bottom: 0;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #9EC110;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #9EC110;
	margin-bottom: 3px;
}
p {
	margin-top: 0;
	line-height: 1.4em;
}
.dottedline {
	height: 2px;
	clear: both;
	background: url(../images/dots.gif) repeat-x;
	margin: 5px 0;
}
.quote {
	font-size: 15px;
	color: #9EC110;
}
.label {
	color: #b3b3b3;
}

#wrapper {
	width: 910px;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/bg_greyframe.png) repeat-y;
}
#topWrapper {
	background-color: #5b5b1f;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#logoWrapperFront {
	background-image: url(../images/logo_big.gif);
	height: 206px;
	background-repeat: no-repeat;
	background-position: 597px 42px;
}
#menuWrapper {
	background-image: url(../images/bg_whiteframe.png);
	
}
#menuWrapperInner {
	background: url(../images/shadow_top.png) no-repeat;
	height: 80px;
	background-position: center bottom;
}

#menuWrapperInnerFront {
	height: 28px;
	border-bottom: 1px solid #FFFFFF;
	background: none;
}

#frameTop {
	background: url(../images/bg_whiteframe.png) repeat-y;
	border-top: 1px solid #FFFFFF;
	height: 28px;
	clear: both;
}
#contentWrapper {
	background: url(../images/bg_contenttop.gif) repeat-x;
	width: 860px;
	padding: 20px;
	margin-left: 5px;
	clear: both;
}
#logoSmall {
	margin: 12px;
	float: right;
}

/* TOP MENU */
#menu {
	margin: 0;
	margin-top: 7px;
	float: left;
	padding: 0;
	list-style: none;
}
#menu li {
	display:inline;
}
#menu li a {
	display:block;
	margin-left: 20px;
	float: left;
	text-decoration:none;
	color: #716969;
}
#menu li a:hover {
	color: #000000;
}
#menu #current a {
	color: #9EC110;
}

/* COLUMNS */
#col1, #col2, #col3, #doubleCol {
	padding: 10px 0;
	margin-right: 20px;
	float: left;
}
#fullCol {
	padding: 10px 0;
}
#col1 {
	width: 220px;
}
#col2 {
	width: 300px;
}
#col3 {
	width: 270px;
	margin-right: 0;
}
#col1 h3, #col2 h3, #col3 h3 {
	margin: 0;
	padding: 0;
}
#doubleCol {
	width: 570px;
}

/* FRONT SIDEBOX */
#rightColumn {
    float: left;
}
#rightColumnFront {
	width: 405px;
	padding: 10px 0;
	float: left;
}
#rightColumnFront .boxed {
	background: #363636 url(../images/frontBoxBgLeft.gif) no-repeat;
}
#rightColumnFront .boxed .inner {
	padding: 7px;
	background: url(../images/frontBoxBgRight.gif) no-repeat right top;
}
#rightColumnFront .boxHeading {
	font-size: 15px;
	color: #808080;
	height: 28px;
	text-align: center;
}
#rightColumnFront .boxContent {
	background: #3c3c3e url(../images/bg_contenttop.gif) repeat-x;
	border: 1px solid #48484A;
	padding: 2px 10px 10px 10px;
}
#rightColumnFront .highlight1,
#rightColumnFront .highlight2,
#rightColumnFront .highlight3,
#rightColumnFront .highlight4 {
	padding: 0 10px 10px 90px;
}
#rightColumnFront .highlight1 h2,
#rightColumnFront .highlight2 h2,
#rightColumnFront .highlight3 h2,
#rightColumnFront .highlight4 h2 {
	padding: 0;
	margin: 0;
}
#rightColumnFront .highlight1 {
	margin-top: 5px;
	background: url(../images/icon_email.gif) no-repeat;
}
#rightColumnFront .highlight2 {
	background: url(../images/icon_clients.gif) no-repeat 10px 0;
}
#rightColumnFront .highlight3 {
	background: url(../images/icon_invoice.gif) no-repeat;
}
#rightColumnFront .readMore {
	text-align: right;
}
#rightColumnFront .readMore a {
	color: #9EC110;
	text-decoration: none;
}
#rightColumnFront .readMore a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}
#rightColumnFront .readMore a img {
	border: none;
	margin-left: 3px;
}

/* SIDEBOX */
.boxed {
	background: #363636 url(../images/boxBgLeft.gif) no-repeat;
}
.boxed .inner {
	padding: 10px;
	background: url(../images/boxBgRight.gif) no-repeat right top;
}

/* FAKTABOKS */
.facts {
	background: url(../images/bgArrow.gif) no-repeat 0 60px;
}
.facts p {
	margin-bottom: 2px;
	margin-top: 2px;
}
.facts .label {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
}

/* BESTILLING - SAMMENDRAG */
.summary {
	padding-top: 0!important;
	padding-left: 30px!important;
	background: url(../images/bgArrow.gif) no-repeat 0 60px;
}
.summary .label {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
}
.summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.summary ul li {
	color: #808080;
	margin: 0;
	padding: 0;
	padding: 2px 2px 2px 20px;
	clear: both;
}
.summary ul li.selected {
	color: #FFFFFF;
	background: url(../images/checkWhite.gif) no-repeat 2px 4px;
}
.summary ul li span.firstColumn {
	display: block;
	float: left;
	width: 100px;
}


/* FORM ELEMENTS */
.summary input.btnSubmit {
	width: 241px;
	height: 82px;
	background: url(../images/btnFullfor.gif) no-repeat 0 0;
	outline: none;
}
.summary input.btnSubmit:hover {
	width: 241px;
	height: 82px;
	background: url(../images/btnFullfor.gif) no-repeat 0 -83px;
	outline: none;
}
fieldset {
	border: none;
	padding: 0 0 30px 0;
}
legend {
	color: #9EC110;
	padding: 0;
	margin: 0;
}
fieldset h3 {
	color: #9EC110;
	padding: 0;
	margin-bottom: 15px !important;
}
fieldset input.inputText, fieldset input.inputPassword {
  width: 150px;
  padding: 0;
  margin: 0 0 0 0;
}
fieldset select.selectOne {
	background-color: #ffffff;
  width: 50px;
  padding: 0;
}
fieldset label {
	padding: 2px;
	display: block;
	width: 100px;
	float: left;
}
fieldset { border: none; }
div.required {
	padding-bottom: 5px;
}
.formRow {
	float: left;
	clear: both;
	padding-bottom: 6px;
}
.formRow table {
	width: 200px;
	color: #808080;
}
.formRow table td.checked {
	background: url(../images/check.gif) no-repeat 4px 3px;
	width: 26px;
}
.formRow table td.unchecked {
	background: url(../images/greyLinePremium.gif) no-repeat 6px center;
}
.formRow table td.firstUnchecked {
	background: url(../images/greyLinePremiumStart.gif) no-repeat 6px 6px;
}
.formRow table td.lastUnchecked {
	background: url(../images/greyLinePremiumEnd.gif) no-repeat 6px bottom;
}
.formRow table td.green {
	color: #9EC110;
}
label {
	padding: 2px;
	display: block;
	width: 150px;
	float: left;
}
label.labelRadio {
	float: none;
	padding: 0;
	margin-bottom: 6px;
	width: 150px;
}
label.labelRadio input.radio {
	float: none;
}
input.radio {
	float: left;
}
.pageEnd {
	float: none;
	clear: both;
}
.footer {
	float: none;
	clear: both;
	background: url(../images/dots.gif) repeat-x;
	padding: 10px 0;
	color: #808080;
}
.footer a {
	color: #808080;
}
.footer a:hover {
	color: #ffffff;
}

/* PILER BESTILLING */
#productWrapper {
	width: 425px;
	margin: 0 auto;
}
#productWrapperFront {
	width: 425px;
	margin: 0 auto;
}
#productArrow,
#productArrowDark {
	background: url(../images/arrowStart.png) no-repeat;
	height: 100px;
	padding-left: 6px;
	margin-top: 20px;
}
#productArrow .image,
#productArrowDark .image {
	width: 105px;
	float: left;
	background: url(../images/arrowBg.png) repeat-x;
	height: 100px;
}

#productArrow .image img,
#productArrowDark .image img {
	margin-top: -5px;
}
#productArrow .price,
#productArrowDark .price {
	text-align: center;
	width: 120px;
	float: left;
	background: url(../images/arrowBg.png) repeat-x;
	height: 100px;
}

#productArrow .price img,
#productArrowDark .price img {
	margin-top: 12px;
}
#productArrow .button,
#productArrowDark .button {
	float: left;
	background: url(../images/arrowEnd.png) no-repeat top right;
	padding: 7px 9px 7px 4px;
	height: 86px;
}
#productArrowDark {
	margin-top: 0;
	background: url(../images/arrowDarkStart.png) no-repeat;
}
#productArrowDark .image {
	background: url(../images/arrowDarkBg.png) repeat-x;
}
#productArrowDark .price {
	background: url(../images/arrowDarkBg.png) repeat-x;
}
#productArrowDark .button {
	background: url(../images/arrowDarkEnd.png) no-repeat top right;
}

/* LINKROW */
#linkRow,
#linkRowFront {
	clear: both;
}
#linkRow div,
#linkRowFront div {
	float: left;
	height: 50px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#linkRow div {
	width: 100px;
}
#linkRow div a, 
#linkRowFront div a {
	text-decoration: none;
}
#linkRow .video,
#linkRowFront .video {
	padding-left: 50px;
	background: url(../images/iconCamera.gif) no-repeat;
}
#linkRow .images,
#linkRowFront .images {
	padding-left: 48px;
	background: url(../images/iconDias.gif) no-repeat;
}
#linkRow .demo,
#linkRowFront .demo {
	padding-left: 43px;
	background: url(../images/iconWheel.gif) no-repeat;
}
#linkRow .login,
#linkRowFront .login {
	padding-left: 43px;
	background: url(../images/iconKeys.gif) no-repeat;
}
#linkRow h3,
#linkRowFront h3 {
	margin-top: 0;
	margin-bottom: 0;
}

/* GALLERY */
.thumbnail {
	padding: 5px 5px 8px 5px;
	background-color: #323234;
	border: 1px solid #48484A;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumbnail p {
	text-align: center;
	margin: 2px 0 0 0;
}
