@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'GothamBoldRegular';
	src: url('gotham-bold-webfont.eot');
	src: local('?'), url('type/gotham-bold-webfont.woff') format('woff'), url('type/gotham-bold-webfont.ttf') format('truetype'), url('type/gotham-bold-webfont.svg#webfontJpgplW1P') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background:#f3bd48;
	margin:0px;
	padding:0px; 
	font:normal normal normal 12px/19px "tkff-dagny-web-pro",sans-serif;
	font-size:12px;
}
a{
	color:#836e2c;
	text-decoration:none;
}
a:hover{
	color:#f3bd48;
}
/************************************************************************************/
.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-table;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

#content table.cont{
	background:#FFFFFF;
}
#content #header{
	background:url(../Images/General/logo.jpg) top left no-repeat;
	height:113px;
	background-position:0px 10px;

}
#content #header a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#content #header a:hover{
	color:#836e2c;
}
#content #left-shadow{
	background:url(../Images/General/left_shadow.png) right repeat-y;
}
#content #right-shadow{
	background:url(../Images/General/right_shadow.png) left repeat-y;
}
#content #top-shadow{
	background:url(../Images/General/top_shadow.png) bottom repeat-x;
}
#content #bottom-shadow{
	background:url(../Images/General/bottom_shadow.png) top repeat-x;
	height:25px;
}
#content #bottom-corner-left{
	background:url(../Images/General/bottom_corner_left.png) right no-repeat;
}
#content #bottom-corner-right{
	background:url(../Images/General/bottom_corner_right.png) left top no-repeat;
}
#content #cpage{
	font-size:12px;
	padding:7px 7px;
}
/************************************************************************************/
#mainnav {
	margin-left: 0px;
	/*height:40px;
	background:#3c5768;*/
}
#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
#mainnav ul li {
	float: left;
}
#mainnav ul li a {
	display: block;
	font-size:15px;
	font-weight:bold;
	padding:20px;
	text-decoration: none;
	color:#007836;
}
#mainnav ul li a:hover {color: #FFFFFF;}
#mainnav ul li a.selected {
	color:#836e2c;
	font-style:italic;
}
#mainnav ul li a.selected:hover {color: #007836; font-style:italic;}
/************************************************************************************/
#FlatList ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#FlatList li {
	float: left;
	margin: 0;
	padding: 0;
}

