body {
	background-color: #01265d;
	background-image: url('../img/bg-glow.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	color: #7e7e7e;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #39c0eb;
	text-decoration: underline;
}

a:hover, a:active {
	color: #52b434;
	text-decoration: underline;
}

p {
	margin-top: 0;
}

.smalltext {
	font-size: 10px;
	margin-bottom: 0;
}

h1 {
	font-size: 24px;	
	font-family: Arial;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #1d75cf;
}

h2 {
	font-size: 17px;	
	font-family: Arial;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #7e7e7e;
}

h3 {
	margin: 3px 0px 3px 0px;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
}

h4 {
	font-size: 17px;
	font-weight: normal;
	color: #1d75cf;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

fieldset {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-bottom: 3px solid #d9d9d9;
}

fieldset legend {
	font-weight: bold;
	color: #39c0eb;
}

fieldset label {
	font-weight: bold;
	font-size: 13px;
}

fieldset input {
	margin-bottom: 10px;
	width: 50%;
}

fieldset textarea {
	margin-bottom: 10px;
	width: 50%;
}

fieldset .error-message {
	width: 50%;
	color: #ff0000;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 3px;
}

fieldset .inline-error {
	width: 100%;
	color: #ff0000;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 3px;
}


fieldset.checkout div {
	float: left;
	width: 45%;
	margin-right: 20px;
}

fieldset.checkout .span {
	width: 100%;
}

fieldset.checkout div.short-fields {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}

fieldset.checkout div.short-fields div {
	float: left;
	margin-right: 20px;
	width: 140px;
}

fieldset.checkout div.short-fields div select {
	width: 100%;
}

fieldset.checkout label {
	font-weight: normal;
	font-size: 11px;
}

fieldset.checkout .required label {
	font-weight: bold;
	font-size: 11px;
}

fieldset.checkout input {
	margin-bottom: 10px;
	width: 100%;
}

fieldset.checkout .checkbox input {
	float: left;
	width: auto;
}

fieldset.checkout .checkbox label {
	font-size: 13px;
}

fieldset.checkout .submit {
	margin-top: 10px;
	margin-bottom: 0;
}

fieldset.checkout .error-message {
	width: 100%;
	color: #ff0000;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 3px;
}

.select-address fieldset {
	font-size: 11px;
}

.select-address fieldset legend {
	display: none;
}

.select-address fieldset input {
	clear: left;
	width: auto;
	float: left;
}

.category-thumb {
	float: left;
	margin-right: 10px;
}

.hidden {
	display: none;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

#header {
	width: 100%;
	overflow: hidden;
}

#header #logo {
	float: left;
	position: absolute;
	z-index: 50;
	margin: 20px 0px 0px -20px;
}

#header #right {
	width: 518px;
	overflow: hidden;
	float: right;
	text-align: right;
}

#header #right #phone {
	padding: 29px 0px 25px 0px;
}

#header #right #quick-nav {
	background-image: url('../img/bg-quicknav.png');
	background-repeat: no-repeat;
	background-position: right;
	color: #ffffff;
	line-height: 42px;
	padding-right: 10px;
}

#quick-nav a:link, #quick-nav a:visited {
	color: #badeff;
	font-weight: bold;
	text-decoration: none;
}

#quick-nav a:hover, #quick-nav a:active {
	color: #39c0eb;
}

#nav {
	background-color: #39c0eb;
	background-image: url('../img/bg-nav.png');
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

#nav #overlay-group {
	width: 100%;
	overflow: hidden;
	z-index: 75;
	position: relative;
}

#nav a {
	font-size: 14px;
	line-height: 46px;
	padding: 20px 10px 20px 10px;
}

#nav a.nav-on {
	background-image: url('../img/bg-nav-over.png');
	background-repeat: repeat-x;
	background-color: #011532;
}	

#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #39c0eb;
	background-image: url('../img/bg-nav-over.png');
	background-repeat: repeat-x;
	background-color: #011532;
}

#body {
	clear: both;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url('../img/bg-body.png');
	background-repeat: repeat-y;
	min-height: 400px;
	border-top: 1px solid #ffffff;
	padding-bottom: 10px;
}

#body #content {
	width: 615px;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 10px;
}

body#trial-kit {
	background-color: #01265d;
	background-image: url('../img/bg-trial-kit.png');
	background-repeat: repeat-x;
	border-top: 5px solid #ffffff;
}

#content-trial-kit {
	padding: 25px;
	color: #ffffff;
}

#content-trial-kit h1 {
	color: #3bc7f4;
	font-size: 32px;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

#content-trial-kit fieldset {
	width: 500px;
	border: none;
}

#body #content #container {
	width: 593px;
	overflow: hidden;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

#body #sidebar {
	width: 325px;
	overflow: hidden;
	float: left;
	min-height: 333px;
	text-align: center;
}

#body #sidebar img {
	margin-bottom: 10px;
}

#body #about-azure {
	clear: both;
	width: 908px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	background-image: url('../img/bg-content-box.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	font-size: 11px;
}

