/*-------------------------------------------------
				 	 Global				
-------------------------------------------------*/
body{
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	font-size: 12px;
	background-color: #c7cee8;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	color: #1d5da6;
	font-size: 14px;
}
h2{
	color: #1d5da6;
	font-size: 18px;
}

table tr td{
	padding-left:0;
}
/*-------------------------------------------------
					Images				
-------------------------------------------------*/
#divAboutDentechImage{
	height: 270px;
}
#divHygeneImage{
	height: 270px;
}
#divProductsImage1{
	height: 340px;
}
#divProductsImage2{
	height: 340px;
}
/*-------------------------------------------------
					 Header				
-------------------------------------------------*/
.divHeader{
	height: 225px;
}
/*-------------------------------------------------
					 Menu				
-------------------------------------------------*/
#divNavigation a{
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
/*.divMenuItem{
	height: 22px;
	padding-top: 8px;
}*/
.divMenuItemSelected{
	height: 22px;
	padding-top: 8px;
	color: #175dad;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#divMenuContent{
	
}
/*-------------------------------------------------
					  Content 				
-------------------------------------------------*/

#divContentWrapper{
}
.divBlockTopNavigation{
	background:url(../images/content_top.gif) no-repeat bottom;
	height: 40px;
}
.divBlockTop{
	background:url(../images/content_top.gif) no-repeat bottom;
	height: 20px;
}
.divBlockContent{
	background:url(../images/content_middle.gif) repeat-y;
}
.divBlockBottom{
	background:url(../images/content_bottom.gif) no-repeat;
	height: 20px;
}
.tblContact{
	margin-bottom:0;
}
/*-------------------------------------------------
					 Footer   					
-------------------------------------------------*/
#divFooter{
	margin-top:20px;
	color: #1b5ca6;
	font-size: 12px;
	font-weight: bold;
}
#divFooter a{
	text-decoration: none;
	color: #1b5ca6;
}
/*-------------------------------------------------
		      Miscellaneous classes   					
-------------------------------------------------*/
.middle{
	text-align: center;
}
.poweredBy{
	text-align: right;
	/*font-weight: bold;*/
	color: #c5d2e5;
}
.bold{
	font-weight: bold;
}
td.vtop{
	vertical-align:top;
}