/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#3840a3;
	font-size:12px;
	margin:0 auto;
	background-color:#ffd101;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.body_sub {
	background-image: url(/images/bg_body.jpg);
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:206px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header3.jpg);
}

#header-home {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:206px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header2.jpg);
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:276px;
}

#btn_lang {
	position: absolute;
	top:30px;
	right:26px;
	width:124px;
	height:38px;
}

/* ---- start nav id settings ------------------------ */
 
#bg_nav {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:48px;
	background-repeat: no-repeat;
	background-image: url(images/bg_nav.jpg);
}

#nav {
	position:relative;
	top:0;
	left:30px;
	width:899px;
	height:39px;
}

#nav-sp {
	position:relative;
	top:0;
	left:30px;
	width:899px;
	height:39px;
}
/* ---- end nav id settings -------------------------- */

#main-top {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main.jpg);
}

#main-top-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-home.jpg);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-repeat.jpg);
}

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-repeat-sub.jpg);
}

#sub_container {
	position:relative;
	top:0;
	left:0;
	width:763px;
	height:auto;
	padding: 0 30px 0 43px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:430px;
	height:auto;
	padding: 50px 0;
}

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	width:780px;
	height:auto;
	padding: 70px 70px 0 100px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:321px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:40px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:39px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav-en.gif);
}

a#nav_01 {
	width:108px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -39px;
}

.active_01 {
	background-position: 0 -39px !important;
}

a#nav_02 {
	width:87px;
	cursor:default;
	background-position:-108px 0;
}

a:hover#nav_02{
	background-position:-108px -39px;
}

.active_02 {
	background-position:-108px -39px !important;
}

a#nav_03 {
	width:140px;
	cursor:default;
	background-position:-195px 0;
}

a:hover#nav_03{
	background-position:-195px -39px;
}

.active_03 {
	background-position:-195px -39px !important;
}

a#nav_04 {
	width:103px;
	cursor:default;
	background-position:-335px 0;
}

a:hover#nav_04{
	background-position:-335px -39px;
}

.active_04 {
	background-position:-335px -39px !important;
}

a#nav_05 {
	width:140px;
	cursor:default;
	background-position:-438px 0;
}

a:hover#nav_05{
	background-position:-438px -39px;
}

.active_05 {
	background-position:-438px -39px !important;
}

a#nav_06 {
	width:114px;
	cursor:default;
	background-position:-578px 0;
}

a:hover#nav_06{
	background-position:-578px -39px;
}

.active_06 {
	background-position:-578px -39px !important;
}

a#nav_07 {
	width:97px;
	cursor:default;
	background-position:-692px 0;
}

a:hover#nav_07{
	background-position:-692px -39px;
}

.active_07 {
	background-position:-692px -39px !important;
}
a#nav_08 {
	width:110px;
	cursor:default;
	background-position:-789px 0;
}

a:hover#nav_08{
	background-position:-789px -39px;
}

.active_08 {
	background-position:-789px -39px !important;
}

/* ---- start navigation spanish settings -------------------------- */
 
#nav-sp a {
	position:relative;
	float:left;
	height:39px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav-sp.gif);
}

a#nav-sp_01 {
	width:94px;
	background-position:0 0;
}

a:hover#nav-sp_01{
	background-position: 0 -39px;
}

.active-sp_01 {
	background-position: 0 -39px !important;
}

a#nav-sp_02 {
	width:170px;
	cursor:default;
	background-position:-94px 0;
}

a:hover#nav-sp_02{
	background-position:-94px -39px;
}

.active-sp_02 {
	background-position:-94px -39px !important;
}

a#nav-sp_03 {
	width:127px;
	cursor:default;
	background-position:-264px 0;
}

a:hover#nav-sp_03{
	background-position:-264px -39px;
}

.active-sp_03 {
	background-position:-264px -39px !important;
}

a#nav-sp_04 {
	width:197px;
	cursor:default;
	background-position:-391px 0;
}

a:hover#nav-sp_04{
	background-position:-391px -39px;
}

.active-sp_04 {
	background-position:-391px -39px !important;
}

a#nav-sp_05 {
	width:188px;
	cursor:default;
	background-position:-589px 0;
}

a:hover#nav-sp_05{
	background-position:-589px -39px;
}

.active-sp_05 {
	background-position:-589px -39px !important;
}

a#nav-sp_06 {
	width:123px;
	cursor:default;
	background-position:-777px 0;
}

a:hover#nav-sp_06{
	background-position:-777px -39px;
}

.active-sp_06 {
	background-position:-777px -39px !important;
}


/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
background-color:#8b4c20;
}

#L1, #L2 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#4B1F04;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#L1 { width:200px; left:170px; }
#L2 { width:117px; left:26px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}





