html {
	overflow-y:scroll;
	background:#fff;
	//background:#fff url('../img/bg2.png');
	//color:#58ACFA;
	border-top: 4px solid #58ACFA;
}
#w {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#slideShoppingCart {
	display:none;
}
#shoppingCart {
	padding-bottom:15px;
	width: 610px;
	min-height:160px;
	margin-bottom: 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ACFA;
	overflow: auto;
}
#shoppingCart h1 {
	margin-top:-3px;
}
.subtotal {
	text-transform:capitalize;
	float:right;
	font-size:11px;
	margin-top:-3px;
}
#objectList {
	clear: both;
	min-height:85px;
}
#shoppingCart .shoppingCartObject {
	float: left;
	margin:4px;
	width: 195px;
}
.cartTitle {
	font-size: 10px;
	margin: 0px;
}
.closeCartObject {
	color:#F78181;
	float: right;
	font-size:10px;
	margin-top:-6px;
	margin-left:10px;
	opacity:.6;
}
.closeCartObject:hover {
	cursor:pointer;
	opacity:1;
}
.cartDescription {
	clear: both;
	margin: 0px;
	font-size: 10px;
}
#shoppingCart  img {
	float:left;
}
.quantityWrapper {
	font-size:10px;
	text-transform: uppercase;
	margin:0;
}
.cartPrice{
	font-size:10px;
}
.cartObjectInfo {
	float:left;
	margin-left:7px;
}
#logo {
	margin-bottom:10px;
}
nav {
	width: 175px;
	float: left;
	position: fixed;
}
nav ul {
	padding-bottom: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #58ACFA;
	border-bottom-color: #58ACFA;
}
nav li {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration: none;
	outline:none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
nav li:hover {
	background:#EFF8FB;
	padding-left: 16px;
	cursor:pointer;
}
nav li span{
	font-size: 10px;
	color: #999;
}
#slideAbout {
	display: none;
}
#about {
	padding-bottom:15px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 610px;
	margin-bottom: 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ACFA;
}
#about h1 {
	margin-top:-3px;
}
#slideContact {
	display: none;
}
#contact {
	padding-bottom:15px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 610px;
	margin-bottom: 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ACFA;
	overflow: auto;
}
#contact h1 {
	margin-top:-3px;
}
#contact #form {
	float: left;
	width: 405px;
	clear: both;
}
#contact #form input {
	background:#EFF8FB;
	width:405px;
	border-style:none;
	border:solid 1px #58ACFA;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:3px;
	color:#666;
	margin-bottom:3px;
}
#contact #form input:focus {
	outline:none;
}
#contact #form textarea{
	background: #EFF8FB;
	width:403px;
	border-style:none;
	border:solid 1px #58ACFA;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:3px;
	padding-top:2px;
	color:#666;
	margin-bottom:3px;
	height:150px;
	resize:none;
}
#contact #form textarea:focus {
	outline:none;
}
#contact #form button {
	float: right;
	background:none;
	border-style:none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	margin-right:-5px;
	margin-top:5px;
	outline:none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #58ACFA;
}
#contact #form button:hover {
	background:#58ACFA;
	cursor:pointer;
}

#contact #form a {
	float: right;
	background:none;
	border-style:none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	margin-right:-5px;
	margin-top:5px;
	outline:none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #58ACFA;
}
#contact #form a:hover {
	background:#58ACFA;
	cursor:pointer;
}
button::-moz-focus-inner {
  border: 0;
}

#locationContact {
	float: right;
	width: 180px;
	text-align:right;
}
#contactInfo {
	padding-bottom:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #58ACFA;
	border-bottom-color: #58ACFA;
	padding-top: 10px;
	margin-bottom: 10px;
}
p {
	clear:both;
}
#content {
	margin-top:71px;
	float: right;
	width: 610px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58ACFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ACFA;
	padding-top: 8px;
	padding-bottom: 15px;
	margin-bottom:6px;
}
#help {
	display:none;
	margin-top:71px;
	float: right;
	width: 610px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58ACFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ACFA;
	padding-top: 8px;
	padding-bottom: 15px;
	margin-bottom:6px;
}
#help h2 {
	font-weight:600;
	margin-bottom:10px;
}
#help .return {
	margin-bottom:20px;
}
#help p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 10px;
}
h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	margin-bottom: 15px;
	float: left;
	clear: both;
}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	margin-bottom: 5px;
}
.productTitle {
	float:left;
	text-transform:capitalize;
	margin-bottom: 0px;
	font-size:11px;
	font-weight:600;
}
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-transform:capitalize;
	margin-bottom: 5px;
}
.description {
	font-style: italic;
	clear:both;
	margin-bottom: 15px;
}
.productDescrition {
	font-size: 10px;
	line-height: 15px;
	margin-bottom:20px;
	margin-top:40px;
}
.productDescrition b{float: right; font-size: 11px;}
.barra {color: #58ACFA;}

.addToCart {
	border: 1px solid #58ACFA;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
}
.addToCart:hover {
	background:#58ACFA;
	cursor:pointer;
}
.checkout {
	border: 1px solid #58ACFA;
	float: right;
	clear:both;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
}
.checkout:hover {
	background:#58ACFA;
	cursor:pointer;
}
.closeAbout {
	color:#F78181;
	float: right;
	margin-top: -6px;
	margin-right: 6px;
	opacity:.6;
}
.closeAbout:hover {
	opacity:1;
	cursor:pointer;
}
.closeContact {
	color:#F78181;
	float: right;
	margin-top: -6px;
	margin-right: 6px;
	opacity:.6;
}
.closeContact:hover {
	opacity:1;
	cursor:pointer;
}
#products {
	clear:both;
}
.object {
	float: left;
	margin-right: 29px;
	margin-bottom:29px;
	cursor:pointer;
}
.undefined{
	cursor:none;
}
.last {
	margin-right: 0px;
	margin-bottom:29px;
}
.object img {
	display:block;
}
.object .productInfo {
	height: 184px;
	width: 184px;
	margin-top: -184px;
	z-index: 1;
	position: absolute;
	display: table;
}
.productInfo .infoBox {
	text-align: center;
	width: 165px;
	border-radius:25%;
	background-color: rgba(239,248,251,.8);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	vertical-align: middle;
	display: table-cell;
}
.productInfo .infoBox h1 {
	float: none;
	margin-bottom:5px;
	font-weight:600;
}
.productInfo .infoBox h2 {
	text-transform:capitalize;
}
.slideObjectInfo {
	display: none;
}
.objectInfo {
	padding-bottom:15px;
	width: 610px;
	margin-bottom: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ACFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFF8FB;
	clear:both;
	overflow:auto;
}
.objectInfo img {
	display:block;
	float: left;
}
.objectInfo .infoText {
	float: right;
	width: 240px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58ACFA;
	padding-top: 3px;
}
.closeObjectInfo {
	color:#F78181;
	float: right;
	margin-top: -3px;
	margin-right: 6px;
	opacity:.6;
}
.closeObjectInfo:hover {
	opacity:1;
	cursor:pointer;
}
#products #line1 {
	height: auto;
	overflow:hidden;
}
#products #line2 {
	height: auto;
	overflow:hidden;
}
#locationInfo h1 {
	float:left;
	margin-bottom:5px;
	margin-left:190px;
}
.number {
	font-size:10px;
}
.top {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: -17px;
	float: right;
	text-transform:capitalize;
	margin-bottom:40px;
	opacity:.8;
}
.top:hover {
	opacity:1;
	cursor:pointer;
}
#helpFooter {
	display:none;
}