/*
Title: 	 Universal Interface Design
Author:	 Agua Web Design - www.aguawebdesign.com
Updated: 04.19.2007
Description: Styles for main interface design for all pages throughout site.
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 20px 0px;
	font-family: "century gothic", helvetica, arial, sans-serif;
	text-align: center;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background-color:#B1B1B1;
	background-image: url(images/interface/int_bg_gradient.jpg);
	background-repeat: repeat-x;
}
html>body {
	font-size: small;
}
.clear {
	clear: both;
}

#container {
	width: 760px;
	margin: 0px auto 0px;
	padding: 15px;
	text-align: left;
	position: relative;
	background-color:#FFFFFF;
	border-top: 4px solid #66ADDC;
	border-right: 4px solid #446E86;
	border-bottom: 4px solid #446E86;
	border-left: 4px solid #446E86;
}
#header {
	height: 94px;
	background-position: center 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#header img {
	float: left;
}
#header #toplinks {
	position: absolute;
	right: 10px;
}
#header #toplinks ul {
	list-style-type: none;
}
#header #toplinks li {
	float: left;
	margin-top: 0px;
}
#header #toplinks li.pricing:hover {
	background-image: url(images/interface/int_icon_pricing.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #toplinks li.portfolio:hover {
	background-image: url(images/interface/int_icon_portfolio.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #toplinks li.info:hover {
	background-image: url(images/interface/int_icon_info.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #toplinks li.contact:hover {
	background-image: url(images/interface/int_icon_contact.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #toplinks a {
	font-weight: bold;
	color: #1467B3;
	text-decoration: none;
	font-size: 1.15em;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 15px;
	height: 40px;
}
#header #toplinks a:hover {
}
#nav {
	font-weight: bold;
	color: #0B477E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	position: relative;
}
#nav ul {
	list-style-type: none;
	top: 0px;
	margin: 0px 0px 0px 150px;
	padding: 0px;
}
#nav li {
	text-align: center;
	background-image: url(images/interface/int_but_nav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 151px;
	float: left;
}
#nav li:hover {
	background-image: url(images/interface/int_but_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav a {
	text-decoration: none;
	display: block;
	padding-top: 6px;
	width: 100%;
	font-weight: bold;
	color: #1467B3;
	height: 100%;
	font-family: Helvetica, "Century Gothic", Arial, sans-serif;
	font-size: 1em;
}
#nav a:hover {
	color: #A6D2DE;
}
#navbar {
	background-image: url(images/interface/int_nav_bar.gif);
	background-repeat: no-repeat;
	height: 6px;
	position: absolute;
	z-index: 99;
	top: 26px;
	width: 100%;
	left: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/interface/int_squares_lg.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	height: 100%;
}
#content #main {
	padding-top: 67px;
	width: 760px;
}
#footer {
	height: 30px;
	text-align: center;
	margin: 8px 0px 0px;
	padding: 26px 0px 0px;
	border-bottom-color: #999999;
	background-image: url(images/interface/int_squares_small.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#footer ul {
	list-style-type: none;
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#footer li {
	text-align: center;
	float: left;
	margin-right: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-size: 1em;
	display: block;
	width: 100%;
	font-weight: bold;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}
#copyright {
	text-align: center;
	color: #1268B4;
	font-size: 12px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #999999;
}
#w3c {
	padding-top: 15px;
	text-align: center;
}
#w3c a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#w3c img {
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
