body, html {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #222;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

a { outline: none; }
p { line-height: 150%; }

.fl { float: left; }
.fr { float: right; }
.clr { clear: both; }
.clrl { clear: left; }
.clrr { clear: right; }
.clr.spacer { height: 20px; }
.clr.spacer-large { height: 100px; }
.center { text-align: center; }
.justify { text-align: justify; }
.left { text-align: left; }
.right { text-align: right; }
.upper { text-transform: uppercase; }
.smaller { font-size: 80%; }
.smaller2 { font-size: 50%; }

.black { color: #000 !important; }

.pad0 { padding: 0; }
.margin0 { margin: 0; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.margin20 { margin: 20px; }
.width10 { width: 10%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width50 { width: 50%; }
.width33 { width: 33%; }
.width34 { width: 34%; }

.rounded {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.boxshadow { box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25); }
.wboxshadow { box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50); }

h1 {
	text-shadow: 1px 1px #00adee;
	font-size: 180%;
}

h2 {
	text-shadow: 1px 1px #00adee;
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

hr {
	margin: 2px 0 2px 0;
	height: 2px;
	border: none;
	background: url('../img/submenu-sep.jpg');
}

table .row1 { background:#7bccea; }

.container { width: 940px; margin: 0 auto; }
.container.white { background: #eee; }
.white { color: #555; }
.white h3, .white h2, .white h1 { color: #555; }

#header { margin: 20px auto; color: #eee; }

#message {
	color: #eee;
	border: 1px solid #00adee;
	padding: 2px 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom: 10px;
}
#message p { margin: 2px 0; padding: 0 5px; }
#message p.success { background: green; }
#message p.error { background: red; }

#overlay {
	opacity: 0.75;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 8000;
	display: none;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #eee;
	border: 1px solid #00adee;
	z-index: 9000;
	width: 500px;
	margin-top: -250px;
	margin-left: -250px;
	display: none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.modal h1 { margin-top: 0; }
.modal div.fl.label { padding-top: 10px; }

#breadcrumbs {
	width: 940px;
	margin: 0 auto;
	background: #eee;
	color: #666;
	font-size: 80%;
}

#breadcrumbs ul {
	padding: 5px;
	margin: 0px;
}

#breadcrumbs li {
	display: inline;
	padding-left: 2px;
}

#nav {
	font-family: Helvetica, sans-serif;
	background: url('../img/nav-bg.jpg') no-repeat center center;
	width: 940px;
	height: 43px;
	margin: 0 auto;
	border-bottom: 2px solid #1a1a1a;
	z-index: 100;
	margin-bottom: 1px;
}

.mainnav .active {
	border-bottom: 2px solid #00adee;
}

.mainnav {
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.mainnav a, .mainnav a:visited {
	font-size: 90%;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	font-weight: bold;
	text-shadow: 2px 2px #000;
	white-space: nowrap;
}

a img {
	border: none;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus {
	color: #00adee;
}

.container.white a, .container.white a:visited, #breadcrumbs a, #breadcrumbs a:visited { color: #00adee; }
.container.white a:hover, .container.white a:focus, #breadcrumbs a:hover, #breadcrumbs a:focus { text-decoration: underline; }

.mainnav-item {
	background: url('../img/nav-sep.jpg') no-repeat;
	background-position: right bottom;
	float: left;
	height: 43px;
}

.mainnav-item:last-child { background: none; width: 185px; padding-right: 0; }
.mainnav-item:last-child a, .mainnav-item:last-child a:visited { padding-top: 10px; }
.mainnav-item:last-child span { padding-top: 12px; }

#nav .submenu {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 43px;
	z-index: 90;
	background: url('../img/submenu-pat.jpg');
	border: 1px solid #333;
	border-top: none;
	padding: 5px 30px 15px 15px;
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
}
.submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.submenu ul li { padding-right: 20px; }
.submenu li { background: url('../img/submenu-sep.jpg') repeat-x bottom; }
.submenu p {
	color: #eee;
	margin: -8px 0 5px 0;
	padding: 2px 10px 10px 10px;
	font-size: 80%;
}
.submenu p:before {
	content: "\2022\20\20"
}
.submenu hr {
	margin: 2px 0 8px 0;
}
.submenu a, .submenu a:visited {
	padding: 2px;
	height: 15px;
	padding: 10px 10px 10px 0;
}

.slider-wrapper {
	position: relative;
	margin: 0px auto;
	width: 940px;
	height: 284px;
}

#slider {
	width: 940px;
	height: 284px;
	margin-bottom: 50px;
}

.nivo-caption {
	font-size: 80%;
	text-align: center;
}

.nivo-controlNav {
	position: relative;
	top: -65px;
}

#footer {
	position: relative;
	border-top: 2px solid #1a1a1a;
	background: url('../img/footer_bg.png') repeat;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.fbox {
	overflow: hidden;
	float: left;
	width: 170px;
	text-shadow: 1px 1px #000;
	font-size: 80%;
	height: 110px;
	list-style-type: none;
	line-height: 180%;
	background: url('../img/foot-sep.png') repeat-y right;
	margin-top: 40px;
	padding: 10px 0 10px 25px;
}

.fbox h2 {
	font-size: 16px;
	position: absolute;
	top: 10px;
	text-shadow: 1px 1px #000;
	color: #ddd;
}

#social {
	position: absolute;
	float: right;
	top: -8px;
	right: 20px;
	list-style-type: none;
}

#social li {
	float: right;
}

#social img {
	width: 32px;
	height: 32px;
}

