body {
	background-color: #e5e5e5;
	font-family: Helvetica;
}

a {
	color: #1D6ABF;
}

#wrapper {
	margin:10px auto 10px auto;
	width:1008px;
}

#header {
	width:1008px;
	height: 147px;
	background-image: url(../images/header.png);
}

#logo {
	width: 350px;
	margin-top: 40px;
	margin-left: 30px;
	border: none;
}

#general_menu {
	float: right;
	margin-right: 20px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
}

#menu_bar {
	background-image: url(../images/gradient-menu.png);
	width: 990px;
	float: left;
	height: 33px;
}

.menu_item {
	height: 26px;
	color: white;
	float: left;
	padding: 7px 15px 0px 15px;
	font-family: Helvetica;
	font-size: 13px;
}

.menu_item a {
	color: white;
	text-decoration: none;
}
.seperator {
	width: 2px;
	height: 33px;
	background-color: #354a61;
	float: left;
}

.menu_item.hovered {
	background-color: #1b73d4;
}

#gradient_left {
	height: 33px;
	width: 9px;
	float: left;
	background-image: url(../images/side-gradient-left.png);
}

#gradient_right {
	height: 33px;
	width: 9px;
	float: left;
	background-image: url(../images/side-gradient-right.png);
}

#footer {
	background-image: url(../images/footer.png);
	background-position: bottom;
	width: 1008px;
	height: 15px;
	clear: both;
}

#content {
	background-image: url(../images/body-gradient.png);
	width: 968px;
	clear: both;
	padding: 20px 20px 0px 20px;
}

#content-right {
	float: right;
	width: 225px;
}

#content-left {
	float: left;
	width: 703px;
}

#content-left-portfolio {
	float: left;
	width: 728px;
}

#content-right-portfolio {
	float: left;
	width: 200px;
}

.box {
	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
}
.box-top {
	background-image: url(../images/border-top.png);
	width: 232px;
	height: 17px;
}

.box-middle {
	background-image: url(../images/border-sides.png);
	width: 202px;
	padding: 15px;
	font-size: 13px;
}

.box-bottom {
	background-image: url(../images/border-bottom.png);
	width: 232px;
	height: 17px;
}

#box-title {
	display: inline;
	margin-left: 10px;
	margin-top: -3px;
	margin-bottom: 10px;
	padding-left: 5px; 
	padding-right: 5px;
	float: left;
	background-color: #f8f8f8;
	font-weight: bold;
	font-size: 15px;
}

#box-title-portfolio {
	display: inline;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px; 
	padding-right: 5px;
	float: left;
	font-weight: bold;
	font-size: 15px;
}

#box-title-portfolio a {
	text-decoration: none;
}
#box-title-portfolio a:hover {
	text-decoration: underline;
}
 
.box-content {
	margin-left: 15px;
	font-size: 13px;
}

.fore-color {
	color: #1d6abf;
}

.back-color {
	color: #525252;
}

#news {
	width: 324px;
	float: left;
	padding-right: 20px;
}

#project {
	width: 324px;
	float: left;
	padding-right: 20px;
}

#portfolio-item {
	width: 405px;
	float: left;
}

#portfolio-entry {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -11px;
	padding-left: 10px;
	width: 729px;
	background-color: #edeeee;
	margin-bottom: -25px;
}

#portfolio-image {
	width: 302px;
	float: left;
	margin-right: 20px;
}

.portfolio-customers {
	padding-left: 15px;
}

.portfolio-customers div {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.portfolio-customers a {
	text-decoration: none;
}

.portfolio-customers a:hover {
	text-decoration: underline;
}

.portfolio-customers img {
	border:1px solid #EDEEEE;
}

.image-border {
	border: solid 1px black;
	float: left;
	display: inline;
	margin-right: 15px;
}

#quote {
	margin-left: 8px; 
	float: left;
}

#quote-div {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 155px;
}

#copyright {
	text-align: center;
	font-size: 10px;
}

#contact {
	width: 625px;
}

.contact-label {
	display: block;
	float: left;
	width: 200px;
	clear: both;
	font-weight: bold;
}

.contact-input {
	display: block;
	float: left;
	width: 200px;
}

.contact-checkbox {
	display: block;
	float: left;
	margin-left: 0px;
}

.contact-select {
	display: block;
	float: left;
	width: 200px;
}

.contact-textarea {
	display: block;
	float: left;
	width: 250px;
	height: 125px;
	margin-top: 2px;
}

.contact-submit {
	background-image: url(../images/send.png);
	width: 65px;
	height: 28px;
	cursor: pointer;
	display: block;
	float: left;
}

.contact-reset {
	background-image: url(../images/reset.png);
	width: 52px;
	height: 28px;
	cursor: pointer;
	display: block;
	float: left;
}

.info {
	color: #c2c1c1;
	font-size: 12px;
	clear: both;
	font-style: italic;
}

.error {
	color: red;
}

#sitemap-menu {
	color: black !important;
	float: left;
	font-family: Helvetica;
	font-size: 13px;
}

#sitemap-menu a {
	color: black;

}