/*******************************************
begin resets & clear
*******************************************/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/*******************************************
begin basic structure and some typography
*******************************************/
body {
	background: url(/img/bg.gif) #fff top left repeat-x;	
	color: #767676;
	font: normal 12px Georgia, "Times New Roman", times;
	overflow-y: scroll;
}
#wrap {
	margin: 0 auto;
	width: 980px;
}
#flash {
	background: #000;
	height: 172px;
	width: 980px;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #FF7C00;
}
a:hover {
	color: #000;
}
/*******************************************
begin branding
*******************************************/
#branding {
	height: 88px;
	padding: 20px 0 0 0;
	position: relative;
}
#logo {
	background: url(/img/logo.gif) no-repeat;
	display: block;
	float: left;
	height: 64px;
	text-indent: -9999px;
	width: 170px;
}
#mainnav {
	float: right;
	margin: 25px 0 0 0;
}
#mainnav li {
	float: left;
	margin: 0 0 0 20px;
}
#mainnav li a:link, #mainnav li a:visited {
	color: #767676;
	font: normal 16px Georgia, "Times New Roman", times;
	text-decoration: none;
}
#mainnav li a:hover, #mainnav li.selected a:link, #mainnav li.selected a:visited {
	color: #000;
}
.l10n_lang_list {
	bottom: 0;
	position: absolute;
	right: 0;
}
.l10n_lang_list li {
	color: #000;
	float: left;
	margin: 0 0 0 10px;
}
.l10n_lang_list li a:link, .l10n_lang_list li a:visited {
	color: #767676;
	text-decoration: none;
}
.l10n_lang_list li a:hover, .l10n_lang_list li.selected a:link, .l10n_lang_list li.selected a:visited {
	color: #FF7C00;
}
/*******************************************
begin content
*******************************************/
.content {
	padding: 20px 0;
}
.main {
	float: left;
	padding: 0 20px 0 0;
}
.banner {
	float: right;
}
/*******************************************
begin sidebar
*******************************************/
.sidebar {
	float: left;
}
.short {
	width: 200px;
}
.long {
	width: 350px;
}
.sidebar p {
	line-height: 1.5;
	margin: 0 0 5px 0;
	text-align: center;
}
.sidebar h2 {
	background: url(/img/projects.gif) top right #f9f9f9 no-repeat;
	border-bottom: 1px solid #e3e3e3;
	font: normal 18px Georgia, "Times New Roman", times;
	padding: 5px 0 5px 5px
}
.sidebar ul li {
	border-bottom: 1px solid #f9f9f9;
	padding: 10px 0 10px 20px;
}
.sidebar ul li a:link, .sidebar ul li a:visited {
	background: url(/img/arrow.gif) right center no-repeat;
	color: #767676;
	display: block;
	font: normal 12px Arial, serif;
	padding: 0 25px 0 0;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #000;
}
/*******************************************
begin home
*******************************************/
#home .main {
	width: 760px;
}
#home .main h2 {
	background: url(/img/bubble.gif) right center no-repeat;
	font: normal 18px Georgia, "Times New Roman", times;
	margin: 0 0 10px 0;
	width: 320px;
}
#home .main p {
	line-height: 1.3;
	margin: 0 0 20px 0;
	text-align: justify;
	width: 320px;
}
#home .main #newsletter {
	margin: 0 0 10px 0;
	width: 320px;
}
#home .main #newsletter h2 {
	background: none;
}
#home .main #newsletter ul {
	height: 40px;
}
#home .main #newsletter ul li {
	float: left;
}


#newsletter #email {
	background: #f7f7f7;
	border: 1px solid #dcdcdc;
	color: #767676;
	padding: 5px;
	width: 170px;
}
#newsletter #submit {
	background: #f7f7f7;
	border: 1px solid #dcdcdc;
	color: #767676;
	padding: 5px;
width: auto !important;
}
#newsletter input{
	height: auto !important;
	margin: 0 0 0 10px;
	padding: 0;
	width: 39px;
}
#default .main {
	width: 760px;
}
#default .main h2 {
	background: url(/img/bubble.gif) right center no-repeat;
	font: normal 18px Georgia, "Times New Roman", times;
	margin: 0 0 10px 0;
	width: 320px;
}
#default .main p {
	line-height: 1.3;
	margin: 0 0 20px 0;
	text-align: justify;
	width: 320px;
}
#default .main #newsletter {
	margin: 0 0 10px 0;
	width: 320px;
}
#default .main #newsletter h2 {
	background: none;
}
#default .main #newsletter ul {
	height: 40px;
}
#default .main #newsletter ul li {
	float: left;
}
#default .main #newsletter ul li input {
	background: #f7f7f7;
	border: 1px solid #dcdcdc;
	color: #767676;
	padding: 5px;
	width: 240px;
}
#default .main #newsletter ul li #submitnews {
	height: 27px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 39px;
}
/*******************************************
begin about
*******************************************/
#about .main {
	width: 980px;
	padding: 0;
}
#about .main h2 {
	font: normal 18px Georgia, "Times New Roman", times;
}
#about .main h3 {
	font: normal 16px Georgia, "Times New Roman", times;
}
#about .main p {
	line-height: 1.4;
	margin: 5px 0 10px 0;
}
#about .main ul li {
	float: left;
	margin: 20px 20px 20px 0;
	width: 450px;
}
#about .main ul li ul li.image {
	float: left;
	height: 80px;
	padding: 20px 0 0 0;
	width: 220px;
}
#about .main ul li ul li {
	float: left;
	line-height: 1.3;
	margin: 0;
	width: 230px;
}
/*******************************************
begin services
*******************************************/
#services .main {
	width: 760px;
}
#services .main h2 {
	border-bottom: 1px solid #E6E6E6;
	font: bold 14px Georgia, "Times New Roman", times;
	padding: 0 0 10px 0;
}
#services .main p {
	font: normal 12px Georgia, "Times New Roman", times;
	margin: 5px 0 20px 0;
	text-align: justify;
}
/*******************************************
begin offers
*******************************************/
#default .main .offer .offer_details p {
	font: normal 13px Georgia, "Times New Roman", times;
	line-height: 18px;
	margin: 10px 0 0 0;
	width: 600px;
}
#default .main .offer .offer_details h2 a:link, #default .main .offer .offer_details h2 a:visited {
	color: #000;
	font: normal 18px Georgia, "Times New Roman", times;
	text-decoration: none;
}
#default .main .offer .offer_details h2 a:hover {
	color: #767676;
}
.offer_thumb {
float: left;
height: 105px;
overflow: hidden;
width: 135px;
}
#offers .main .offer .offer_thumb p {
margin: 0;
}
.offer {
position: relative;
}
p.price {
position: absolute;
bottom: 10px;
left: 140px;
font-size: 14px !important;
color: #000;
}
.offer_details img {
display: none;
}
#offers .main {
	width: 760px;
}
#offers .main h2 {
	font: normal 18px Georgia, "Times New Roman", times;
