/*
	orange	ffad4e
	blue	006dc0
*/
@font-face {
    font-family: 'WaukeganLDORegular';
    src: url('webfonts/waukegan_ldo-webfont.eot');
    src: url('webfonts/waukegan_ldo-webfont.eot?#iefix') format('eot'),
         url('webfonts/waukegan_ldo-webfont.woff') format('woff'),
         url('webfonts/waukegan_ldo-webfont.ttf') format('truetype'),
         url('webfonts/waukegan_ldo-webfont.svg#webfontopLzQ7gi') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: auto;
	
	background-color: black;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(images/bg-low.jpg);
/*
	background-color: white;
*/
}
/*
	used by jQuery addClass when needed
*/
.bgHighRes {
/*
*/
	background-image: url(images/bg.jpg),url(images/bg-low.jpg);
}
/*
	used by jQuery to turn off certain cpu-intensive effects
*/
.noAccel {
	/*
		turn off fixed background
	*/
	background-attachment: scroll;
	/*
		turn off full window background cover
	*/
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

body, input, select, textarea, button {
	font-family: WaukeganLDORegular, Tahoma, sans-serif;
	font-size: 14px;
	color: black;
}
body {
	min-height: 780px;
	width: 800px;
	margin: 20px auto;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0 0 20px black, 0 0 20px #333333;
	-moz-box-shadow: 0 0 20px black, 0 0 20px #333333;
	box-shadow: 0 0 20px black, 0 0 20px #333333;
}
h1,
div.checkout-container h1 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
a:link, a:visited, a:hover, a:active {
	color: black;
}
a:hover, a:active {
	color: gray;
}

#header {
	position: relative !important;
	left: auto;
	top: auto;
	height: auto;
	width: auto;
	padding: 10px 10px 0;
}
a.logo {
	display: block;
	position: absolute;
	right: 2px;
	top: 5px;
	text-decoration: none;
}
a.logo:hover {
	color: black;
}
.logo img {
	width: 400px;
	height: 102px;
}
.tag {
	position: absolute;
	left: 35px;
	top: 67px;
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: 0 0 5px white,
				0 0 5px white,
				0 0 5px white;
}

