@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top_page {
	height: 79px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #2fb0b6;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6dc8cc;
}
#wrap {
	width: 1000px;
	height:auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #715F47;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#logo {
	position: absolute;
	top: 23px;
	left: 0px;
	height: 160px;
	width: 160px;
	background: url(_images/logo.gif) top left no-repeat;
	z-index: 1;
}
#menu_block {
	float: left;
	position: relative;
	padding-left: 175px;
	width: 100%;
}
#menu_block li {
	float: left;
	width: 100px;
	text-align: center;
}
#menu_block li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6dc8cc;
	/*-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius: 10px;*/
	height: 59px;
	display: block;
	font-weight: bold;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	text-transform: uppercase;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #930;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #930;
	border-left-color: #930;*/
}
#menu_block li a:hover {
	background-color: #24a5ab;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #bbc832;
	/*-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius: 10px;*/
	height: 59px;
	display: block;
	font-weight: bold;
	color: #bbc832;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}


.selected {
	background-color: #24a5ab;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #bbc832;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6dc8cc;
	/*-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius: 10px;*/
	height: 59px;
	display: block;
	font-weight: bold;
	color: #bbc832;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;	
}
#content_block {
	width: 100%;
	padding-left: 100px;
	min-height:700px;
}
#cd_text {
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 600px;
	margin-top: 20px;
	color: #e28526;
	padding-left: 100px;
}
#main_header {
	color: #bbc832;
	float: left;
	position: relative;
	text-transform: uppercase;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DC8CB;
	padding-top: 35px;
	padding-left: 100px;
	padding-bottom: 10px;
}

#main_header_orange {
	color: #e28526;
	float: left;
	position: relative;
	text-transform: uppercase;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DC8CB;
	padding-top: 35px;
	padding-left: 100px;
	padding-bottom: 10px;
}

#main_header_purple {
	color: #e28526;
	float: left;
	position: relative;
	text-transform: uppercase;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DC8CB;
	padding-top: 35px;
	padding-left: 100px;
	padding-bottom: 50px;
}
#main_header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
}
#main_header h3 {
	margin-left: 420px;
	font-size: 20px;
}
#by {
	font-size: 14px;
}



#meet_juan {
	position: relative;
	float: left;
	width: 250px;
	height: 350px;
	background-position: 0;
	background-image: url(_images/meet_orange.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: -75px;
}

#meet_juan:hover {
	position: relative;
	float: left;
	width: 250px;
	height: 350px;
	background-position: 0;
	background-image: url(_images/meet_green.gif);
	background-repeat: no-repeat;
	margin-left: -75px;
	margin-right: 20px;
}
#secondary_description {

	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 700px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	position: relative;
}
#tertiary_description {
	width: 700px;
	float: left;
	position: relative;
}
#main_description {
	font-size: 14px;
	float: left;
	width: 700px;
	position: relative;
	margin-top: 20px;
}
#main_description a {
	color: #2EB0B6;	
}

#main_block {
	float: left;
	width: 500px;
}
#main_header h2 {
	font-size: 23px;
}
#main_description ul {
	list-style-type: circle;
	display: block;
}
#main_description ul li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#main_description p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_description img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#foot {
	float: left;
	width: 100%;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6DC8CB;*/
	margin-top: 15px;
}
#sidebar {
	position: absolute;
	right: -120px;
	top: 90px;
	width: 270px;
}
#lookinside {
	position: relative;
	margin-left: 10px;
	display: block;
	height: 36px;
	background: url(_images/look.gif) top left no-repeat;
	text-indent: -9999px;
}

#lookinside:hover {
	background: url(_images/look.gif) bottom left no-repeat;
}
#lookinside2 {
	position: relative;
	margin-left: 10px;
	display: block;
	height: 36px;
	background: url(_images/look.gif) bottom left no-repeat;
	text-indent: -9999px;
}

#lookinside2:hover {
	background: url(_images/look.gif) top left no-repeat;
}
#lookinside_vid {
	position: relative;
	width: 382px;
	height: 37px;
	margin-top: 2px;
	display: block;
	background: url(_images/b_look_inside_l.gif) left top no-repeat;
	text-indent: -9999px;
}

