﻿
.clear {
	clear: both;
}

body { 
	margin:0; 
	padding:0; 
	position:absolute; 
	height:100%;
	width: 100%;
	background: #00336A;
	font-family:"Times New Roman", Arial, "Courier New";
	font-size: 16px;
	
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

a {
	text-decoration: none;
	color: #0D4BD1;
}

a:hover {
	text-decoration: underline;
}
	
a img {
	border: 0px;
}
		
#wrapper {
	background: #222;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 940px;
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#header {
	border-bottom: #eee solid 2px;
}

#logo {
	float: left;
	padding: 10px;
}

#nav {
	float: left;
	margin-top: 43px;
	height: 40px;
}

#nav ul {
	margin-right: 0px;
	margin-left: 140px;
	padding-left: 0px;
	padding-right: 0px;
	width: 429px;
	height: 40px;
	background:#eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul li {
	display: inline;
	list-style: none;
	float: left;
/**	margin-left: 20px;*/
	margin-bottom: 0px;
	width: 85px;
	height: 40px;
	border-left: #222 solid 1px;
}

#nav ul li.first {
	margin-left: 0px;
	border-left: none;
}

#nav ul li.first a:hover {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#nav ul li.last a:hover {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

	#nav ul li a, header, #nav ul li a:visited {
		display: block;
		text-decoration: none;
		color: #222;
		text-align: center;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
	}
		
		#nav ul li a:hover {
			background: #038DBE;
		}
		
#middle {
	margin-top: 10px;
	margin-bottom: 10px;		
}

.home {
	height: 315px;
}

#about, #news {
	width: 705px;
	margin-left: 15px;
	float: left;
	height: 150px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#news {
	margin-top: 10px;
}

#featured {
	width: 190px;
	margin-left: 15px;
	margin-right: 15px;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 315px;
}

#featured h2, #description h2, #about h2, #news h2{
	color: #222;
}

#content h2 {
	padding: 5px 0px 0px 5px;
}

.product img {
	width: 180px;
	margin-left: 5px;
}

.product h3 {
	text-align: center;
	margin: 0px;
}

.product p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.product em {
	padding-left: 10px;
	padding-right: 10px;
}

.price {
	/*text-align: right;
	margin-right: 10px;*/
	color: red;
}

#footer {
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
}

.content {
	background: #DDE1EA;
	color: #000;
}

.product-list {
	display: block;
}

.product-list img {
	margin: 0px 15px;
}

.product-list .content {
	margin-left: 320px;
	margin-right: 15px;
	height: 200px;
}

.product-list .alt {
	background: #B7BBEB;
}

h2 {
	color: #eee;
	margin-left: 10px;
}

#description {
	margin-left: 320px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#description h3 {
	border-bottom: 1px solid #222;
}

#content #images {
	float: left;
	width: 300px;
}

#content #images img {
	margin: 10px;
}

#content h3 {
	margin-left: 10px;
	margin-right: 10px;
}

#services, #contact, #location, #message, projects, #thank_you{
	margin: 0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content #pictures {
	float: right;
	margin-right: 30px;
	width: 300px;
}

#content #pictures img {
	margin: 10px 0px;
}

#projects {
	margin: 0px auto;
	width: 905px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#services {
	margin-left: 30px;
	width: 550px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}
	
	
#thank_you {
	width: 905px;
}

#location {
	width: 300px;
	float: left;
	height: 100%;
	margin-left: 15px;
}

#contact {
	width: 590px;
	float:left;
	height: 100%;
	margin-left: 15px;
}

#contact table {
	margin: 0px 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contact table form {
	margin: 0px auto;
}

#contact #message_id {
	vertical-align: top;
}

#contact input {
	width: 200px;
}

#contact #message_area {
	height: 300px;
	width: 440px;
}

#contact #subject {
	width: 440px;
}

#contact table #submit {
	margin-left: 400px;
	width: 100px;
}

#content .contact {
	height: 600px;
}

#message {
	width: 905px;	
	vertical-align: middle;
	text-align: center;
	margin: 10px auto 0px auto;
	padding: 10px;
}

.success {
	background: #379911;
	color: #eee;
}

.failed {
	background: red;
	color: #222;
}

#googleCheckoutLogo {
	margin-left: auto;
	margin-right: auto;
}
