/* Stylesheet for About Productions  - All rights reserved
Created by: Yiannis Konstantakopoulos - hello@porcupine.gr 
----------------------------------------------------*/

/* Reset by E. Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Structure
----------------------------------------------------*/

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-srif; 
	color: #777;
	background: #fff;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 740px;
	text-align: left;
}

#head{
	width: 250px;
	float: left;
	background: #fff;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* =Nav
----------------------------------------------------*/
#nav{
	width: 490px;
	float: right;
	background: #fff;
}

#nav ul{
	float: right;
	height: 100px;
}

#nav ul li{
	display: inline;
}

#nav ul li a {
	height: 100px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 5px;
}

#nav ul li#about a {
	width: 76px;
	background: url(../img/nav/about.jpg) no-repeat;
}

#nav ul li#about a:hover, #nav ul li#about a.selected {
	width: 76px;
	background: url(../img/nav/about.jpg) no-repeat ;
	background-position: 0 -100px;
}

#nav ul li#services a {
	width: 76px;
	background: url(../img/nav/services.jpg) no-repeat;
}

#nav ul li#services a:hover, #nav ul li#services a.selected {
	width: 76px;
	background: url(../img/nav/services.jpg) no-repeat ;
	background-position: 0 -100px;
}

#nav ul li#locations a {
	width: 76px;
	background: url(../img/nav/locations.jpg) no-repeat;
}

#nav ul li#locations a:hover, #nav ul li#locations a.selected {
	width: 76px;
	background: url(../img/nav/locations.jpg) no-repeat ;
	background-position: 0 -100px;
}

#nav ul li#clients a {
	width: 76px;
	background: url(../img/nav/clients.jpg) no-repeat;
}

#nav ul li#clients a:hover, #nav ul li#locations a.selected {
	width: 76px;
	background: url(../img/nav/clients.jpg) no-repeat ;
	background-position: 0 -100px;
}




#nav ul li#behind a {
	width: 76px;
	background: url(../img/nav/behind.jpg) no-repeat;
}

#nav ul li#behind a:hover, #nav ul li#behind a.selected {
	width: 76px;
	background: url(../img/nav/behind.jpg) no-repeat;
	background-position: 0 -100px;
}



#nav ul li#contact a {
	width: 76px;
	background: url(../img/nav/contact.jpg) no-repeat;
}

#nav ul li#contact a:hover, #nav ul li#contact a.selected {
	width: 76px;
	background: url(../img/nav/contact.jpg) no-repeat ;
	background-position: 0 -100px;
}

#dots{
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
}

/* =content
----------------------------------------------------*/
#content{
	width: 740px;
	float: left;
	margin: 20px 0 0 0;
}

p{
	font-size: 1.1em;
	margin: 10px 70px 0 0;
	line-height: 2em;
	letter-spacing: 1px;
}

p.contact{
	font-size: 1.1em;
	margin: 10px 20px 0 0;
	line-height: 2em;
	letter-spacing: 1px;
}
.tit {
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: 1.3em;
	font-size: 12px;
}

/* =gallery
----------------------------------------------------*/
#gallery{
	float: left;
	width: 590px;
}

#main-image{
	width: 521px;
	height: 0px;
}


.gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
}

.gallery_demo li div{
	left:240px
}

.gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}

.galleria{list-style:none;width:520px; margin: 20px 0}
.galleria li{display:block;width:30px;height:30px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

#sidebar{
	float: right;
	width: 150px;
}


/* =images
----------------------------------------------------*/
img.img_left{
	float: left;
	margin: 0 40px 0 0;
}

/* =links
----------------------------------------------------*/
#content a{
	color: #555;
	text-decoration: none;
}

#content a:hover{
	color: #555;
	border-bottom: 1px solid #555
	text-decoration: none;
}

#sidebar a.selected{
	color: #555;
	text-decoration: none;
	border: none;
}

#sidebar span.later{
	color: #ccc;
}