#lookinside_vid:hover {
	background: url(_images/b_look_inside_l.gif) left bottom no-repeat;
}
#orange_quote {
	font-size: 20px;
	color: #e28526;
}
#blue_quote {
	font-size: 20px;
	color: #00718F;
}
#watch_video {
	position: relative;
	margin-left: 8px;
	display: block;
	height: 59px;
	width: 232px;
	background: url(_images/b_watch_video_l.gif) top left no-repeat;
	text-indent: -9999px;
}
#watch_video:hover {
	background: url(_images/b_watch_video_l.gif) bottom left no-repeat;
}
#cabana {
	color: #00718F;
	font-weight: bold;
	text-transform: uppercase;
}
#cabana_small {
	color: #00718F;
	
}
#hacienda {
	color: #837D00;
	font-weight: bold;
	text-transform: uppercase;
}
#hacienda_small {
	color: #837D00;
}
#paradiso {
	font-weight: bold;
	color: #D9531E;
	text-transform: uppercase;
}
#paradiso_small {
	color: #D9531E;
}
#pueblo {
	font-weight: bold;
	color: #B1005D;
	text-transform: uppercase;
}
#pueblo_small {
	color: #B1005D;
	
}
#video_thumb {
	float: left;
	position: relative;
	width: 575px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#video_desc {
	float: left;
	display: block;
	position: relative;
	width: 385px;
}
#video_desc h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
#video_thumb a img {
	float: left;
	margin-right: 10px;
	position: relative;
}
cite {
	font-size: 13px;
	text-align: right;
}

#juanc_sig {
	font-size: 13px;
	text-align: right;
}
#buy_latin {
	position: relative;
	margin-left: 12px;
	display: block;
	width: 234px;
	height: 37px;
	background: url(_images/b_buy_the_book_2.gif) top left no-repeat;
	text-indent: -9999px;
}
#buy_latin:hover {
	background: url(_images/b_buy_the_book_2.gif) bottom left no-repeat;
}

#preview_block {
	float: left;
	width: 700px;
}
#preview_block h1 {
	margin-bottom: 20px;
}
#press_item h3 {
	text-align: left;
	color: #85B4AA;
	font-size: 14px;
	margin-bottom: 10px;
}
#press_item {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#secondary_description a {
	color: #85B7B4;
}
#buy_1 {
	width: 324px;
	float: left;
	list-style-type: none;
	list-style:none;
	height: 290px;
}

#buy_1 li {
	position: relative;
	float: left;
	width: 314px;
	height: 59px;
	margin-bottom: 10px;
		
}

#buy_1 li a {
	position: relative;
	float: left;
	width: 314px;
	height: 59px;
	text-indent: -9999px;
}

#buy_1 li a:hover {
	background-position: 0px -59px;
}

#buy_cb {
	background: url(_images/b_buy_cb.gif) left top no-repeat;
}

#buy_amazon {
	background: url(_images/b_buy_amazon.gif) left top no-repeat;
}

#buy_nelson {
	background: url(_images/b_buy_nelson.gif) left top no-repeat;
}

#buy_bandn {
	background: url(_images/b_buy_bandn.gif) left top no-repeat;
}

#buy_cstore {
	background: url(_images/b_buy_cstore.gif) left top no-repeat;
}
#smiling_photo {
	border: 1px solid #CCC;
	margin-top:10px;
	margin-left: 5px;
	margin-bottom:10px;
}

#b_plum {
	position: relative;
	margin-bottom: 10px;
	display: block;
	height: 47px;
	background: url(_images/b_plum.gif) top left no-repeat;
	text-indent: -9999px;
}

#b_plum:hover {
	background: url(_images/b_plum.gif) bottom left no-repeat;
}
#b_yahoo {
	position: relative;
	margin-bottom: 10px;
	display: block;
	height: 47px;
	text-indent: -9999px;
	background-image: url(_images/b_yahoo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#b_yahoo:hover {
	background: url(_images/b_yahoo.gif) bottom left no-repeat;
}#coming_soon {
	float: left;
	padding-left: 10px;
}
#tracklist li {
	list-style-type: decimal;
	color:#333;
	list-style-position: inside;
}
#cd_block {
	float: left;
	height: 400px;
	width: 250px;
	margin-right: 40px;
	
}
#tracklist li a {
	color: #333;
}
#book_block {
	float: left;
}
#book_block img {
	float: left;
	margin-right: 10px;
}
