* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #EFECDC;
	text-align: center;
}

body {
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
}


body.home {
	background-image: url(/images/body_bg.jpg); /* body_bg_home.jpg); */
	background-repeat: repeat-x;
}

h1 {
	float: left;
	display: inline;
	width: 208px;
	height: 90px;
}

h2 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 15px;
}

h3 {
	color: #303023;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

h4 {
	color: #303023;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	font-style: italic;
}

h5 {
	color: #303023;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

p, li, td, dd, address, blockquote, label {
	font-size: 11px;
	color: #303023;
	line-height: 130%;
	font-style: normal;
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}

fieldset {
	padding: 10px;
	border: none;
}

blockquote {
	font-style: italic;
}

img {
	border: 0px;
	display: block;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

ul, ol, dl {
	padding-left: 7px;/* MOZ */
	margin-left: 7px;/* IE */
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

option, select, input, textarea {
	font-size: 11px;
	color: #303023;
}

option {
	padding-right: 5px;
}

/* custom styles ============== */

div#wrapper {
	width: 766px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

div#skin {
	padding: 8px;
	background-color: #FFFFFF;
}

ul#sub_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
	height: 35px;
	float: right;
}

ul#sub_menu li {
	margin: 12px 23px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

div#header_home {
	width: 750px;
	height: 111px;
}


div#header {
	width: 750px;
	height: 122px;
}

h1 img {
	margin: 22px 0 0 22px;
}

span.biline {
	width: 408px;
	height: 20px;
	float: right;
	margin-top: 22px;
}

ul#menu {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 542px;
	height: 50px;
}

ul#menu li {
	margin: 20px 4px 0 0;
	padding: 0;
	float: left;
}


ul#menu li.last_tab {
	margin: 20px 0px 0 0;
}

div#shoulders {
	width: 750px;
	height: 175px;
	margin-top: 4px;
}

div.section_box {
	width: 204px;
	height: 175px;
	float: left;
	margin-right: 4px;
}

/* section backgrounds ================ */

div.section_argentina {
	background-color: #8EB5DF;
	background-image: url(images/section_bg_argentina.jpg);
	background-repeat: no-repeat;
}

div.section_brazil {
	background-color: #E5D119;
	background-image: url(images/section_bg_brazil.jpg);
	background-repeat: no-repeat;
}

div.section_chile {
	background-color: #D89523;
	background-image: url(images/section_bg_chile.jpg);
	background-repeat: no-repeat;
}

div.section_ecuador {
	background-color: #769B3B;
	background-image: url(images/section_bg_ecuador.jpg);
	background-repeat: no-repeat;
} 

div.section_galapagos {
	background-color: #B5B716;
	background-image: url(images/section_bg_galapagos.jpg);
	background-repeat: no-repeat;
}

div.section_peru {
	background-color: #BE0027;
	background-image: url(images/section_bg_peru.jpg);
	background-repeat: no-repeat;
}

div.section_special {
	background-color: #7B5B94;
	background-image: url(images/section_bg_special.jpg);
	background-repeat: no-repeat;
}

div.section_costa {
	background-color: #7B5B94;
	background-image: url(images/section_bg_costa.jpg);
	background-repeat: no-repeat;
}

div.section_cruises {
	background-color: #7B5B94;
	background-image: url(images/section_bg_cruises.jpg);
	background-repeat: no-repeat;
}

div.section_home {
	background-color: #B0AE88;
	background-image: url(images/section_bg_home.jpg);
	background-repeat: no-repeat;
}

h2.first_h2 {
	margin-top: 110px;
}

h2.ecuador_h2 {
	margin-top: 77px;
}

h2.costa_h2 {
	margin-top: 90px;
}

.letter_box {
	float: left;
	display: block;
	width:542;
	height:175;
}

div.torso {
	width: 750px;
}

/* torso backgrounds ============= */

