@import "common.css";
body {
	margin			: 0;
	padding			: 0;
	font-family		: Times New Roman, Geneva, Arial, Helvetica,sans-serif;
	font-size		: 14px;
	color			: #000;
	text-decoration	: none;
	background		: #f5b30c;
}
/*----- Wrapper */
#wrapper {
	width			: 1030px;
	margin			: 0 auto;
	padding			: 0 0 30px 0;
	overflow		: hidden;
}
/*----- Content */
#content {
	width			: 1030px;
	height			: 680px;
	margin			: 0;
	padding			: 0;
	overflow		: hidden;
	background		: url(../images/background.jpg) no-repeat top left;
}
#contentHome {
	width			: 1030px;
	height			: 680px;
	margin			: 0;
	padding			: 0;
	overflow		: hidden;
	text-align		: center;
}
#left {
	position		: relative;
	width			: 300px;
	height			: 680px;
	float			: left;
	margin			: 0;
	padding			: 0;
	overflow		: hidden;
}
#right {
	width			: 700px;
	height			: 550px;
	float			: left;
	margin			: 20px 0 0 0;
}
#menu {
	width			: 580px;
	height			: 30px;
	line-height		: 30px;
	margin			: 40px 0 0 0;
	padding			: 0 10px 0 10px;
}
#mainContent {
	padding			: 40px 20px 20px 20px;
	background		: none;
}
#feat {
	position		: relative;
	left			: -30px;
}
#feat img {
	position		: relative;
	display			: block;
}
#feat a {
	position		: relative;
	float			: left;
	display			: block;
	width			: auto;
	height			: 164px;
} 
#feat a.tucan {
	position		: relative;
	left			: -10px;
} 

/*----Links----*/
#menu ul li {
	display			: inline;
	padding			: 0 0 0 0px;
}
#menu ul li a:link, #menu ul li a:visited {
	padding			: 0px;
}
#menu ul li a:hover, #menu ul li.active a {
	color			: #000;
}
#footer ul {
	width			: 400px;
}
#footer ul li {
	display			: inline;
	padding			: 0 10px 0 10px;
	width:auto;
}
#footer ul li a:link, #footer ul li a:visited {
	padding			: 5px;
	text-decoration	        : none;
	color			        : #000;
	font-weight:bolder;
}
#footer ul li a:hover, #footer ul li.active a {
	color			: #be1e2d;
}
#follow_us {
	position		: relative;
	float			: right; 
	line-height		: 34px;
	right			: 25px;
	top				: -10px;
}
#follow_us a {
	position		: relative;
	display			: block;
	float:left;
	margin:0 0 0 10px;
}
/*----- Footer */
#footer {
	width			: 830px;
	height		: 20px;
	padding			: 0 0 0 200px;
	background		: url(../images/eyr.gif) no-repeat top left;
	clear			: both;
}
/*----Fonts & Headings -----*/
h1, h2, h3, span {
	font-size		: 16px;
	padding			: 0 0 10px 0;
	color			: #be1e2d;
	text-transform	: uppercase;
	font-weight		: bolder;
}
p {
	padding			: 0 0 5px 0;
	font-size		: 12px;
}
.errors {
	width			: 500px;
	color			: #be1e2d;
	font-size		: 10px;
	margin			: 0 0 5px 0;
}
/*-------------------- SIFR */
.sIFR-flash {
	visibility		: visible !important;
	margin			: 0;
	cursor			: pointer;
}
.sIFR-replaced {
	visibility		: visible !important;
}
span.sIFR-alternate {
	position		: absolute;
	left			: 0;
	top				: 0;
	width			: 0;
	height			: 0;
	display			: block;
	overflow		: hidden;
}
form {
	margin			: 5px 0 0 0;
}
input {
	width			: 150px;
	background		: none;
	border			: 1px solid #be1e2d;
}
input.button {
	width			: auto;
	cursor			: pointer;
	border			: none;
}
.button:hover {
    background		: url(../images/go_b.gif) no-repeat left top;
}
ul.ext li {
	margin			: 0 0 0 20px;
	padding			: 15px 0 0 40px;
	background		: url(../images/mexicoFlag.gif) no-repeat left 15px;
}

ul.ext li a:link, ul.ext li a:visited {
	color			: #000;
	text-decoration	: none;
}
ul.ext li a:hover {
	color			: #be1e2d;
}
#sentToFriend form span {
	display			: block;
}
h4.pagetitle span{
   display: none;
}
select {
	width			: 152px;
	border			: 1px solid #be1e2d;
	background		: #be1e2d;
	color			: #fff; 
}

