* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #001f67;
}
.clear {
	clear: both;
}
#wrapper {
	background-color: #FFFFFF;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-color: #012067;
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 123px;
}
#logo {
	display: block;
	float: left;
	padding-top: 13px;
	width: 281px;
	text-align: right;
}
#top #navbar {
	margin-left: 281px;
	display: block;
	margin-right: 7%;
	padding-top: 45px;
}
#top #tagline {
	color: #a1b8dd;
	font-size: 80%;
	text-align: right;
	white-space: nowrap;
}
#top #menu {
	text-align: right;
	white-space: nowrap;
	display: block;
	padding-top: 15px;
	margin-top: 15px;
}
#top #menu ul {
}
#top #menu li {
	display: inline;
	margin-left: 1%;
}
#top #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 3%;
}
#top #menu a:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff0000;
	padding-top: 15px;
	padding-right: 3%;
}
body#home-active #top #menu #home a,
body#about-active #top #menu #aboutus a,
body#portfolio-active #top #menu #portfolio a,
body#services-active #top #menu #services a,
body#contact-active #top #menu #contact a {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff0000;
	padding-top: 15px;
	padding-right: 3%;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdc9de;
}
#content #left-col {
	color: #485983;
}
#content #left-col p {
	font-size: 70%;
}
#content #left-col h4 {
	font-size: 80%;
}
#left-col #banner-comment {
	padding-left: 105px;
	margin-bottom: 30px;
}
#content #right-col {
	padding-bottom: 30px;
	padding-right: 60px;
	padding-top: 30px;
}
#content #right-col #breadcrums {
	color: #d90000;
	font-size: 80%;
	padding-bottom: 5px;
	margin-top: 50px;
}
#right-col #breadcrums a {
	color: #d90000;
	text-decoration: underline;
}
#content #right-col p {
	font-size: 80%;
	padding-bottom: 1em;
}
#content #right-col h1 {
	font-size: 120%;
	color: #4d6396;
	padding-bottom: 1.2em;
}
#content #right-col h2 {
	font-size: 90%;
	color: #485983;
	padding-bottom: 0.7em;
}
#content #right-col ul {
	padding-left: 15px;
}
#content #right-col li {
	font-size: 80%;
	padding-bottom: 3px;
}
#footer {
	background-color: #001f67;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 58px;
	height: 176px;
	text-align: center;
}
#footer p {
	font-size: 80%;
	color: #c9dffe;
	text-align: right;
	margin-right: 7%;
}
.swatch {
	width: 127px;
	border-left: 1px solid #d4d9e1;
	background-image: url(images/shade_right.gif);
	background-position: right top;
	padding-right: 6px;
	background-repeat: no-repeat;
	color: #485983;
	padding-bottom: 10px;

}
.swatch p {
	padding-left: 5px;
}
