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

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #20356A url(../images/bkg.jpg) top repeat-x;
}


/* Containers */
#wrap {
	width: 100%;
	background: url(../images/flag-bkg.png) top center no-repeat;
}
#topContainer {
	width: 1100px;
	height: 57px;
}
#mainContainer {
	width: 1100px;
	background: url(../images/left-bkg.png) left repeat-y;
}
.leftTopContainer {
	margin-left: 50px;
	margin-top: 18px;
}
#leftContainer {
	float: left;
	width: 369px;
	margin-left: 50px;
	text-align: center;
	padding-top: 10px;
}
#rightContainer {
	float: right;
	width: 665px;
	position: relative;
	z-index: 10000;
}
#menu {
	height: 57px;
	float: right;
	width: 665px;
}
#rightContent {
	padding: 15px 340px 20px 0;
	position: relative;
	z-index: 10000;
}
#floatBox {
	padding: 10px;
	width: 260px;
	position: absolute;
	left: 68%;
}
#rightContentLarge {
	padding: 15px 60px 20px 0;
}
.clear {
	clear: both;
}
#footer {
	border-top: 5px solid #990000;
}
#footerContainer{
	border-top: 1px solid #FFF;
}
#footerContent {
	width: 1100px;
	height: 100px;
	min-height: 100px;
}
#bikeContainer {
	float: right;
	margin-top: -410px;
}

/* Text */
.text {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.textGray {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.text a:link {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.text a:hover {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.text a:active {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.text a:visited {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.text24 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #1B64AC;
}
.copyright {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #B5BFD1;
	padding-left: 60px;
}
.copyright a {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #B5BFD1;
	text-decoration: none;
}
a.cartLink {
	color: #FFFFFF;
}
td.cartSummaryItem a.cartSummaryLink {
	color: #000033;
}



/* Menu */
.menu {
	font: 20px/57px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.menu a {
	color: #006699;
	text-decoration: none;
	padding: 17px 10px 18px;
}
.chrome .menu a {
	padding: 16px 10px 18px;
}
.opera .menu a {
	padding: 16px 10px 18px;
}
.menu a:hover {
	color: #FFF;
	background: url(../images/menu-on.jpg) repeat-x;
}


/* Images and Boxes */
table#wrapper {
	width: 600px;
	border: 1px solid #FFFFFF;
	background: #20356A;
}
table#wrapper td {
	padding: 6px;
}
table#wrapper th {
	padding: 6px;
	text-align: left;
}



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