@charset "UTF-8";
/* CSS Document */

#ContentHome a:link, a:active, a:visited {
	text-decoration:underline;
	color: #095C86;
	font-size: 12px;
	
}

#ContentHome a:hover {
	text-decoration:none;
	color: #0099CC;
	
}

#ContentHome {
	height: auto;
	width: 738px;
	display: block;
	padding-bottom: 15px;
	clear: both;
	overflow: hidden;
}



.paddingRight15px { padding-right:15px;}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #000;
	background-image: url(../../images/home/titlebar_bg1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 25px;
	padding-top: 15px;
	vertical-align:top;
}

.headingline {
	background-image: url(../../images/home/titlebar_bg2.gif);
	background-repeat: repeat-x;
	vertical-align:top;
}

.headingPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-image: url(../../images/home/shape_line_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	padding-top: 15px;
}


#products {
	height: 180px;
	width: 488px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	background-image: url(../../images/home/thumbnail_01.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 30px;
}

#products ul{
	font-size:11px;
	list-style-type: none;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}



#products ul li{
	background-image: url(../../images/home/glyph.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-left: 1.5em;
	padding-top: 0.4em;
}



.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	vertical-align:top;
	padding-top: 10px;
}

.news td {
	vertical-align:top;
}

#Contact {
	height: 90px;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	background-image: url(../../images/home/thumbnail_02.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 10px;
}


.greyText {
	color:#666666;	
	
}

.glyph {
	vertical-align:top;	
}