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

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

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

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Top bar
		3.2 Left bar
		3.3 Content
		3.4 Bot bar
		
***********************************************************************************************/

/* 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: Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	color: #ffffff;
	background: #000000;
}
html{
	overflow: auto;
}
body{
	background: #000000;
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
}

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

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

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
}

a:active {
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
.wraper{
	width: 731px;
	margin: 75px auto 20px auto;
}
	.topBar{
		height: 45px;
		padding: 18px 11px 0px 11px; 
	}
	.botBar{
		height: 59px;
	}
	.leftBar{
		width: 180px;
		float: left;
		min-height: 468px;
	}
	.content{
		width: 551px;
		float: right;
	}

/* 3.1 Top bar
------------------------------------------------------------------------------------------------ */
.topBar{
	background: url(img/top_bar.png) top left no-repeat;
	text-align: right;
}
	.topBar .lang{
		padding-left: 5px;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}
	.topBar .act a{
		color: #780e10;
	}
/* 3.2 Left bar
------------------------------------------------------------------------------------------------ */
.leftBar h2{
	padding: 0px;
	margin: 0x;
	margin-top: 24px;
	width: 173px;
	height: 31px;
	color: #000000;
	background: url(img/left_header_bg.png) top left no-repeat;
	line-height: 31px;
	font-size: 18px;
	font-weight: bold;
}
	.leftBar p{
		text-align: left;
		font-size: 14px;
		line-height: 16px;
		margin-top: 5px;
		padding: 0 5px;
	}
	.leftBar p strong{
		display: block;
		line-height: 20px;
		margin-top: 17px;
	}
/* 3.3 Content
------------------------------------------------------------------------------------------------ */
	.content{
		
	}
	.content .mainMenu{
		height: 39px;
		line-height: 39px;
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		padding-right: 4px;
	}
		.content .mainMenu span{
			padding-left: 28px;
		}
		.content .mainMenu .act a{
			color: #780e10;
		}
	.content .subMenu{
		height: 29px;
		line-height: 29px;
		font-size: 12px;
		text-align: right;
		padding-right: 4px;
	}
		.content .subMenu span{
			padding-left: 7px;
		}
		.content .subMenu .act a{
			color: #780e10;
		}
	.contSis{
		text-align:left;
	}
		.prodItem{
			float: left;
			width: 122px;
			margin: 17px 7px 0px 7px;
		}
			.prodItem .prodImg{
				width: 122px;
				height: 99px;
				background-position: center center;
				background-repeat: no-repeat;
			}
			.prodItem span{
				display: block;
				padding-top: 10px;
				margin-bottom: 4px;
				text-align: center;
				height: 27px;
				overflow: hidden;
			}
		.contSis h3{
			font-size: 18px;
		}
		.contSis p{
			font-size: 14px;
			line-height: 18px;
		}
/* 3.4 Top bar
------------------------------------------------------------------------------------------------ */
.botBar{
	background: url(img/bot_bar.png) top left no-repeat; 
	text-align: right; 
	padding: 0px 15px 0px 15px; 
	font-size: 14px;
	font-weight: bold;
	line-height: 59px;
}

.error_1_frame {
	border: 1px solid #ACF01F;
}
.error_2_frame {
	border: 1px solid #FF3300;
}
.error_3_frame {
	border: 1px solid #FFCC00;
}
.error_4_frame {
	border: 1px solid #FF3300;
}
.error_5_frame {
	border: 1px solid #4876FF;
}


.button{
	background-color:#FFFFFF;
	border:0px;
	color:#666666;
	font-weight:bold;
}
