/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}*/
html,body,img,q,dl,dt,dd,ol,ul,li,h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: none;
}

li {
	list-style-type: none;
	float: left;

}

ul {
	float: left;
	margin:0;

}

a {
	text-decoration: none;
	outline-style:none;
}

a:hover {
	text-decoration: none;
}

.inline {
	display: inline;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}


body {
	font-family:trebuchet MS;
	font-size:14px;
	background-color:#fff;
	background-image:url("../images/bg.png");
}

#page{
    background-color:#fff;
	width:1055px;	
	margin:0 auto;
}

#bg{
	background-image:url("../images/background.png");
	float:left;
	padding-left:70px;
}

#header, #content, #footer, .menu{
	width:100%;
	float:left;
}	

a.email {
	float:right;
	margin-top:10px;
	margin-bottom:47px;
}

#flash, #featured {
	float:left;
	width:440px;
	min-height:100px;
}	
#welcome,#news{
	float:left;
	position:relative;
}	

#welcome{
	background-image:url("../images/welcome.png");
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:61px;
	width:490px;
	line-height:22px;
	}

#featured{
	background-image:url("../images/featured.png");
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:45px;
	position:relative;
	}
	
#news{
	background-image:url("../images/news.png");
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:45px;
	}	
	
#works {
	float:left;
	margin-top:20px;
}	
#header {
	margin-bottom:25px;
}	

#footer{
	margin-top:50px;
}	

#news a {
	color:#000;
}

#news i{
	color:#5b5ae8;
	}
	
.feature{
	width:97px;
	height:71px;
	margin-right:5px;
}	

#news ul, #news ul li {
	width:400px;
	float:left;
}

#news ul li {
	height:40px;
	
}	
#featured ul {
	float:left;
	height:71px;
	overflow:hidden;
	position:relative;
	width:350px;
	margin-left:10px;
}	

#featured ul  li{
	float:left;
}

div.container {
  overflow:hidden;
  width:400px;
  height:130px;
}
.content1 {
  position:relative;
  top:0;
}

a.goback {
	position:absolute;
	right:40px;
	top:12px;
 } 

span.error{
	text-align:center;
	width:302px;
	background-color:#000061;
	color:#fff ;
	font-weight:normal;
	float:left;
	display:none;
}

#contact{
	padding-left:45px;
	padding-top:20px;
}

#contact input, #contact textarea{
	float:left;
	width:300px;
	height:32px;
	border:1px solid #000061;
	text-indent:10px;
}

#contact textarea {
	height:80px;
}

#contact img, #contact p{
	float:left;
}	

#contact form{
	float:left;
	clear:both;
	margin-top:20px;
}	

#contact p {
	width:750px;
}	

input.submit{
	background:url("/images/send.png") no-repeat scroll 0 0 transparent;
	border:medium none !important;
	margin-left:400px;
	margin-top:5px;
}


