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

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

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

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Lang area	
		3.2 Header
		3.3 Left menu
		3.4 Right content
			3.4.1 Main menu
			3.4.2 Page content
		3.5 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, img {
	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;
}

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

html, body {
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	color: #242424;
}
html{
	background: #f9f9f9;
	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 "Verdana", Helvetica, Arial, sans-serif;
}

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

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

a:visited {
}

a:active {
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.lang-area{
	width: 734px;
	height: 35px;
	margin: 0 auto;
}
.wraper{
	width: 692px;
	margin: 0 auto;
	background: #FFFFFF;
}
	.header{
		height: 170px;
	} 
	.left-menu{
		width: 167px;
		float: left;
	}
	.righ-content{
		float: left;
		width: 525px;
	}
.footer{
	width: 692px;
	height: 60px;
	margin: 0 auto;
}

/* 3.1 Lang area
------------------------------------------------------------------------------------------------ */
.lang-area .lang-links{
	float: right;
	height: 35px;
	background: url(img/lang-bg-c.png) top left repeat-x;
}
	.lang-area a:hover{
		text-decoration: none;
	}
	.lang-area .lang-links span{
		padding: 0 5px;
	}
	.lang-area .lang-links span a{
		color: #54afd2;
		font-size: 11px;
	}
	.lang-area .lang-links img{
		margin-top: 2px;
		border: 1px solid #EEEEEE;
	}
	.lang-area .lang-links .act img{
		border: 1px solid #54afd2;
	}
.lang-left-box{
	float: right;
	background: url(img/lang-bg-l.png) top left no-repeat;
	width: 31px;
	height: 35px;
}
.lang-right-box{
	float: right;
	background: url(img/lang-bg-r.png) top left no-repeat;
	width: 31px;
	height: 35px;
}

/* 3.2 Header
------------------------------------------------------------------------------------------------ */
.header{
	background: url(img/header.png) top left no-repeat;
	position: relative;
}
	.header .text-box{
		position: absolute;
		top: 28px;
		left: 9px;
	}
	.header .text-box span{
		color:#FFFFFF;
		font-size: 17px;
		display: block;
	}
	.header .text-box big{
		font-size: 28px;
		line-height: 35px;
		color: #FFFFFF;
		padding-left: 37px;
	}
	.header .logo{
		position: absolute;
		top: 24px;
		right: 22px;
	}
/* 3.3 Left menu
------------------------------------------------------------------------------------------------ */
.left-menu{
	background: url(img/left-menu-rep.png) top left repeat-y;
}
	.left-menu .menu-top{
		display: block;
	}
	.left-menu .menu-links{
		text-align: center;
		min-height: 214px;
		background: url(img/left-menu-top-bg.png) top left no-repeat;
	}
		.left-menu .menu-links a{
			color:#FFFFFF;
		}
		.left-menu .menu-links a:hover{
			text-decoration: none;
		}
		.left-menu .menu-links div{
			height: 24px;
			line-height: 24px;
			padding-top: 7px;
			padding-bottom: 7px;
		}
		.left-menu .menu-links .act span{
			position: relative;
			background: url(img/left-menu-act-rep.png) center center repeat-x;
			display: inline-block;
			height: 24px;
		}
		.left-menu .menu-links .act .left{
			position: absolute;
			top: 0px;
			left: -10px;
		}
		.left-menu .menu-links .act .right{
			position: absolute;
			top: 0px;
			right: -10px;
		}
		.left-menu .menu-links .act a{
			
		}
	.left-menu .menu-bot{
		display: block;
	}
/* 3.4 Right content
------------------------------------------------------------------------------------------------ */

	/* 3.4.1 Main menu */
	.main-menu{
	}
	.main-menu .menu-left{
		display: block;
		float: left;
	}
	.main-menu .menu-right{
		display: block;
		float: left;
	}
	.main-menu .menu-links{
		float: left;
		width: 498px;
		height: 47px;
		background: url(img/menu-bg.png) top left repeat-x;
	}
	.main-menu .menu-links div{
		float: right;
		height: 24px;
		line-height: 24px;
		padding-top: 11px;
		margin: 0 5px;
		color: #FFFFFF;
	}
	.main-menu .menu-links .act{
		margin: 0 10px;
	}
	.main-menu .menu-links div a{
		color: #FFFFFF;
	}
	.main-menu .menu-links span{
		position: relative;
		display: inline-block;
	}
	.main-menu .menu-links .act span{
		background: url(img/left-menu-act-rep.png) center left repeat-x;
	}
	.main-menu .menu-links .act .left{
		position: absolute;
		display: block;
		top: 0px;
		left: -10px;
	}
	.main-menu .menu-links .act .right{
		position: absolute;
		display: block;
		top: 0px;
		right: -10px;
	}
	.main-menu .menu-links .sep{
		margin: 0px;
		background: url(img/sep.png) top center no-repeat;
		width: 1px;
		height: 47px;
		padding: 0 7px;
	}
	/* 3.4.2 Page content */
	.page-content{
		font-size: 11px;
		padding: 10px 23px;
	}
/* 3.5 Footer
------------------------------------------------------------------------------------------------ */
	.footer{
		background: url(img/footer.png) top left no-repeat;
		text-align: center;
		font-size: 10px;
		padding-top: 9px;
		position: relative;
	}
	.footer span{
		padding: 0 13px;
	}
	.footer .strong{
		font-weight: bold;
	}
	.poppworks{
		position: absolute;
		top: 30px;
		right: 0px;
		color:#3BABD0;
	}
	
	.poppworks a{
		color:#3BABD0;
	}