#lcicons {
	text-align: center;
	font-size: 10px;
	color: #999;
	padding-bottom: 20px;
	width: 940px;
	margin: 0 auto;
}

input:focus, select:focus {
	outline: none;
}
textarea { 
	resize: none; 
}

.selectbox {
	background: url('../img/select-field-long.png') no-repeat center center;
	height: 34px;
 	width: 233px;
	float: left;
 	overflow: hidden;
	position: relative;
	left: -1px;
}

.selectbox select {
	-webkit-appearance: none;
	background: transparent;
 	width: 250px;
 	padding: 8px 45px 5px 5px;
 	height: 34px;
 	border: none;
}

.input {
	background: url('../img/input-field2.png') no-repeat center center;
 	border: none;
 	height: 32px;
 	width: 210px;
 	padding: 3px 10px 3px 10px;
}

.input-small {
	background: url('../img/input-field3.png') no-repeat center center;
 	border: none;
 	height: 32px;
 	width: 32px;
 	padding: 3px 10px 3px 10px;
}

.input.error, .input-small.error {
	border-left: 3px solid red;
	margin: 1px 0;
}
#shipping-method-output.error {
	border-left: 3px solid red;
	padding-left: 5px;
}

input[type=submit], input[type=reset], button, .button {
	background:#e8e8e8 url(../img/backgrounds.png) top repeat-x;
	background-position:0 -160px;
	color:#eee;
	border:solid #00adee 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 90%;
	cursor:pointer;
	text-align:center;
	letter-spacing:1px;
	display:inline-block;
	text-decoration:none;
	padding:6px 12px 3px;
}
input[type=submit]:hover, input[type=reset]:hover, button:hover, .button:hover, .button:focus { background-position:0 -200px;color:#f2f2f2;text-decoration:none; }
.button, .button:visited { color: #eee !important; }
.button:hover, .button:focus { text-decoration: none; }

.product-image img { max-width: 200px; }
.price-box { font-size: 120%; }
.price-box span { font-size: 150%; }
.price-form input[type="submit"] { height: 31px; position: relative; top: 1px; }
.price-form {
	text-align: right;
	float: right;
	width: 200px;
	margin: 0 20px;
	padding: 20px;
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
}

.product-image.wide img { max-width: 450px; }
.price-form.wide h3.left { margin: 0 0 10px 0; }
.price-form.wide { width: 250px; margin-top: 50px; }
.price-form.wide .high-line { line-height: 150%; padding-top: 8px; }

.social-buttons { width: 300px; white-space: nowrap; }
.social-buttons .twitter { overflow: hidden; width: 80px; display: inline-block; }

#bookstore .product, #services .product {
	min-height: 300px;
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
}
#bookstore .product img, #services .product img { margin-top: 15px; overflow: hidden; width: 130px; }
#bookstore .product p, #services .product p { font-size: 80%; }
#bookstore .product h3, #services .product h3 { margin-top: 0; }
#bookstore .product .price { font-size: 100%; padding-right: 20px; }

.cart-table, .billing-info, .shipping-info, .payment-info {
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
}
.cart-table .error td { color: white; background-color: #f33; padding: 5px 20px; }
.billing-info h3, .shipping-info h3, .payment-info h3 {
	margin-top: 0;
	border-bottom: 1px solid #666;
}
.billing-info { margin-left: 0; }
.shipping-info, .payment-info { margin-right: 0; }
.cart-table th { text-align: left; border-bottom: 1px solid #666; }
.cart-table tr:last-child td { border-top: 1px solid #666; }

.billing-info .clr.spacer, .shipping-info .clr.spacer { height: 10px; }

.cards { overflow:hidden; padding: 0; margin: 0; }
.cards li {
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	background-image:url('../img/card_logos.png');
	background-position:0 0;
	float:left;
	height:32px;
	margin-right:8px;
	text-indent:-9999px;
	width:51px;
}
.cards li:last-child { margin-right:0 }
.cards .mastercard { background-position:153px 0 }
.cards .amex { background-position:102px 0 }
.cards .discover { background-position:51px 0 }
.cards .visa.off{ background-position:0 32px }
.cards .amex.off{ background-position:102px 32px }
.cards .mastercard.off { background-position:153px 32px }
.cards .discover.off { background-position:51px 32px }