#slideshow {
	margin: 0;
	border: 0;
	width: 780px;
	height: 275px;
	background: white url(images/banner-1-low.jpg) left top no-repeat;
}
.slideshowBorder {
	position: absolute;
	border: 8px solid white;
	width: 780px;
	height: 275px;
	left: 2px;
	top: 2px;

	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.sb {
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 13px;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 13px;
}
.sb a {
	display: inline-block;
	padding: 3px 8px 3px;
	text-decoration: none;
}

#center-main {
	padding: 0;
	margin: 0;
	overflow: visible;
}
#center-main.opc-container {
	padding: 20px 20px;
}
.welcomeBg {
	position: relative;
	border-top: 1px solid #F7EEE9;
	background: #baaa9d url(images/bg-beach.jpg) left top no-repeat;
	background-image: url(images/bg-beach.jpg), -moz-linear-gradient(left,#baaa9d,#d5cbc1,#e1dbcf,#cec4bb,#9a918a);
	background-image: url(images/bg-beach.jpg), -webkit-linear-gradient(left,#baaa9d,#d5cbc1,#e1dbcf,#cec4bb,#9a918a);
}
.teamLMBg {
	position: relative;
	background: #a8b0bd url(images/bg-team.jpg) left top no-repeat;
}
.photoBg {
	position: relative;
	background: #080c18 url(images/bg-photography.jpg) left top no-repeat;
	background-image: url(images/bg-photography.jpg), -moz-linear-gradient(left,#080c18,#5d6474,#686f7f,#8c96a2,#bec1c6);
	background-image: url(images/bg-photography.jpg), -webkit-linear-gradient(left,#080c18,#5d6474,#686f7f,#8c96a2,#bec1c6);
}

#left-bar {
	width: auto;
	overflow: hidden;
	background-color: rgba(255,255,255,.6);
	margin: 8px 0 8px 10px;
	font-size: 14px;
	line-height: 16px;

	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0 0 5px #333333;
	-moz-box-shadow: 0 0 5px #333333;
	box-shadow: 0 0 5px #333333;
}
.leftTitle {
	position: absolute;
	left: -330px;
	top: 20px;
	font-size: 34px;
	line-height: normal;
    white-space: nowrap;
    color: #bbbbbb;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	transform-origin: right top;
}
.menu {
	position: relative;
	z-index: 1;
	color: black;
	letter-spacing: 1px;
}
.menu a {
	display: block;
	text-align: right;
	padding: 2px 12px 0;
	text-decoration: none;
}
.menu a:hover {
	background-color: rgba(220, 220, 220,.5);
	color: black;
}
.welcomeBg .menu a:hover {
	background-color: rgba(255, 255, 255,.5);
}
.menu h1 {
	margin: 19px 0 0;
	padding: 0;
}
.menu h1 a {
	text-transform: uppercase;
	font-size: 14px;
}
.teamLiquid {
	display: block;
	padding: 15px 10px 5px;
}
.teamLiquid:hover {
	background-color: rgba(255, 255, 255,.5);
}
.teamLiquid img {
	width: 168px;
	height: 53px;
}

.menu-dialog {
	border: 0;
	background-color: white;
	margin: 0;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 0 5px #333333;
	-moz-box-shadow: 0 0 5px #333333;
	box-shadow: 0 0 5px #333333;
}
.menu-dialog .content {
	background-color: transparent;
	padding: 6px 10px;
}
.menu-dialog .content a {
	color: black;
}

.menu-dialog .title-bar {
	border: 0;
}
.menu-dialog .title-bar img.icon {
	margin-right: 2px;
}
.menu-minicart .title-bar {
	background: transparent none;
}
.menu-minicart .title-bar h2 {
	color: black;
	font-size: 14px;
	text-transform: uppercase;
}
div.minicart table tr td {
	text-transform: uppercase;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
div.minicart table tr td strong {
	font-size: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
}
.menu-dialog hr {
	border: 0;
	margin: 10px 0;
}
.menu-dialog ul li {
	text-align: right;
}
.menu-dialog ul li a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#main {
/*
	width: 578px;
	float: right;
*/
	padding: 8px 10px 10px 14px;
	border: 0;
	width: 602px;
}
#main td {
	vertical-align: top;
}
#main td.main {
	padding: 0;
}
#main td#right-bar {
	width: 114px;
	padding: 0 0 0 10px;
}
.facebook {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.facebook:hover {
	background: -webkit-radial-gradient(white, rgba(255, 255, 255, 0) 50%);
	background: -moz-radial-gradient(white, rgba(255, 255, 255, 0) 60%);
	background: radial-gradient(white, rgba(255, 255, 255, 0) 60%);
}
.facebook img {
	width: 64px;
	height: 57px;
	border: 0;
}
.ads a {
	display: block;

	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}
.ads a:hover {
	-webkit-box-shadow: 0 0 10px black;
	-moz-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
}

#location,
a.bread-crumb,
font.bread-crumb {
	font-size: 14px;
}
#location {
	line-height: normal;
}
a.bread-crumb,
font.bread-crumb {
	display: inline-block;
	padding: 0 5px 5px;
	text-decoration: none;
}
a.bread-crumb:first-child {
	padding-left: 0;
}
a.bread-crumb:hover,
font.bread-crumb {
	color: #ffad4e;
}
font.bread-crumb {
	font-weight: bold;
	letter-spacing: 1px;
}
#location span {
	padding: 0;
}

.dialog {
	border: 0;
}
.dialog .title {
	background-image: none;
	border: 0;
}
.dialog .content {
	color: inherit;
}

