/* skin specific styles for skin_1 */

/* global element styles */
body {
	color: #333;
	margin: 0 auto;
	text-align: center;
	background-color: #fdfdfd;
	background: -webkit-linear-gradient(left top, rgb(255, 255, 255) 02%, rgb(250, 250, 250) 94%);
	background: -moz-linear-gradient(left top, rgb(255, 255, 255) 02%, rgb(250, 250, 250) 94%);
	background: -o-linear-gradient(left top, rgb(255, 255, 255) 02%, rgb(250, 250, 250) 94%);
	background: -ms-linear-gradient(left top, rgb(255, 255, 255) 02%, rgb(250, 250, 250) 94%);
	background: -linear-gradient(left top, rgb(255, 255, 255) 02%, rgb(250, 250, 250) 94%);
	font-size: 14px;
	font-family: 'Source Sans Pro', Arial,Tahoma,sans-serif;
	line-height: 18px;
}

a {
	color: #00AEEF;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

h1 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 200;
	padding: 0;
	margin: 0 0 8px 0;
}

h2 {
	color: #333;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

h3 {
	color: #333;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

h4 {
	color: #00AEEF;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

h5 {
	color: #333;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

h6 {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 8px 0;
}



strong, b {
	font-weight: bold;
}

p, blockquote {
	padding-bottom: 16px;
}

img {
	vertical-align: middle;
}

textarea {
	font-family: inherit;
}

/* tables */
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

th {
	text-align: left;
	font-weight: bold;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.428571429;
		vertical-align: top;
		border-top: 1px solid #dddddd;
	}

	.table > tbody > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #dddddd;
	}

	.table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > th,
	.table > tbody:first-child > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > td {
		border-top: 0;
	}

	.table > tbody + tbody {
		border-top: 2px solid #dddddd;
	}

	.table .table {
		background-color: #ffffff;
	}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: #f9f9f9;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
	background-color: #f5f5f5;
}

/* utitlity classes */

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.bar {
	padding: 5px 0;
	margin-bottom: 8px;
	color: #333;
	font-size: 16px;
	border-bottom: solid 1px #e4e4e4;
}

.group-header {
	color: #333;
}
/* buttons */

.button {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	margin: 2px;
}

	.button:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
		background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
		background-color: #dfdfdf;
	}

a.button {
	text-decoration: none;
}

.call-to-action {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #49a4d3;
	-webkit-box-shadow: inset 0 1px 0 0 #49a4d3;
	box-shadow: inset 0 1px 0 0 #49a4d3;
	border: 1px solid #25729a;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(bottom, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	text-shadow: 0 1px 0 #49a4d3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	padding: 8px 20px;
	text-decoration: none;
	margin: 2px;
}

	.call-to-action:hover {
		background-color: #26759e;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#3093c7), to(#1c5a85));
		background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
		background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
		background-image: linear-gradient(to top, #3093c7, #1c5a85);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	}

.add-to-cart {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	-moz-box-shadow: inset 0 1px 0 0 #fce2c1;
	-webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
	box-shadow: inset 0 1px 0 0 #fce2c1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color: #ffc477;
	border: 1px solid #eeb44f;
	text-shadow: 0px 1px 0 #cc9f52;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	margin: 2px;
}

	.add-to-cart:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
		background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
		background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
		background-color: #fb9e25;
	}


.product-landing-page .add-to-cart {
	padding: 12px 34px;
	font-size: 18px;
}

.button:disabled {
	background: #eee;
	border: 1px solid #ddd;
	color: #bbb;
	text-shadow: none;
	box-shadow: none;
}

/* header elements */
.header {
	min-height: 50px;
	position: relative;
}

	.header .phone {
		float: right;
		clear: both;
		color: #666;
	}

	.header .logo {
		margin: 31px 0 0 0;
		float: left;
	}

.user-links {
	text-align: right;
	font-size: 13px;
	color: #666;
	float: right;
	padding-top: 8px;
}

	.user-links a {
		padding: 0 3px 0 6px;
		border-left: 1px solid #efefef;
	}

		.user-links a:first-child {
			border: none;
			padding-left: 0;
		}

/* horizontal navigation */
.top-nav-wrapper {
	padding: 4px 0;
}

	.top-nav-wrapper a {
		color: #333;
	}

.top-nav {
	text-align: left;
	font-size: 16px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.top-nav-list {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.top-nav-list li {
		list-style: none;
		display: inline;
	}

		.top-nav-list li a {
			display: inline-block;
			text-decoration: none;
			color: #333;
			padding: 14px 16px;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

		.top-nav-list li > a:hover {
			background: #efefef;
		}

		.top-nav-list li a:hover {
			color: #666;
		}

/* search styles */
.search-wrap {
	float: right;
	width: 328px;
	text-align: right;
}

.search-form {
	margin: 0;
	width: 100%;
	padding-top: 4px;
}

	.search-form .search-text {
		padding: 6px 12px;
		display: inline-block;
		width: 250px;
		vertical-align: middle;
		font-family: 'Source Sans Pro', Arial, sans-serif;
		border-radius: 0px;
		border: 1px solid #efefef;
		font-style: italic;
		color: #ccc;
	}

	.search-form .button {
		padding: 6px 12px;
		margin: 0;
		vertical-align: middle;
		line-height: 20px;
		font-size: 13px;
	}

/* main body */

.body-wrapper {
	padding: 16px 0;
}

/* left navigation */

.vertical-nav-wrapper {
	float: left;
	width: 236px;
}

/* entity menu */

ul.entity-menu {
	margin: 0 0 16px 0;
	padding: 0 9px 16px 9px;
}

	ul.entity-menu ul {
		margin: 0 0 0 8px;
		padding: 0;
	}

.entity-menu li.menu-item, .entity-menu li.menu-item-more {
	list-style: none;
	padding: 4px;
}

.entity-menu .menu-item-more {
	font-weight: bold;
}

/* content area */

.breadcrumb {
	padding: 6px 0 6px 0;
	font-size: 12px;
	color: #ccc;
}

	.breadcrumb a {
		color: #b3b3b3;
	}

.content-wrapper {
	float: right;
	width: 740px;
}

.content {
	min-height: 300px;
}

/* footer elements */

.footer {
	text-align: center;
	margin-bottom: 16px;
	padding-top: 150px;
	font-size: 14px;
}

.footer-list {
	padding: 0;
	margin: 0;
}

	.footer-list li {
		display: inline;
		list-style: none;
		padding: 0 8px;
	}

	.footer-list a {
		color: #a3a3a3;
	}

.sub-footer {
	font-style: italic;
	color: #a3a3a3;
	text-align: center;
	padding-bottom: 32px;
}

/* account & checkout page styles */

.account-form .form-group, .address-control .form-group {
	width: 85%;
	vertical-align: top;
}

.account-form .first-name, .account-form .last-name,
.address-control .first-name, .address-control .last-name,
.account-form .password-one, .account-form .password-two,
.address-control .company, .address-control .residence-type,
.address-control .city, .address-control .state, .address-control .zip-code {
	width: 41%;
	display: inline-block;
}

.address-control .first-name,
.account-form .first-name, .account-form .password-one,
.address-control .company, .address-control .city {
	margin-right: 3%;
}

.table-order {
	text-align: right;
}

/* products */
.regular-price {
	font-size: 16px;
}

.sale-price {
	color: #e50000;
}
/* Product Landing Page  */
.product-banner {
	padding: 18px;
}

.product-landing-page .product-info {
	padding-left: 45px;
}
