/* --------------------------------------------------------------

	Site: heeii.com
	Author: buyways.nl

	screen.css
	* Main stylesheet

-------------------------------------------------------------- */

html {
	
	}
body {
	background-color: #6b6b6b;
	}


/* =Header
-------------------------------------------------------------- */

#header {
	font-weight: bold;
	height:145px;
	background: transparent url(../images/backgrounds/bg_header.png) no-repeat left top;
	}

#logo {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-left: 28px;
	width: 180px;
	height:114px; 
	color: #fff;
	}

#logo .subtitle {
	position: absolute;
	right: 18px;
	bottom: 0;
	}

#mainmenu {
	position: absolute;
	top: 106px;
	right:30px;
	}
#mainmenu li.main {
	float: left;
	}

#mainmenu li a:hover {
	cursor:pointer;
	cursor:hand;
	}	
#mainmenu a {
	display: block;
	width: 102px;
	margin:3px 0px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #888;
	text-align: center;
	font-size: 14px;
	
}


#mainmenu a:hover,
#mainmenu a:focus,
#mainmenu a:active,
#mainmenu li.selected a {
	color: #c8da2d;
	}

#mainmenu li.hassubmenu img {
	position:absolute;
	top:14px;
	right:10px;

}	
	
/* =Submenu 
-------------------------------------------------------------- */
ul.submenu  {
	position:absolute;
	right:10px;
	top:30px;
	display:none;
}
ul.submenu li {
	/* margin-top:-3px; */ /* IE */	
	margin-top:0px;	
	
}
#mainmenu li.selected ul.submenu li a {
	color: #888;
}
#mainmenu ul.submenu li a {
	margin:1px;
	background-color:#fff;
	text-align:right;
	padding-right:11px;
	width:90px;
	border:1px solid #C8DA2D;
}
#mainmenu ul.submenu li a:hover,
#mainmenu li.selected ul.submenu li a:hover {
	color:#C8DA2D;
	
}

#mainmenu li.selected ul.submenu a {
	border-width:1px;
	
}

/* =Footer
-------------------------------------------------------------- */

#footer li {
	display: inline;
	padding: 0 6px 0 2px;
	border-right: 2px solid #fff;
	}
#footer li.footer-last {
	padding-right: 3px;
	border-right: 0;
	}
#footer,
#footer a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	}
#footer a:hover,
#footer a:focus,
#footer a:active,
#footer a.selected, 
#footer li.current_page_item a {
	text-decoration: underline;
	}

#footer li.lang {
	border:none;
	padding: 0 2px 0 2px;
}
#footer li.lang a {	
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#footer li.active a.qtrans_flag_nl,
#footer li.active a.qtrans_flag_en 
 {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	
}


/* =Main
-------------------------------------------------------------- */

#main {
	background-color:#fff;
	}
#main ul, .popup ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom:1.6em;
}
.popup ul {
	font-size:11px;
}

.main-inner {
	border: 2px solid #e5e5e5;
	background: #fff;
	min-height:348px;
	
	}
.subtitle {
	text-align:left;
	}
.title {
	padding: 3px 12px 0;
	border-bottom: 2px solid #e5e5e5;
	background: #c8da2d;
	color: #fff;
	font-size: 16px;
	}

/*content*/
.content-half, .content {
	padding: 18px 18px 26px 26px;
	}
.content-half,
.content-half p {
	overflow: hidden;
	display:block;
	}

form.content-half {
	padding-bottom: 14px;
	}
	
a.download img {
	/*position:absolute;
	top:70px;
	right:70px;
	clear:both;
	*/
}
a.abs img {
	position:absolute;
	/*top:78px;*/
	top:47px;
	left:468px;
	
}

/* folow us*/
span.follow {
	color:#63615f;
	font-weight:bold;
	padding-right:4px;
}

/* =Warnings
-------------------------------------------------------------- */
.warn, .warning, p#required {
        color:#ff0000;
  	}
 	
