
/*
	> project   : Agrofert Holding Corporate Website
	> author    : Michael Zitek
	> copyright : (c) 2010 AGROFERT HOLDING, a.s., Michael Zitek
	> date      : May 2010
*/

/* === Basic HTML tags ==================================================================================== */

BODY {
	margin: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(../images_lyt/background.png);
	background-color: #edf5f7;
	color: #000;
}

H1 {
	margin: 8px 0px 20px 20px;
	font-size: 16pt;
	font-weight: normal;
}

H2, H3 {
	margin: 20px 0px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

H3 {
	font-size: 10pt;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.map {
	color: #000;
}

UL, UL.fileList {
	margin: 10px 0px 10px 50px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

UL.fileList {
	margin: 10px 0px 0px 11px;
	list-style-type: none;
	line-height: 140%;
}

UL.map {
	margin: 0px 0px 10px 60px;
	list-style-type: none;
}

UL UL.map {
	margin: 0px 0px 10px 30px;
	list-style-type: none;
}

LI {
	margin: 4px 0px 4px 0px;
}

P {
	margin: 0px 50px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

TABLE {
	width: 580px;
	margin: 10px 0px 10px 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

TH {
	padding: 0px 0px 10px 0px;
	text-align: left;
}

TD {
	padding: 3px 5px 3px 0px;
}

/* === Ids & Classes ====================================================================================== */

/* --- Common --------------------------------------------------------------------------------------------- */

#pageEnvelope {
	width: 1000px;
	margin-top: 25px;
}

#pE_leftTabs {
	float: left;
	width: 30px;
	height: 300px;
	text-align: right;
}

#pE_pageBody {
	float: left;
	width: 870px;
	padding: 40px 50px 0px 50px;
	text-align: left;
	background-image: url(../images_lyt/logo_puzzle.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}

#pB_header {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d8d5;
}

#pB_content {
}

#pB_footer {
	clear: both;
	width: 830px;
	height: 20px;
	margin: 0px 0px 10px 30px;
	padding: 6px 90px 0px 50px;
	font-weight: bold;
	background-color: #58595b; /*007c3a;*/
	color: #fff;
}

.displayNone {
	display: none;
}

.scheme {
	cursor: pointer;
}

DIV.pageCover, DIV.pageCoverOn {
	z-index: 1000;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	filter: alpha (opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

DIV.pageCoverOn {
	display: block;
}

#imageContainer {
	z-index: 2000;
	display: none;
	position: absolute;
	padding: 20px;
	background-color: #FFF;
	border: 3px solid #BDB6B6;
}
#imageContainerInner {
	cursor: pointer;
}
#imageContainerLink {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: right;
}

.contactLink {
	margin: 0px 20px 0px 0px;
	white-space: nowrap;
}

SPAN.fileList {
	margin: 0px 0px 0px 32px;
	font-size: 8pt;
}

.smaller {
	font-size: 8pt;
}

.gray {
	color: #7d7c78;
}

/* --- Header --------------------------------------------------------------------------------------------- */

#pH_logo {
	float: left;
}

#pH_sysmenu {
	float: right;
	width: 670px;
	font-size: 9pt;
	text-align: right;
	margin: -20px 0px 0px 0px;
	color: #7d7c78;
}
A.pH_sysmenu {
	color: #7d7c78;
	cursor: pointer;
}

#pH_menu {
	float: right;
	width: 670px;
	margin: 37px 0px 0px 0px;
	white-space: nowrap;
}

IMG.language {
	float: right;
	margin: -12px 0px 0px 25px;
}

/* --- Content -------------------------------------------------------------------------------------------- */

#pC_menu {
	float: left;
	width: 190px;
	min-height: 380px;
	margin: 0px 0px 20px 0px;
	border-right: 1px solid #d9d8d5;
}

#pC_news {
	float: left;
	width: 20%;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-right: 1px solid #d9d8d5;
}

#pC_content {
	float: right;
	width: 620px;
	min-height: 250px;
	margin: 0px 50px 30px 0px;
	border-right: 1px solid #d9d8d5;
}

#pC_photo {
	z-index: 100;
	float: right;
	width: 610px;
	height: 230px;
	margin: 0px 10px 0px 0px;
}

#pC_path {
	width: 550px;
	margin: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7d7c78;
}
A.pC_path {
	color: #7d7c78;
}

/* --- Drop-down menu ------------------------------------------------------------------------------------- */

SPAN.pH_menuItem, A.pH_menuItem {
	margin-right: 30px;
	font-size: 11pt;
	color: #7d7c78;
	cursor: pointer;
}

DIV.pH_menuDD {
	z-index: 200;
	position: absolute;
	display: none;
	max-width: 250px;
	min-width: 130px;
	background-image: url(../images_lyt/pH_menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	filter: alpha (opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

UL.pH_menuDD {
	margin: 11px 0px 0px 0px;
	padding: 1px;
	border-right: 1px solid #d9d8d5;
	border-left: 1px solid #d9d8d5;
	border-bottom: 1px solid #d9d8d5;
	background-color: #FFF;
}

LI.pH_menuDD, LI.pH_menuDDFocused {
	margin: 0px;
	padding: 6px 20px 6px 17px;
	list-style-type: none;
	border: none;
}

LI.pH_menuDDFocused {
	background-color: #d9d8d5;
	cursor: pointer;
}

A.pH_menuDD {
	text-decoration: none;
	/*font-size: 11pt;*/
	color: #000;
}

/* --- Vertical menu -------------------------------------------------------------------------------------- */

A.pC_menuItem {
	display: block;
	margin: 17px 0px 15px 0px;
	font-size: 12pt;
	color: #58595b;
}

A.pC_menuItemChild {
	display: block;
	margin: -10px 0px 15px 15px;
	font-size: 11pt;
	color: #58595b;
}

/* --- Footer menu ---------------------------------------------------------------------------------------- */

DIV.pB_menuItemLeft {
	float: left;
	width: 30%;
	font-variant: small-caps;
	font-size: 11pt;
	letter-spacing: 5px;
	line-height: 90%;
	text-align: left;
}

DIV.pB_menuItemRight {
	float: right;
	width: 70%;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
}

A.pB_menuItem {
	margin: 2px 15px 0px 15px;
	color: #fff;
}

A.pB_menuItemLeft {
	color: #fff;
}


FORM.search {
	margin: 20px 0px 30px 20px;
}
