html { 
min-height: 100%; 
margin-bottom: 1px;
}

/* body _________________________________________________________________*/
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	}

/*- - -  Main Navigation - - - */

ul#mainNav {
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../misc/main-nav-background.gif) top left no-repeat;
}

ul#mainNav li {
	float: left;
	padding: 4px 15px 0;
	height: 36px;
	background: url(../misc/main-nav-separator.gif) 0 0 no-repeat;
	margin-left: -4px;
}

ul#mainNav li.first {
	margin-left: 40px;
	background: none;
}

ul#mainNav li a {
	position: relative;
	display: block;
}

ul#mainNav li a:link,
ul#mainNav li a:visited,
ul#mainNav li a:hover,
ul#mainNav li a:active {
	color: #e9e9e9;
	text-decoration: none;
}

ul#mainNav li a:hover {
	color: #fff;
}

ul#mainNav li a span {
	padding: 0 20px;
	/*position: relative;*/
	z-index: 100;
}

ul#mainNav li a span.left {
	position: absolute;
	left: 10px;
	top: 0;
	padding: 0;
	z-index: 50;
}

ul#mainNav li a span.right {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 0;
	z-index: 50;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	

.header{
	background-image: url(../misc/img2_logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 125px;
}


.HeaderText {
	display:block;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	background-image:url(../misc/img2_hearderbg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom: 18px;
	}

.content_text_header {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	}
	
.content_text_highlight {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	}

.Product_text_header {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	background-image:url(../misc/img2_hearderbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	}
	
.product_tittle a{
	display:block;
	font-size: 11px;
	font-weight:bold;
	padding: 5px;
	color:#FFFFFF;
	background-color: #666666;
	text-decoration:none;
	}
		
.product_tittle a:hover{
	color: #FFFF33;
	background-color:#333333;
	}

/* - - - - - - - - - - categories listing  - - - - - - - - - - - */

.catDiv{
width: 140px;
display: block;
float: left;
clear: none;
height: 155px;
/*border: solid 1px #CCCCCC;*/
text-align: center;
margin: 0px 0px 8px 8px;
color:#FFFFFF;
background:#666666;
font-weight: bold;
padding: 1px;
}

.catDiv img{
padding: 0px;
margin: 0px 0px 3px 0px;
border: 0px;
}

.catDiv a{
color: #FFFFFF;
text-decoration: none;
}

	

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.left_header {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	padding-top:10px;
	padding-bottom: 5px;
	background:url(../misc/img_left_header.gif);
	background-repeat:no-repeat;
	background-position: 0 0px;
	}
	
a.left_prodcut_tittile {
	background:url(../misc/left_centre.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom:3px;
	padding-left: 15px;
	display:block;
	/*height:15px;*/
	text-decoration:none;
	}
	
a.left_prodcut_tittile:hover {
	color: #333333;
	background: url(../misc/left_centre3.gif);
	}
	
a.left_product {
	display:block;
	background:url(../misc/left_centre.gif);
	background-repeat:repeat-y;
	font-size: 12px;
	color: #FFFF00;
	padding-left:15px;
	padding-top:5px;
	text-decoration: none;
	/*height: 15px;*/
	}
	
a.left_product:hover{
	color: #333333;
	background:url(../misc/left_centre2.gif);
	}
	
.hide{
display: none;
}

.show{
display: block;
}

.new_product_text a {
	display:block;
	background:url(../misc/left_centre.gif);
	background-repeat:repeat-y;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 3px;
	text-decoration:none;
	}
	
.new_product_text a:hover{
	color:#FFFF33;
	background:url(../misc/left_centre2.gif);
	}

/*- - - - - - - - - -  - Details Page (new & services) - - - -  - - */

.detail_image{
margin-right: 15px;
margin-top: 25px;
display: block;
float: left;
clear: left;
width: 125px;
}

.detail_text{
width: 450px;
margin-top: 25px;
display: block;
float: left;
clear: none;
}

	
	
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.footer a {
	font-size: 10px;
	color:#666666;
	padding: 3px;
	padding-bottom: 5px;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
.footer_background {
	background:url(../misc/img_footer1.gif);
	background-repeat:repeat-x;
	background-position: 0 0px;
	}
	
a.kudos {
	font-size:10px;
	background-image:url(../misc/kudos_k.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left: 15px;
	color:#999999;
	text-decoration:none;
	}
	
a.kudos:hover{
	color:#666666;
	text-decoration:underline;
	}
	
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#chat{
	width:100%;
	text-align: right;
	margin: 0px 0px 8px 0px;
}

#chat img{
	margin-right: 10px;
}

.lang{
	padding-right: 28px;
}

.lang select{
	font-size: 10px
}
