/*   
Site Name: Ninesenses Design Studio
Theme URI: http://www.ninesenses.co.uk
Author: Thomas Skarbek-Wazynski
Author URI: http://www.ninesenses.co.uk
Version: 1.0.0
*/
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body
{
	margin: 0 0 0 0;
	background-color: #333333;
	color: #333333;
	font-size: 14px;	
	font-family: Helvetica,Tahoma,arial,sans-serif;
	background: url(images/lightwood.jpg);p
	background-attachment: fixed;
}
#container 
{
	width: 770px;
	margin: 25px auto 15px auto;
	background-color: #ffffff;
	background-image: url(images/colour_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
h2
{
	margin: 0 0 0 5px;
	font-size: 14px;
}
/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/
#navigation 
{
	width: 702px;
	height: 40px;
	margin: 0 34px 0 34px;
}

#menu_home a 
{
	display:block;
	float: left;
	width:168px;
	height: 40px;
	background: url("images/home.jpg") 0 0 no-repeat;
}
#menu_home a:hover 
{	
	background-position: -168px 0;
}
#menu_portfolio a 
{
	display:block;
	float: left;
	margin: 0 0 0 10px;
	width:168px;
	height: 40px;
	background: url("images/portfolio.jpg") 0 0 no-repeat;
}
#menu_portfolio a:hover 
{	
	background-position: -168px 0;
}
#menu_services a 
{
	display:block;
	float: left;
	margin: 0 0 0 10px;
	width:168px;
	height: 40px;
	background: url("images/services.jpg") 0 0 no-repeat;
}
#menu_services a:hover 
{	
	background-position: -168px 0;
}
#menu_contact a 
{
	display:block;
	float: left;
	margin: 0 0 0 10px;
	width:168px;
	height: 40px;
	background: url("images/contact.jpg") 0 0 no-repeat;
}
#menu_contact a:hover 
{	
	background-position: -168px 0;
}
/*-----------------------------------------------------------------------------------------------
  Header and Banner
-----------------------------------------------------------------------------------------------*/
#header
{
	width: 702px;
	height: 247px;
	margin: 0 34px 0 34px;
	background-image: url(images/header.jpg);
}
#banner
{
	width: 702px;
	height: 148px;
	margin: 0 34px 0 34px;
}
.banner_slide1
{
	width: 168px;
	height: 138px;
	float: left;
	position: absolute;
	border-top: 5px solid #29abe1;
	border-bottom: 5px solid #29abe1;
}
.banner_slide2
{
	width: 168px;
	height: 138px;
	float: left;
	position: absolute;
	margin: 0 0 0 178px;
	border-top: 5px solid #f91f89;
	border-bottom: 5px solid #f91f89;
}
.banner_slide3
{
	width: 168px;
	height: 138px;
	float: left;
	position: absolute;
	margin: 0 0 0 356px;
	border-top: 5px solid #fa9f00;
	border-bottom: 5px solid #fa9f00;
}
.banner_slide4
{
	width: 168px;
	height: 138px;
	float: left;
	position: absolute;
	margin: 0 0 0 534px;
	border-top: 5px solid #95db00;
	border-bottom: 5px solid #95db00;
}

/*-----------------------------------------------------------------------------------------------
  Content
-----------------------------------------------------------------------------------------------*/
#content
{
	width: 702px;
	margin: 0 0 0 34px;
	padding: 90px 0 30px 0;
	background: url(images/content_title.jpg) no-repeat;
}
#content p
{
	width: 430px;
	padding: 0 0 0 5px;
}
#content a, a:hover, a:active
{
	color: #333333;
	font-family: Helvetica,Tahoma,arial,sans-serif;
}
/*-----------------------------------------------------------------------------------------------
  Services
-----------------------------------------------------------------------------------------------*/
#services
{
	width: 702px;
	margin: 0 0 0 34px;
	padding: 90px 0 30px 0;
	background: url(images/services_title.jpg) no-repeat;
}
#services p
{
	width: 430px;
	padding: 0 0 0 5px;
}
#services a, a:hover, a:active
{
	color: #333333;
	font-family: Helvetica,Tahoma,arial,sans-serif;
}
/*-----------------------------------------------------------------------------------------------
  Legal
-----------------------------------------------------------------------------------------------*/
#legal
{
	width: 702px;
	margin: 0 0 0 34px;
	padding: 90px 0 30px 0;
	background: url(images/legal_title.jpg) no-repeat;
}
#legal p
{
	width: 430px;
	padding: 0 0 0 5px;
}
#legal a, a:hover, a:active
{
	color: #333333;
	font-family: Helvetica,Tahoma,arial,sans-serif;
}
/*-----------------------------------------------------------------------------------------------
  Privacy
-----------------------------------------------------------------------------------------------*/
#privacy
{
	width: 702px;
	margin: 0 0 0 34px;
	padding: 90px 0 30px 0;
	background: url(images/privacy_title.jpg) no-repeat;
}
#privacy p
{
	width: 430px;
	padding: 0 0 0 5px;
}
#privacy a, a:hover, a:active
{
	color: #333333;
	font-family: Helvetica,Tahoma,arial,sans-serif;
}
/*-----------------------------------------------------------------------------------------------
  Portfolio
-----------------------------------------------------------------------------------------------*/
#portfolio
{
	width:720px;
	margin: 0 0 0 34px;
	padding: 100px 0 30px 0;
	background: url(images/portfolio_title.jpg) no-repeat;
}
.piece
{
	margin: 50px 0 0 0;
}
.piece h1
{
	margin: 5px 0 0 0;
	font-size: 20px;	
	font-family: Helvetica,Tahoma,arial,sans-serif;
	
}
.piece p
{
	margin: 5px 0 0 0;
	font-size: 14px;	
	font-family: Helvetica,Tahoma,arial,sans-serif;
	font-weight: lighter;
}
.piece a, a:hover, a:active
{
	color: #333333;
	font-size: 20px;
	font-family: Helvetica,Tahoma,arial,sans-serif;
	text-decoration: underline;
}
.piece a:active
{
	color: #333333;
	font-size: 20px;
	font-family: Helvetica,Tahoma,arial,sans-serif;
	text-decoration: underline;
}
.piece a:hover
{
	color: #333333;
	font-size: 20px;
	font-family: Helvetica,Tahoma,arial,sans-serif;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/
#contact 
{
	width: 770px;
	background: #c2c2c2;
	background-image: url(images/colour_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#form_content
{
	width: 702px;
	height: 350px;
	margin: 0 0 0 34px;
	padding: 90px 0 50px 0;
	background: url(images/contact_title.jpg) no-repeat;
}
#form_content p
{
	width: 430px;
	padding: 0 0 0 5px;
}
form 
{ 
	width: 450px;
	float: left;
	margin: 20px 0 0 0;
}
fieldset 
{
	margin: 0px;
	padding: 0px;
	border: none;
}
legend 
{ 
	padding-bottom: 5px; 
	color:#FFCC00; 
}
form div 
{ 
	padding: 10px 0 10px 0; 
}
#label1
{
	border-top: 3px solid #f91f89; 
}
#label2
{
	border-top: 3px solid #fa9f00; 
}
#label3
{
	border-top: 3px solid #95db00; 
}
label
{
	float:left; 
	width:100px; 
	line-height: 200%; 
	text-align:right; 
} 
input, textarea 
{ 
	margin: 0 0 0 10px;
	width:300px;  
	border:3px solid #333333; 
	padding:3px; 
	font-size: 14px; 
	background:#ffffff; 
	color:#333333;
} 
textarea 
{
	overflow:auto; 
	font-family: Helvetica,Tahoma,arial,sans-serif;
	font-size: 14px; 
	width: 300px; 
	border:3px solid #333333; 
	padding:3px;
}
.button input 
{ 
	border:3px solid #333333;  
	margin: 0 0 0 110px;
	font-size:14px; 
	color: #333333; 
	background:none; 
	padding:0 4px; 
	cursor:pointer; 
	width:auto;
}
.button input:hover
{
	border: 3px solid #29abe1;
}
.hoverfocus 
{ 
	border: 3px solid #29abe1;
}

#error, #response 
{ 
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	list-style: none;
}
#response ul 
{ 	
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#response li
{
	margin:10px 0 0 0px; 
	padding:5px 0 0 0; 
 	border-top:3px solid #29abe1;
	list-style: none;
}
#error li 
{
	margin:10px 0 0 0; 
	padding:5px 0 0 0; 
 	border-top:3px solid #29abe1;
	list-style: none;
}
#working
{ 
	float:left; padding:3em; 
	background:url(images/loading.gif) no-repeat left center;
}
/*-----------------------------------------------------------------------------------------------
  Copyright
-----------------------------------------------------------------------------------------------*/
#copyright, a, a:active
{
	width:770px;
	margin: 0 auto 20px auto;
	color: #636363;
	font-size: 10px;	
	font-family: Helvetica,Tahoma,arial,sans-serif;
	text-align: right;
	text-decoration: none;
}
#copyright a:hover
{
	color: #ffffff;
	font-size: 10px;	
	font-family: Helvetica,Tahoma,arial,sans-serif;
	text-decoration: none;
}
#copyright p
{
	margin: 5px 34px 0 0;
}
.validation
{
	margin: 5px 0 0 0;
	border: 0px;
}