@charset "utf-8";
/*STRUCTURE START*/
html, body {
	padding:0;
	margin:0;
	border:0;
	background:#000;
}
body {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8C8C8C;
}
#top-container {
	background:#000;
	width:100%;
}
.top-inner {
	width:960px;
	margin:0 auto;
}
#pagewrapper {
	width:100%;
}
#content {
	width:960px;
	margin:0 auto;
	padding:22px 0 0 0;
}
.fancybox-content {
	padding:20px;
}
.logorow {
	background:url(../images/2010/main-banner.jpg) no-repeat center right;
	height:120px;
	width:900px;
	margin:0 0 35px 10px;
	text-indent:-9999px;
}
.spanish{
	background:url(../images/2010/main-banneresp.jpg) no-repeat center right;
	
}
#recommend-links {
	padding:10px 0 0 0;
}
.right-column {
	float:left;
	text-align:center;
	overflow:hidden;
}
.left-column {
	width:400px;
	float:left;
}
#footer {
	margin:30px 0 0 0;
	height:550px;
	width:100%;
}
#footer .footer-inner {
	/*background:#000;*/
	padding:0 0 30px 0;
	margin:0 auto;
	width:960px;
}
#footer .bottom-footer-links {
	margin:0 auto;
	width:960px;
	text-align:center;
}
/*STRUCTURE END*/

/*FONTS START*/

h1 {
	color:#DC7700;
	font-size:20px;
	padding:0 0 5px 10px;
}
p {
	padding:5px 0 10px 10px;
	line-height:19px;
}
em {
	font-style:italic;
}
a {
	text-decoration:none;
}
hr {
	width:380px;
	background:#333;
	height:2px;
	border:none;
	margin:25px 0;
}
strong {
	font-weight:bold;
}
a:link, a:active {
	color:#ff8400;
}
a:visited, a:hover {
	color:#8c8c8c;
}
.hide-text {
	text-indent:-9999px;
}
.logorow h1 {
	color:#fff;
	font:"Arial Rounded MT Bold" Arial;
	font-size:20px;
}
.phone {
	background:url(../images/2010/recommendbox.jpg) no-repeat 0 0;
	height:109px;
	width:255px;
	margin:0 0 0 56px;
	padding:25px 0 0 0;
}
.phoneesp {
	background:url(../images/2010/recommendboxesp.jpg) no-repeat 0 0;
	
}


.phone h1 {
	color:#fff;
	font:"Arial Rounded MT Bold" Arial;
	font-size:34px;
	text-transform:uppercase;
}
.phone h2 {
	padding:0;
	margin:0;
	font-size:18px;
	color:#fff;
}
.logorow p {
	float:right;
	width:455px;
	text-align:center;
	color:#010000;
	padding:30px 30px 0 0;
}
#recommend-links a {
	margin:0 5px;
}
.left-column p {
	padding:5px 0 10px 10px;
	width:360px;
	line-height:19px;
}
span.orange {
	color:#DC7700;
}
span.white {
	color:#fff;
	text-transform:uppercase;
}
span.blueText {
	color: #1c9bd7;
}
.search-text {
	margin:15px 0;
}
#footer .footer-inner p {
	text-align:center;
	color:#fff;
	font-size:10px;
	padding:0 0 15px 0;
}
#footer .bottom-footer-links p {
	color:#656565;
	font-size:11px;
}
#footer .bottom-footer-links a {
	text-decoration:none;
}
#footer .bottom-footer-links a:link {
	color:#24a3dd !important;
}
#footer .bottom-footer-links a:visited {
	color:#F8830C !important;
}
#footer .bottom-footer-links a:hover {
	color:#fff;
}
/*FONTS END*/
/*CLASSES START*/
.clear {
	clear:both;
}
.center {
	text-align:center;
}
/*CLASSES END*/
/*FACEBOOK START*/
.FBConnectButton_Small, .FBConnectButton_RTL_Small {
	background:none repeat scroll 0 0 transparent !important;
	font-size:10px;
	line-height:10px;
}
.FBConnectButton .FBConnectButton_Text, .FBConnectButton_RTL .FBConnectButton_Text {
	background:none !important;
	border:none !important;
	color:#FFFFFF;
	display:block;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	margin:0 !important;
	padding:0px !important;
	text-shadow:none;
}
/*FACEBOOK END*/
/*RECOMMEND FORM START*/
table#recommend {
	border-collapse:collapse;
}
table#recommend th {
	color:#DC7700;
	font-size:20px;
	padding:15px 10px;
}
table#recommend td {
	padding:10px;
}
label {
	color:#1C9BD7;
}
.input {
	width:150px;
	height:10px;
	padding:5px;
	border:1px solid #DC7700;
	background:#333;
	color:#fff;
}
.input:focus, textarea:focus {
	background:#fff;
	color:#333;
}
textarea {
	width:480px;
	height:70px;
	padding:5px;
	border:1px solid #DC7700;
	background:#333;
	color:#fff;
}
.error-container {
	position:relative;
}
label.error {
	position:absolute;
	top:-20px;
	left:0;
	width:300px;
	color:red;
}
/*RECOMMEND FORM END*/
