/*  */
html, body{ 
	margin:0; 
	padding:0; 
	height:100%; 
	color:#454545; 
}
body, td, th{ font-family:HelveticaNeue-Light,HelveticaNeue,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif; }

#wrapper {
	width:100%;	
}

#header {
	width: 100%;
	height: 100px;
	background: #EFEFEF;
}

#header-content {
	width: 930px;
	margin: 0 auto;
}

#logo {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 45px;
}

#logo img {
	width: 100px;
	height: 100px;
	border: none;
}

.tabs {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 65px;
}

.tabs li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	background: #DEDEDE;
	line-height: 15px;
	padding: 10px;
	margin-right: 3px;
	font-weight: 500;
}

.tabs li a {
	color: #454545; 
	text-decoration: none;
}

.tabs li.active a {
	color: #00568D;
	text-decoration: none;
}

.tabs li:hover {
	background: #fff;
	color: #00568D;
}

.tabs li.active {
	background: #fff;
	color: #00568D;
	font-weight: 600;
}

.search {
	float: right;
}

#currencyDivContainer {
	height: 25px;
	line-height: 25px;
	text-align: right;
}

#currencyDivContainer label {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

#currencyDivContainer label a {
	color: #454545;
	text-decoration: none;
}

#currencyDivContainer label a:hover {
	text-decoration: underline;
}

#currencyDiv {
	float: right;
}

.search input {
	width: 290px;
	height: 24px;
	float: left;
	padding: 4px;
	margin-top: 12px;
	margin-left: 45px;
	border: 1px solid #C5C7CA;
	background-color: #fafafa;
	color: #666666;
	font-size: 23px;
}

.search .search-button {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-top: 12px;
	margin-left: 5px;
	padding: 4px;
	background: #DEDEDE;
	border: 1px solid #C5C7CA;
}

.search .search-button a {
	text-decoration: none;
	color:#454545;
}

.search .search-button a:hover {
	text-decoration: underline;
	color:#000;
}

#page {
	width: 930px;
	margin: 0 auto;
}

#page ul.page-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 930px;
	margin: 0 auto;
	margin-top: 20px;
	height: 35px;
}

#page ul.page-menu li {
	float: left;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
}

#page ul.page-menu li a {
	text-decoration: none;
	color: #00568D;
	padding: 8px 12px 8px 12px;
}

#page ul.page-menu li a:hover {
	background: #FB8C00;
	color: #fff;
}

#content {
	clear: both;
	min-height: 400px;
}

#sidebar {
	float: left;
	width: 150px;
}

#sidebar h3 {
	padding: 0;
	margin: 0;
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	font-weight:400;
	color: #00568D;
}

#sidebar img {
	max-width: 135px;
        max-height: 506px;
	margin-top: 15px;
}

#sidebar ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	width: 150px;
	float: none;
	text-align: left;
	font-weight: 400;
	padding-top: 12px;
	font-size: 13px;
	text-transform: capitalize;
}

#sidebar ul li a {
	text-decoration: none;
	color: #00568D;
}

#sidebar ul li a:hover {
	font-weight: 600;
}

#posts {
	width: 780px;
	float: left;
	margin-bottom: 25px;
}

.post {
	width: 100%;
}

.post-product-image {
	width: 450px;
	float: left;
}

.post-product-image img {
	max-height: 400px;
	max-width: 400px;
	margin: 25px;
	margin-top: 0;
}

.post-product-image p {
	width: 400px;
	padding: 0;
	padding-bottom: 5px;
	margin: 0 auto;
	border-bottom: 1px solid #DEDEDE;
	text-align: right;
	font-size: 13px;
}

.post-product-image p a {
	text-decoration: none;
	color:#454545; 
}

.post-product-image p a:hover {
	color:#00568D; 
}

.post-product-details {
	width: 330px;
	float: left;
}

.post-product-details h1 {
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	font-weight:400;
	color: #00568D;
	font-size: 20px;
}

.post-product-details h1 span {
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	font-weight:400;
	color: #FB8C00;
	font-size: 20px;
	padding-right: 10px;
}

.post-product-button {
	width: 140px;
	background: #FB8C00;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	float: right;
}

.post-product-button a {
	color: #fff;
	text-decoration: none;
}

.post-product-button a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}

.post-product-tabs {
	clear: both;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 60px;
}

.post-product-tabs li h3 {
	padding: 0;
	margin: 0;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	width: 85px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 1px;
}

.post-product-tabs li.first h3 {
	margin-left: 25px;
	border-bottom: 1px solid #fff;
}

