body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
}

a {
	color:#006faf;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.launch { 
	background:#006faf;
	color:#000; 
	padding:2px 4px;
} 

a.launch:hover { 
	background:#FFF;
	text-decoration:none;
} 

strong {
	color:#333;
}

#overlay {
	position:absolute;
	top:499px;
	left:15px;
	z-index:200;
	width:200px;
	height:247px;
}

#overlay a{
	display:block;
	overflow:hidden;
	width:200px;
	height:247px;
}

.hide {
	display:none;
}

a.rss {
	display:block;
	position:absolute;
	top:3px;
	right:120px;
	text-indent: -5000px;
	width:14px;
	height:14px;
	background:url(../images/template/rss_icon.gif);
	overflow:hidden;
}


/* ---------------------------------------------
HEADERS
-----------------------------------------------*/

h1 a {
	display:block;
	text-indent: -5000px;
	width:200px;
	height:78px;
	background:url(../images/template/logo.gif);
	overflow:hidden;
	margin-bottom:37px;
}

h2 {
  	font-size: 1.45em;
	font-weight:bold;
	line-height:1.25em;
    margin-bottom:15px;
    color: #333;
}

.one_col h2, .two_col h2 {
	 margin-bottom:0;
}

h3 {
	color:#2d559e;
  	font-size: 1.45em;
	font-weight:bold;
}

h3 strong {
	color: #2d559e;
}


/* ---------------------------------------------
MAIN SLIDING CONTENT AREAS
-----------------------------------------------*/

/* --- This wrapper goes around all the sliding divs -----------*/

#content {
	float:left;
	display:inline;
	width:760px;
	overflow:hidden;
	position:relative;
	height:800px;
	z-index:50;
}

/* --- This controls each main horizonal section -----------*/
					
.section {
	height:800px;
	width:30000px;
	position:relative;
	overflow:hidden;
	z-index:50;
}

/* --- Each sub content div -----------*/
#home {
	float:left;
	width:760px;
	height:780px;
	padding-top:30px;
}

#about,  #work, #services, #clientlist, #contact  {
	float:left;
	width:760px;
	height:780px;
	padding-top:113px;
}
#about_statuto, #about_associarsi, #about_soci, #about_direttivo, #work_a, #work_b, #work_d, #work_e, #work_f, #work_g, #services
{
	float:left;
	width:760px;
	height:780px;
	padding-top:113px;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

/* --- Sets the main page background -----------*/

#wrapper_wide {
	width:100%;
	background: url(../images/template/page_back.gif) top repeat-x;
}

/* --- Center the site -----------*/

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:left;
	font-size:1.1em;
	overflow:hidden;
}

/* --- Top bar housing the client area button -----------*/

#topbar {
	position:relative;
	width:990px;
	height:43px;
	padding:10px 0 0 0;
	overflow:visible;
	z-index:200;
	background:#006faf url(../images/template/page_back.gif) top repeat-x;
}

#topbar a.button {
	float:right;
}

#topbar a.twitter {
	float:right;
	background:url(../images/template/twitter_button.png);
	display:inline-block;
	width:106px;
	height:28px;
	text-indent:-5000px;
	margin-right:10px;
}

/* --- Columns -----------*/

.section .one_col {
	width:250px;
	color:#999;
	float:left;
}
.section .two_col {
	width:380px;
	color:#999;
	float:left;
}
.section .three_col {
	width:510px;
	color:#999;
	float:left;
}

/* --- Dotted List styles -----------*/

ul.list {
	margin:10px 0 20px 0;
}

ul.list li {
	border-bottom:1px dotted #666;
	padding:5px 0;
	color: #333;
}

/* --- Navigation block -----------*/

#navigation {
	float:left;
	width:200px;
	margin-right:40px;
	height:800px;
}

/* ---------------------------------------------
HOME SECTION STYLES
-----------------------------------------------*/

/* --- Reel -----------*/

#reel {
	width:760px;
	height:250px;
	position:relative;
	overflow:hidden;
}

