
/*
	> project   : Agrofert Company Website
	> copyright : (c) 2013 AGROFERT HOLDING, a.s.
	> date      : March 2013
*/

/* === Basic HTML tags ==================================================================================== */

BODY {
	margin: 0px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 9pt;
	text-align: left;
	background-color: #fff;
	color: #000;
}


/* === Ids & Classes ====================================================================================== */

/* --- Common --------------------------------------------------------------------------------------------- */

#pageEnvelope_top {
	width: 1000px;
	height: 1px;
	font-size: 1pt;
	margin: 30px 0px 0px 0px;
}

#pageEnvelope_middle {
	width: 1000px;
}

#pageEnvelope_bottom {
	clear: both;
	width: 1000px;
	padding: 20px 0px 10px 10px;
	font-size: 8pt;
	text-align: left;
	line-height: 160%;
	border-top: 1px solid #e4e8e9;
	color: #494a4a;
}

#pE_pageBody {
	padding: 0px;
	text-align: left;
}

#pB_header {
	width: 100%;
	height: 100px;
}

#pB_content {
	clear: both;
	width: 100%;
	min-height: 350px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #e4e8e9;
}

/* --- Homepage ------------------------------------------------------------------------------------------- */

IMG.pB_tellUs {
	float: right;
	margin: 10px 10px 0px 150px;
	/* margin: 200px 0px 0px 10px; */
}

#pC_photo, #pC_photo300 {
	clear: both;
	width: 670px;
	height: 250px;
	border: 2px solid white;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.4);
}
#pC_photo300 {
	height: 300px;
}

/* --- Header --------------------------------------------------------------------------------------------- */

#pH_logo {
	float: left;
	margin: 10px 0px 0px 0px;
}

IMG.language {
	float: right;
	margin: 0px 10px 0px 25px;
}

#pH_sysmenu {
	float: right;
	width: 700px;
	margin: 12px 0px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	color: #7d7c78;

}
A.pH_sysmenu {
	display: inline-block;
	margin: 9px 0px 0px 15px;
	color: #007c3a;
	cursor: pointer;
}

#pH_menu {
	float: right;
	width: 75%;
	padding: 35px 10px 15px 0px;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	font-weight: bold;
	white-space: nowrap;
	color: #444646;
}
A.pH_menuItem {
	margin: 0px 0px 0px 25px;
	font-size: 115%;
	color: inherit;
}

/* --- Content - common ----------------------------------------------------------------------------------- */

#pC_path {
	font-size: 8pt;
	letter-spacing: .1em;
	color: #7d7c78;
}
A.pC_path {
	color: inherit;
}

/* --- Content - menu ------------------------------------------------------------------------------------- */

#pC_menu {
	float: right;
	width: 180px;
	min-height: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 10px 0px;
	line-height: 140%;
	/*border-right: 1px solid #d9d8d5;*/
	color: #7d7c78;
}

#pC_menu A {
	text-decoration: none;
	/*color: inherit;*/
}
#pC_menu A:hover {
	text-decoration: underline;
	color: blue;
}

#pC_menu P {
	margin: 4px 0px 4px 0px;
}


/* --- Content - text page -------------------------------------------------------------------------------- */

#pC_content {
	float: right;
	width: 670px;
	min-height: 350px;
	margin: 0px 68px 20px 0px;
	padding: 5px 30px 30px 30px;
	border-right: 1px solid #e4e8e9;
	border-left: 1px solid #d9d8d5;
}

H1, H2 {
	margin: 10px 0px 25px 0px;
	_margin-top: 10px;																/* IE 6- */
	font-family: "Georgia", Times, serif;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 0em;
	color: #494a4a;
}

H1 {
	letter-spacing: 0.05em;
}

H2 {
	color: #007c3a;
}

H2, H3 {
	margin: 25px 0px 15px 0px;
	font-size: 13pt;
	font-weight: normal;
	/*letter-spacing: .1em;*/
}

H2.news {
	margin-top: 0px;
}

H3 {
	margin: 17px 0px 12px 0px;
	font-size: 10pt;
	font-weight: bold;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.map {
	color: #000;
}

P A, LI A {
	text-decoration: underline;
	color: #494a4a;
}
P A.noDecor, H2 A.noDecor {
	text-decoration: none;
	color: inherit;
}

P A:hover {
	text-decoration: underline;
	color: blue;
}

OL, UL {
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 45px;
	!margin: 0px 20px 10px 35px;													/* IE 7- */
}

UL {
	list-style-type: circle;
}

UL.pC_fileList {
	margin: 0px 0px 10px -6px;
	padding: 0px;
	list-style-type: none;
}

UL.map {
	margin: 0px 0px 10px 0px;
}

UL UL.map {
	margin: 0px 0px 10px 0px;
}

UL UL {
	margin: 0px 0px 0px 20px;
}

LI {
	margin: 3px 0px 3px 0px;
	line-height: 140%;
}

P {
	margin: 0px 0px 10px 0px;
	line-height: 160%;
}

P.news {
	margin: 30px 0px 5px 0px;
	font-weight: bold;
}
P.newsHomeText {
	margin: 0px 0px 20px 0px;
}

TABLE {
	min-width: 80%;
	margin: 10px 25px 10px 25px;
	line-height: 140%;
}

TH {
	padding: 0px 0px 10px 0px;
	text-align: left;
}

TD {
	padding: 3px 5px 3px 0px;
	border-bottom: 1px solid #eaeaea;
}

/* --- Advert - detail ------------------------------------------------------------------------------------ */

P.recordRow, P.recordRowSpace {
	margin: 3px 0px 0px 0px;
	line-height: 160%;
}
P.recordRowSpace {
	margin: 10px 0px 0px 0px;
}

SPAN.recordItem, SPAN.recordItemLong {
	display: block;
	float: left;
	width: 150px;
	font-size: 8pt;
	color: #7d7c78;
}
SPAN.recordItemLong {
	float: none;
	width: 250px;
}

/* --- Content - contact info ----------------------------------------------------------------------------- */

.pC_contact {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.pC_contact .pC_contact {
	width: 100%;
	margin: 7px 0px 7px 10px;
}

.pC_contact P {
	margin: 0px 0px 3px 0px;
}
.pC_contact .pC_contact P {
	margin: 0px;
}

.pC_contact A {
	text-decoration: none;
	color: #000;
}

.pC_contactName {
	font-size: 10pt;
	font-weight: bold;
}
.pC_contact .pC_contact .pC_contactName {
	font-size: 9pt;
	font-weight: normal;
}

.pC_contactLabel {
	/*display: block;
	float: left;
	clear: left;
	width: 70px;*/
	white-space: nowrap;
	font-size: 8pt;
	color: #7d7c78;
}