* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	background:#2B8FBB;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
}
p {
	margin: 0 0 15px;
}
ul, ol {
	margin: 0 0 15px 50px;
}
h1 {
	font-size:16px;
	margin-bottom:15px;
	width:507px;
	font-weight:normal;
	color:#333;
}
a {
	color:#36C;
}
a:hover {
	text-decoration:none;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	position:relative;
	width:100%;
	height: 149px;
	/*background:url(/themes/Default/images/header.jpg) center no-repeat;*/
}
.header img#slogan {
	position:absolute;
	top:45px;
	left:2px;
	z-index:2;
}
.header img#logo {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.header div#flags {
	position:absolute;
	bottom:-50px;
	right:10px;
	z-index:1;
	font-size:11px;
}
.header div#flags a {
	color:#06C;
}
div#nav {
	height:22px;
	padding-top:4px;
	padding-left:5px;
	background:url(/themes/Default/images/bg_nav.jpg) center no-repeat;
	position:relative;
}
div#nav a {
	display:inline-block;
	padding:0px 5px;
	color:#FFF;
	text-decoration:none;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:0.4px;
}
div#nav a:hover {
	background:#126ca3;
}
div#nav a.menuhover {
	background:#126ca3;
}
div#nav a.onhome {
	display:block;
	position:absolute;
	top:5px;
	right:193px;
	width:14px;
	height:14px;
	background:none;
}
div#nav a.mailto {
	display:block;
	position:absolute;
	top:6px;
	right:161px;
	width:14px;
	height:14px;
	background:none;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: #e1e1e1;	
	
}
.content {
	margin: 0 0 0 218px;
	background:#f0f0f0;
	padding:10px 15px;
	min-height:500px;
}
.article {
	margin-bottom:15px;
}
/* Mail
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.error {
	text-align:center;
	color:red;
	padding:15px 0;
}
#mail_cont {
	margin:20px auto;
	width:400px;
}
#mail_cont td img {
	display:inline-block;
	border:solid 1px #cfcfcf;
	height:40px;
	margin:0;
}
input[type=text], textarea {
	vertical-align: middle;
	font-size: 14px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	margin:0;
	width:400px;
}
#mail_cont input[type=text] {
	
	height:25px;
	border:1px solid #cfcfcf;
	margin:0;
}
#mail_cont input.keystring {
	font-size:16px;
	text-align:center;
	width:100px;
	height:40px;
	margin:0px 10px;
}
#mail_cont textarea {
	margin-bottom:5px;
	border:1px solid #cfcfcf;
}
#mail_cont select {
	border:1px solid #cfcfcf;
}
.capcha_alert {
	font-size:12px;
	text-align:right;
	color: #CACACA;
	padding: 7px 15px 7px 0;
	background: #F2F2F2;
}
.capcha_text {
	font-size:12px;
	color:#CACACA;
}
.button {
	padding:10px 20px;
	background:#999;
	border:none;
	border-radius:3px;
	color:#FFF;
}
.button:hover {
	cursor:pointer;
	background:#ffc533;
}
.social {
	color:#666;
}
.social div.share42init {
	margin-left:5px;
}

.prod_menu,.prod_submenu {
	font-size:14px;
}
.prod_menu {
	margin:0 0 15px 40px;
}
.prod_submenu {
	margin:0 0 15px 80px;
}
ul.products li ul {
	margin-top:10px;	
	margin-bottom:10px
}
ul.products li ul li a {
	/*margin-top:10px;	
	margin-bottom:10px;
	font-size:14px;	*/
	color:#36C;
}
ul.products li a {
	text-decoration:none;
	color:#000;
}
ul.products li a:hover {
	text-decoration:underline;
}
ul.products li {
	margin-top:10px;
	margin-bottom:10px;	
	font-size:16px;
	font-weight:bold;
}
ul.products li ul li {
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:normal;
	/*font-size:16px;*/
}
ul.products li ul li ul li {
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:normal;
	/*font-size:16px;*/
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 218px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	text-align:center;
	padding:5px 0;
	color:#CCC;
	background: #2e77ab;
	border-radius:0 0 7px 7px;
}
.footer hr {
	border:none;
	height:1px;
	background:#999;
	width:90%;
	margin:3px auto 5px;
}
table.ftext {
	width:80%;
	margin:5px auto;
	table-layout:fixed;
	font-size:11px;
	text-align:center;
}
table.ftext td {
	line-height:1.1;
}
table.ftext td a {
	color:#F2F2F2;
}
table.ftext tr td span {
	text-align:left;
}
.title_cat {
	font-size:16px;
	margin:0 0 10px 10px;
}
.projects_ul li {
	margin-bottom:5px;
}
.projects_img {
	margin:0 10px 15px
}