body {
	padding: 0;
}
body > .container {
	margin-top: 160px;
}
body > .container.index {
	margin-top: 120px;
}
body .header {
	position: absolute;
	/*width: 1000px;*/
	top: 10px;
	z-index: 1;
}
body .breadcrumb-wrapper {
	position: absolute;
	top: 120px;
	z-index: 0;
}
body .breadcrumb-wrapper .breadcrumb {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
body .breadcrumb-wrapper .breadcrumb li {
	line-height: 14px;
}

/* Custom container */
.container {
	margin: 0 auto;
	/*max-width: 1000px;*/
}
.container.index > hr {
	margin: 60px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 80px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 100px;
	line-height: 1;
}
.jumbotron .lead {
	font-size: 24px;
	line-height: 1.25;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 90;
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {
	margin-bottom: 0;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
			box-shadow: 0 2px 10px rgba(0,0,0,.25);
	min-height: 50px;
}

/* Downsize the brand/project name a bit */
.navbar .brand {
	padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
	font-size: 16px;
	font-weight: bold;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
	display: none;
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
	padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
	margin-top: 10px;
}

.navbar .nav > li {
	width: 159px;
	text-align: center;
	border-right: 1px solid #eee;
}
.navbar .nav > li:last-child {
	border: none;
}



div.submenu {
	position: absolute;
	top: 120px;
	z-index: 99;
}
div.submenu ul.unstyled li {
	padding: 3px 15px;
	font-size: 12px;
	line-height: 12px;
}
div.submenu ul.unstyled li.list-header {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
div.submenu ul.unstyled li.list-header a, div.submenu ul.unstyled li.list-header a:hover {
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

img.grayfade {
	/*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */*/
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
}
img.grayfade:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}


/* Customize the footer links */
.footer {
	background: #f8f8f8;
	margin-top: 20px;
	padding: 12px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
}
.footer ul li {
	font-size: 12px;
}


.treeview li, .treeview ul li {
	font-size: 12px;
	line-height: 12px;
}


div.promo div.item {
	display: block;
	float: left;
	padding: 3px;
}
div.promo div.item a {
	display: block;
	width: 194px;
	text-align: center;
}
div.promo div.item a img.img-rounded {
	max-width: 194px;
	max-height: 194px;
}
img.preview {
	width: 215px;
	height: 210px;
	margin: 6px;
	padding: 6px;
}


img.full-view {
	width: 391px;
}
.full-view-zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid silver;
	margin-top: 120px;
}
.full-view-zoom-container {
	position: absolute;
	z-index: 97;
}
div.preview {
	width: 393px;
	background: rgba(0, 0, 0, 0.1);
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
div.preview .btn {
	margin-top: 36px;
	width: 8px;
	line-height: 30px;
	font-size: 120%;
	padding: 10px;
}
div.preview div.frame {
	width: 333px;
	overflow: hidden;
}
div.preview div.frame div.box {
	width: 2000px;
}
div.preview div.frame div.box table tr td img {
	height: 110px;
}
ul li.disabled {
	color: #c0c0c0;
}
p.price-big {
	font-size: 36px;
	line-height: 36px;
}
table.offers tr td {
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
}
table.offers tr td.price {
	text-align: right;
	padding-right: 30px;
}
table.offers tr td.small {
	font-size: 12px;
	line-height: 12px;
	color: #888;
}

.y-scroll-200 {
	max-height: 200px;
	overflow-y: scroll;
}

.border-radius-3 {
	padding: 3px;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.fix-float.fixed {
    position: fixed;
    top: 0;
    width: 20%;
}



@media (max-width: 979px) {
	.navbar-wrapper {
		top: 0;
	}
	.navbar .brand {
		display: block;
	}
	.navbar .nav > li, .navbar .nav > li:last-child {
		border: none;
		border-top: 1px solid #eee;
		width: 100%;
		text-align: left;
	}

	body .header {
		display: none;
	}
	body > .container {
		margin-top: 90px;
	}
	body > .container.index {
		margin-top: 70px;
	}
	body .breadcrumb-wrapper {
		top: 70px;
	}
}
