@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main */
body {
	background: url(../Images/background.jpg);
}


/* Containers */
#wrap {
	width: 910px;
	background: url(../Images/blue-bkg.png) repeat-y;
}
#logo {
	float: left;
	width: 250px;
	margin: 5px 0 0 80px;
}
#menu {
	float: right;
	width: 400px;
	margin-right: 105px;
	text-align: right;
}
#newsletter {
	float: right;
	width: 268px;
	margin-right: 85px;
	padding-bottom: 8px;
}
.ie #newsletter {
	padding-bottom: 6px;
}
.media {
	text-align: right;
	padding-right: 30px;
}
.media img {
	padding-left: 15px;
}
#topContent {
	width: 700px;
	clear: both;
}
#topClear {
	clear: both;
	width: 700px;
	margin: 0 105px;
	border-bottom: 1px dashed #000;
	height: 10px;
}
#top-border {
	background: url(../Images/top-border.png) bottom no-repeat;
	height: 25px;
}
#center-border {
	background: url(../Images/center-border.png) repeat-y;
	min-height: 100%;
	overflow: hidden;
	padding: 20px 40px;
	width: 830px;
}
#gallery {
	text-align: center;
	padding: 30px 0;
}
#bottom-border {
	background: url(../Images/bottom-border.png) top no-repeat;
	height: 25px;
}
#footer {
	border-top: 1px dashed #000;
	padding: 10px 0 20px;
	margin: 0 105px;
	text-align: center;
}


/* Text */
.textBlue {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #00CCCC;
}
.mainTitles {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #00CCCC;
}
.titles {
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #00CCCC;
}
.text {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.footer {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.footer a {
	color: #00CCCC;
}
h1, h2, h3, h4, h5, h6 {
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #00CCCC;
}
body {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.shop-product-small h5 a {
	font-size: 18px !important;
}
.shop-product-small li.price, .shop-product-large li.price {
	color: #00CCCC;
}
.imageborder {
	border: 1px solid #CCCCCC;
	padding: 8px;
	background: #FFFFFF;
}


/* Menu */
.menu {
	font: 16px/50px Georgia, "Times New Roman", Times, serif;
}
.menu a {
	color: #000;
	padding: 11px 10px;
	border-top: 5px solid #E7F4FB;
	margin: 0 10px;
	text-decoration: none;
}
.menu a:hover {
	border-top: 5px solid #000;
}



/* Images and Boxes */
.formField {
	height: 14px;
	padding: 2px;
	background: #FFF;
	margin: 2px;
	width: 120px;
}




/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
