@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
overflow: scroll;
}

/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
text-align: left;
background-color: #fff;
}

body { 
position : relative; 
width : 100%; 
min-height: 400px;
margin: 0 0 0 0; 
background-color: #fff;
text-align : left; 
}

img	{
padding: 0px;
}

p, td{
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 11px;
color: #000;
padding: 0 0 10px 0;
line-height: 15px;
}

h1{
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 13px;
color: #000;
font-weight: 600;
line-height: 15px;
}

em{
color:#93DFF9;
font-weight: 600;
}

ul{
padding: 0 10px 10px 0;
margin: 0 0 0 0
}

li{
list-style: none;
padding: 0 0 0 5px;
margin: 0 0 0 0;
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 11px;
color: #fff;
display: block;
line-height: 17px;
}

li a:active, li a:link, li a:visited{
list-style: none;
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 11px;
color: #fff;
text-decoration: underline;
}


li a:hover{
color: #93DFF9;
text-decoration: none;
}

a:active, a:link, a:visited{
list-style: none;
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 11px;
color: #000;
text-decoration: none;
}



a:hover{
color: #000;
text-decoration: underline;
}

/* -----------------------------------------Begin Editing--------------------------------------------*/

#header{
position: fixed;
top: 0px;
left: 0px;
background-image:url(../images/header_background.png);
background-repeat: repeat-x;
height: 90px;
width: 100%;
padding: 0 0 20px 0;
z-index: 500
}

	#header img{
	position: absolute;
	top: 19px;
	left: 35px;
	}
	
	.contact{
	position: absolute;
	left: 700px;
	top: 15px;
	color: #fff
	}
	
	.contact a{
	color: #fff
	}
	
#news{
position: fixed;
left: 700px;
top: 100px;
width: 300px;
height: 300px;
background-color: #00CC99
}

img{
display: block
}

#client_container{
position: absolute;
top: 130px;
}

.more{
position: relative;
left: 0px;
cursor: pointer;
padding: 0 0 10px 0;
}

.client{
float: left;
margin: -20px 0 0 0;
width: 850px;
}
	
	.project_details img{
	float: left;
	margin: 0 0 0 90px;
	padding: 0 10px 30px 0;
	width: 400px;
	}
	
	.project_details img p{
	float: left;
	padding: 10px 0 0 0;
	width: 350px;
	}

