/* 
Project: MWA Design
Filename: screen.css
Date: April 2009
Author: Simon McFarlane [simon.mcfarlane@mwadesign.com]
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    height: 100%;  
	font-size: 62.5%;	
	color: #666666;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #FFF;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/*------ wrap ------*/


#wrap {
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 800px;
	text-align: left;
}



/*------ header ------*/


#header{
	float: left;
	position: relative;
	width: 800px;
	height: 28px;
	margin: 40px 0 40px 0;
}


#header #logo{
	float: left;
	display: block;
	width: 116px;
	height: 25px;
	text-indent: -9999px;
	background: url(images/mwa-design.gif) no-repeat 0 0;
}


#header ul{
	float: left;
	position: absolute;
	bottom: 0px;
	left: 116px;
}


#header ul li{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #999;
	padding-left: 15px;
}


#header ul li a{
	color: #999;
	margin-left: 15px;
	text-decoration: none;
}


#header ul li a:hover,
#header ul li a.here{
	color: #000;
}


#header p{
	float:right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #D8D8D8;
}



/*------ content ------*/


#content{
	float: left;
	width: 800px;
}


.homepage .intro{
	display: block;
	width: 800px;
	height: 68px;
	text-indent: -9999px;
	background: url(images/home-intro.gif) no-repeat 0 0;
}



div.team,
div.clients{
	background: url(images/content-bg.gif) repeat-y 0 108px;
}


.team .intro{
	display: block;
	width: 800px;
	height: 108px;
	text-indent: -9999px;
	background: #fff url(images/team-intro.gif) no-repeat 0 0;
}



.clients .intro{
	display: block;
	width: 800px;
	height: 108px;
	text-indent: -9999px;
	background: #fff url(images/clients-intro.gif) no-repeat 0 0;
}



.contact .intro{
	display: block;
	width: 800px;
	height: 108px;
	text-indent: -9999px;
	background: #fff url(images/contact-intro.gif) no-repeat 0 0;
}


#services{
	float: left;
	width: 800px;
	margin-top: 20px;
	background: url(images/services-bg.gif) repeat-y 0 0;
}


#services .col{
	float: left;
	width: 185px;
	margin-right: 20px;
}



#services .col p{
	margin: 0 0 15px 0;
	font-size: 1.3em;
	color: #666666;
}


#services .last{
	margin-right: 0px;
}


#services h2{
	width: 185px;
	height: 45px;
	text-indent: -9999px;
}
	

#services .brand{
	background: url(images/brand-design.gif) no-repeat 0 0;
}


#services .print{
	background: url(images/print-design.gif) no-repeat 0 0;	
}


#services .web-design{
	background: url(images/web-design.gif) no-repeat 0 0;	
}


#services .web-development{
	background: url(images/web-development.gif) no-repeat 0 0;	
}


/*------ main-content ------*/


#main-content{
	float: left;
	width: 585px;
}




/*-- team --*/

#main-content .directors{
	display: block;
	width: 92px;
	height: 45px;
	background: url(images/directors.gif) no-repeat 0 0;
	text-indent: -9999px;
}


#main-content .bio{
	float: left;
	width: 585px;
	margin-bottom: 28px;
}


#main-content .bio img{
	float: right;
}


#main-content .bio h3{
	font-size: 1.5em;
	font-weight: bold;
	width: 405px;
	padding-bottom: 20px;
	color: #999;
}


#main-content .bio h3 strong{
	color: #000;
}


#main-content .bio p{
	font-size: 1.2em;
	width: 405px;
	padding-bottom: 20px;
}	


#main-content h4.players{
	clear: both;
	width: 75px;
	height: 45px;
	background: url(images/players.gif) no-repeat 0 0;
	text-indent: -9999px;
}


#main-content .players-list{
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
}


#main-content .players-list li{
	margin-bottom: 3px;
}

#main-content .players-list strong{
	float: left;
	width: 75px;
	color: #000;
}



/*-- clients --*/

#main-content .brands{
	display: block;
	width: 92px;
	height: 45px;
	background: url(images/brands.gif) no-repeat 0 0;
	text-indent: -9999px;
}


div.clients h3{
	font-size: 1.5em;
	color: #999;
	font-weight: bold;
}


#main-content .brands-list{
	float: left;
	width: 585px;
	margin-top: 15px;
}


#main-content .brands-list li{
	float: left;
	width: 195px;
	margin-bottom: 10px;
	background: #dedede;
}



/*------ #main-content.text ------*/


div.text .terms{
	width: 164px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/terms.gif) no-repeat 0 0;
}


div.text .copyright{
	width: 164px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/copyright.gif) no-repeat 0 0;
}


