/* SITEWIDE */

html {
	height: 100%;
}
body {
	background: #354e61 url('../images/background.png') repeat-x;
	color: #333;
	font-family: georgia;
	font-size: 13px;
	line-height: 19px;
	height: 100%;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	vertical-align: bottom;
}
a:hover {
	text-decoration: underline;
}
span {
	color: #887A6F;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.wrapper {
	width: 830px;
	margin: 20px auto;
}
.clearit {
	clear: both;
}

/* HEADER */ 

.logo {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
.contact {
	float: right;
	background: #eee;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 10px;
}
.contact li {
	height: 19px;
}

/* BANNER */

.main {
	display: none;
}
.main, #nav {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	margin-top: 22px;
	clear: both;
	padding-bottom: 10px;
	float: left;
}
#nav {
	margin-top: 0;
}

/* MAIN ALL */

h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 20px;
}
.main {
	padding: 20px;
}
.main p, .main ul {
	margin-top: 10px;
}
.main ul li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* ABOUT US */ 

.photos {
	margin-top: 15px;
}
.photos a {
	float: left;
	padding: 5px;
	border: 1px solid #bbb;
	margin-right: 10px;
	background: #eee;
	display: block;
}
.photos a:hover {
	border: 1px solid #887A6F;
}
.photos .no-margin {
	margin: 0;
}

/* ENVIRONMENT */

#environment img {
	float: right;
	margin: 0 0 0 10px;
}

/* SERVICES */

#services img {
	float: right;
	padding: 5px;
	background: #eee;
	border: 1px solid #bbb;
	margin: 0 0 10px 10px;
}
#service-list {
	font-weight: bold;
}
#service-list li {
	margin-bottom: 0;
}

/* WEB DESIGN */

#web-design .projects li {
	margin-bottom: 20px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
	line-height: 85px;
	float: left;
	font-style: italic;
}
#web-design .projects li img {
	padding: 5px;
	border: 1px solid #bbb;
	margin-right: 20px;
	float: left;
	background: #eee;
}
#web-design .projects li a {
	background: #eee;
	display: block;
	height: 85px;
	width: 436px;
	float: left;
	padding-left: 20px;
	border: 1px dashed #bbb;
}
#web-design .projects li a:hover {
	color: #887A6F;
}

/* CONTACT US */

form {
	float: right;
}
.text-input {
	margin: 0;
	border: 1px solid #bbb;
	padding: 3px;
	background: #eee;
	font-size: 22px;
	font-weight: bold;
	font-family: georgia;
	color: #bbb;
	width: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submit {
	float: right;
}
textarea {
	width: 400px;
	font-size: 22px;
	font-family: georgia;
	padding: 3px;
	margin: 0;
	border: 1px solid #bbb;
	color: #333;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-info {
	float: left;
	width: 362px;
	margin-right: 20px;
}

/* FOOTER */

.footer {
	color: #fff;
	padding: 10px;
	width: 810px;
	float: left;
}
.footer a {
	float: right;
	color: #fff;
}
.footer p {
	float: left;
}
