
*{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body
{
	background-color: #3E4450;
	background-image: url(images/fondo_01.jpg);
	background-repeat: repeat-x;
	align: center;
}

.cartPagesTableMargin
{
	padding-top:15px; 
	padding-left:20px; 
	padding-right:20px;
}

.container
{
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
	border: 0px solid #fff;
}

.container:after
{
	content: ".";
	visibility: hidden;
	clear: both;
}

.top
{
	height: 35px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #3E3E3E;
	padding-top: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}

.top a.language
{
	float: right;
	margin-top: -12px;
	margin-right: 18px;
	color: #3E3E3E;
	text-decoration: none;
	border: 1px solid #3e3e3e;
	padding: 1px 3px 1px 3px;
	font-size: 9px;
	text-transform: uppercase;
}

.top #cart 
{
	float: right;
	margin-top: -14px;
	margin-right: 28px;
	color: #3E3E3E;
	text-decoration: none;
	border: 0px solid #3e3e3e;
	padding: 1px 3px 1px 3px;
	font-size: 9px;
	text-transform: uppercase;
}

ul#nav
{
	list-style: none;
	font-size: 11px;
	height: 27px;
	background-image: url(images/menuBg.png);
	background-repeat: repeat-x;
	padding-left: 20px;
}

ul#nav a
{
	color: #000;
	text-decoration: none;
	font-size: 9px;
}

ul#nav li 
{
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	padding-top: 7px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
}

ul#nav li ul 
{
	display: none;
	list-style: none;
	position: absolute; 
	top: 2.4em;
	left: 0;
	padding-bottom: 10px;
	background-color: #F3F6FA;
}	

#ul li > ul
{
	top: auto;
	left: auto;
}
ul#nav li:hover ul, ul#nav li.over ul
{
	display: block;
}
ul#nav li:hover, ul#nav li.over
{
	background-image: url(images/menuBgHover.png);
	background-repeat: repeat-x;
	height: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 118px;
}
ul#nav li ul li:hover, ul#nav li ul li.over
{
	height: 13px;
	background-image: none;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

ul#nav li ul li
{
	height: 13px;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
	margin-bottom: 3px;
}
ul#nav li ul li a { display: block; width: 100%; font-size: 11px;}

.content
{
	
	background-color: #fff;
}

.box
{
	float: left;
	width: 193px;
	background-color: #FDFDFD;
	margin-right: 5px;
	margin-top: 3px;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
}

.box p 
{
	margin-left: 26px;
	margin-right: 26px;
}

.box a
{
	text-transform: lowercase;
	color: #333;
	text-decoration: none;
}

.rainbow
{
	height: 5px;
	font-size: 1px;
	background-image: url(images/rainbow.png);
	background-repeat: repeat-y;
	background-color: #3C404C;
}
