/* Reset */
* {
	margin: 0;
	padding: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: 0 none;
}

/* Elements */
body {
	color: #000;
	font: 11px/15px Verdana,Geneva,Arial,Helvetica,sans-serif;
	background: #fff;
}

a {
	color: #2b2868;
	text-decoration: underline;
}

img {
	page-break-inside: avoid;
}

textarea {
	background-color:#dfe4e7;
	border:1px solid #000;
	color:#000;
	font: 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: normal;
}

input.text {
	background-color:#dfe4e7;
	border:1px solid #000;
	color:#000;
	font: 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: normal;
	padding: 1px 0;
}

input.button {
	font: 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: normal;
	background-color:#dfe4e7;
	border:1px solid #000;
	color:#000;
	font-weight:bold;
	padding: 0 4px;
}

/* Layout */
#wrapper-front td {
	text-align: center;
}

#print-header {
	padding-bottom: 10px;
	text-align: center;
}

#header {
	display: none;
}

#content {
	padding: 12px 0;
}

#sidebar {
	display: none;
}

#footer {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #f30208;
}

/* Else */
.uppercase {
	text-transform: uppercase;
}

#menu-front {
	width: 714px;
	margin: 0 auto;
	padding: 95px 0 60px;
}
	#menu-front ul {
		padding: 10px;
		width: 694px;
		overflow: hidden;
		background: #dfe4e7;
		list-style: none;
	}
	#menu-front li {
		float: left;
		width: 230px;
	}
	#menu-front .personnel {
		margin: 0 2px;
	}
	#menu-front a {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 13px;
		line-height: 16px;
		text-align: center;
	}
	#menu-front .customer a {
		line-height: 32px;
	}

.languages {
	display: none;
}

#navigation {
	display: none;
}

#tools {
	display: none;
}

#main h1, #main h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 10px;
}
#main h3 {
	font-size: 18px;
	line-height: normal;
	padding-bottom: 10px;
}
#main h4 {
	font-size: 16px;
	line-height: normal;
	padding-bottom: 8px;
}
#main h5 {
	font-size: 14px;
	line-height: normal;
	padding-bottom: 6px;
}
#main h6 {
	font-size: 14px;
	line-height: normal;
	padding-bottom: 4px;
}
#main p {
	padding-bottom: 8px;
}
#main ul, #main ol {
	padding-bottom: 8px;
	padding-left: 40px;
}
#main li {
	
}
#main ul.nonelist {
	list-style: none;
}
#main ul.spacing li {
	padding-bottom:2px;
	padding-top:1px;
}
#main blockquote {
	padding-left: 30px;
}
#main table.spacing td {
	padding: 4px 0;
}
.post-edit-link {
	display: none;
}

/* CV pievienošana */
#cv-form {
	width: 452px;
	margin: 0 auto;
}
	#cv-form textarea {
		height: 300px;
		width: 450px;
	}
	#cv-form .submit {
		text-align: right;
	}
	#cv-form input.button {
		vertical-align: middle;
	}

/* Contacts */
#contacts-workers {
	width: 100%;
}
	#contacts-workers td {
		vertical-align: top;
		padding: 8px 0;
	}

#contacts-requisites {
	border: 1px solid #000;
	border-width: 1px 0px;
	padding: 14px 0 0;
	margin: 10px 0 10px;
}
	#contacts-requisites table {
		width: 100%;
		margin-bottom: 18px;
	}

#contacts-map {
	display: none;
}
#print-contacts-map img {
	display: block;
	margin: 0 auto 10px;
}
	#print-contacts-map img:last-child {
		margin-bottom: 0px;
	}

#copyright-front {
	padding: 80px 0 0;
	color: #2b2868;
	text-align: center;
}

#copyright {
	float: left;
	font-size: 10px;
	line-height: 14px;
	white-space: nowrap;
	padding: 47px 0 0;
	color: #2b2868;
}

#footer-contacts {
	float: right;
	font-size: 10px;
	line-height: 14px;
	color: #2b2868;
	text-align: right;
	padding: 5px 0 0;
	white-space: nowrap;
}