/********************************************************************
 * http://www.web-experts.gr (Cascade Style Sheet)
 *
 * Copyright (c) 2007
 * Powered by Web-Experts
 ********************************************************************/
body {
	background-color: #322F31;
	SCROLLBAR-FACE-color: #dee3e7; 
	SCROLLBAR-HIGHLIGHT-color: #ffffff; 
	SCROLLBAR-SHADOW-color: #dee3e7;
	SCROLLBAR-3DLIGHT-color: #d1d7dc; 
	SCROLLBAR-ARROW-color: #006699;
	SCROLLBAR-TRACK-color: #efefef;
	SCROLLBAR-DARKSHADOW-color: #98aab1;
	margin: 0px;
}

/************************************************************************************
 * Style: Links
 ************************************************************************************/
A:link {
	font-family: Verdana, Arial, sans-serif; font-size: 11px;color: #666666; 
	font-weight: normal; text-decoration: none;
}
A:visited {
	font-family: Verdana, Arial, sans-serif; font-size: 11px;color: #666666; 
	font-weight: normal; text-decoration: none;
}
A:hover, A:visited:hover {
	font-family: Verdana, Arial, sans-serif; font-size: 11px;color: #99CCCC; 
	font-weight: normal; text-decoration: underline;
}
A:active {
	font-family: Verdana, Arial, sans-serif; font-size: 11px;color: #666666; 
	font-weight: normal; text-decoration: none;
}

/************************************************************************************
 * Style: TD
 ************************************************************************************/
td {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ffffff; 
	font-weight: normal; text-decoration: none;
}

/************************************************************************************
 * Style: Forms and Elements
 ************************************************************************************/
form 
{  
  margin: 0;
  padding: 0;
  display: inline;
}

checkbox, input, radio, select, textarea, file 
{ 
	font-family: Verdana, Arial, sans-serif; font-size: 11px; 
}

img {	
	border-width: 0px;
	border: 0px;	
}

.inputform { 
	width: 150px;
	border:1px solid #e5e5dc;
	background:#fff; 
	color:#797969;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	padding:1px;
}

.textareaform { 
	font: 11px tahoma, arial, verdana, sans-serif;
	text-align: left;
	width: 270px;
	height: 80px;
	padding: 1px 3px 0px; 
	margin-right: 11px
}

.selectform { 
	width:100%;
	border:1px solid #e5e5dc;
	background:#fff; 
	color:#797969;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	padding:1px;
}

/************************************************************************************
 * Style: General
 ************************************************************************************/
TD.centered {
	text-align: center
}

TD.tinytd {
	height: 8px;
}

TD.smalltd {
	height: 12px;
}

.topit {
	vertical-align: top;
}

.middleit {
	vertical-align: middle;
}

.bottomit {
	vertical-align: bottom;
}

TD.leftit {
	text-align:left;
}

TD.centerit {
	vertical-align: middle;
}

TD.rightit {
	text-align: right;
}

TD.justifyit {
	text-align:justify;
}

.bodyline {
	 border: 1px solid #feaa24;
}

TD.leftpadit {
	padding-left: 10px;
}

TD.rightpadit {
	padding-right: 10px;
}

.srinkit {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/************************************************************************************
 * Style: Content BG
 ************************************************************************************/
TD.content-bg {
	background-image: url(../../images/content_background.jpg);
	background-repeat: repeat-x;
	background-color: #656565;
}

/************************************************************************************
 * Style: Verical Separator
 ************************************************************************************/
TD.vertical-separator {
	background-image: url(../../images/vertical_separator.jpg);
	background-repeat: repeat-y;
	width: 5px;
}

/************************************************************************************
 * Style: Horizontal Separator
 ************************************************************************************/
TD.horizontal-separator {
	background-image: url(../../images/horizontal_separator.jpg);
	background-repeat: repeat-x;
	height: 5px;
}

/************************************************************************************
 * Style: Menu
 ************************************************************************************/
TD.menu {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: BLACK;
	vertical-align:middle;
	text-align:center;
	background-image:url(../images/menu_back.jpg);
}
.menu A:link {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: BLACK;
}
.menu A:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: BLACK;
}
.menu A:hover, .menu A:visited:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: BLACK;
}
.menu A:active {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: BLACK;
}

/************************************************************************************
 * Style: Whiteit
 ************************************************************************************/
TD.whiteit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.whiteit A:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.whiteit A:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.whiteit A:hover, .whiteit A:visited:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}
.whiteit A:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/************************************************************************************
 * Style: Footer
 ************************************************************************************/
TR.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	background-color: #322F31;
	height: 110px;
}
.footer A:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.footer A:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.footer A:hover, .footer A:visited:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #708090;
	text-decoration: underline;
}
.footer A:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
/************************************************************************************
 * Style: Links
 ************************************************************************************/
#logo{
	position: absolute;
	z-index: 1001;
}


 


	/* jQuery lightBox plugin - Gallery style */
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }

.yellowframe{ border:2px solid #cccccc;}
.yellowit{color:#E0D72F;}
.greyframe{ border:2px solid #cccccc;}
.redframe{ border:2px solid RED; background-color:#FF6666}





