﻿#default_content
{
	float: left;
	width: 99%;
	/*margin-top: 1em;*/
	margin-left: 1em;
	/*margin-right: 1em;*/
}

#default_content p
{
	font-style: normal;
	font-weight: lighter;
	/*font-size: 11px;*/
	/*font-size: 0.7em;*/
	/*color: #000000;*/
	line-height:1.7em;
	/*color: #666666;*/
	padding-top: 0em;
	margin-top: 0em;
}

/***********************************************/
/*********** Links at default.aspx *************/
/***********************************************/
#default_top .default_left a:hover
{
	text-decoration: underline;
	display: inline;
}

#default_top .default_left a:focus
{
	text-decoration: underline;
	display: inline;
}



#default_content p.lineheight
{
	
}

#default_top 
{
	float: left;
	width: 100%;
	/*background-color:Aqua;*/
}

#default_top li 
{
	list-style-image: url("/images/bullet_orange_01a.gif");
}

#default_top ul.blue li
{
	list-style-image: url("/images/bullet_blue.gif");
}

.default_left 
{
	float: left;
	width: 69.8%;
	margin-top: 1em;
	/*background-color: Lime;*/
}

.default_left .stelae_tech 
{
	float: left;
	border-top: solid 1px #B7B7B7;
	/*background-color: #F2F2F2;*/
	width: 98.5%;
} 

.default_left .stelae_text 
{
	float: left;
	/*padding-left: 7px;*/
	padding-right: 7px;
	padding-top: 10px;
	width: 491px;
}

.default_left .stelae_image 
{
	float:left;
	padding-top: 9px;
	/*display:none;*/
}

.default_left .khemeia 
{
	float: left;
	width: 98.6%;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	/*padding-left: 1em;*/
	border-top: solid 1px #B7B7B7;
	border-bottom: solid 1px #B7B7B7;
}

img.imgKhemeia 
{
	float: left;
	padding-right: 8px;
	height: 61px;
}

.default_left_bottom 
{
	float: left;
	margin-top: 1em;
}

.default_news 
{
	float: left;
	width: 300px;
	/*padding-left: 13px;*/
	
}

.default_news .text 
{
	border-right: solid 1px #FF7933;
}

#news 
{
	float: left;
	padding-left: 36px;
	width: 320px;
}

#news p
{
	border: none;
}

#customers 
{
	width: 310px;
}

#customers p
{
	padding-right: 3em;
	margin-bottom: 0.8em;
}

.default_right 
{
	float: left;
	margin-top: 11px;
	/*margin-left: 16px;*/
	/*background-color: Aqua;*/
	width: 299px;
	/*height: 200px;*/
}

.default_right .features_list 
{
	background-color: #FAFAD8;
	padding-top: 1em;
	padding-right: 2.0em;
	padding-left: 0em;
	padding-bottom: 1em;
	/*font-size: 1.0em;*/
}

.default_right .features_list h1 
{
	font-size: 1.15em;
	margin-left: 1.77em;
	color: #00529C;
}

.default_right .features_list li 
{
	margin-bottom: 1.2em;
} 

.default_right .team 
{
	float: left;
	width: 100%;
	/*height: 96px;*/
	border-bottom: dotted 2px black;
	padding-bottom: 0.83em;
}

.default_right .customer 
{
	float: left;
	padding-top: 0.5em;
	width: 100%;
	/*height: 93px;*/
	border-bottom: dotted 2px black;
	padding-bottom: 0.97em;
}

.default_right .news 
{
	float: left;
	padding-top: 0.5em;
	width: 100%;
	/*height: 120px;*/
	border-bottom: dotted 2px black;
	padding-bottom: 1.50em;
}




#default_bottom 
{
	float: left;
	width: 100%;
	margin-top: 1em;
}

.contact_top 
{
}

.address 
{
	float: left;
	width: 300px;
	/*height: 60px;*/
	/*font-size: 0.85em;*/
	border-right: solid 1px #FF7933;
	padding-left: 32px;
}

#address1 
{
	padding-left: 0em;
}

#address3 
{
	border-right: none;
}


/***************************************/
/*** Opacity Control on Default Page ***/
/***************************************/

/* default opacity for IE */
#customers .text img 
{
	/*filter:alpha(opacity=100);*/
	opacity: 1.0;
}

/* duplicate image positioning */
img.idupe {
	position: absolute;
	z-index:30000;
	visibility:hidden;
	}

