@charset "utf-8";
/* CSS Document

*********************************************************************
Author: George Mavromatis
Web site: Styletheweb.gr Copyright2009, George Mavrommatis, http://styletheweb.gr. 
This work is licenced under a Creative Commons License attribution 3.0 Greece. 

For any reuse or distribution, you must make clear to others the licence terms 
of this work, (a link back to my website).

Read more for license: http://styletheweb.gr/about.html
*********************************************************************

/*-------------------------------------------------------------------
                                 GENERAL                             
--------------------------------------------------------------------*/

body {
    background: #333 url(images/gbck.gif) repeat;
	line-height: 1.4;
	font-size: 87%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img {
	border: 0;
}
h1 {
    margin-bottom: -10px;
	font-size: 180%;
	font-weight: bold;
	color: #000000;
}
h2 {
    margin-bottom: -7px;
	font-size: 130%;
	font-weight: normal;
}
li {
	margin-left: 0;
}
p {
    margin-bottom: 10px;
}
.mailp {
    margin: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #FEA31A;
        outline:none; /* FF1.5+ IE7+*/
        -moz-outline: /* FF<=1.5*/		
}
a:hover {
	color: #FFE0B2;
        outline:none; /* FF1.5+ IE7+*/
        -moz-outline: /* FF<=1.5*/		
}
a:visited { 
	color: #BC8026;
        outline:none; /* FF1.5+ IE7+*/
        -moz-outline: /* FF<=1.5*/		
}

/*-------------------------------------------------------------------
                       MAIN HORIZONTAL MENU                             
--------------------------------------------------------------------*/

#menu .divider { border-right: solid 2px #FEA31A; }
#p01 #n01{
	background: #FEA31A;
	color: #FFF;
}
#p02 #n02 {
	background: #FEA31A;
	color: #FFF;
}
#p03 #n03{
	background: #FEA31A;
	color: #FFF;
}
#p04 #n04{
	background: #FEA31A;
	color: #FFF;
}
#p05 #n05{
	background: #FEA31A;
	color: #FFF;
}
#menu ul{
	padding: 0;
	margin: 0;
	letter-spacing: normal;
}
#menu ul li {
	display:block;
	list-style:none;
	margin-right: 1px;
	padding: 0;
	float: left;
}
#menu ul li a {
	display:block;
	float:left;
	margin:0;
	padding: 5px;
	text-align:center;
	color: #FEA31A;	
	text-decoration:none;
	line-height: 1.7em;
	letter-spacing: 1px;
}
#menu ul li a:hover {
	color: #FFF;
    background: #FEA31A;	
}

/*-------------------------------------------------------------------
                          LAYOUT STACTURE                             
--------------------------------------------------------------------*/

div#container {
	width: 760px;
	margin: 70px auto 0 auto;
	border: 15px solid  #FFF;
	background: #FFF;
	position: relative;
}
#logo {
	width: 224px;
	height: 132px;
	clear: right;
}
div#menu {
	float: right;
}
div#head {
	background: #333 url(images/gbck.gif) repeat;
}
div#showcase {
	clear: left;
	width: 760px;
	height: 239px;
	background: #FFF url(images/main-img.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
} 
div#content {
	width: 100%;
	overflow: hidden;
	clear: left;
	margin: 0;
	padding: 0;
	border: 0;
}
div#leftbar {
	float: left;
	overflow: hidden;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;	
}
div#rightbar {
	float: right;
	padding: 0;
	overflow: hidden;
}

/*-------------------------------------------------------------------
                                 FOOTER                             
--------------------------------------------------------------------*/

#footer {
	font-size: 0.9em;
    margin: 0;
	text-align: center;
	background: #333333 url(images/gbck.gif) repeat;
	padding: 20px;
	color: #FFE0B2;	
}
/*-------------------------------------------------------------------
                                 OUTSIDE OF CONTAINER                             
--------------------------------------------------------------------*/

div#outsidelinks {
    width: 760px;
	padding: 5px;
	height: 50px;
	margin: 0 auto 0 auto;
	position: relative;
	font-size: 86%;
}
div#design {
	position: absolute;
	width: 160px;
	height: 25px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;	
}
#validate { 
	width: 250px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#validate li { 
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

/*-------------------------------------------------------------------
                                 CLEAR FOR FLOATS 
--------------------------------------------------------------------*/

div.clear {
	clear: both;
}
div.clearl {
	clear: left;
}

/*-------------------------------------------------------------------
                       EXTRA EMPTY DIVS FOR IMAGES
--------------------------------------------------------------------*/

div#web2 { 
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: -50px;
	z-index: 10;
	background: url(images/star-new.gif) no-repeat top left;
}
div#phone {
	width: 200px;
	height: 47px;
	position: absolute;
	top: 0px;
	right: 70px;
	z-index: 10;
	background: url(images/phone.jpg) no-repeat;
}
div#back {
	height: 20px;
	top: 0;
	left: 0;
	position: relative;
}
div#back a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	background: #FEA31A;
	color: #000000;
	text-align: right;
	outline: none;
}
div#back a:hover {
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	background: #fece1c;
	color: #333333;
	text-align: right;
	outline: none;		
}