div.torso_splash {
	background-image: url(/images/home_box_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin-top: 4px;
}


div.torso_argentina {
	background-image: url(/images/nav_box_bg_argentina.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_argentina h4 {
	color: #8EB5DF;
}

div.torso_brazil {
	background-image: url(/images/nav_box_bg_brazil.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_brazil h4 {
	color: #E5D119;
}

div.torso_chile {
	background-image: url(/images/nav_box_bg_chile.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_chile h4 {
	color: #D89523;
}

div.torso_ecuador {
	background-image: url(/images/nav_box_bg_ecuador.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_ecuador h4 {
	color: #769B3B;
}

div.torso_galapagos {
	background-image: url(/images/nav_box_bg_galapagos.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_galapagos h4 {
	color: #B5B716;
}

div.torso_peru {
	background-image: url(/images/nav_box_bg_peru.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_peru h4 {
	color: #BE0027;
}

div.torso_special {
	background-image: url(/images/nav_box_bg_special.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_costa {
	background-image: url(/images/nav_box_bg_costa.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_special h4 {
	color: #B5B716;
}

div.torso_costa h4 {
	color: #B5B716;
}

div.torso_cruises {
	background-image: url(/images/nav_box_bg_cruises.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_cruises h4 {
	color: #7B5B94;
}

div.torso_home {
	background-image: url(/images/nav_box_bg_home.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.torso_home h4 {
	color: #7D1635;
}

div.left_home_col {
	width: 341px;
	margin: 12px 20px 12px 16px;
	float: left;
	display: inline;
}

div.right_home_col {
	width: 341px;
	margin: 12px 16px;
	float: left;
	display: inline;
}


div.nav_box {
	width: 202px;
	float: left;
}

div.nav_box ul {
	margin: 35px 0 0 15px;
	padding: 0;
	list-style: none;
}

div.nav_box ul li {
	margin-bottom: 6px;
}

div.nav_box ul li a img {
	display: inline;
}

div.nav_box ul li ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
}


div#stomach {
	width: 542px;
	margin-left: 4px;
	float: left;
	overflow: hidden;
}

div#lining {
	padding: 31px 75px 31px 35px;
}

img.map {
	float: right;
	margin: 0 0 10px 10px;
}

div.information {
	background: #F7F7F4; 
	padding: 10px;
}

div.information p {
	margin: 0;
}

div.information img.map {
	margin: 0 0 0 10px;
}

div.hip {
	clear: both;
	height: 4px;
}

/* hip backgrounds ==================== */

div.hip_argentina {
	background-image: url(/images/section_shoe_argentina.gif);
	background-repeat: repeat-y;
}

div.hip_brazil {
	background-image: url(/images/section_shoe_brazil.gif);
	background-repeat: repeat-y;
}

div.hip_chile {
	background-image: url(/images/section_shoe_chile.gif);
	background-repeat: repeat-y;
}

div.hip_ecuador {
	background-image: url(/images/section_shoe_ecuador.gif);
	background-repeat: repeat-y;
}

div.hip_galapagos {
	background-image: url(/images/section_shoe_galapagos.gif);
	background-repeat: repeat-y;
}

div.hip_peru {
	background-image: url(/images/section_shoe_peru.gif);
	background-repeat: repeat-y;
}

div.hip_special {
	background-image: url(/images/section_shoe_special.gif);
	background-repeat: repeat-y;
}

div.hip_costa {
	background-image: url(/images/section_shoe_costa.gif);
	background-repeat: repeat-y;
}

div.hip_cruises {
	background-image: url(/images/section_shoe_cruises.gif);
	background-repeat: repeat-y;
}


div.hip_home {
	background-image: url(/images/section_shoe_home.gif);
	background-repeat: repeat-y;
}

div#footer {
	text-align: center;
	margin-top: 15px;
}


div#footer p {
	color: #303023;
	font-size: 10px;
	line-height: 170%;
}

div#footer a {
	color: #303023;
}

p.tag {
	text-align: right;
}

div#footer p.tag a {
	color: #A29D9B;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 9px;
}

div#footer p.tag a:hover {
	color: #fff;
	background-color: #555445;
	text-decoration: none;
}

input.form_button {
	font-weight: bold;
	padding: 3px 5px;
}

br.clearing {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.no_margin {
	margin: 0;
}

table.libra  {
	margin-bottom: 10px;
}

table.libra tr td {
	padding-bottom: 3px;
}

table.scorpio {
	margin-bottom: 10px;
}

table.scorpio tr td {
	padding-bottom: 6px;
}

a.white_link {
	text-decoration: none;
	color: #fff;
}

a.white_link:hover {
	text-decoration: underline;
	color: #fff;
}

p.intro {
	font-size: 12px;
	font-style: italic;
}

span.normal {
	font-style: normal;
}

.form_table tr td {
	padding: 0 6px 9px 0;
}

label {
	font-weight: bold;
}

textarea.ta_additional {
	width: 400px;
	height: 70px;
}

.small_tbox {
	width: 20px;
}

h4.form {
	color: #6A2539;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	font-style: normal;
}

div.errors {
	padding: 10px;
	border: 1px solid #f00;
	background-color: #FFCC99;
}

.errors ul {
	margin: 0 0 0 5px;
}

.red_text {
	color: #6A2539;
}