#body #about-azure #text {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

#body #about-azure img {
	float: left;
	margin: 0px 15px 10px 0px;
}

#body #about-azure h1 {
	margin-top: 0;
}

#body #about-azure #contact {
	float: left;
	width: auto;
	border-left: 1px solid #dddddd;
	padding-left: 20px;
	font-size: 13px;
}

#body #about-azure #contact img {
	margin-top: 15px;
}

#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
}

#footer #footnotes {
	width: 100%;
	overflow: hidden;
	background-image: url('../img/bg-footer.png');
	background-repeat: repeat-x;
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#footer #copyright {
	float: left;
	padding-left: 10px;
}

#footer #credits {
	float: right;
	padding-right: 10px;
}

#login-controller {
	float: right;
	font-size: 10px;
	margin-right: 15px;
	color: #ffffff;
}

#flashMessage {
	color: #01265d;
	border: 1px solid #badeff;
	background-color: #e6f9ff;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

#authMessage {
	color: #953800;
	border: 1px solid #ffc39f;
	background-color: #ffe2d0;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 10px;	
}

#category-list {
	border: 1px solid #d9d9d9;
	padding: 10px;
	line-height: 22px;	
}

#category-list ul {
	font-size: 11px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#category-list li .branch {
}

#category-list .branch {
}

#category-trail {
	font-size: 10px;
	list-style: none;
	padding: 0;
	margin: 0;	
	margin-top: -15px;
	margin-bottom: 25px;
	width: 100%;
	overflow: auto;	
}

#category-trail li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#quick-cart {
	border: 1px solid #d9d9d9;
	padding: 10px;
	font-size: 11px;
}

#quick-cart-checkout {
	margin: 10px -10px -10px -10px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	background-color: #efefef;
	text-align: right;
}

#quick-cart p {
	font-size: 11px;
	margin: 0;
	margin-top: 10px;
}

#quick-news {
	margin-top: 10px;
	border: 1px solid #d9d9d9;
	padding: 10px;
	font-size: 11px;
	line-height: 17px;	
}

#quick-news ul {
	list-style-type: none;
	list-style-image: url('../img/li-bullet.gif');	
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#quick-news ul li {
	margin-top: 10px;
}

#product-thumbs {
	width: 100%;
	overflow: hidden;
}

.product-row-detail {
	width: auto;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

#product-thumbs-row {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

#product-thumb {
	float: left;
	width: 225px;
	min-height: 200px;
	font-size: 10px;
	line-height: 18px;
	margin: 0px 50px 20px 0px;
}

#product-thumb b {
	font-size: 13px;
}

#product-thumb img {
	width: 201px;
	border: 1px solid #d9d9d9;
}

#product-no-sale {
	font-weight: bold;
	color: #01265d;
}

#product-images {
	float: left;
	width: 205px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: center;
	font-size: 10px;
}

#product-images img {
	margin-bottom: 5px;
	border: 1px solid #d9d9d9;
	width: 201px;
}

#product-images a {
	text-decoration: none;
}

#product-line-items {
	clear: both;
	padding: 10px;
	min-width: 200px;
	margin-left: -10px;
}

#product-line-items h3 {
	display: inline;
	float: left;
	line-height: 32px;
	margin-left: 10px;
}
  
.single-option {
	background-image: url('../img/bg-line-item.png');
	background-repeat: no-repeat;
	width: 292px;
	height: 45px;
	font-size: 11px;
	color: #ffffff;
}

.multiple-options {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	background-image: url('../img/bg-silver-gradient.png');
	background-repeat: repeat-x;
	background-color: #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
}

.product-option div {
	margin-bottom: 10px;
}

.product-option div label {
	font-weight: bold;
	float: left;
	display: block;
	width: 125px;
}

.product-option div br {
	display: none;
}

.product-option div select {
	width: 200px;
}

#product-line-items form {
	margin-bottom: 0;
}

#product-line-items form input {
	width: 25px;
	margin: 0px 5px 0px 5px;
	float: left;
}

#product-line-items form #qty {
	float: left;
}

#product-line-items form #qty-group {
	float: right;
	width: auto;
	overflow: hidden;
	padding: 8px 20px 0px 0px;
	line-height: 25px;
}

#product-line-items form #qty-group input {
	margin-top: 2px;
}

#product-line-items form #qty-group div.submit {
	float: left;	
}

#product-line-items form #qty-group div.submit input {
	margin-top: 0;
}

#product-line-items form .submit input {
	width: auto;
}

#product-line-items fieldset {
	font-size: 10px;
	border: none;
	background-color: #efefef;
	padding: 10px;
}

#product-line-items fieldset label {
	font-size: 10px;
	font-weight: normal;
}

#product-line-items fieldset legend {
	display: none;
}

#product-info {
	float: left;
	width: 350px;
	overflow: hidden;
	background-image: url('../img/bg-content-box.png');
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #dddddd;
	font-size: 11px;
}