color: #000;	
}
#offers .main p {
	font: normal 13px Georgia, "Times New Roman", times;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.offer .offer_details h2 {
	background: none !important;
}
.offer .offer_details h2 a:link, #offers .main h2 a:visited {
	color: #000;
	font: normal 18px Georgia, "Times New Roman", times;
	text-decoration: none;
}
.offer .offer_details h2 a:hover {
	color: #767676;
}
#offers .main ol {
	margin: 10px 0;
}
#offers .main ol li{
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
.offer {
	background: #f9f9f9;
	height: 105px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px;
}
img.thumb {
float: left;
	height: 105px;
margin: 0 10px 10px 0;
	width: 125px;
}
.offer_details {
	float: left;
	width: 600px;
}
.offer_details p {
	margin: 0 0 10px 0;
}
/*******************************************
begin projects
*******************************************/
#projects .main {

	width: 760px;
}
#projects .main h2 {
	font: normal 18px Georgia, "Times New Roman", times;
	margin: 0 0 5px 0;
}
#projects .main p img.project_logo {
float: left;
margin: 0 20px 10px 0
}
#projects .main a:link, #projects .main a:visited {
	text-decoration: none;
}
#projects .main p.address {
	font: bold 12px Georgia, "Times New Roman", times;
	margin: 5px 0;
}
#projects .main p {
	line-height: 1.3;
	margin: 0 0 10px 0;
	text-align: justify;
}
/*******************************************
begin projects
*******************************************/
#partners .main {
	width: 610px;
}
#partners .main h2 {
	border-bottom: 1px solid #E6E6E6;
	font: bold 14px Georgia, "Times New Roman", times;
	padding: 0 0 10px 0;
}
#partners .main p {
	line-height: 1.3;
	margin: 5px 0 10px 0;
	text-align: justify;
}
/*******************************************
begin news
*******************************************/
#news .main {
	width: 610px;
}
#news .main h2 {
	font: normal 18px Georgia, "Times New Roman", times;
	margin: 0 0 10px 0;
}
#news .main p {
	line-height: 1.3;
	margin: 5px 0 10px 0;
	text-align: justify;
}
/*******************************************
begin contact
*******************************************/
#contact .main {
	width: 760px;
}
#contact .main legend {
	font: normal 18px Georgia, "Times New Roman", times;
	margin: 0 0 0 0;
}
#contact .main p {
	line-height: 1.3;
	margin: 5px 0 10px 0;
	text-align: justify;
}
#contact .sidebar p.address {
	margin: 5px 0 10px 0;
}
#contact .main .zemContactForm {
	width: 309px;
}
#contact .main .zemContactForm label{
	display: block;
	font: normal 14px Georgia, "Times New Roman", times;
	margin: 10px 0 3px 0;
}
#contact .main .zemContactForm input {
	color: #767676;
	border: 1px solid #E5E5E6;
	font: normal 14px Georgia, "Times New Roman", times;
	padding: 3px;
	width: 300px;
}
#contact .main .zemContactForm textarea {
	color: #767676;
	border: 1px solid #E5E5E6;
	font: normal 14px Georgia, "Times New Roman", times;
	padding: 3px;
	width: 300px;
}
#contact .main .zemContactForm .zemSubmit {
	float: right;
	margin: 10px 0 0 0;
	width: 60px;
}
/*******************************************
begin copyright
*******************************************/
#copyright {
	border-top: 2px solid #E6E6E6;
	font: normal 10px Arial, serif;
	padding: 10px 0 20px 0;
	position: relative;
}
#copyright a#baritchi {
	background: url(/img/baritchi.gif) no-repeat;
	display: block;
	float: right;
	height: 25px;
	text-indent: -9999px;
	width: 75px;
}
#copyright ul li {
	display: inline;
	margin: 0 5px 0 0;
}
#copyright ul li a:link, #copyright ul li a:visited {
	color: #767676;
	text-decoration: none;
}
#copyright ul li a:hover, #copyright ul li.selected a:link, #copyright ul li.selected a:visited {
	color: #000;
}