/* INIT */
html, body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font: normal 12px Verdana, Geneva, sans-serif;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
/*	outline: 0;*/
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS START */
body
{
    background: url(../images/body_bg.png) repeat 0 0;
}

.left_space
{
    width:210px;
    float: left;
}

.right_space
{
    width: 760px;
    float: right;
	position:relative;
}

.clear_floats
{
	clear: both;
}

.wrapper
{
    width: 980px;
    margin: 10px auto 0 auto;
}

.top_filmstrip
{
    background: url(../images/filmstrip_bg.png) no-repeat 0 0;
    height: 100px;
    width: 100%;
    display: block;
    margin: 0 0 18px 0;
}

.main_body
{
    width: 100%;
	margin: 0 0 10px 0;
}

.navigation
{
	float:left;
}

.lang
{
	float: right;
}

.navigation ul li
{
	list-style-image:url(../images/top_nav_bullets.png);
	list-style-position:inside;
	float: left;
	margin: 0 0 0 15px;
	font-size: 11px;
	font-weight: normal;
	padding: 9px 0;
}

.navigation ul li a
{
	font-size: 11px;
	font-weight: normal;
	/* font-family:Tahoma, Geneva, sans-serif; <-- An mpei auth h grammatoseira na allaksei kai to margin sto apo pano selector se margin: 0 0 0 20px;*/
	line-height: 11px;
	text-decoration: none;
	color: #23406c;
}

.navigation ul li.first
{
	margin: 0;
}

.lang ul li
{
	clear: both;
	list-style-image:url(../images/lang_bullets.jpg);
	list-style-position:inside;
}

.lang ul li a
{
	text-decoration: none;
	font-size: 10px;
	color: #23406c;
	line-height: 10px;
}

/* Left Column */
ul.best_prods
{
	margin: 0 0 20px 0;
	list-style:none;
	padding:0;
}
ul.tech_info{
	list-style:none;
	padding:0;
	margin:0;
}

ul.best_prods a,
ul.tech_info a
{
	display: block;
}

ul.best_prods li.head_img a
{
	background:url(../images/left_nav_header_img.jpg) no-repeat 0 0;
	height: 90px;
}
ul.best_prods li.head_img.EN a
{
	background:url(../images/left_nav_header_img_EN.jpg) no-repeat 0 0;
}

ul.best_prods li.elem_1 a
{
	background: url(../images/best_prods_1elem.jpg) no-repeat 0 0;
	height: 30px;
}

ul.best_prods li.elem_2 a
{
	background: url(../images/best_prods_2elem.jpg) no-repeat 0 0;
	height: 40px;
}

ul.best_prods li.elem_3 a
{
	background: url(../images/best_prods_3elem.jpg) no-repeat 0 0;
	height: 30px;
}
ul.best_prods li.elem_1.EN a
{
	background: url(../images/best_prods_1elem_EN.jpg) no-repeat 0 0;
}
ul.best_prods li.elem_2.EN a
{
	background: url(../images/best_prods_2elem_EN.jpg) no-repeat 0 0;
}

ul.best_prods li.elem_3.EN a
{
	background: url(../images/best_prods_3elem_EN.jpg) no-repeat 0 0;
}

ul.tech_info li a
{
	height: 40px;
}

ul.tech_info li.head_img a
{
	background: url(../images/left_nav_tech_info.jpg) no-repeat 0 0;
	height: 60px;
}
ul.tech_info li.head_img.EN a
{
	background: url(../images/left_nav_tech_info_EN.jpg) no-repeat 0 0;
}
ul.tech_info li.elem_1 a
{
	background: url(../images/tech_info_1elem.jpg) no-repeat 0 0;
}

ul.tech_info li.elem_2 a
{
	background: url(../images/tech_info_2elem.jpg) no-repeat 0 0;
}

ul.tech_info li.elem_3 a
{
	background: url(../images/tech_info_3elem.jpg) no-repeat 0 0;
}

ul.tech_info li.elem_4 a
{
	background: url(../images/tech_info_4elem.jpg) no-repeat 0 0;
}
ul.tech_info li.elem_1.EN a
{
	background: url(../images/tech_info_1elem_EN.jpg) no-repeat 0 0;
}

ul.tech_info li.elem_2.EN a
{
	background: url(../images/tech_info_2elem_EN.jpg) no-repeat 0 0;
}

ul.tech_info li.elem_3.EN a
{
	background: url(../images/tech_info_3elem_EN.jpg) no-repeat 0 0;
}

ul.tech_info li.elem_4.EN a
{
	background: url(../images/tech_info_4elem_EN.jpg) no-repeat 0 0;
}

/* right column */
/*.main_content /* Index.png ena leuko tetragoo me border - To width einai mikrotero apo to right_column kata 2 px gia na xoresei to border */
/*{
	background-color: #FFF;
	border: 1px solid #d3d3d3;
	width: 758px;
	margin: 1px 0 0 0;
	color: #000;
}*/

.main_content
{
	color: #000;
	background-color:#d2e4ff;
}

.main_content.white
{
	background-color: #FFF;
	border: 2px solid #d3d3d3;
	width: 756px;
	height:430px;
	margin: 1px 0 0 0;
}

/* Footer */
.footer
{
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
	height: 80px;
	color: #FFF;
}

