h1	{
	padding: 10px;
	font-size: 22px;
	font-family: 'futura', Arial, Verdana, sans-serif;
	color: #da251c;
}
p	{
	padding: 10px 0px;
	font-size: 14px;
}

.inline, #map, #content nav, .providers div	{
	display: inline-block;
	vertical-align: top;
}

#content a	{ color: #da251c;}
a.more, #contact a[href^="mailto:"], input[type="submit"], a.plus, div.plused	{
	display: block;
	padding: 5px 30px 5px 10px;
	background: url('../img/more.png') no-repeat right center;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
a.plus	{ background: url('../img/plus.png') no-repeat right center; }
div.plused	{ color: #1D9C40; background: url('../img/ok.png') no-repeat right center; }
#contact a[href^="mailto:"]	{
	display: inline-block;
	padding: 3px 30px 3px 0px;
}

.providers { text-align: center; }
.providers a, .providers div { padding-bottom: 10px; display: inline-block; vertical-align: top; }
.providers img	{
	display: inline-block;
	padding: 8px;
	margin: 10px;
	margin-bottom: 0px;
	border: 2px solid #d8d8d8;
	background: #ffffff;
	width: 150px;
}
.providers div	{ color: #DA251C; }

input[type="submit"]	{
	border: 0px;
	color: #da251c;
	cursor: pointer;
}
input[type="text"], textarea	{
	width: 500px;
	padding: 5px 8px;
	margin: 2px;
	border: 2px solid #d8d8d8;
}
textarea	{
	font-family: Arial, Verdana, sans-serif;
	height: 130px;
}

#map	{
	width: 930px;
	margin-left: 40px;
	height: 255px;
	border: 2px solid #d8d8d8;
}

#content nav	{
	background: #2e7fd5 url('../img/bgContNav.jpg') no-repeat top center;
	margin-right: 20px;
	color: #ffffff;
	width: 270px;
}
#content nav ul	{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
}
#content nav li	{ display: block; }
#content nav a	{
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	font-family: 'futura', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#content nav li.active > a	{ background-color: #01458e; }
#content nav li.hasChild > a	{
	background-image: url('../img/nava.png');
	background-repeat: no-repeat;
	background-position: 255px center;
}
#content nav > ul	{ padding-bottom: 100px; }
#content nav > ul > li	{ border-bottom: 1px solid #2e7fd5; }
#content nav > ul > li > a	{ padding-left: 20px; }
#content nav > ul > li > ul	{ display: none; }
#content nav > ul > li > ul > li > a	{ padding-left: 35px; }
#content nav > ul > li > ul > li > ul	{ display: none; }
#content nav > ul > li > ul > li > ul > li > a	{ padding-left: 50px; }
#content nav li.active > ul	{ display: block; }
#content nav li	{
	display: block;
	color: #ffffff;
}
#content nav a:hover	{
	background: #01458e;
}

.offerListShort, .promoList	{
	display: block;
	min-height: 50px;
	background: url('../img/next.png') no-repeat #ffffff;
	background-position: 620px 10px;
	border: 2px solid #d8d8d8;
	padding: 7px;
	padding-right: 60px;
	margin: 10px 0px;
}
.offerListShort img, .promoList img	{
	height: 45px;
	float: left;
	margin-right: 10px;
	border: 2px solid #d8d8d8;
}
.offerListShort .name, .promoList .name	{
	display: block;
	font-size: 22px;
	font-family: 'futura', Arial, Verdana, sans-serif;
}
.offerListShort .desc, .promoList .desc	{ color: #252525; }
.promoList	{
	display: inline-block;
	vertical-align: top;
	background-position: 400px 10px;
	margin: 10px;
	width: 390px;
}

.pagination	{
	display: block;
	text-align: right;
	margin: 10px 0px;
}
.pagination a	{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 5px;
	margin: 5px 0px;
	/*border-right: 1px solid #252525;*/ 
	color: #252525 !important;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
}
.pagination a.active	{ font-weight: bold; color: #da251c !important; }
.pagination a img	{ vertical-align: middle; }
.pagination a:last-child	{ border: 0px; }
.navBg	{ background: url('../img/bgCont2nd.png') repeat-y left; }
.max	{ display: block; }
.max img	{ width: 300px !important; }
.gallery	{ display: inline-block; margin: 5px; }
.gallery > img	{ border: 2px solid #d8d8d8; width: 60px; }
.back	{ display: block; text-align: left; margin: 10px 0px; font-size: 14px; font-weight: bold; }
.back img	{ vertical-align: middle;}
.pdf	{
	display: block;
	height: 30px;
	margin: 5px;
	padding: 8px 20px 8px 60px;
	background: url('../img/pdf.png') no-repeat left center;
	text-align: left;
	font-weight: bold;
}
.relatedProduct	{
	display: inline-block;
	vertical-align: top;
	width: 125px;
	margin: 5px 5px 5px 0px;
	text-align: center;
	color: #252525 !important;
}
.relatedProduct img	{
	border: 2px solid #d8d8d8;
	width: 120px;
}
#queriesCounter	{
	position: absolute;
	top: -10px;
	right: 0px;
	padding: 2px 4px;
	background: #e30000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#plusInfo	{
	display: none;
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
	font-size: 11px;
	color: #7B7B7B;
}

#contactForm	{
	display: inline-block;
	vertical-align: top;
	width: 535px;
	padding-right: 200px;
}
#contactForm.expanded	{
	position: absolute;
	background: url('../img/bgc.png') repeat-y center #CFCFCF;
	width: 780px;
	height: 100%;
	z-index: 9;
}
#contactForm.expanded input[type="text"], #contactForm.expanded textarea	{ width: 96%; }
#contactForm.expanded input[type="submit"]	{ display: inline-block; margin-right: 10px; }
#contactForm.expanded textarea	{ height: 400px; }
#foldForm	{
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	background: url('../img/x.png') no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.expanded #foldForm	{ display: block; }

#contactProducts	{ position: absolute; right: -210px; top: 0px; width: 190px; }
.contactProduct	{ cursor: pointer; margin: 5px; color: #DA251C; }
.contactProduct span	{ color: #da251c; padding: 0px 5px; }