/**********************************************************************************************

	Title: CSS
	Author: www.poppworks.ee
	Date: 2009

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Menu area	
		3.2 Content
			3.2.1 Left
			3.2.2 Center
			3.2.3 Right
		3.3 Footer
		
***********************************************************************************************/

/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

img{
	border: none;
}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	color: #444444;
}
html{
	background: #FFFFFF top center;
	overflow: auto;
	height: 100%;
	width: 100%;
}
body{
	height: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
}

input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	outline: none;
	color: #B10921;
}

a:hover {
	color: #B10921;
	text-decoration: underline;
}

a:visited {
}

a:active {
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#logoNlang{
	width: 900px;
	height: 105px;
}
#mainContent{
	width: 900px;
}
#footer{
	width: 900px;
}
/* 3.1 Logo and lang area
------------------------------------------------------------------------------------------------ */
#logoNlang{
	margin: 0px auto;
	position: relative;
}
	#langArea{
		height: 19px;
		line-height: 19px;
		position: absolute;
		top: 39px;
		right: 0px;
		border-left: 1px solid #e4e4e4;
	}
		#langArea ul li{
			float: left;
			margin-left: 10px;
		}
		#langArea a{
			color: #000000;
			font-size: 11px;
			font-family: Arial, sans-serif;
		}
		#langArea a:hover{
			color: #b40d25;
			text-decoration: none;
		}
		#langArea .act a{
			font-weight: bold;
			color: #b40d25;
		}
/* 3.2 Main area
------------------------------------------------------------------------------------------------ */
#mainContent{
	margin: 0px auto;
}
	/* 3.2.1 Submenu */
	#subMenu{
		width: 160px;
		float: left;
	}
		#subMenu ul li{
			line-height: 24px;
			border-top: 1px solid #f1f1f1;
			font-size: 13px;
		}
		#subMenu ul .act{
			background: url(img/menu_bullet.png) right center no-repeat;
		}
		#subMenu a{
			color: #444444;
		}
		#subMenu a:hover, #subMenu ul .act a{
			color: #b10921;
			text-decoration: none;
		}
	/* 3.2.2 Content area */
	#contentWraper{
		width: 700px;
		float: right;
		min-height: 200px;
	}
		#contentArea{
			
		}
		#headerArea{
			padding-top: 1px;
			padding-bottom: 10px;
			min-height:85px;
		}
		.headerBig{
			height: 150px;
		}
		#headerArea h1{
			color: #FFFFFF;
			font-size: 20px;
			line-height: 21px;
			padding: 22px 20px 12px 20px;
			font-family: 'Gill Sans','Trebuchet MS',Helvetica,sans-serif;
			font-weight: normal;
		}
		#headerArea ul{
			margin-left: 28px;
			margin-right: 120px;
		}
		#headerArea ul li{
			float: left;
			white-space: nowrap;
			line-height: 22px;
			color: #FFFFFF;
			padding-left: 10px;
			padding-right: 15px;
			background: url(img/bullet_bg.gif) left center no-repeat;
		}
		#headerArea a{
			color: #FFFFFF;
		}
		#headerArea .act a{
			text-decoration: underline;
		}
	.formatBase{
		padding-left: 20px;
		padding-right: 79px;
		padding-top: 6px;
		font-family:arial,tahoma,Trebuchet MS,verdana;
		font-size:12px;
		line-height:17px;
		color: #444444;
	}
	.formatBase h1{
		color: #b40d25;
		font-size: 20px;
		padding-bottom: 11px;
		border-bottom: 1px solid #e4e4e4;
	}
	.formatBase p{
		font-family:arial,tahoma,Trebuchet MS,verdana;
		font-size:12px;
		line-height:17px;
		color: #444444;
	}
	.formatBase .strongP{
		font-weight: bold;
	}
/* 3.3 Footer
------------------------------------------------------------------------------------------------ */
#footer{
	margin: 0px auto;
	height: 42px;
	background: url(img/footer_bg.png) top left repeat-x;
	line-height: 42px;
	padding-left: 13px;
	position: relative;
}
	#footer ul li{
		display: inline;
		padding-right: 20px;
		font-size: 11px;
		color: #333333;
	}
	#footer ul li a{
		color: #333333;
	}
	#footerIcons{
		position: absolute;
		top: 3px;
		right: 15px;
	}
	#footerIcons img{
		margin-left: 15px;
	}
#footer2{
	width: 900px;
	height: 42px;
	margin: 0px auto;
	line-height: 42px;
	padding: 0px 13px;
}
	#footer2 p{
		padding: 0px;
		margin: 0px;
	}
