
/*******************************************************************
		Main styles
*******************************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url(/images-v2/bg_inside.gif);
	background-repeat: repeat-x;
}

body#index {
	background-image: url(/images-v2/bg.gif);
}

img {
	border: 0;
}

#overall_container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

html>body #overall_container {
	height: auto;
}

#flags_container {
	position: relative;
	margin: 0 auto;
	width: 746px;
	height: 23px;
}

#flags_container img {
	position: absolute;
	top: 4px;
}

#flags_container img#flag-es { right: 5px; }
#flags_container img#flag-fr { right: 31px; }
#flags_container img#flag-en { right: 57px; }

#header_container {
	width: 100%;
	height: 122px;
	
	background-image: url(/images-v2/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header_content {
	margin: 0 auto;
	width: 575px;
	height: 122px;
}

#header_content img { display: block; }

#nav_container {
	margin: 0 auto 4px auto;
	width: 780px;
	height: 30px;
	overflow: hidden;
}

#splash_container {
	width: 100%;
	height: 149px;
	background-image: url(/images-v2/bg_inside_splash_2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#index #splash_container {
	height: 294px;
	background-image: url(/images-v2/bg_splash_2.jpg);
}

#splash_content {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 149px;
}

#index #splash_content {
	height: 294px;
}

#splash_content img { position: absolute; }
#splash_content #splash_left { top: 0; left: 0; }
#splash_content #splash_bonus { top: 0; left: 258px; }
#splash_content #splash_download { top: 152px; left: 258px; }
#splash_content #splash_instant { top: 216px; left: 258px; }
#splash_content #splash_thing { top: 265px; left: 258px; }
#splash_content #splash_right { top: 0; left: 531px; }

#splash_content #logo { 
	position: absolute;
	top: -145px;
	left: 314px;
}

#content_container {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 780px;	
}

#index #content_container {
	margin: 8px auto 0 auto;
	padding-bottom: 160px;
}

#content_container #sidebar {
	float: left;
	display: inline;
	margin: 0 15px 0 5px;
	width: 210px;
	text-align: center;
	background-image: url(images-v2/sidebar_bg.gif);
	background-repeat: repeat-y;	
}

#sidebar img { display: block; } 

#content_container #content {
	float: left;
	margin: 8px 0 0 0;
	width: 540px;
}

#content_container #col01, #content_container #col02, #content_container #col03 {
	float: left;
}
#content_container #col01 { width: 235px; }
#content_container #col02 { width: 273px; padding: 0 23px 0 23px; }
#content_container #col03 { width: 224px; }

#col01 td { 
	padding: 1px;
}

#footer_container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 77px;
	background-image: url(/images-v2/bg_footer.gif);
	background-repeat: repeat-x;
}

#index #footer_container {
	height: 134px;
	background-position: bottom left;
}

#footer_content {
	position: relative;
	margin: 0 auto;
	padding-left: 100px;
	width: 680px;
	
}

#footer_content #icons {
	margin-left: -100px;
	text-align: center;
}

#footer_content #icons img {
	padding: 0 4px 10px 4px; 
	vertical-align: middle;
}

#gTip {
	position:absolute;
	border:none;
	border-width:0px;
	padding:0px;
	visibility:hidden;
	z-index:100;
}

/*******************************************************************
		Text styles
*******************************************************************/

body {
	font-family: Georgia, Times New Roman, serif;
	color: #ddbf72;
	font-size: 11px;
}

#flags_container {
	color: #a8a299;
	font-size: 10px;
	line-height: 23px;
	text-align: center;
}

#footer_container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e3535;
	font-size: 10px;
	line-height: 29px;
}

.copyright {
	font-family: Georgia, Times New Roman, serif;
	color: #6a5f5f;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	font-style: normal;
	color: #fac880;
	font-weight: bold;
}

.title {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: all-caps;
	color: #fac880;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #fac880;
	font-weight: bold;
}

.subtitle2, h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 23px;
	font-variant: small-caps;
	color: #fac880;
	font-weight: bold;
}

.subtitle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #fac880;
	font-weight: bold;

}

.bold {
	font-weight: bold;
}

hr {
	border: 0;
	margin: 8px auto;
	height: 1px;
	color: #fac880;
	background-color: #fac880;
}

/*******************************************************************
		Link styles
*******************************************************************/

a:link, a:active, a:visited {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:hover, a:visited:hover {
	color: #ffbb00;
	text-decoration: none;
}

#footer_content a:link, #footer_content a:active, #footer_content a:visited {
	text-decoration: none;
	font-weight: normal;
}

#footer_content a:hover, #footer_content a:visited:hover {
	text-decoration: underline;
}

#nav_container a, #nav_container span {
	display: block;
	height: 30px;
	width: 100px;
	padding: 30px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

#nav_container a:hover {
	background-position: 0px -30px;
}

#nav_container #nav_download { width: 139px; background-image: url(/images-v2/es_nav_download.gif); }
#nav_container #nav_promotions { width: 106px; background-image: url(/images-v2/es_nav_promotions.gif); }
#nav_container #nav_cashier { width: 73px; background-image: url(/images-v2/es_nav_cashier.gif); }
#nav_container #nav_spacer { width: 151px; }
#nav_container #nav_preview { width: 122px; background-image: url(/images-v2/es_nav_preview.gif); }
#nav_container #nav_faq { width: 47px; background-image: url(/images-v2/es_nav_faq.gif); }
#nav_container #nav_contact { width: 142px; background-image: url(/images-v2/es_nav_contact.gif); }