ul#reel_controls li a {
	position:absolute;
	top:106px;
	display:none;
	width:56px;
	height:56px;
	z-index:100;
	text-indent:-5000px;
	background-position:left top;
}

ul#reel_controls li a:hover{
	background-position:left bottom;
}

ul#reel_controls li.prev a{
	left:7px;
	background-image:url(../images/reel/arrow_prev.png);
}
ul#reel_controls li.next a{
	right:7px;
	background-image:url(../images/reel/arrow_next.png);
}

ul#reel_controls li.disabled a:hover{
	cursor:default;
	background-position:left top;
}

#reel_content ul{
	display:none;
	position:absolute;
	left:0;
	top:0;
	height:250px;
	width:9000px;
	z-index:90;
}
#reel_content ul li{
	float:left;
	width:760px;
	height:250px;
	margin-right:10px;
	z-index:inherit;
}


/* --- Standard column override styles  -----------*/
#home .home_blog {
	position:relative; /* So we can position the RSS icon absolutely within the div */
	float:left;
	width:434px;
	margin:12px 37px 0 0;
	color:#999;
}

#home .home_work {
	float:left;
	width:267px;
	margin:12px 22px 0 0;
	color:#999;
}

#home .home_labs {
	float:left;
	width:74px;
	margin-top:0;
	color:#999;
}

#home .home_labs h3 { 
	padding:12px 0 15px 0;
	margin:0;
	color:#FFF;
	/*
	background:url(/images/template/icon_labs.gif) top left no-repeat;
	*/
}

#home .home_blog h3 {
	margin-bottom:10px;
}

#home .home_work h3, #home .home_labs h3 {
	margin-bottom:0;
}

#home dl.latest dt {
	color:#333;
  	font-size: 12px;
	font-weight:bold;
	margin:3px 0 5px 0;
	width:370px;
	overflow:hidden;
}

/* --- Comments  -----------*/

#home dl.latest dt a {
	float:left;
	margin-right:10px;
}

#home dl.latest dt em {
	color:#FFF;
  	font-size: 0.55em;
	font-weight:normal;
	background:url(/images/template/comments_back.gif);
	width:10px;
	height:13px;
	margin-top:3px;
	display:block;
	font-style:normal;
	padding:1px 0 0 4px;
	float:left;
	line-height:9px;
}

#home dl.latest dd {
	margin:0 0 10px 0;
	line-height:1.6em;
}

#home ul.selected li, #home ul.labs li {
	float:left;
	position:relative;
	width:74px;
	height:74px;
	margin:15px 15px 0 0;
	z-index:100;
}

#home ul.labs li {
	margin:15px 0 0 0;
}

#home ul.labs li.top { /* Remove the top margin off the top labs project image */
	margin:0;
}


#home ul.selected li a, #home ul.labs li a{
	display:block;
	width:74px;
	height:74px;
}

#home ul.selected li div,
div#rss_link div{
	position:absolute;
	left:50%;
	top:-20px;
	display:block;
	white-space:nowrap;
	z-index:1000;
	overflow:visible;
	text-align:center;
}

div#rss_link div{
	left:253px;
	top:-28px;
}

#home ul.selected li div span,
div#rss_link div span{
	display:block;
	padding:6px;
	border:solid 1px #FFF000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#000;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	overflow:visible;
}
#home ul.selected li div img,
div#rss_link div img{
	display:block;
	margin:-1px auto 0;
}

/* ---------------------------------------------
ABOUT 
-----------------------------------------------*/

#about_direttivo {
	background:url(../images/template/alex.jpg) bottom left no-repeat;
}

#about_statuto {
	background:url(../images/template/dave.jpg) bottom left no-repeat;
}

#about_soci {
	background:url(../images/template/will.jpg) bottom left no-repeat;
}

#about_associarsi {
	background:url(../images/template/neil.jpg) bottom left no-repeat;
}

#about_direttivo .one_col,
#about_statuto .one_col,
#about_soci .one_col,
#about_associarsi .one_col{
	float:right;
}

