@charset "UTF-8";
/* Hot Table, created June 2011 */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url("includes/nivo-slider.css");

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	outline: 0; 
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
body {
	font: 12px 'Droid Sans', Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(img/bg.png) top left repeat scroll #b35811;
	color: #222;
}
#wrapper {
	width: 1000px;
	margin: 40px auto 20px auto;
	background: url(img/bg_wrapper.png) top left repeat-y;
	min-height: 400px;
	/*--Shadow--*/
	-moz-box-shadow: 0 0 15px #222;
    -webkit-box-shadow: 0 0 15px #222;
    box-shadow: 0 0 15px #222;
}
#sidebar {
	width: 160px;
	padding: 20px;
	float: left;
	min-height: 500px;
}
#info {
	background: #DBCAB1;
    border: 1px solid #b4a691;
    padding: 15px 15px 5px 15px;
	margin-top: 5px;
}
#soups {
	margin-top: 20px;
}
#bottom {
	float: left;
	position: relative;
	z-index: 1;
	margin: -45px 0 0 20px;
	width: 160px;
}
#content, #contentHome {
	width: 760px;
	min-height: 600px;
	padding: 20px;
	float: right;
}
#nav {
	padding-top: 20px;
}
#footer {
	width: 960px;
	margin: 0 auto 20px auto;
	color: #7c3700;
}
#sliderWrapper {
	width: 750px;
	height: 500px;
	padding: 4px;
	border: 1px #dbcab1 solid;
	background: #efe4d4;
	margin-bottom: 20px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Navigation */

#nav ul li a {
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	display: block;
	color: #585858;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url(img/bg_nav.png) bottom left repeat-x;
}
#nav ul li a.last {
	background: none;
}
#nav ul li a:hover, ul li#current a {
	color: #fff;
	text-shadow: 0 -1px #222;
	background: #b5121b;
}

/* Menu */

#accordion {
	margin-top: 10px;
}
#accordion li {
	width:760px;
	padding-bottom: 5px;
	
}
#accordion li.last {
	padding-bottom: 0;
}
#accordion li a {
	display: block;
	width: 750px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: url(img/btn_menu.png) 730px 10px no-repeat #e28842;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 -1px #222;
	/*--Rounded corners--*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#accordion li a:hover, #accordion li a.menuOver {
	background: url(img/btn_menuHover.png) 730px 10px no-repeat #b5121b;
}
#accordion .subMenu {
	width: 750px;
	display: none;
	padding: 15px 5px 0 5px;
}
#accordion ul li {
	height: 30px;
}	

/* Soups */

.soup {
	width: 220px;
	float: left;
	padding: 9px;
	border: 1px #dbcab1 solid;
	background: #efe4d4;
	margin-bottom: 20px;
}
.pad {
	margin-right: 20px;
}

/* Text and Lists */

h1 {
	font-size: 26px;
	line-height: 26px;
	color: #000;
	margin-bottom: 15px;
}
h2 {
	font: 16px Georgia,"Times New Roman",Times,serif;
	color: #7b7000;
	margin-bottom: 5px;
	font-style: italic;
}
#info h2 {
	color: #B5121B;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}
p {
	margin: 0 0 10px 0;
}
#contentHome p {
	margin: 0 0 20px 0;
}
#content li {
	background: url(img/list_content.png) no-repeat scroll left top transparent;
    margin: 0 0 10px 10px;
    padding-left: 20px;
}
#soups li {
	background: url(img/list_soup.png) no-repeat scroll left top transparent;
    margin: 0 0 10px 10px;
    padding-left: 20px;
}
#content #accordion li {
	background: 0 none;
	margin: 0;
	padding-left: 0;
}
hr {
	background: #efe4d4;
    border: 0 none;
    display: block;
    height: 1px;
	margin: 5px 0 10px 0;
}
.small {
	font-size: 10px;
}

/* Links */

a:link, a:active {
	color: #E28842;
	text-decoration: none;
}
a:hover, a:visited {
	color: #B5121B;
	text-decoration: none;
}
#footer a {
	color: #7c3700;
}
#footer a:hover {
	color: #e28842;
}

/* Forms */

.input {
	border: 1px #dbcab1 solid;
	background: #efe4d4;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 5px;
	width: 358px;
	height: 15px;
}
.input:hover, .input:focus, .inputTxtArea:hover, .inputTxtArea:focus {
	border: 1px #b5121b solid;
}
.inputTxtArea {
	font: 12px 'Droid Sans', Arial, Helvetica, sans-serif;
	border: 1px #dbcab1 solid;
	background: #efe4d4;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 5px;
	width: 358px;
	height: 15px;
	height: 150px;
	overflow: hidden;
}
.btnForm {
	background: transparent url(img/btn_submit.png) no-repeat scroll 0 0;
	border: medium none;
	color: #EFE4D4;
	text-shadow: 0 -1px #222;
	cursor: default;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-transform: none;
	width: 140px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 1px 20px;
}
.btnForm:hover {
	background: transparent url(img/btn_submitHover.png) no-repeat scroll 0 0;
}

/* Images */

img {
	border: 0 none;
}
img.deoGratias {
	float: right;
}
#content img, #content iframe, #contentHome img {
	padding: 4px;
	border: 1px #dbcab1 solid;
	background: #efe4d4;
}
#soups img {
	padding: 4px;
	background: #DBCAB1;
    border: 1px solid #b4a691;
}
