/*-------------------------- Master Style Sheet ------------------------------

author:    Panagiotis Efthymiou
email:     panagiotis_efthymiou@atcom.gr
website:   http://www.atcom.gr
-----------------------------------------------------------------------------*/


/* = General
-----------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(images/body-bg.gif) repeat-x;
	}
	
.float-left {
	float:left;
	}

.float-right {
	float:right;	
	}

#wrapper {
	width:955px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	}


/* = Header
-----------------------------------------------------------------------------*/	
#header {
	width:955px;
	height:200px;
	float:left;
	}
	
#logo {
	width:225px;
	float:left;
	}
	
#logo img{
	float:left;
	margin:12px 0 0 22px;
	border:0;	
	}
	
#header-content {
	width:730px;
	float:right;
	}
	
#quicklinks {
	float:left;
	width:700px;
	height:28px;
	margin:64px 0 10px 0;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#quicklinks ul {
	list-style:none;
	float:right;
	height:28px;
	margin:0;
	padding:0;
	}
	
#quicklinks li {
	float:left;
	width:92px;
	height:28px;
	}
	
#quicklinks span {
	display:block;
	width:80px;
	height:28px;
	}
	
#quicklinks a{
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	height:19px;
	padding:9px 0 0 0;
	margin:0 0 0 12px;
	}
	
#feedback {
	width:280px;
	height:98px;
	float:left;
	background:url(images/feedback-sep.gif) no-repeat right center;
	}
	
#feedback img{
	float:left;
	margin:16px 0 0 20px;
	border:0;	
	}

#description {
	width:450px;
	height:98px;
	float:left;
	}


/* = Main
-----------------------------------------------------------------------------*/	
#main {
	width:955px;
	float:left;
	background:url(images/main-bg.gif) repeat-x center top;
	}
	
#sidebar {
	width:225px;
	float:left;
	}
	
#video-link {
	width:100%;
	overflow:hidden;
	padding:16px 0;
	}	
	
#video-link img{
	float:left;
	margin:0 0 0 16px;
	border:0;	
	}
	
#main-content {
	width:730px;
	float:right;
	}
	
#main-content-left {
	width:640px;
	float:left;
	padding:16px 30px 0 30px;
	}
	
#main-content-right {
	width:230px;
	float:right;
	}
	
#main-text {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#4d4e52;
	margin:20px 0;
	line-height:16px;
	}
	
.main-h2 {
	font:normal 18px Tahoma, Arial, Helvetica, sans-serif;
	color:#343131;
	margin:0;
	padding:0;
	}
	
.extras-list {
	width:100%;
	overflow:hidden;
	padding:10px 0;
	font:11px Tahoma, Arial, Helvetica, sans-serif;	
	}
	
.extras-list ul {
	width:160px;
	float:left;
	list-style:none;
	padding:0;
	margin:0 10px 0 0;
	}
	
.extras-list li {
	line-height:13px;
	padding:5px 5px 5px 16px;
	border-bottom:1px solid #eceef1;	
	}
	
.extras-list li a{
	color:#464649;
	text-decoration:none;
	}
	
.extras-list li a:hover{
	text-decoration:underline;
	}	
	
#thumbnail {
	width:100%;
	padding:40px 0 0 0;
	}
	
#thumbnail img {
	border:0;
	margin:14px 0 0 0;
	}
	
#thumbnail .top-image {
	margin:0;
	}
	

/* = Footer
-----------------------------------------------------------------------------*/	
#footer {
	width:955px;
	height:100px;
	float:left;
	margin:20px 0 0 0;
	background:url(images/footer-bg.gif) no-repeat center top;
	}
	
#footer-main {
	width:925px;
	padding:0 10px 0 20px;
	margin:0 0 10px 0;
	overflow:hidden;
	}
	
#footer-main img {
	border:0;
	}
	
#copyright {
	float:left;
	}
	
#copyright p {
	color:#2b2a1e;
	margin:0;
	padding:0;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#footer-atcom {
	float:right;
	}	

.atcom, #atcomProductionFlash {
	float:left;
	}	
	
#footer-atcom .atcom a {
	font-family:tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #8A837D;
	}

#footer-atcom .atcom a:hover {
	font-family:tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #625C57;
	}