@import url(frm/layout.css);
@import url(frm/tools.css);
@import url(frm/typo.css);
@import url(frm/forms.css);

/*-------------------------------------------------------------------------------------------------------------------------------------
														INDEX PAGE LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------*/

body {
	width:17cm;
	background:none;
}
#header { /* page header - header image */
	background: none; /* default header image */
	padding:0;
	margin:0;
	height:70px;
	width:17cm;
}

#header div.contacts {
	height:70px;
}

div.bottomLine, ul#mainNav, div#indexBotWrap div.indexBotRight, div#footer, div#indexBotWrap div.indexBotLeft {
	display:none;
	height:0;
	background:none;
}

/* Top container */
div#indexTopContainer {
	width:17cm;
	margin:0;
	float:none;
	background:none;
}

/* Right block in the top container */
div#indexTopRight {
	width:17cm;
	margin:0;
	float:none;
	background:none;
}

div#indexTopRight p, div#indexTopRight h1, div#indexTopRight h2 {
	margin:6px 0 0 0;
	text-align:justify;
	background:none;
}

/* BOTTOM BLOCK STYLES */

/* bottom block wrapper */
div#indexBotWrap {
	width:17cm;
	margin:20px 0 0 0;
	float:none;
	padding:0;
	clear:both;
	background:none;
}


/* middle column */
div#indexBotWrap div.indexBotMiddle {
	width:17cm;
	margin:0;
	float:none;
	padding:0;
	background:none;
}

/* Bottom middle column heading*/
div#indexBotWrap div.indexBotMiddle h2 {
	width:17cm;
	margin:0;
	float:none;
	padding:0;
	background:none;
}


div#indexBotWrap div.indexBotMiddle p {
	margin:6px 0 0 0;
	text-align:justify;
	padding:0;
	background:none;
}