.products {
	margin: 0;
}
.products-table td {
}
.products-table .product-cell {
	background-color: transparent;
	text-align: center;
	padding-right: 50px;
}
.products-table .image {
	margin: 0;
}
.products .product-title {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 2px 0;
}
.cart .product-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cart .poptions-title {
	margin: 0;
}
.poptions-options-list {
	padding: 0;
}
.products .product-price-text,
.products .price {
	font-size: inherit;
}
table.totals tr td.total, table.totals tr td.total-value, table.totals tr td.total-value-alt, table.totals span.total-name {
	font-size: 18px;
	letter-spacing: 1px;
}
table.totals tr td.total-name {
	font-size: 14px;
}
ul#opc-sections li.opc-section h2 {
	font-size: 18px;
	text-transform: uppercase;
}
.checkout-shippings tr td,
.checkout-shippings tr td label {
	font-size: 14px;
	line-height: normal;
}
div.opc-container label {
	font-size: 14px;
}

.product-details .image {
	margin-top: 0;
	margin-bottom: 0;
}
.product-details .image .image-box {
	max-width: 424px;
}
div.dpimages-popup-link {
	display: none;
}
.dpimages-icons-box {
	padding-top: 10px;
}
.dpimages-icons-box a:link, .dpimages-icons-box a:visited, .dpimages-icons-box a:hover, .dpimages-icons-box a:active {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.dpimages-icons-box a img {
	padding-top: 3px;
}

.product-details .details {
	font-size: 16px;
}
.product-details .quantity-row td {
	padding: 0;
}

table.product-properties tr td {
	padding: 0;
}
table.product-properties .property-name {
	white-space: nowrap;
	padding: 2px 2px 2px 0;
}
table.product-properties .property-value {
	padding: 2px 0 2px 2px;
}
table.product-properties .product-price,
table.product-properties .product-price-value,
.product-price,
.product-price-value {
	font-size: 18px;
	color: red;
	font-weight: bold;
	letter-spacing: 1px;
}
table.product-properties .product-price-value {
	font-family: inherit;
}
.prodHi {
	border-bottom: 1px dotted black;
	margin: 0 10px 10px 0;
}
.prodHi h2 {
	margin: 0;
	font-size: 16px;
}
.prodHi ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
.prodHi li {
	padding-bottom: 2px;
}
.productPriceRow {
	padding: 14px 0;
}
#product_avail_input {
	width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#product_avail_input,
.prodOption {
	margin-right: 5px;
}
.prodOption {
	white-space: nowrap;
}
.prodOption select {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 3px 10px 3px 0;
}

#product-tabs-container {
	margin-left: 10px;
}
#review_message {
	width: 260px;
}

.buttons-row-right, .buttons-row {
	height: 33px;
}
div.button,
button.button {
	height: auto;
}
div.button,
button.button .button-right,
button.button .button-left {
	background: gray none;

	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;

	color: white;
	text-transform: uppercase;
	font-family: inherit;
	height: auto;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 1px;
	letter-spacing: 1px;
}
div.button div, div.button a,
button.button .button-left {
	font-size: 18px;
	font-weight: bold;
}
button.add-to-cart-button .button-left {
	font-size: 22px;
}
div.button div,
div.button a,
div.checkout-1-button div, div.checkout-1-button a:link, div.checkout-1-button a:visited, div.checkout-1-button a:hover, div.checkout-1-button a:active,
div.checkout-3-button div, div.checkout-3-button a:link, div.checkout-3-button a:visited, div.checkout-3-button a:hover, div.checkout-3-button a:active {
	background-image: none;
	color: white;
	font-family: inherit;
	font-size: 18px;
	line-height: 25px;
}
div.button:hover,
button.button:hover .button-right,
button.button:hover .button-left,
div.checkout-buttons div.checkout-3-button:hover {
	background-color: black;
}
button.main-button .button-right,
button.main-button .button-left,
div.checkout-buttons div.checkout-3-button,
div.main-button {
	background: #006dc0 none;
}
div.checkout-buttons div.checkout-3-button {
	padding-right: 10px;
}
a.simple-button {
	font-size: 12px;
}

