body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/structure/background-filler.jpg);
	background-repeat: repeat-x;
	height: 420px;
}

#hidden{
	display: none;
}

#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 963px;
}

#wrapper {
	position: relative;
	width: 963px;
}

#header-position{
	position: absolute;
	top: 75px;
	left: 63px;
/*	border: 1px solid #FF0000;*/
	width: 810px;
	height: 200px;
}

#header-wrap{
	float: right;
	width: 810px;
/*	border: 1px solid #9900FF;*/
}


#homepage-header{
	float: left;
	background-image: url(../images/structure/homepage-header.jpg);
    width: 963px;
	height: 265px;
}

#innerpage-header{
	float: left;
	background-image: url(../images/structure/innerpage-header.jpg);
    width: 963px;
	height: 392px;
}


#homepage-footer{
	float: left;
	background-image: url(../images/structure/homepage-footer.jpg);
	width: 963px;
	height: 252px;
}

#innerpage-footer{
	float: left;
	background-image: url(../images/structure/innerpage-footer.jpg);
	width: 963px;
	height: 125px;
}


#heading{
	float: right;
}

#banner{
	padding-top: 10px;
	float: right;
}

#title{
	float: right;
	padding-top: 9px;
}

#header-position p{
	margin: 0;
	padding: 0;
}

#description{
	float: right;
	padding-top: 7px;
	color: #7F8C9D;
}

#view-site{
	float: right;
}

#view-site-link{
	float: right;
	padding-top: 4px;
	text-decoration: none;
	color: #7F8C9D;
}


#footer-wrap{
	float: right;
	width: 917px;
}


#footer-position{
	position: absolute;
	top: 265px;
	left: 37px;
/*	border: 1px solid #FF0000;*/
	width: 917px;
	height: 100px;
}

#footer-innerpage-position{
	position: absolute;
	top: 375px;
	left: 37px;
/*	border: 1px solid #FF0000;*/
	width: 917px;
	height: 100px;
}

#navigation-button{
	float: right;
	font-size: 9px;
	text-decoration: none;
	color: #5F6265;
	text-align: right;
	/*padding-right: 45px;*/
	padding-top: 22px;
}

#navigation-links{
	display: none;
	padding-top: 8px;
	float: right;
	width: 400px;
	height: 30px;
/*	padding-right: 45px;*/
/*	border: 1px solid #FF00FF;	*/
}

#navigation-style{
	float: right;
	width: 90px;
	height: 30px;
	padding-left: 1px;
	font-size: 9px;
	text-align: center;
/*	border: 1px solid #FFFF00;	*/
}

#navigation-spacing{
	padding: 5px;
	text-decoration: none;
/*	border: 1px solid #FFFF00;*/
	background-color: #DBDBDB;
	color: #5F6265;
}

#link-images-list{
	float: left;
}


#link-images{
	float: left;
	margin-right: 1px;
	border: 2px solid #FFFFFF;
	
}

#clients1{
	text-align: right;
	float: left;
	width: 270px;
	line-height: 1.5;
}

#clients2{
	text-align: right;
	float: left;
	width: 270px;
	line-height: 1.5;
}

#clients3{
	text-align: right;
	float: left;
	width: 270px;
	line-height: 1.5;
}

#contact1{
	text-align: right;
	float: left;
	width: 230px;
	line-height: 1.5;
}

#contact2{
	text-align: right;
	float: left;
	width: 220px;
	line-height: 1.5;
}

#contact3{
	text-align: right;
	float: left;
	width: 360px;
	line-height: 1.5;
}

#contact1 p{
	padding-top: 5px;
	padding-bottom: 10px;
}

#contact2 p{
	padding-top: 5px;
	padding-bottom: 10px;
}

#contact3 p{
	padding-top: 5px;
	padding-bottom: 10px;
}

#what-we-do p{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}


#form-input{
	float: right;
	padding-top: 5px;
	width: 300px;
	/*border: 1px solid #FF0000;*/
}

#form-input2{
	display: none;
}

#form-style{
	border: 1px solid #DBDBDB;
}

.outText{
	color: #FF0000;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border: 1px solid #0000CC;*/
}














