body {
	margin: 0px;
	/*background-image: url(../images/bg.jpg);*/
	background-repeat: repeat;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: 300;
	height: 100%;
}
p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	color: #666;
}
p a {
	color: #666;
	text-decoration: underline;
}
p a:hover {
	color: #09C;
	text-decoration: none;
}
h2 {
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 0.0625em;
	font-weight: 400;
	color: #999;
}
h3 a {
	color: #069;
	text-decoration: none;
	letter-spacing: 0.0625em;
	font-weight: 700;
}
h3 a:hover {
	color: #000;
	text-decoration: underline;
		letter-spacing: 0.0625em;
	font-weight: 700;
}
#slider {
	width: 900px;
	margin: -5px auto 30px;
}
h1 {
	font-size: 22px;
	color: #006699;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.0625em
}
h4 {

	font-size: 18px;
	line-height: 28px;
	color: #999;
	text-decoration: none;
	font-weight: lighter;
}
h4 strong {

	font-size: 24px;
	line-height: 30px;
	color: #999;
	text-decoration: none;
	font-weight: lighter;
}
h4 a {

	font-size: 18px;
	line-height: 28px;
	color: #666;
	text-decoration: underline;
	font-weight: lighter;
}
h4 a:hover {

	font-size: 18px;
	line-height: 28px;
	color: #09C;
	text-decoration: none;
	font-weight: lighter;
}

#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#header p {
	color: #B3B3B3;
}
#menu p a {
	font-size: 14px;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	color: #B3B3B3;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	font-weight: 700;
}
#menu p a:hover {

	font-size: 14px;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	color: #09C;
	text-decoration: none;
	font-weight: 700;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	width: 960px;
	bottom: 0px;
	clear: both;
}
#footer p {
	font-size: 12px;
	color: #B3B3B3;
}
#footer p a {
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: underline;
}
#footer p a:hover {
	font-size: 12px;
	color: #09C;
	text-decoration: underline;
}

#homepage-content {width: 900px;margin: 0 auto;}
.homepage-store-categories {margin: 0 auto; width: 1020px; display: block; height: 200px}
.store h1, .store p {margin-left: 12px; margin-right: 12px;}
.store .box_shop p {margin-left: 0; margin-right: 0; font-size: 13px}


.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


/*h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #999;
	font-weight: lighter;
}*/
h3 strong {
	font-weight: bolder;
	font-size: 20px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
}
#gallery  {
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}
#gallery a img {
	padding: 8px;
}
#text_block img {
	padding-bottom: 5px;
	padding-left: 15px;
}
#content_block {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#sidebar {
	width: 130px;
	border: 2.5px solid #CCC;
	padding-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	float: left;
	margin-right: 12px;
}
#sidebar_login {
	width: 180px;
	border: 2.5px solid #CCC;
	padding-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	float: left;
	margin-right: 12px;
	padding-right: 12px;
}
#content {
	width: 760px;
	border: 2.5px solid #CCC;
	display: block;
	padding: 7px;
	float: left;
}
#content_login {
	width: 710px;
	border: 2.5px solid #CCC;
	display: block;
	padding: 7px;
	float: left;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 820px;
}
#sidebar ul.store-nav {margin-bottom: 20px; padding-left: 0}
#sidebar .store-nav li {list-style: none; margin-bottom: 15px; margin-left: 0; 	font-size: 16px;
	color: #B3B3B3;
	text-decoration: none;}
#sidebar li a {
	font-size: 16px;
	color: #B3B3B3;
	text-decoration: none;
	font-weight: 400;
}
#sidebar li a:hover {
	font-size: 16px;
	color: #09C;
	text-decoration: none;
}



/* Payment Icons */
.sd-footer-sidebar-widget .textwidget .payment-ul li:before {content: none;}
.sd-footer-sidebar-widget .textwidget .payment-ul li {padding-left: 0}
.payment-icon-container {
    padding: 10px;
    background: #FFF0CE;
    border-radius: 3px;
    display: inline-block;
	height: 30px;
	margin: 5px auto
}

.payment-icon {
    width: 60px;
    background-image: url('../images/paymenticons.svg');
    background-size: 60px
}

.payment-icon-paypal {
    height: 16px;
    background-position: 0 0;
    margin-top: 8px
}

.payment-icon-bpay {
    height: 18px;
    background-position: 0 -17px;
    margin-top: 6px
}