.secureInfo {
	float: left;
	padding: 10px 10px 10px 20px;
	text-align: center;
}

.subCats {
	font-size: 16px;
}
.featCats {
	position: absolute;
	bottom: -140px;
	right: 44px;
}
.subCats a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 18px 30px 0;
	width: 130px;
	white-space: nowrap;
}
.subCats.featCats a {
	padding: 0 2px 0 0;
}
.subCats a img {
	width: 100px;
	height: 160px;
	border: 3px solid white;
}
.subCats a span {
	position: absolute;
	left: 124px;
	bottom: 34px;
	white-space: nowrap;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}
.subCats.featCats a span {
	bottom: 4px;
}
.subCats a:hover {
	color: black;
}
.subCats a:hover img {
	-webkit-box-shadow: 0 0 20px white,
					0 0 20px white,
					0 0 20px white;
	-moz-box-shadow: 0 0 20px white,
					0 0 20px white,
					0 0 20px white;
	box-shadow: 0 0 20px white,
					0 0 20px white,
					0 0 20px white;
}

.subcategory-descr {
	padding: 0 10px 0 20px;
}
.subcatKeywords {
	text-align:center;
	color:white;
}

.newsCont {
	margin: 220px 0 0 10px;
	padding: 12px;
	width: 410px;
	background-color: rgba(255,255,255,.6);

	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.newsCont.tall {
	margin-top: 0;
}
.news {
	overflow: auto;
	height: 140px;
	padding: 0 5px 0 0;
}
.newsCont.tall .news {
	height: 440px;
}

.ui-widget {
	font-family: inherit;
	font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border-color: #006dc0;
	background: white none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default:hover {
	border-color: black;
}
.ui-state-default:hover {
	background-color: #efefef;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #006dc0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-default a:hover {
	color: black;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0 1px 0 0;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 5px 7px 4px;
}
.ui-widget-content {
	border-color: black;
	margin-right: 7px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

input.send2friend {
	width: 260px;
}

h3,
.register-section-title label {
	color: gray;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	border: 0;
	padding: 10px 0 0;
}
.register-section-title div {
	border-color: silver;
}

ul#opc-sections {
	min-width: auto;
}
ul#opc-sections li.opc-section {
	width: auto;
	max-width: 280px;
	margin-right: 15px;
	
	max-width: 250px;
}
fieldset.registerform ul {
	padding: 0 5px;
}
#customer_notes {
	width: 250px;
}
div.checkout-container input[type="text"], div.checkout-container input[type="password"], div.checkout-container textarea, div.checkout-container select {
	font-size: 14px;
}

#footer {
	position: relative !important;
	float: none;
	height: auto;
	bottom: auto;
	overflow: visible;
	width: auto;
	font-size: 12px;
	color: gray;
}
.footerBorder {
	height: 1px;
	border-top: 1px solid #9a9a9a;
	background-color: black;
	border-bottom: 1px solid #666666;

	-webkit-box-shadow: 0 0 1px black;
	-moz-box-shadow: 0 0 1px black;
	box-shadow: 0 0 1px black;
}
#footer .box {
	border: 0;
	width: auto;
}
#footer .subbox {
	background: transparent none;
	border: 0;
	color: inherit;
	height: auto;
	padding: 0 20px 22px;
}
#footer .subbox a {
	display: inline-block;
	padding: 5px 0;
	color: inherit;
	text-decoration: none;
}
#footer .subbox a:hover {
	color: black;
}
#footer .subbox .left,
#footer .subbox .right {
	position: relative;
	line-height: normal;
	left: auto;
	right: auto;
}
#footer .subbox .left {
	float: left;
}
#footer .subbox .right {
	float: right;
}
