/* 
Project: Wagumo
Filename: screen.css
Date: October 2009
Author: simon@looktouchfeel.co.uk
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #434343;
	text-align: center;
	font-family: georgia, arial, sans-serif;
	background: #fff;
    }


body a img {
	border: none;
}


.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;
}
ol,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 0 auto;
	padding: 0 0 0 0;
	border-top: 10px solid #fff;
	width: 995px;
	text-align: left;
	background: #221E1F url(img/wrap-bg.jpg) no-repeat 0 0;
}



/*------ header ------*/


#header {
	float: left;
	width: 995px;
	padding: 0 0 1px 0;
	background: url(img/line.gif) no-repeat 45px 153px;
}


#header .title{
	float: left;
	width: 400px;
	height: 150px;
	text-align: right;
	font-size: 1px;
	background: url(img/wagumo-logo.jpg) no-repeat 0 0;
}



#header .title a{
	float: left;
	width: 400px;
	height: 150px;
	color: #444143;
}



#header ul{
	float: right;
	margin: 82px 82px 0 0;
}


* html #header ul{
	margin: 82px 41px 0 0;
}


#header ul li{
	float: left;
	margin-left: 14px;
	width: 67px;
	height: 110px;
}


#header ul li.home{
	background: url(img/nav-home.gif) no-repeat 0 0;
}


#header ul li.product{
	background: url(img/nav-product.gif) no-repeat 0 0;
}


#header ul li.about{
	background: url(img/nav-about.gif) no-repeat 0 0;
}


#header ul li.news{
	background: url(img/nav-news.gif) no-repeat 0 0;
}


#header ul li.contact{
	background: url(img/nav-contact.gif) no-repeat 0 0;
}



#header ul li a{
	float: left;
	width: 67px;
	font-size: 1px;
	color: #282425;
}



#header ul li a span{
	float: left;
	width: 67px;
	margin-top: 72px;
	height: 38px;
	background: #221E1F url(img/nav-bottom.gif) no-repeat 0 -39px;
}


#header ul li.home a span{
	background: #252122 url(img/nav-bottom.gif) no-repeat 0 -39px;
}


#header ul li.product a span{
	background: #242021 url(img/nav-bottom.gif) no-repeat 0 -39px;
}


#header ul li a{
	background: url(img/nav-top.gif) no-repeat 0 72px;
}


#header ul li.on a{
	background-position: 0 0;
}


#header ul li.on a span{
	background-position: 0 0;
}


/*------ content ------*/


#content {
	float: left;
	width: 885px;
	position: relative;
	padding: 25px 65px 100px 45px;
	background: url(img/content-bg.jpg) no-repeat 0 100%;
}



#content .play{
	position: absolute;
	bottom: 0;
	right: 40px;
} 
	

#content .play a{
	float: left;
	width: 60px;
	height: 80px;
	text-align: right;
	font-size: 1px;
	color: #fff;
}



/*------ mainContent ------*/


#mainContent{
	float: left;
	width: 600px;
	text-align:justify;
}


#mainContent .line{
	float: left;
	width: 600px;
	height: 1px;
	margin-bottom: 40px;
	background: #555555;
}


#mainContent .pageTitle{
	font-size: 3em;
	color: #BFD241;
	padding-bottom: 40px;
	font-family: arial, sans-serif;
}


#mainContent h2{
	font-size: 2em;
	color: #fff;
	padding-bottom: 20px;
	font-family: arial, sans-serif;
}


#mainContent h3{
	font-size: 1.6em;
	color: #fff;
	padding-bottom: 20px;
	font-family: arial, sans-serif;
}


#mainContent p{
	font-size: 1.3em;
	line-height: 1.5em;
	color: #757779;
	margin-bottom: 30px;
}


#mainContent p strong{
	color: #D9DBDC;
}



#mainContent p a{
	color: #BED240;
	text-decoration: none;
}


#mainContent p a:hover{
	color: #000;
	background: #BED240;
}




	

/*------ sideBar ------*/


#sideBar{
	float: right;
	width: 190px;
	padding: 80px 0 115px 0;
}


#sideBar form{
	float: left;
	width: 190px;
	font-size: 1.3em;
	color: #D9DBDC;
}


#sideBar .field{
	float: left;
	width: 190px;
	margin-bottom: 12px;
}


#sideBar .field input{
	float: left;
	width: 186px;
	padding: 2px;
	margin: 3px 0 0 0; 
	border: none;
}


#sideBar textarea{
	float: left;
	width: 186px;
	height: 50px;
	padding: 2px;
	margin: 3px 0 0 0; 
	border: none;
	font-size: 1em;
	font-family: arial, sans-serif;
}



#sideBar .warning{
	color: #fff;
	padding-bottom: 10px;
}


#sideBar span.warning{
	font-size: 0.9em;
	color: #ff0000;
}


#sideBar .sent{
	color: #BFD241;
	padding-bottom: 10px;
}


#sideBar .send{
	float: right;
	width: 190px;
}


#sideBar .send input{
	float: right;
	color: #BED240;
	font-size: 1px;
	text-align: left;
	width: 98px;
	height: 38px;
	cursor: pointer;
	border: none;
	background: url(img/send-button.gif) no-repeat 0 0;
}



/*------ footer ------*/


#footer{
	float: left;
	width: 995px;
	background: #fff;
	color: #444;
	margin-bottom: -3px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-family: arial, sans-serif;
}


#footer a{
	text-decoration: none;
	color: #444;
}


#footer a:hover{
	text-decoration: underline;
}


#footer ul{
	float: left;
}


#footer ul li{
	float: left;
	margin-right: 13px;
}


#footer p{
	float: right;
	margin-right: 175px;
}


* html #footer p{
	margin-right: 87px;
}
