@import url(reset.css);
@import url(type.css);

body {
	margin: 40px 0 20px 0;
	text-align: center;
	}
div.wrapper {
	margin: 0 auto;
	width: 942px;
	text-align: left;
	}
div.header {
	position: relative;
	height: 168px;
	}
a#logo {
	position: absolute;
	left: 0;
	top: 0;
	}
div.navetc {
	position: relative;
	margin-left: 345px;
	}
img#tag {
	position: absolute;
	left: 0;
	top: 41px;
	}
ul.nav {
	padding: 81px 0 0 0;
	margin-right: -3px;/*for lesser browsers*/
	}
ul.nav li {
	float: left;
	display: inline;
	}
ul.nav li a {
	text-align: center;
	display: block;
	width: 72px;
	height: 12px;
	padding: 7px 0;
	line-height: 1;
	color: #fff;
	background: #00adef url(../images/nav-states.png) no-repeat left top;
	border-right: 3px solid #fff;
	text-decoration: none;
	}
ul.nav li:last-child a,
ul.nav li.last a {
	border: none;
	}
ul.nav li a:focus,
ul.nav li a:hover {
	color: #fff;
	background-color: #005288;
	background-position: left bottom;
	}
div.navetc form {
	padding-top: 30px;
	text-align: right;
	}
div.content {
	border-left: 5px solid #00adef;
	margin: 41px 0 0 67px;
	padding: 0 30px 30px 45px;
	background: #fff url(../images/bubbles.png) no-repeat right bottom;
	min-height: 350px;
	}
div.col-1,
div.col-2,
div.col-3 {
	float: left;
	width: 245px;
	margin-right: 30px;
	}
div.col-3 {
	margin-right: 0;
	}
div.col-2-3 {
	float: left;
	width: 520px;
	}
div.footer {
	text-align: center;
	padding: 130px 0 0 67px;
	background: transparent url(../images/footer.jpg) no-repeat right top;
	}
div.footer p {
	margin: 0;
	}

/*Products section*/
ul.products li {
	float: left;
	margin-right: 40px;
	}
ul.products li a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	}
ul.products li a img {
	border: 1px solid #00adef;
	}
ul.products li a:focus img,
ul.products li a:hover img {
	border-color: #005288;
	}

/*Products section*/

p.error {
	background-color: #fff0f0;
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 10px;
	}
p.success {
	background-color: #f0fff0;
	border: 1px solid #339900;
	color: #339900;
	padding: 10px;
	}
form.contactform  p {
	margin: .3em 0;
	}
form.contactform label input {
	width: 300px;
	}
form.contactform label textarea {
	width: 400px;
	height: 200px;
	}
form.contactform label input.checkbox {
	width: auto;
	}
form.contactform span {
	color: red;
	}
	
/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}