#FlatList a {
  float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
  font-size:11px;
}
/************************************************************************************/
#content #TopLine{
	background:#836e2c;
	height:5px;
}
#content #footer{
	color:#836e2c;
	margin:auto;
}
#content #footer a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#content #footer a:hover{
	color:#836e2c;
}
#content #footer h1{
	text-align:center;
	font-size: 18px;
	font-weight:bold;
}
#content #footer .footer-modules{
	width:980px;
	margin:auto;
}
#footer-branches{
	padding:5px 5px;
	color: #666666;
	background:#f2af32;
}
#footer-branches h2{
	padding: 0px 5px 0px 45px;
	margin:0px;
	font-size:24px; 
	font-weight:bold;
	color:#0263a2;
	font-style:italic;
	border-bottom:#666666 dotted 1px;
}
#footer-branches h3{
	padding: 0px 5px 0px 65px; 
	font-size:14px;
	font-weight:bold;
	color:#836e2c;
}
#footer-branches ul{
	margin:0px 40px; 
	padding:0px 0 px;
	color:#836e2c;
}
#footer-branches ul li{
	margin:10px 0px;
}
#footer #copyright{
	padding:0px 0px 15px 0px;
}
/************************************************************************************/
#menu-list{
	background:#fffcf5;
	padding:3px 5px;
}
#menu-list h3{
	padding: 0px 5px 0px 5px; 
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#836e2c;
}
#menu-list ul{
	list-style:none outside url(../Images/General/arrow_right.png); 
	margin:0px 0px; 
	padding:0px 25px;
}
#menu-list ul li{
	margin:5px 0px;
}
#menu-list a{
	font-size:12px; 
	display:block; 
	padding:5px 0px; 
	border-bottom:dotted 1px #CCCCCC;
	color:#007836;
}
#menu-list a:hover{
	color:#999999;
	background:#fffaed;
}
/************************************************************************************/
#menu-list-flat{
	padding:1px 1px;
	margin:2px 0px;
}
#menu-list-flat h3{
	padding:0px 5px; 
	font-size:14px;
}
#menu-list-flat ul{
	margin:0 0 0 20px; 
	padding:0;
}
#menu-list-flat ul{
	list-style-image:url(../Images/General/arrow_right_orange.png);
}
#menu-list-flat ul li{
	/*background-image: url(../Images/General/arrow_right_orange.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0px 5px;*/ 
	/*padding-left: 14px;*/
	margin:0;
	padding:0;
	border-bottom: dotted #CCCCCC 1px;
}
#menu-list-flat a{
	font-size:12px; 
	display:block; 
	padding:5px; 
}
#menu-list-flat a:hover{
	background:#fffcf5;
}
/************************************************************************************/
#GroupModule{
	padding:5px 5px;
	border-bottom:#836e2c dotted 1px;
	background:#fffcf5;
}
#GroupModule td.title{
	padding:5px 25px 5px 25px; font-size:16px; font-weight:bold; font-style:italic; border-bottom:#CCCCCC dotted 1px; color:#836e2c;
}
#BottomHeaderModules{
	border-bottom:#836e2c dotted 1px;
	background:#fffcf5;
}
/************************************************************************************/
#Search {
	overflow: hidden;
	width:286px;
	background:url(../Images/General/search_bg.png) no-repeat;
	height:32px;
	padding:5px 0px 5px 15px;
	color:#836e2c;
}
#Search input{
	background-color: #fffcf5;
	padding: 3px 10px;
	margin:0px 10px;
	border-top:#836e2c solid 1px;
	border-bottom:none;
	border-right:#e5ad34 solid 1px;
	border-left:#e5ad34 solid 1px;
	color:#CCCCCC;
}
/************************************************************************************/
#catgory-list{
	padding:3px 5px;
}
#catgory-list h3{
	padding: 0px 5px 0px 5px; 
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#836e2c;
}
#catgory-list ul{
	list-style:none outside url(../Images/General/arrow_right.png); 
	margin:0px 0px; 
	padding:0px 0px 0px 25px;
}
#catgory-list ul li{
	margin:5px 0px;
}
#catgory-list a{
	font-size:12px; 
	display:block; 
	padding:5px 0px; 
	border-bottom:dotted 1px #CCCCCC;
	color:#007836;
}
#catgory-list a:hover{
	color:#999999;
	background:#fffaed;
}
/************************************************************************************/
#content-listings #Article{
	padding:3px;
	margin:10px 0px 0px 0px;
	border:1px solid #fffcf5;
	color:#999999;
	font-size:11px;
}
#content-listings #Article h3{
	padding:0px;
	margin:0px;
	font-size:18px;
	border-bottom:#CCCCCC dotted 1px;
	color:#666666;
}
#content-listings #Article p{
	font-size:12px;
}
#content-listings #Article span.small{
	font-size:10px;
	color:#CCCCCC;
	padding:0px 10px 0px 10px;
	text-align:left;
}
span.price{
	font-size:16px;
	font-weight:bold;
	padding:2px;
	color:#FFF;
	background:#F00;
}
#content-listings #Article a.readmore{
	font-size:12px;
	padding:5px 10px;
	background:#f3bd48 url(../Images/General/bright_readmore.png) repeat-x;
	border: 1px solid #f3bd48;
	color:#007836;/*007836-f3bd48*/
}
#content-listings #Article a.readmore:hover{
	color:#836e2c;/*836e2c*/
}
/************************************************************************************/
#pageNav{
	font-size:12px;
	color:#CCCCCC;
}
#pageNav span.inicio{
	font-size:11px;
	padding:4px 9px;
	background: #CCCCCC url(../Images/General/bright_readmore.png) repeat-x;
	border: 1px solid #CCCCCC;
	color:#999999;/*007836-f3bd48*/
}
#pageNav a{
	font-size:11px;
	padding:5px 10px;
	background:#999999 url(../Images/General/bright_readmore.png) repeat-x;
	border: 1px solid #999999;
	color:#FFFFFF;/*007836-f3bd48*/
}
/************************************************************************************/
form.contactForm{
	padding:0px 0px 5px 0px;
	margin:5px;
	background:#fffcf5;
}
form.contactForm h3{
	background:#fff8e8;
	padding:10px;
	color:#836e2c;
}
form.contactForm input, textarea{
	padding:7px;
	margin:8px;
	color:#999999;
	border:1px solid #CCCCCC;
	font-size:11px;
}
form.contactForm input.button{
	padding:7px 24px;
	color:#000000;
	border:1px solid #f3bd48;
	font-size:11px;
	font-weight:bold;
	background:#f3bd48 url(../Images/General/bright_readmore.png) repeat-x;
}
form.contactForm span.small{
	font-size:10px;
	color: #FF0000;
	padding:0px 10px 0px 10px;
	text-align:left;
	float:right;
	display:block;
}
form.contactForm span.required{
	color: #FF0000;
}
form.contactForm #EmailMessage{
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	padding:10px;
}
/************************************************************************************/
#Category{
	padding:3px;
	margin:10px 0px 0px 0px;
	border:1px solid #fffcf5;
	color:#999999;
	font-size:11px;
}
#Category h2{
	padding:0px;
	margin:0px;
	border-bottom:#836e2c dotted 1px;
	color:#333333;
	font-style:italic;
	font-size:22px;
	font-weight:bold;
}
#Category #content-listings{
	padding-left:10px;
}
#Category span.path{
	color:#CCCCCC;
	padding:0px 10px 0px 0px;
	text-align:left;
}
#Category #pageNav-right{
	display:block;
	float:right;
}
#Category ul li{
	padding:10px;
}
#Category ul li span.description{
	padding:0px 5px;
}
/************************************************************************************/
#GalleryImgTitle{
	overflow:hidden;
	margin:10px 15px 5px 0px;
	padding:0px 5px 5px 0px;
	border-bottom:#836e2c dotted 1px;
}
#GalleryImgTitle span.title{
	display:block;
	color:#333333;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	margin:5px 5px 0px 5px;
}
#GalleryImgTitle span.description{
	display:block;
	color:#999999;
	padding:0px 5px 0px 8px;
}
#GalleryImage, #Gallery{
	width:49%;
	float:left;
	height:140px;
	overflow:hidden;
	background:#fffcf5;
	margin:0px 2px 2px 0px;
	padding:10px 0px 0px 0px;
}
#Gallery{
	height:130px;
	border-bottom:#fff8e8 solid 10px;
	background:#fffcf5 url(../Images/General/arrow_right_orange.png) bottom right no-repeat;
}
#GalleryImage div.gimage, #Gallery div.gimage{
	width:150px;
	float:left;
}
#GalleryImage div.gimage_description, #Gallery div.gimage_description{
	padding:0px 5px 5px 5px;
}
#GalleryImage div.gimage_description span.title, #Gallery div.gimage_description span.title{
	display:block;
	color:#333333;
	font-style:italic;
	font-weight:bold;
	border-bottom:#836e2c dotted 1px;
	padding:0px 5px 0px 5px;
}
#GalleryImage div.gimage_description span.description, #Gallery div.gimage_description span.description{
	display:block;
	color:#666666;
	padding:0px 5px 0px 8px;
}
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