.content-box {
	clear: both;
	width: 270px;
	overflow: hidden;
	background-image: url('../img/bg-content-box.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 15px;
	margin-left: 12px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	font-size: 11px;
	text-align: left;
}

#selling-points {
	width: 561px;
	margin: 10px 0px 10px 0px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #34b6e4;
}

#selling-points br {
	clear: both;
}

#selling-points img {
	float: left;
	margin-right: 10px;
}

table.view {
	float: left;
	width: 100%;
	border: none;
	border: 1px solid #d9d9d9;	
}

table.view tr td {
	font-family: Verdana;
	font-size: 13px;
	padding: 5px;
	background-color: #effbff;	
}

table.view th {
	text-align: left;
	width: 150px;
	color: #ffffff;
	padding: 5px;
	font-size: 10px;	
	background-color: #1d75cf;
}

table.cart-default {
	width: 100%;
	border: none;
	border: 1px solid #d9d9d9;	
}

table.cart-default th {
	padding: 0;
	font-size: 10px;
}

table.cart-default tr td {
	padding: 5px;
	background-color: #efefef;	
	font-size: 11px;
}

table.cart-default tr td.right {
	padding-right: 7px;
	text-align: right;
}

table.cart-default tr td.center {
	text-align: center;
}

table.cart-default tr td p {
	margin: 0;	
	font-size: 10px;
}

table.rec-awards {
	width: 100%;
	border: none;
	border-collapse: collapse;	
}

table.rec-awards tr td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
}

table.rec-awards th {
	text-align: left;
	width: 150px;
	color: #ffffff;
	padding: 5px;
	font-size: 10px;	
	background-color: #7b6b53;
}

#cart form {
	margin-bottom: 0;
}

#cart form input {
	margin-bottom: 0;
	width: 25px;
}

#cart form .submit {
	float: right;
	margin-top: 5px;
}

#cart form .submit input {
	width: auto;
}

#cart-subtotal {
	clear: both;
	margin-top: 10px;
	float: left;
	width: 50%;
}

#cart-summary #cart-subtotal {
	width: 100%;
}

#cart-summary #cart-subtotal h2 {
	line-height: 12px;
	font-size: 16px;
}

#cart-summary #cart-subtotal div.submit {
	width: 300px;
}

#billing-form {
	width: 100%;
}

#billing-info {
	width: 100%;
	margin-bottom: 10px;
}

#billing-info input {
	width: auto;
	float: left;
}

#billing-info label {
	font-size: 13px;
	font-weight: bold;
}

#shipping-address {
	font-size: 10px;
}

#billing-address {
	font-size: 10px;
}

#big-action {
	clear: both;
	text-align: right;
	width: auto;
	background-color: #83d855;
	border: 1px solid #51b333;
	font-family: Arial;
	font-size: 19px;
	line-height: 32px;
	padding-right: 10px;
	margin-bottom: 15px;	
}

#big-action a:link,
#big-action a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#big-action a:hover,
#big-action a:active {
	color: #39c0eb;
}

#large-action {
	clear: both;
	text-align: right;
	width: auto;
	border-bottom: 1px solid #cccccc;
	background-color: #efefef;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	padding-right: 10px;
	margin-bottom: 5px;	
}

#cart-checkout a {
	text-decoration: none;
}

table.cake-sql-log caption {
	margin-top: 100px;
	font-family: Verdana;
	font-size: 13px;
}

table.cake-sql-log {
	background-color: #ffffff;
}

table.cake-sql-log tr th, table.cake-sql-log tr td {
	font-size: 10px;
	font-family: Verdana;
}

table.cake-sql-log tr th {
	background-color: #666666;
	border-bottom: 1px solid #cccccc;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

.col-left {
	float: left;
	width: 48%;
	margin-right: 10px;
}

.col-right {
	float: left;
	width: 48%;
}

#contact-mailing {}

#contact-customer {
	margin-top: 25px;
}

.order-notes {
	padding: 5px;
	font-size: 11px;
	border: 1px solid #3cc7f4;
	background-color: #c5e9f4;
	color: #01265d;
	margin: 10px 0px 10px 0px;
}

#order-summary {
	width: 100%;
	overflow: hidden;
}

.cms-content {
	width: auto;
	overflow: hidden;
	clear: both;
}

.cms-content .title {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d75cf;
	margin-bottom: 10px;
}

.cms-content .title .title-collapsible {
	padding: 5px;
	background-color: #e6f9ff;
	border-bottom: 1px solid #badeff;
}

.cms-content .title .title-collapsible a {
	text-decoration: none;
}

.cms-content table p {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 11px;
}

.cms-content table {
	line-height: 15px;
}

.cms-gallery-images {
	width: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.cms-gallery-images .lightbox-image {
	float: left;
	margin: 0px 3px 3px 0px;
}

.cms-gallery-images .lightbox-image img {
	border: 1px solid #d9d9d9;
}

#body #sidebar img#twitter-icon {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
}

#twitter {
	line-height: 30px;
}