@charset "utf-8";



/* CSS Document */

body {
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	background-color:#f3f0e7;
}
body, input, textarea, select, html, td, p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#414141;
	font-weight:normal;
	margin:0;
	padding:0;
}
ul, form {
	margin:0;
	padding:0;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}
a:hover {
	color:#7d962b;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#innerContainer {
	width:920px;
	margin:0 auto;
	float:left;
}
.clear {
	clear:both;
	font-size:0;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#77921b;
	font-size:21px;
	margin:0 0 5px 0;
	line-height:20px;
}
.underline {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#747474;
	display:block;
	margin:0 0 20px 0;
}
#top {
	background-image:url(/images/top-background.png);
	background-repeat:no-repeat;
	float:left;
	width:1000px;
	height:205px;
}
#logo {
	position:absolute;
	margin:15px 0 0 60px;
}
#punchline {
	position:absolute;
	margin:105px 0 0 500px;
}
#menu {
	border-top:7px solid #000;
	padding:17px 0 0 0;
	float:right;
	margin:7px 40px 0 0;
}
#menu li {
	display:inline-block;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	text-transform:uppercase;
	color:#525252;
	text-decoration:none;
	padding:9px 10px 7px 10px;
}
#menu li a:hover {
	color:#ffffff;
	background-image:url(/images/menu-a-link.png);
	background-repeat:repeat-x;
}

#menu li.active a
{
	color:#ffffff;
	background-image:url(/images/menu-a-link.png);
	background-repeat:repeat-x;
}

#content {
	background-image:url(/images/content-background.png);
	background-repeat:repeat-y;
	float:left;
	width:1000px;
}
#content .padding {
	padding:0 40px;
}

.top-slideshow {
	float:left;
	width:920px;
	height:307px;
	border-bottom:1px solid #e3e3e3;
}
.content-container {
	float:left;
	width:920px;
	margin:30px 0 0 0;
}
.content-left {
	width:607px;
	float:left;
}
.content-right {
	width:273px;
	float:right;
}
.contact-left {
	width:435px;
	float:left;
}
.contact-right {
	width:425px;
	float:right;
}

/*CASES*/
.case-one {
	float:left;
	width:293px;
	margin:0 0 20px 0;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 20px 0;
}
.info {
	background-image:url(/images/bullit.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 0 10px 20px;
	display:block;
}
.case-two {
	float:right;
	width:293px;
	margin:0 0 20px 0;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 20px 0;
}

/*CONTACT*/
.input {
	background-color:#f2f2f2;
	border:1px solid #dddddd;
	padding:5px 0 5px 5px;
	height:18px;
	width:100%;
	margin:0 0 4px 0;
}
.message {
	background-color:#f2f2f2;
	border:1px solid #dddddd;
	width:100%;
	min-height:190px;
}
.submit {
	background-image:url(/images/btn-submit.png);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	width:96px;
	height:27px;
	margin:5px 0 0 0;
}

.infobox {
	background-color:#f2f2f2;
	font-style:italic;
	float:left;
	margin:20px 0 0 0;
}
.infobox .padding {
	padding:10px !important;
}

/*TRUSTBOX*/
.trustbox {
	background-image:url(/images/trustbox-background.png);
	width:920px;
	height:152px;
	float:left;
	margin:20px 0 0 40px;
	text-align:center;
}
.trustbox .padding {
	padding:20px 100px !important;
}
.trustbox-header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#414141;
	display:block;
	margin:0 0 8px 0;
}
.trustbox p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}

#trustpilot {
	position: relative;
}

#trustpilot div {
	display: none;
	position:absolute;
	
	left: 60px;
	right: 60px;
	top:25px;
	
	height: 142px;
	text-align: center;
}

/*FOOTER*/
#footer {
	background-image:url(/images/footer-background.png);
	background-repeat:no-repeat;
	float:left;
	width:1000px;
	height:381px;
}
#dandomain-image {
	position:absolute;
	margin:90px 0 0 90px; 
}
#facebook-image {
	position:absolute;
	margin:90px 0 0 409px;
}
.footer-info {
	float:right;
	margin:0 40px 0 0;
}
.footer-info .padding {
	padding:65px 0 0 0;
}
.footer-info li {
	text-align:right;
	list-style-type:none;
	margin:0 0 4px 0;
}

/*DANDOMAIN WEBSHOP*/
.dandomain {
	float:left;
	width:920px;
	height:260px;
	border-bottom:1px solid #e3e3e3;
}
#dandomain-pack {
	position:absolute;
	margin:0 0 0 607px;
}
.dandomain li {
	list-style-image:url(/images/correct.png);
	list-style-position:inside;
	margin:0 0 20px 0;
	font-size:14px;
	color:#414141;
}
#contact-info {
	background-image:url(/images/mac.png);
	background-repeat:no-repeat;
	width:390px;
	height:362px;
	float:left;
	margin:110px 0 0 0;
}
#contact-info .padding {
	padding:43px 0 0 50px;
	line-height:15px;
}
#contact-info li {
	list-style-type:none;
}

/*REFERENCER*/
.ref-one {
	float:left;
	width:293px;
	margin:0 0 20px 0;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 20px 0;
}
.ref-two {
	float:left;
	width:293px;
	margin:0 20px 20px 20px;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 20px 0;
}
.ref-three {
	float:right;
	width:293px;
	margin:0 0 20px 0;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 20px 0;
}
#ref-txt {
	float:left;
	margin:0px 0 0 0;
	width:607px;
	font-style:italic;
}
