
/* CSS Document */

/*
	global
*/

BODY {
	margin: 0px;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/*
	structure
*/


#globalTable {
	width: 100%;
	height: 100%;
}

#leftElastic {
	background-image: url(../images/left_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #0e182e;
}

#rightElastic {
	background-image: url(../images/right_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #0e182e;
}

#centerPageContainer {
 	width: 1000px;
	height: 100%;
}

#centerPageTable {
 	height: 100%;
}

#motivTable {
 	width: 1000px;
	height: 100%;
}

#motivRestContainer {
	width: 310px;
	background-image: url(../images/motiv_rest.jpg);
	background-repeat: no-repeat;
}

#mainAreaContainer {
 	height: 100%;
	background-image: url(../images/inside_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #0e182e;
	padding-left: 49px;
	padding-right: 43px;
}

#mainAreaTable {
 	width: 100%;
	height: 100%;
}

#topAreaContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21429c;
	line-height: 18px;
	padding-top: 23px;
	padding-left: 140px;
}

/*
	mainMenu
*/

#mainMenuContainer {
	height: 30px;
	border-bottom: 1px solid #3860b4;
}

#mainMenu {
	height: 31px;
}

#mainMenu TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bcd5f9;
	font-weight: bold;
	padding-right: 20px;
}

#backLinksContainer {
	padding-top: 55px;
	text-align: right;
}

#contentAreaContainer {
	padding-top: 28px;
}

#contentAreaTable {
	width: 100%;
}

#newsContainer {
	width: 140px;
	padding-right: 30px;
}

#insideContainer {
	padding-left: 30px;
	padding-right: 30px;
}

#insideTable {
	width: 100%;
}

#productPanelContainer {
	width: 230px;
	padding-left: 40px;
}

#productPanelTable {
	width: 100%;
}

/*
	NEWS
*/

P.newsHeader {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
}

P.newsDate {
	font-size: 10px;
	color: #99b2ea;
	padding-top: 11px;
	padding-bottom: 8px;
}

P.newsNote {
	font-size: 11px;
	padding-bottom: 11px;
}

/*
	PRODUCT
*/

UL.productLevel1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

UL.productLevel1 LI {
	border-bottom: 1px solid #2e4678;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/white_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 17px;
	line-height: 14px;
}

/*
	homepage two blocks
*/

#textBlockContainer {
	width: 100%;
	padding-right: 45px;
}

#photosBlockContainer {
	width: 127px;
}