#about_statuto h4,
#about_direttivo h4,
#about_soci h4,
#about_associarsi h4{
	color: #333;
	margin:0 0 10px 0;
}

#about_statuto .one_col ul.next_prev,
#about_direttivo .one_col ul.next_prev,
#about_soci .one_col ul.next_prev,
#about_associarsi .one_col ul.next_prev{
	border-top:1px dotted #666;
	width:190px;
	overflow:hidden;
	position:absolute;
	top:543px;
}

/* ---------------------------------------------
WORK SECTION STYLES
 -----------------------------------------------*/
 
#work .two_col h2.strike {
 background:url(../images/template/strikethrough.gif) 128px 9px no-repeat;
}
 
#work .one_col, #work .two_col  {
	margin-top:40px;
}

#work .recog {
	padding-left:20px;
	width:170px;
}
 
#work .one_col ul {
	margin-top:0;
}
 
.worksection #work .one_col ul.recognition li {
	border-bottom:none;
	margin:10px 5px 0 0;
}

#work_a, #work_b, #work_c, #work_d, #work_e, #work_f, #work_g, #work_h, #work_i, #work_j {
	
}

.worksection .three_col {
	position:relative;
}

.worksection .one_col {
	position:relative;
}

/* --- Position quote panel -----------*/

.worksection .two_col {
	float:left;
	display:inline;
	padding-right:10px;
	width:370px;
}

.worksection .two_col p {
	text-align:right;
	padding-right:10px;
}

.worksection .two_col p.quote {
	font-size:1.2em;
	text-align:left;
	background:url(../images/template/speechmarks.gif) 0 8px no-repeat;
	padding:3px 15px 0 37px;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:20px;
}

/* --- Position testimonial -----------*/

.three_col .testimonial_a,
.three_col .testimonial_b,
.three_col .testimonial_c,
.three_col .testimonial_d,
.three_col .testimonial_e,
.three_col .testimonial_f,
.three_col .testimonial_g,
.three_col .testimonial_h,
.three_col .testimonial_i,
.three_col .testimonial_j{
	background:url(../images/template/testimonial_back.png);
	position:absolute;
	width:358px;
	height:215px;
	top:47px;
	left:89px;
	padding:10px;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	z-index:100;
}

.worksection .one_col p.testimonial {
	padding-left:8px;
	background:url(../images/template/bullet_right.gif) center left no-repeat;
	margin-bottom:20px;
}
	

/* --- Position each screen 'object' e.g beer glass, burger etc. -----------*/

.worksection .three_col {
	height:780px;
}

#work_a .three_col {
	background:url(../images/portfolio/atr/back.jpg) 0 282px no-repeat;
}

#work_b .three_col {
	background:url(../images/portfolio/propaganda/back.jpg) 0 282px no-repeat;
}

#work_c .three_col {
	background:url(../images/portfolio/steenbergs/back.html) 0 282px no-repeat;
}

#work_d .three_col {
}

#work_e .three_col {
	background:url(../images/portfolio/belgo/back.jpg) 0 282px no-repeat;
}

#work_f .three_col {
}

#work_g .three_col {
	background:url(../images/portfolio/arc/back.jpg) 0 282px no-repeat;
}

#work_h .three_col {
}

#work_i .three_col {
}

#work_j .three_col {
	background:url(../images/portfolio/broadkast/background.gif) top left no-repeat;
}

/* --- Position the portfolio images in the right place over the screen -----------*/

.worksection .three_col ul.sequence {
	margin:47px 0 0 89px;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
	width:378px;
	height:235px;
}

.worksection .three_col ul.sequence li.loading{
	display:none;
}

/* --- Style the right hand column description list -----------*/

.worksection .one_col ul {
	margin:17px 0 20px 0;
}

.worksection .one_col ul li {
	border-bottom:1px dotted #666;
	padding:5px 0;
	color: #333;
}

.worksection .one_col ul li strong {
	color:#006faf;
	font-weight:normal;
}


/* --- Style the next and previous links -----------*/

.one_col ul.next_prev {
	border-top:1px dotted #666;
	width:190px;
	top:440px;
	position:absolute;
}