/* =Popups
-------------------------------------------------------------- */

#popup {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	min-height:1000px;
  	height:auto !important;
	height:  1000px;
	background: #000;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:100;
}	
.popup p    { padding-bottom: 0em; }


#popup-dl-firefox {
	position: absolute;
	top: 23px;
	right: 28px;
	padding: 12px 20px;
	border: 2px solid #d2d2d2;
	width: 138px;
	height: 120px;
	background: #fff url(../images/buttons/downloadbox_arrow.png) no-repeat 118px 34px;
	color: #888;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index:100;
	cursor:pointer;
	cursor:hand;	
	}

#popup-dl-firefoxbelow {
	position: absolute;
	bottom: 23px;
	right: 28px;
	padding: 12px 20px;
	border: 2px solid #d2d2d2;
	width: 138px;
	height: 120px;
	background: #fff url(../images/buttons/downloadbox_arrow2.png) no-repeat 108px 84px;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index:100;
	cursor:pointer;
	cursor:hand;
	
	
}


#feedbacktext, #license {
	position: absolute;
	left:47%;
	top:0px;
	margin:100px auto;
	padding: 12px 20px;
	border: 2px solid #d2d2d2;
	width: 138px;
	height: 120px;
	color: #888;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#fff;
	z-index:10;
	}


#license {
    width: 340px;
	height: 364px;
	background:#fff url(../images/backgrounds/bg_tweeii_small.jpg) no-repeat scroll right top;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
}
#feedbacktext {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	left:41%;
}


a.close_feedback {
	color:#9DAC18;
}
#popup-title {
	font-size:16px;
	height:30px;
	width:100%;
}
a.close {
	float:right;
	background-image:url(../images/buttons/btn_close.png);
	background-repeat:no-repeat;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;	
	width:22px;
	height:22px;
}
#popup-dl-firefox a {
	cursor:pointer;
	cursor:hand;	
	font-size:12px;
	float:right;
}
body.bodypopup {
	background:transparent none repeat scroll 0% 0%;
	float:left;
	margin:20px;
	min-width:300px;
	padding-top:20px;
	width:300px;
	color:#63615F;
}

h1.popuphead {
	color:#63615f;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:300px;
	padding: 5px 0px;
	}

.popup .content {
	padding:0;
	border:0;
	}
.popup .main-inner {
	border:0;
	margin:4px;
	min-height:0px;
	/*height:100%;*/
	
	}
.popup .content p, div.agree {
 	font-size:11px;
}
div.agree {
	float:left;
	margin-top:2px;
	
}
.popup .agreebox {
	float:left;
	padding-top:10px;
}
.popup #agree {
	clear:both;
	float:left;
}
.popup #form_field_email_agree {
	padding:0;
	width:200px;
}
#container.popup {
	/*height:215px; */
	width:290px;
	overflow:auto;
	border:1px solid #aaa;
	}
#container.small {
	width:120px;
	height:120px;
	}
        
#container.popup,
.popup {
	font-size:9px;
	background-color:#fff;
	margin:0;
	}
	
#buttons {
	padding:8px 20px 8px 0;
	float:left;
	width:290px;
	}
.cancelbox {
	float:left; 
	background:#fff none repeat scroll 0% 0%;
	border:2px solid #e5e5e5;
	padding:6px 32px;
	}
.acceptbox {
	float:right;
	background:#fff none repeat scroll 0% 0%;
	border:2px solid #e5e5e5;
	padding:6px 32px;
	margin-right:4px;
	}
.cancelbox a {
	color:#63615f;
	font-weight:bold;
	font-size:14px;
	}
.acceptbox a {
	color:#45a8fa;
	font-weight:bold;
	font-size:14px;
	}

.hidden, #buttons.small {
        display:none;
}


/* =Wordpress
-------------------------------------------------------------- */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* 404
-------------------------------------------------------------- */

#goog-wm .content-half, .content div   {
	padding:0;
	margin:0;
}

