/*	Imports	*/
@import url("_submenu.css");
@import url("_efarmoges_liseis.css");
@import url("_contact.css");
@import url("_sales.css");
@import url("_company.css");
@import url("_products.css");

/*	Basic	*/
*{margin: 0px;padding: 0px;font-family: "Verdana", Arial, Helvetica, sans-serif;}
body {background-color: #FFF;font-size: 11px;color: #000000;overflow: auto;}
a:link, a:visited {color: #003399;}
a:hover {color: #0066CC;}	
img {border:0;}
input, textarea, select {font-size: 11px;overflow: auto;padding: 0px;background-color: #FBFBFB;border-top: 1px solid #999999;border-right: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-left: 1px solid #999999;margin-bottom: 7px;background-image: url(../images/bg_contact.gif);background-repeat: repeat-x;}
input[type="text"]{	height: 15px;}
html>body input, textarea, select {margin-bottom: 10px;}
hr{color: #736DA0;height: 1px;filter: Alpha(Opacity=40);clear: both;}
html>body hr{background: #D0D0DD;height: 1px;margin-top: 8px;margin-bottom: 8px;border:0;}
h3 {font-family: "Verdana", Arial, Helvetica, sans-serif;font-size: 11px;padding-bottom: 5px;padding-top: 10px;}
label {width: 160px;float: left;text-align: left;margin: 0 1em 10px 0em;clear: both;color: #666666;font-family: "Arial", Helvetica, sans-serif;font-size: 11px;}
p {font-size:11px;line-height: 125%;color: #333333;text-align: left;padding-bottom: 10px;}
table {border: none;height: 100%;width: 100%;}
td {font-size:10px;}
ul,ol{padding: 15px 30px;}
li{padding-top: 3px;}

/*	Custom	*/
#valign {position: absolute;top: 50%;left: 0px;width: 100%;margin-top: -288px;text-align: center;min-width: 780px;}
#halign {background-color: #FFFFFF;position: relative;text-align: left;width: 800px;height: 575px;margin: 0px auto;}
#leftcontent {background: #B8C3D9;height: 421px;width: 177px;}
#pagecontent {height: 381px;width: 564px;overflow: auto;right: 0px;bottom: 0px;position: absolute;padding: 20px 30px;}
#title {font-size: 13px;font-weight: bold;color: #000066;margin-left: 15px;}
#companyDefaultBg {background: url(../images/company.jpg) no-repeat center center;height: 381px;width: 564px;}
#productsDefaultBg {background: url(../images/products.jpg) no-repeat center center;height: 381px;width: 564px;}
#contactDefaultBg{background: #FFFFFF;}
#content{margin: 30px;z-index: 0;}
#content table{border: 1px;height: 0%;width: 80%;}
#content td{border-bottom: 1px solid #CCCCCC;}
#content img{margin-right:10px;margin-top:10px;}
.abscenter{text-align: center;valign:middle;}
.hide {display:none}
.submit-button {margin-top: 5px;font-size: 8pt;border: 1px outset;color: #333333;background-image: none;background-color: #E0E0E0;padding: 3px 10px;}
form {margin: 0px;padding: 0px;}
#topMainFrame {
	background: #FFF;
	display: block;
	height: 90%;
	width: 100%;
	position: absolute;
	overflow: auto;
	right: 0px;	
	top: 0px;
}
#topMainFrame table {
	height: 0%;
	width: 80%;
	border:solid 1px #EBEBEB;
}
#topMainFrame td {
	background-color: #EAEAEA;
	padding:3px;	
}
#topMainFrame .ProductsDetails li {
	list-style-position: inside;
}
#bottomMainFrame {
	text-align:center;
	margin:0px;
	padding:0px;
	background: #F8F8F8;
	display: block;
	height: 10%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #EAEAEA;
}
#bottomMainFrame input {
	margin-top: 5px;
}
.button {
	padding: 2px 3px;
	color: #333333;
	border: 1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body .button {
	background: #D8D8CD;
	padding: 2px 8px;
	color: #000000;
	border-top: 2px solid #F5F5F3;
	border-right: 2px solid #B3B4A9;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #CCCCCC;
}
.Bottom-Right-Background{
	position: absolute;
	z-index: -1;
	right: 0px;
	bottom: 0px;
}