@charset "UTF-8";

/**
 * Common Elements
 */

body {
	font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #fff;
}

h1 {
	font-size: 2.1em;
	font-weight: 200;
}

h2 {
	clear: both;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 16px;
	color: #1f4767;
}

h2 em {
	font-size: 0.7em;
	font-style: normal;
	font-weight: 300;

}

p {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 36px;
}

strong {
	font-weight: bold;
}

a {
	color: #264866;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #80a3bc;
}


/**
 * Top Logo
 **/

#logo {
	background: url(images/omnis-logo.png) no-repeat;
	width: 227px;
	height: 65px;
}

#logo a {
	width: 227px;
	height: 65px;
	display: block;
}

#logo span {
	display: none;
}


/**
 * Main Navigation
 **/

#navbar {
	margin-top: 20px;
}

#main-nav {
	position: relative;
	height: 65px;
}

#main-nav ul {
	position: absolute;
	right: 20px;
	bottom: 0;
}

#main-nav li {
	display: inline;
	margin-right: 2.4em;
}

#main-nav a {
	color: #17475d;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#main-nav a:hover {
	text-decoration: underline;
}


/**
 * Main Page - Banners
 */

#main-banner {
	height: 300px;
	background-color: #80a3bc;
	margin-top: 12px;
	color: #fff;
}

#main-banner #scott {
	float: right;
	position: relative;
	top: -7px;
	width: 318px;
	height: 307px;
}

#banners {
	position: absolute;
	height: 300px;
	overflow: hidden;
}

.banner {
	width: 642px;
	height: 300px;
}

.banner h2 {
	margin-top: 1.6em;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#main-banner .subcaption {
	font-style: italic;
	font-size: 1.8em;
	font-weight: lighter;
	margin-top: 14px;
	text-align: right;
	margin-right: 120px;
}

#main-banner p {
	width: 440px;
	font-size: 1.2em;
	font-weight: lighter;
	margin-top: 70px;
	margin-bottom: 6px;
	margin-left: 100px;
}

#main-banner a.action {
	color: #fff;
	font-style: italic;
	font-size: 1.2em;
	font-weight: lighter;
	margin-left: 420px;
}

#main-banner a.action:hover {
	color: #c5ddef;
}

#banner-nav {
	position: absolute;
	top: 370px;
	margin-left: 20px;
}

#banner-nav ul li {
	display: inline;
}

#banner-nav a {
	display: block;
	float: left;
	width: 20px;
	height: 12px;
	background: url(images/bannerdot.png) 6px 2px transparent no-repeat;
}

#banner-nav a span {
	display: none;	
}

#banner-nav a.selected {
	background-image: url(images/bannerdot-selected.png);	
}

#banner-nav a:hover {
	background-image: url(images/bannerdot-selected.png);	
}


/**
 * Main Page - Headlines
 */

#main-headlines {
	margin-top: 20px;
	margin-bottom: 30px;
	background: url(images/headline-bg.png) #fff bottom repeat-x;
	height: 148px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
}

.headline {
	position: relative;
	height: 148px;
	text-align: center;
}

.headline h2 {
	color: #333;
	text-align: center;
	font-size: 1.2em;
	padding-top: 6px;
	margin-bottom: 0;
}

.headline p.subheadline {
	color: #555;
	font-weight: lighter;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 0;
}

.headline blockquote {
	position: relative;
	color: #444;
	margin-top: 12px;
}

.headline blockquote .openquote {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 4em;
	color: #ccc;
	margin:0;
	height: 20px;
}

.headline blockquote .quote {
	width: 180px;
	margin: 0 auto 0 auto;
	font-style: italic;
	color: #555;
	font-size: 0.8em;
	line-height: 1.2em;
}

.headline blockquote .closequote {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 4em;
	color: #ccc;
	margin:0;
}

.headline p.quote-author {
	clear: both;
	text-align: center;
	color: #444;
	font-size: 0.8em;
	margin: 0;
	margin-top: 12px;
}

#headline-left {
	margin-left: 20px;
}

#headline-center {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

#headline-right {
	margin-right: 20px;
}

#map-store {
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 338px;
}

#map-store a {
	display: block;
	height: 94px;
	background: url(images/map-store.png) -42px -125px no-repeat;
}

#map-store img {
	display: none;
}

#map-store .address {
	display: none;
}

.monthly-special {
	margin-top: 20px;
	margin-left:76px;
}