.payment-icon-moneyorder {
    margin-top: 3px;
    height: 22px;
    background-position: 0 -35px
}

.payment-icon-cheque {
    margin-top: 8px;
    height: 13px;
    background-position: 0 -58px
}

.payment-icon-directdeposit {
    margin-top: -4px;
    height: 38px;
    background-position: 0 -72px
}

.payment-icon-americanexpress {
    margin-top: 5px;
    height: 21px;
    background-position: 0 -110px
}

.payment-icon-mastercard {
    margin-top: -3px;
    height: 36px;
    background-position: 0 -130px
}

.payment-icon-visa {
    margin-top: 6px;
    height: 18px;
    background-position: 0 -167px
}

.payment-icon-diners {
    margin-top: 7px;
    height: 15px;
    background-position: 0 -196px
}

.payment-icon-discover {
    margin-top: 10px;
    height: 10px;
    background-position: 0 -186px
}


.box_gallery {
	text-align: center;
	height: 225px;
	width: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
.box_gallery a img {
	border: 1px solid #CCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box_gallery a img:hover {
	border: 1px solid #09C;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box_225 {
	text-align: center;
	height: 275px;
	width: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
.box_225 p a {
	font-size: 16px;
	color: #B3B3B3;
	text-decoration: none;
	line-height: normal;
	font-weight: 400;
}
.box_shop {
	width: 207px;
	min-height: 500px;
	border: 1px solid #f3f3f3;
	float: left;
	padding: 10px;
	margin-right: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 12px;
}

p small {
	font-size: 11px;
	color: #B3B3B3;
	text-decoration: none;
}
small {
	font-size: 11px;
	color: #B3B3B3;
	text-decoration: none;
}
p small a {
	font-size: 11px;
	color: #B3B3B3;
	text-decoration: underline;
}
small a {
	font-size: 11px;
	color: #B3B3B3;
	text-decoration: underline;
}
p small a:hover {
	font-size: 11px;
	color: #09C;
	text-decoration: underline;
}
.box_shop form table {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
small a:hover {
	font-size: 11px;
	color: #09C;
	text-decoration: underline;
}
.box_225 p a:hover {
	font-size: 16px;
	color: #09C;
	text-decoration: none;
	line-height: normal;
}
.box_225 a img {
	border: 1px solid #f3f3f3;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box_225 a img:hover {
	border: 1px solid #09C;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content_block #sidebar p strong a {
	color: #999;
}
#content_no_sidebar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 2.5px solid #CCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.box_float_left {
	width: 400px;
	float: left;
	padding-bottom: 20px;
}
.clear_floats {
	clear: both;
	height: 2px;
	width: 900px;
}
.float_right  {
	float: right;
	padding-left: 20px;
}
.back_to_top {
	height: 20px;
	width: 700px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.download a img {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
}
.download {
	height: 53px;
	float: left;
	width: 185px;
	padding-right: 10px;
}
#gallery a img {
	border: 1px solid #CCC;
	margin: 3px;
}


/* tablet portrait */
@media (min-width: 768px) and (max-width: 991px) {

}

/* tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {

	

}


/* phone portrait */
@media (max-width: 767px) {
	p, .store .box_shop p {font-size: 16px;}
	#header {background: none}
	#menu {width: 90%}
	div#slider.nivoSlider {width: 100%!important}

	#homepage-content, .homepage-store-categories {width: 96%; padding: 0 2%;}
	.box_225 {width: 46%; padding: 7px 1%; height: auto;}
	.box_225 img {width: 100%; height: auto;}
	h1 {text-align: center}
	.btn {text-align: center; display: block;}
	#footer {width: 96%; padding: 0 2%;}
	#content_no_sidebar  {width: 96%; padding: 0 2%; border: none; }
	table {width: 100%}
	img {max-width: 100%; height: auto;}
	
	#sidebar {display: none}
	#content_block  {width: 96%; padding: 0 2%;}
	#content {border: none; width: 100%; padding: 7px 0}
	.box_shop {width: 96%; min-height: inherit; margin: 7px auto; padding: 10px 2%}
	.box_shop small {display: none}
	.box_shop a {text-align: center; display: block;}
	.back_to_top {width: 100%}
	
	div.box {width: 100%}
	.box #captions {width:20%; margin: 0}
	.box #captions p {background: none; color: #666; text-shadow: none; margin: 24px 0 0 0; text-align: left;}
	#form textarea, #form textfield {width:100%}
	
}
	

/* phone landscape */	
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
}