div.text .accessibility{
	width: 164px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/accessibility.gif) no-repeat 0 0;
}


div.text .privacy{
	width: 164px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/privacy.gif) no-repeat 0 0;
}


div.text .sitemap{
	width: 164px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/sitemap.gif) no-repeat 0 0;
}


div.text a{
	color: #000;
}


div.text a:hover{
	text-decoration: none;
}


div.text p{
	margin: 0 0 15px 0;
	font-size: 1.3em;
	color: #666666;
}


div.text ul{
	margin: 0 0 10px 0;
	font-size: 1.3em;
	color: #666666;
}


div.text ul li{
	margin: 0 0 5px 10px;
	padding-left: 15px;
	background: url(images/list-bullet.gif) no-repeat 0 5px;
}


div.text ol{
	margin: 0 0 10px 20px;
	font-size: 1.3em;
	color: #666666;
}


div.text ol li{
	margin: 0 0 5px 10px;
}



/*------ sidebar ------*/


#sidebar{
	float: right;
	width: 185px;
	font-size: 1.2em;
}


#sidebar a{
	color: #666;
	text-decoration: none;
} 


#sidebar a:hover{
	text-decoration: underline;
} 


#sidebar p{
	margin-bottom: 15px;
}


#sidebar .twitter{
	background: url(images/follow-us.gif) no-repeat 0 0;
	width: 185px;
	height: 44px;
	text-indent: -9999px;
}


#sidebar .clients{
	background: url(images/clients.gif) no-repeat 0 0;
	width: 185px;
	height: 44px;
	text-indent: -9999px;
}



/*------ .contact ------*/


div.contact{
	background: url(images/contact-bg.gif) repeat-y 0 0;
}


#studio{
	float: left;
	width: 390px;
}


#studio .studio{
	width: 164px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/studio.gif) no-repeat 0 0;
}


#studio a{
	color: #000;
}


#studio a:hover{
	text-decoration: none;
}


#studio p{
	margin: 0 0 15px 0;
	font-size: 1.3em;
	color: #666666;
}


#studio p.smaller{
	font-size: 100%;
}


#contact-form{
	float: right;
	width: 390px;
}


#contact-form p{
	margin: 0 0 15px 0;
	font-size: 1.3em;
	color: #666666;	
}


#message{
	width: 180px;
	height: 133px;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: arial;
	font-size: 1em;
}


#contact-form .left{
	float: left;
	width: 190px;
}


#contact-form .left p{
	height: 45px;
}

#contact-form .right{
	float: right;
	width: 190px;
}




#contact-form .send-message{
	width: 195px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/send-message.gif) no-repeat 0 0;
}





#contact-form input{
	border: 1px solid #ccc;
	width: 170px;
	padding: 5px;
}


#send{
	float: right;
	width: 90px !important;
	background: #ccc;
	color: #fff;
	font-size: 1.1em;
}


#contact-form input.error,
#contact-form textarea.error{
	border: 1px solid #990000;
}


#form .error{
	color: #990000;
}


#map{
	position: absolute;
	width: 550px;
	height: 450px;
}

/*------ footer ------*/


#footer{
	float: left;
	width: 800px;
	padding: 35px 0 30px 0;
}


#footer ul{
	float: left;
}


#footer li{
	float: left;
	margin-right: 10px;
	color: #999999;
}



#footer li a{
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	}


#footer li a:hover,
#footer li a.here{
	color: #000;
}


#footer p{
	float: right;
	color: #CCCCCC;
}




/*------ slideshow ------*/


#slideShow1
{
	width: 800px;
	height: 320px;
	border: 1px solid #fff;
	background-color: #fff;
	margin-bottom: 20px;
}

.pagelinks a{
	float: left;
	margin-left: 7px;
	margin-top: 5px;
	overflow: hidden;
	padding-top: 10px;
	background: url(images/slide-bullet.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
	color: #fff;
}


.pagelinks{
	float: right;
	text-align: right;
	position: relative !important;
	top: 310px !important;
	width: 180px !important;
}


.slideCaption{
	display: none;
}

.pagelinks a.activeSlide{
	background: url(images/slide-bullet.gif) no-repeat -5px 0;
}

/* this is for IE so the prev/next links can be hovered*/

.nextSlide,.prevSlide{
	text-decoration: none;
	background-image: url(images/spacer.gif);
}

.nextSlide:hover{
	background-image: url(images/nextslide.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.prevSlide:hover{
	background-image: url(images/prevslide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.inputsTooltip{
	border: 1px solid #767676;
	background-color: #F3F4F8;
	padding: 4px;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#tooltipURL{
	display: none;
}