html, body {
	font-family: Tahoma, Arial, Verdana, Sans-serif, Helvetica; font-size: 11px; font-style: normal;
	color: #012F54; background-color: #FFFFFF;
	height:100%; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; height: 100%;
}

a		    { text-decoration : none; color: #012F54; font-weight: bold;}
a:hover		{ text-decoration : underline;color: #012F54; font-weight: bold;}

a.menu	    { text-decoration : none; color: #012F54; font-size: 11px; font-weight: bold;}
a.menu:hover{ text-decoration : underline; color: #012F54; font-size: 11px; font-weight: bold;}

a.mainMenu { text-decoration : none; color: #012F54; font-size: 12px; font-weight: normal;}
a.mainMenu:hover { text-decoration : underline; color: #012F54; font-size: 12px; font-weight: normal;}

a.unselected	    { text-decoration : none; color: #012F54; font-weight:normal;}
a.unselected:hover 	{ text-decoration : underline; color: #012F54; font-weight:normal;}

#mainContainer {
	background-color: #FFFFFF;
}

#headerContainer {
	text-align: right;
}

#headerFlagContainer {
	background-image: url('../images/flag_bg.gif');
	background-repeat: repeat-y;
}

#headerTitleContainer {
	/* background-image: url('../images/spa_title.jpg'); */
	/* background-repeat: repeat-y; */
}

#footerContainer {
	border-top: 3px solid #73DDE9;
	text-align: center;
}

#topLeftContent {
	background-image: url('../images/left_bg.jpg');
	background-repeat: no-repeat;
}

#topLeftLongContent {
	background-image: url('../images/left_long_bg.jpg');
	background-repeat: no-repeat;
}

.news {
 	background-image: url('../images/news_bg.jpg');
 	background-repeat: no-repeat;
 	color: #057887;
}

.news a.title {color: #057887; font-weight: bold; text-decoration : underline;}
.news.date {color: #012F54; font-weight: bold;}

#rightContent .homeWelcomeContent {border-bottom: 1px dotted #ABABAB;}
#rightContent .homeTherapyContent {border-right: 1px dotted #ABABAB;}
#rightContent .homeRightBottomContent {vertical-align:top; }
#rightContent .homeRightBottomContent .text {font-size:11px; color: #057887; font-family:arial, helvetica;}

#rightContent .detail .productTitle {font-family: Sans-serif; font-size:18px; font-weight:bold;}
#rightContent .detail .rightSubtitle {font-weight:bold; text-align:right;}
#rightContent .detail .productSubtitle {font-weight:bold;}
#rightContent .detail .nozzleBox {text-align:justify;}
#rightContent .detail .variationBox {text-align:justify;}

#rightContent .title {font-weight:bold; text-align:right;}

.cleaner {clear: both;}

#rightContent .detail .contactForm td {font-weight: bold;}
#rightContent .detail .contactForm .button {font-weight: normal;}

table.contactForm td input.req {
	background-image: url('../images/req.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

table.contactForm td textarea {
	vertical-align: middle;
	background-image: url('../images/req.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.productView {border: 1px solid #FFFFFF; margin:8px;}

.hpage {border: 1px solid #31B1C9; background-color: #FFFFFF; color: #057887;}

table.techdata td {
	background-color:#E3ECF6;
}

.textRoundButton {position:relative; top:15px; left: 12px; width:250px; margin:15px;
					font-size:12px; font-family: sans-serif, arial; }

.roundButtonContent { position: absolute; left:165px; top:155px; width: 330px; height: 171px; z-index:2; padding: 5px;
						background-color: #F4DE10; color: #FFFFFF; display:none; }
