*{margin:0 auto; padding:0;}

body{
	background: #91d8de url('images/bg.jpg') no-repeat top;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
	font-size:12px;
	color:#333
}
img {border:none}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*----sticky footer---*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:980px;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	clear:both;
}


#container{
	width:960px;
}

/*--- header -----*/
#header{
	width: 980px;
	height:150px;
	margin-bottom:20px;
}

#header img.logo{
	outline: none;
	float:left;
	display:block
}

#header .nav{
	float:right;
	display:block
}

#header .nav ul li{
	display:block
}

/*--------heading------------*/

h2 span{
	display: none
}

h2{
	height:35px;
	width:100%;
}

h2.hello{
	background: url('images/heading_hello.png') no-repeat top left;
}

h2.contact{
	background: url('images/heading_contact.png') no-repeat top left;
}

h2.work{
	background: url('images/heading_work.png') no-repeat top left;
}

/*----------footer---------*/
#footer{
	clear:both;
	background: #AFDFE5;
	height:30px;
	width:100%;
}

#footer p{
	text-align: center;
	padding-top:10px;
	color:#666;
	font-size:11px
}


/*---------content----------*/
#content{
	width:540px;
	float:left;
}

#content div{
	margin-top:20px
}

#content p{
	line-height: 1.5em;
	margin-bottom:10px
}

/*------------sidebar----------*/
#sidebar{
	width: 380px;
	float:right;
	margin-top: 20px
}

#sidebar div{
	margin-top: 10px
}

#sidebar a img{
	border:10px solid #AFDFE5;
	width:360px
}

#sidebar a img:hover{
	border:10px solid #C2E6EB;
}

#sidebar div p{
	padding: 10px;
	color:#56391F;
	font-weight: bold;
	text-align: center
}

#sidebar div p span{
	color:#333;
	font-weight: normal;
	font-size: 11px;
}

p a{ 
	outline:none;
	color:#56391f;
	text-decoration: none;
	padding:3px;
}


p a:hover{ 
	outline:none;
	color:#56391f;
	background: #C2E6EB;
	text-decoration: none;
}

/*-----------contact----------*/

.contact{
	margin-top: 40px;
}

.contact form{
	background: #AFDFE5;
	width: 500px;
	padding:20px;
	margin-bottom: 20px;
	}

.contact input,
.contact textarea { 
  display: block; 
  margin-left: 60px;
  margin-bottom: 5px;
 }
 
  
.contact label {float: left; color:#666} 

.contact input
{
color: #666;
background: #eee;
border: 1px solid #56391f;
padding:3px;
width:300px
}

.contact textarea
{
color: #666;
background: #eee;
border: 1px solid #56391f;
padding: 2px;
width:420px
}

.contact input.send{
	background: #56391f;
	color:#fff;
	font-size:14px;
	cursor: pointer;
	width:80px
}

.contact .nohtml{
	margin-left: 60px;
	color:#666
}

#content .contact div.sendmail{
	background: #AFDFE5;
	width: 500px;
	padding:20px;
	margin-bottom: 20px;
	margin-top: 0
}

.contact p{
	margin-bottom: 10px
}

.contact p a{ 
	outline:none;
	color:#56391f;
	text-decoration: none;
	padding:0
}


.contact a:hover{ 
	outline:none;
	color:#56391f;
	background: none;
	text-decoration: underline;
}