.monthly-special h3 {
	
}

.monthly-special h4 {
	font-size: 16px;
	font-weight: 300;
}

.monthly-special h4 strong {
	font-weight: normal;
}

.monthly-special img {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 10px;
}

/**
 * Main Page - Affiliations
 */

.partners li {
	display: inline;
	margin-right: 35px;
}

.partners li img {
	vertical-align: middle;
}


/**
 * Content Pages
 **/
 
img.left {
	float: left;
	margin-right: 10px;
}

/**
 * Content Page Banner
 **/

#banner {
	height: 86px;
	background-color: #80a3bc;
	margin-top: 12px;
	margin-bottom: 30px;
}

#banner h1 {
	color: #fff;
	margin-top: 28px;
	margin-left: 40px;
	line-height: 32px;
}


/**
 * Footer
 **/
 
#footer {
	clear: both;
	margin-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
}

#footer li {
	display: inline;
}

#footer li a {
	margin-left: 10px;
	margin-right: 10px;
	color: #669bb6;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer li.piped {
	border-left: 1px solid #777;
}


/**
 * Right Box
 */
 
.right-box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.right-box {
	padding: 10px;
	background: #e9e9e9 url(images/headline-bg.png) repeat-x;
	border: 1px solid #d4d4d4;
	color: #333;
	margin-bottom: 20px;
}

.right-box p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.right-box p strong {
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 4px;
	color: #333;
}

.right-box h2 {
	color: #333;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0;
}

.right-box p.subheadline {
	color: #555;
	font-weight: lighter;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 2px;
}

.right-box ul {
	margin-top: 10px;
	margin-left: 20px;
}

.right-box li {
	font-weight: 300;
	font-size: 16px;
}

.right-box a {
	color: #264866;
	text-decoration: none;
	line-height: 26px;
}

.right-box a:hover {
	text-decoration: underline;
	color: #80a3bc;
}


/**
 * Products
 **/

table#products {
	text-align: left;
	margin: 20px;
	margin-top: 0;
	margin: 0 20px 40px 20px;
}

#products h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 8px;
}

#products h4 {
	font-weight: 300;
	font-size: 16px;
	margin-top: 10px;
}

#products h4 strong {
	font-weight: bold;
}

#products col {
	width: 33%;
}

#products th, #products td {
	padding: 12px;
	border: 1px solid #ccc;
}

#products th {
	border-right: 1px solid #888;	
}

#products th img {
	display: block;
	margin: 0 auto 8px auto;
	padding-right: 10px;
}

#products tbody td {
	border-right: 1px solid #888;	
}

#products th.last {
	border-right: 1px solid #ccc;	
}

#products tbody td.last {
	border-right: 1px solid #ccc;
}

#products th {
	background-color: #f4f7fa;
}

#products th.best {
	background-color: #e9f0f6;
}

#products td.best {
	background-color: #fcfcfc;
}

#products tbody td {
	font-size: 12px;
}

#products p {
	margin: 0;
}

#products .options {
	display: block;
	background-color: #777;
	width: 240px;
	float: left;
}

#products tfoot h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
}

#products tfoot h3 em {
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
	color: #555;
}

#products tfoot h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	margin-bottom: 8px;
}

#products tfoot li {
	font-size: 12px;
}

/**
 * About Us - Team Members
 **/

.team-member {
	margin-bottom: 60px;
}

.team-member.alpha {
	clear: both;
}

.team-member img {
	float: left;
	margin-top: 3px;
	border: 2px solid #ccc;
}

.team-member .bio {
	margin-left: 110px;
}

.team-member h3 {
	font-size: 1.2em;
	color: #222;
	margin-bottom: 6px;
}

.team-member h3 .title {
	color: #777;
	font-weight: 300;
}

.bio p {
	margin: 0;
	font-size: 12px;
}

#network-box {
	height: 100px;
	background: url(images/network.jpg) 0 -60px no-repeat;
}


/**
 * Contact Page
 **/

#contact-map {
	height: 320px;
}

p.address {
	font-size: 16px;
}

.contact-info {
	margin-bottom: 20px;
}

.contact-info img {
	margin-top: 9px;	
}


/**
 * VCard
 **/

.vcard .url {
	display: none;
}

.vcard .type {
	display: none;
}

.vcard a.email {
	text-decoration: none;
	color: #1f4767;
}