.one_col ul.next_prev li {
	border-bottom:none;
	float:left;
	padding:5px 0;
}

.one_col ul.next_prev li.prev {
	width:95px;
}

.one_col ul.next_prev li.prev a{
	padding-left:8px;
	background:url(../images/template/bullet_left.gif) center left no-repeat;
}

.one_col ul.next_prev li.next {
	width:95px;
	text-align:right;
}

 .one_col ul.next_prev li.next a{
	padding-right:8px;
	background:url(../images/template/bullet_right.gif) center right no-repeat;
}

/* ---------------------------------------------
SERVICES
-----------------------------------------------*/

#clientlist .one_col {
	width:210px;
	padding-left:20px;
	padding-right:20px;
	height:250px;
	text-align:justify;
}

/* ---------------------------------------------
CLIENT LIST
-----------------------------------------------*/

.section #clientlist ul {
	width:760px;
}

.section #clientlist ul li{
	width:140px;
	float:left;
	margin:0 25px;
	display:inline;
}

/* ---------------------------------------------
CONTACT 
-----------------------------------------------*/

#contact {
	
}

#contact label {
	font-size: 12px;
	font-weight:bold;
    margin-bottom:4px;
    color: #333;
}

address {
	font-style:normal;
	line-height:16px;
}

#contact input {
	 margin-bottom:10px;
	 width:350px;
	 font: 11px  Verdana, Arial, Helvetica, sans-serif;
	 padding:5px;
}

#contact input.submit {
	 padding:0;
	 width:60px;
	 height:17px;
	 border:none;
	 margin-bottom:10px;
	 width:auto;
}

#contact select {
 	padding:5px;
	width:139px;
	font-weight:bold;
}

#contact label  {
	display:block;
}

#contact textarea {
	width:350px;
	height:150px;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
}
				
/* ---------------------------------------------
CLIENT OPTIONS PANEL
-----------------------------------------------*/

/* --- Hides all panel in their closed states -----------*/

.panel-closed {
	display:none;
}

/* --- Styles the 100% opening panel -----------*/

.clients {
	background:#0e0e0e url(../images/template/clients_back.jpg) top repeat-x;
	display:none;
}

/* --- Styles the content in the panel -----------*/

.clients div {
	overflow:hidden;
	width:980px;
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
	padding:5px 0;
}

/* --- Styles the and open closed states state of the <a> tag controlling the clients link -----------*/

#topbar a.panel-up { 
	display:block;
	background:url(../images/template/client_area_closed.gif);
	width:99px;
	height:28px;
	text-indent:-5000px;
 }
 
#topbar a.panel-down {
	display:block;
	background:url(../images/template/client_area_open.gif);
	width:99px;
	height:28px;
	text-indent:-5000px;
}

/* --- Visual styles -----------*/

.clients dl {
	float:left;
	width:400px;
	height:90px;
	padding:10px;
	border-right:1px solid #000;
	border-left:1px solid #262626;
}

.clients dl.project_manager {
	border-left:none;
}

.clients dl.not {
	border-right:none;
}

.clients dl dt {
	width:151px;
	height:19px;
	text-indent:-5000px;
	margin-bottom:10px;
}

.clients dl.project_manager dt {
	background: url(../images/clientarea/tit_project_manager.gif);
}

.clients dl.emarketing_suite dt {
	background: url(../images/clientarea/tit_emarketing.gif);
}

.clients dl.not dt {
	background: url(../images/clientarea/tit_not.gif);
}

.clients dl dd {
	padding-right:10px;
	line-height:1.5em;
}

.clients dl dd a {
	color:#CCC;
}

.clients dl dd a:hover {
	color:#006faf;
	text-decoration:none;
}

/* ---------------------------------------------
FOOTER
-----------------------------------------------*/

div.footer {
	clear:left;
}

div.footer .copyright p {
text-align: center;
	margin:0;
	font-size:1em;
	padding:10px;
	color:#fff;
	height: 30px;
}

div.footer p em {
	font-style:normal;
	color:#fff;
}