/* 3.4 Extra
------------------------------------------------------------------------------------------------ */
.subCat{
	height: 129px;
	background: url(img/sub_cat.png) top left no-repeat;
	padding: 1px;
	padding-left: 38px;
	padding-right: 110px;
	margin-top:15px;
}
.subCat h1{
	color: #b80b24;
	font-size: 23px;
	line-height: 23px;
	margin: 15px 0px 15px 0px;
}
.subCat ul li{
	display: inline;
	padding: 0px 5px 0px 0px;
}
.subCat ul li a{
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	
}
.subCat ul .sep{
	background: url(img/sep_dot.png) center center no-repeat;
	width: 10px;
	height: 20px;
	padding: 5px;
}
.setRedBut{
	width: 344px;
	height: 31px;
	background: url(img/set_button.png) top left no-repeat;
	margin-top: -10px;
	margin-bottom: 5px;
	text-align: center;
}
	.setRedBut a{
		color: #FFFFFF;
		line-height: 31px;
		font-size: 18px;
	}
	.setRedBut a:hover{
		text-decoration: none;
	}
	
.popup-bg{
	position:absolute;
	left:0;
	top:0;
	background:#000;
	width:100%;
	height:100%;
	z-index:800;
	opacity:0.65;
    filter:alpha(opacity=65); /* For IE8 and earlier */
}

.popup-inner{
	background:url(img/popup-bg.png) no-repeat right top #fff;
	width:420px;
	height:auto;
	min-height:400px;
	z-index:801;
	opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
	border:6px solid #000;
	padding:10px 200px 0 20px;
	color:#4a4a4a;
	
}


.popup-inner h3{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	border-bottom:1px solid #d8d8d8;
	margin: 0 0 10px 0;
}

.popup-inner .input-rida{
	width:100%;
	float:left;
	clear:both;
	height:30px;
	line-height:30px;
	padding:3px 0;
}

.popup-inner .input-rida-check{
	width:100%;
	float:left;
	clear:both;
	height:30px;
	line-height:30px;
	padding:3px 0;
}

.popup-inner .input-rida label{
	width:200px;
	float:left;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #d8d8d8;
	font-weight:bold;
}

.popup-inner .input-rida-check label{
	width:400px;
	float:right;
	height:30px;
	line-height:30px;
	font-weight:bold;
}



.clear{
	width:100%;
	float:left;
	clear:both;
	border-bottom:1px solid #d8d8d8;
	height:20px;
	display:inline;
	margin:0 0 20px 0;
}

.popup-inner .input-rida input{
	padding:0;
	margin:0;
	background:none;
	border:none;
	width:200px;
	height:27px;
	background:url(img/input.png) no-repeat left top;
	float:right;
	font-size:13px;
	padding:0 0 0 5px;
}

.popup-inner input.submit{
	padding:0;
	margin:0;
	background:none;
	border:none;
	width:205px;
	height:27px;
	background:url(img/submit.png) no-repeat left top;
	float:left;
	color:#fff;
	font-weight:bold;
}

.popup-inner input.submit:hover{
	background:url(img/submit.png) no-repeat left bottom;
}
.popup-inner .input-rida-check input{
	float:left;
	margin:7px 5px 0 0;
}


.popup-inner .relative{
	width:1px;
	height:1px;
	float:left;
	clear:both;
	position:relative;
}

.popup-inner .relative .icons{
	width:71px;
	height:auto;
	position:absolute;
	left:520px;
	top:100px;
}


.popup-inner .relative .icons a{
	text-decoration:none;
	margin:0 0 10px 0;
}

.popup-inner .relative .icons a:hover{
	text-decoration:none;
}


.popup-inner .relative .icons a.icon1{
	width:43px;
	height:43px;
	float:left;
	clear:both;
	background:url(img/icon1.png) no-repeat left top;
}
.popup-inner .relative .icons a:hover.icon1{
	background:url(img/icon1.png) no-repeat left bottom;
}




.popup-inner .relative .icons a.icon2{
	width:43px;
	height:44px;
	float:left;
	clear:both;
	background:url(img/icon2.png) no-repeat left top;
}
.popup-inner .relative .icons a:hover.icon2{
	background:url(img/icon2.png) no-repeat left bottom;
}




.popup-inner .relative .icons a.icon3{
	width:43px;
	height:44px;
	float:left;
	clear:both;
	background:url(img/icon3.png) no-repeat left top;
}
.popup-inner .relative .icons a:hover.icon3{
	background:url(img/icon3.png) no-repeat left bottom;
}


.popup-inner .relative .icons a.icon4{
	width:43px;
	height:44px;
	float:left;
	clear:both;
	background:url(img/icon4.png) no-repeat left top;
}
.popup-inner .relative .icons a:hover.icon4{
	background:url(img/icon4.png) no-repeat left bottom;
}