.post-product-tabs li p {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font-size: 13px;
	border-top: 1px solid #DEDEDE;
}

#breadcrumbs {
	width: 100%;
	padding: 5px;
	padding-left: 0;
	border-bottom: 1px solid #DEDEDE;
	font-size: 13px;
	margin-bottom: 15px;
}

#breadcrumbs a {
	color: #00568D;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #DEDEDE;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs a.last:hover {
	text-decoration: none;
}


#breadcrumbs a.last {
	color: #000;
	border-right: none;
}

#footer {
	clear: both;
	width: 930px;
	margin: 0 auto;
	margin-top: 20px;
}

#footer-bar {
	width: 100%;
	height: 45px;
	background: #DEDEDE;
	line-height: 45px;
}

#footer-bar ul {
	list-style: none;
	width: 910px;
	margin: 0;
	padding: 0;	
}

#footer-bar li {
	float: left;
}

#footer-bar li.last {
	float: right;
}

#footer-bar li a {
	border-right: 1px solid #454545;
	padding-left: 15px;
	padding-right: 15px;
	color:#454545; 
	text-decoration: none;
}

#footer-bar li a:hover {
	color: #000;
}

#footer-bar li.last-link a {
	border-right: none !important;	
}

.newsletter input {
	width: 290px;
	height: 16px;
	float: left;
	margin-top: 10.5px;
	padding: 4px;
	border: 1px solid #C5C7CA;
	background-color: #fafafa;
	color: #666666;
	font-size: 16px;
}

.newsletter .newsletter-button {
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 10.5px;
	margin-left: 5px;
	padding: 4px;
	background: #EFEFEF; 
	border: 1px solid #C5C7CA;
}

.newsletter .newsletter-button a {
	border-right: none !important;	
}

#footer-sections {
	width: 100%;
        margin-top: 25px;
}

#footer-sections ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-sections li {
	float: left;
	height: 135px;
	margin-right:  15px;
}

#footer-sections li.last {
	margin-right: 0;
}

#footer-sections li h3 {
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	font-weight:400;
	color: #00568D;
	width: 100%;
	margin-bottom: 5px;
}

#footer-sections li div {
	width: 100%;
	border-top: 1px solid #DEDEDE;
	font-size: 13px;
	padding-top: 5px;
}

#footer-sections li div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-sections li div li {
	float: left;
}


#footer-sections li div a {
	color:#454545; 
	text-decoration: none;
}

#footer-sections li div a:hover {
	color:#000; 
	text-decoration: underline;
}

#copyright {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

#copyright a {
	text-decoration: none;
	color:#454545;
}

.post h1 {
	display: none;	
}

.post-products-heading {
	width: 388px;
	height: 400px;
	float: left;
}

.post-products-heading-ad {
	margin-left: 26px;
}

.post-products-heading h1 {
	display: block !important;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	max-height: 40px;
	/*margin-top: 300px;*/
	overflow: hidden;
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	font-weight:400;
	background-color: #fff;
}

.post-products-heading p {
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	padding-left: 0;
	margin: 0;
	background-color: #fff;
	height: 60px;
	max-height: 60px;
	overflow: hidden;
}

.post-products {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.post-product h1 {
	width: 195px;
	max-width: 195px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.post-products li {
	float: left;
	width: 193px;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.post-products li div {
	width: 150px;
	height: 170px;
	margin: 0 auto;
}

.post-products li img {
	width: 150px;
	max-height: 150px;
	max-width: 150px;
	border: none;
	padding-top: 10px;
}

.post-products li p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
}

.post-products li p a {
	color:#454545; 
	text-decoration: none;
}

.post-products li p span {
	font-weight: bold;
	font-size: 16px;
	color: #FB8C00;
	padding-left: 5px;
}

.post-products li strong {
	padding-left: 5px;
	font-weight: 500;
	color: #000;
}

.wholesaleOffer {
	width: 100%;
	border: 1px solid #DEDEDE;
	margin-bottom: 15px;
}

.wholesaleOffer div:hover {
	background: #DEDEDE;
	cursor: pointer;
	cursor: hand;	
}

.wholesaleOfferContent {
	padding: 15px;	
}

.wholesaleOffer h2 {
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	font-weight:400;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FC8900;
}

.wholesaleOffer h2 a {
	text-decoration: none;
	color:#454545;	
}

.wholesaleOffer p {
	margin-top: 15px;	
}

.wholesaleOffer img {
	float: left;
	margin-right: 10px;
}

/*  */