/* imports */
@import "tables.css"/**/;
@import "forms.css"/**/;
@import "finesse.css"/**/;
/* Ficocellos Css */

body{
	background:#fff; 
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#292929;
	}
	
body, html{
	height:100%;
	}
	
h1, h2, h3, h4, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
/* Links */
a {
	outline-style:none;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
	
a:visited {
	color:#000;
	font-weight:bold;
	}
	
a:hover, a:active {
	color:#000;
	font-weight:bold;
	}
	
/* Header Wrapper */
#header-wrapper {
	width:100%;
	height:125px;
	margin:0;
	padding:0;
	background:url(images/header-wrapper-bg.jpg) repeat-x;
	}
	
#header-content {
	width:800px;
	height:125px;
	padding:0;
	margin:0 auto;
	list-style:none;
	}
	
#header-content #logo-header{
	width:333px;
	height:123px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/ficocellos-logo.jpg) no-repeat;
	}
	
#header-content #logo-header a{
	display:block;
	text-indent:-9999px;
	width:333px;
	height:123px;
	margin:0;
	padding:0;
	}
	
#header-content ul{
	width:435px;
	height:52px;
	padding:15px 0 0 8px;
	margin:37px 0 0 21px;
	float:left;
	background:url(images/header-menu-bg.gif) no-repeat;
	}

#header-content li {
	display: inline;
	list-style-type: none;
	padding: 0 12px 0 12px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:13px;
	color:#fff;
}

	#header-content li a {
		color:#fff;
	}

	#header-content li a:hover {
		color:#F7EA0F;
		text-decoration: underline;
	}
	
/* Content Wrapper */
#content-wrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:16px 0 0 0;
	min-height: 350px;
	background:url(images/content-wrapper-bg.jpg) repeat-x;
	}
	
#content-content {
	width:800px;
	height:auto;
	padding:0;
	margin:0 auto;
	}
	
#content-content #principal{
	width:550px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 0 15px;
	}
	
#content-content #principal h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:22px;
	color:#404040;
	margin:12px 0 4px 0;
	padding:0;
	}

#content-content #principal h3{
	font-family: Tahoma, Arial, Verdana;
	font-size:18px;
	color:#404040;
	margin:12px 0 4px 0;
	padding:0;
	}
	
#content-content #principal p{
	font-family:Tahoma, Arial, Verdana;
	color:#000;
	line-height: 16px;
	font-size:11px;
	}
	
#content-content #principal ul{
	width:491px;
	height:85px;
	padding:0 0 0 35px;
	margin:20px auto 8px auto;
	background:url(images/content-list-bg.jpg) bottom no-repeat;
	list-style:none;
	}
	
#content-content #principal ul li{
	float:left;
	margin:0 25px;
	display:inline;
	}
	
#content-content #principal ul a {
	display:block;
	height:10px;
	padding:54px 0 0 0;
	font-family:Arial, Verdana, Tahoma;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	text-align:center;
	background-repeat:no-repeat;
	}
	
#content-content #principal ul a:hover {
	text-decoration:underline;
	color:#000;
	}

#content-content #principal .www a	{width:88px}
#content-content #principal .www a:link,.www a:visited {background-image:url(images/content-list-www.jpg); background-position:0 16px;}

#content-content #principal .mascot a	{width:86px}
#content-content #principal .mascot a:link,.mascot a:visited {background-image:url(images/content-list-mascot.jpg); background-position:50% 0;}

#content-content #principal .illustration a	{width:113px}
#content-content #principal .illustration a:link,.illustration a:visited {background-image:url(images/content-list-illustration.jpg); background-position:50% 0;}

/* Jd Galerry */
#myGallery-container {
	width: 513px;
	height: 189px;
	padding:5px;
	border:1px solid #ccc;
	}

#myGallery {
	width: 513px;
	height: 189px;
	z-index:5;
	display: none;
	}

.jdGallery {
	overflow: hidden;
	position: relative;
	}

.jdGallery img {
	border: 0;
	margin: 0;
	}

.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	}


.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/loading-bar.gif);
	}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	}

.jdGallery a.left {
	left: 0;
	bottom: 0;
	background: url(images/arrow-left.gif) no-repeat bottom left;
	}

.jdGallery a.right {
	right: 0;
	bottom: 0;
	background: url(images/arrow-right.gif) no-repeat bottom right;
 	}

/* Team */
#team {
	width:800px;
	height:auto;
	padding:0;
	margin:0 auto;
	}
#team p {
	font-size:11px;
	line-height: 18px;
}

#team h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:22px;
	color:#404040;
	margin:12px 0 12px 0;
	padding:0;
	}
	
#team h3 {
	margin: 0 0 10px 0;
	}

.arrow-previous {
	position: absolute;
	left: -25px;
	top: 35px;
	}

.arrow-next {
	position: absolute;
	right: -25px;
	top: 35px;
	}	
	
/* Locations */
#locations {
	width:794px;
	height:auto;
	padding:0 6px 0 0;
	margin:0 auto;
	background-position:0 110px;
	}
	
#locations h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:22px;
	color:#404040;
	margin:12px 0 12px 0;
	padding:0;
	}
	
#location p{
	font-size:11px;
	color:#666;
	}
	
.location {
	width:390px;
	float:left;
	margin:0 0 35px 0;
	padding:0;
	}
	
.location img{
	float:left;
	margin:6px 15px 0 7px;
	}
	
.location h3{
	color:#0091ce;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
	}
	
.location h3 a, .location h3 a:visited{
	color:#0091ce;
	}
	
.location h3 a:hover{
	color:#0091ce;
	}
	
.location h4{
	color:#000;
	font-size:12px;
	font-family:Arial, verdana;
	font-weight:100;
	padding: 0 0 5px 0;
	}
	
.location span {
	font-family:Arial, verdana;
	font-size:12px;
	color:#404040;
	}
	
.location span a, .location span a:visited{
	color:#0091ce;
	font-weight:100;
	}
	
.location span a:hover{
	color:#0091ce;
	text-decoration:underline;
	}
	
/* Products */
#products {
	width:794px;
	height:auto;
	padding:0 6px 0 0;
	margin:0 auto;
	background-position:0 110px;
	}
	
#products h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:22px;
	color:#404040;
	margin:12px 0 12px 0;
	padding:0;
	}
	
#products p{
	font-size:11px;
	color:#666;
	}
	
.product {
	width:390px;
	float:left;
	margin:0 0 35px 0;
	padding:0;
	}
	
.product img{
	float:left;
	margin:6px 15px 0 7px;
	}
	
.product h3{
	color:#0091ce;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
	}
	
.product h3 a, .location h3 a:visited{
	color:#0091ce;
	}
	
.product h3 a:hover{
	color:#0091ce;
	}
	
.product h4{
	color:#000;
	font-size:12px;
	font-family:Arial, verdana;
	font-weight:100;
	padding: 0 0 5px 0;
	}
	
.product span {
	font-family:Arial, verdana;
	font-size:12px;
	color:#404040;
	}
	
.product span a, .location span a:visited{
	color:#0091ce;
	font-weight:100;
	}
	
.product span a:hover{
	color:#0091ce;
	text-decoration:underline;
	}

#products ul {
	margin:0;
	padding:0;
	list-style:none;
	height:auto;
	}
	
#products ul li a, #products ul li a:link{
	display:block;
	height:15px;
	font-size:11px;
	font-weight:100;
	color:#444444;
	padding:0 0 0 15px;
	background-image:url(images/featured-item.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left: 150px;
	}
	
#products ul li a:hover{
	background-image:url(images/featured-item.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-decoration:none;
	}
	
/* Contact Us */
#contact {
	width:558px;
	height:auto;
	float:left;
	margin:0;
	padding:0 0 0 7px;
	}
	
#contact h2{
	display:block;
	text-indent:-9999px;
	width:87px;
	height:16px;
	margin:0 0 10px 0;
	padding:0;
	background:url(images/contact-us.gif) no-repeat;
	}
	
#contact p{
	font-size:11px;
	}
	
.gray {
	color:#666;
	}
	
#contact form {
	margin:0;
	padding:0;
	}
	
#contact h3{
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#contact #form_content {
	width:428px;
	position:relative;
	margin:15px 0 0 0;
	height:auto;
	}

#contact h3 {
	font-size:12px;
	font-weight:100;
	color:#666666;
	padding:0px;
	margin:0 0 5px 0;
	}
	
#contact h4{
	line-height:20px;
	font-weight:bold;
	font-size:11px;
	color:#666;
	}
	
#contact form {
	margin:0px;
	padding:0px;
	}
	
#contact input,#contact select,#contact textarea {
	margin:0px 0px 5px 0px;
	font-size:12px;
	color:#333;
	padding:4px;
	}
	
#contact .boton {
	background:#FFFFFF;
	margin:0px;
	border:none;
	width:83%;
	padding:10px;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	}
	
#contact .boton:hover {
	background:#424242;
	color:#FFFFFF;
	border:4px solid #333333;
	}
	
	
/* Sidebar Content */
#Sidebar-content {
	width:213px;
	height:435px;
	margin:0;
	padding:5px 0 0 22px;
	float:left;
	background:url(images/sidebar-bg.jpg) no-repeat;
	list-style:none;
	}
	
#Sidebar-content h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:16px;
	color:#404040;
	margin:12px 0 4px 0;
	padding:0;
	}
	
#Sidebar-content p{
	font-family:Tahoma, Arial, Verdana;
	color:#666;
	font-size:11px;
	line-height: 16px;
	}
	
#Sidebar-content p a{
	font-weight:bold;
	font-style:italic;
	color:#666;
	}
	
#Sidebar-content ul {
	margin:0;
	padding:0;
	list-style:none;
	height:auto;
	}
	
#Sidebar-content ul li a, #Sidebar-content ul li a:link{
	display:block;
	height:15px;
	width:198px;
	font-size:11px;
	font-weight:100;
	color:#444444;
	padding:0 0 0 15px;
	background-image:url(images/featured-item.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
#Sidebar-content ul li a:hover{
	background-image:url(images/featured-item.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-decoration:none;
	}
	
/* Footer */
#footer-wrapper {
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	padding:32px 0 10px 0;
	background:url(images/footer-bg.jpg) repeat-x top;
	}
	
#footer-content {
	width:800px;
	height:auto;
	padding:0;
	margin:0 auto;
	}
	
#footer-content #logo{
	width:201px;
	height:56px;
	margin:0;
	padding:0;
	background:url(images/footer-logo.gif) no-repeat;
	float:left;
	}
	
#footer-content #logo a{
	width:201px;
	height:56px;
	text-indent:-9999px;
	display:block;
	}
	
#footer-content img{
	float:right;
	padding:13px 0 0 0;
	margin:0 2px 0 10px;
	}
	
#footer-content .link{
	float:right;
	font-family:Arial, Verdana;
	font-size:10px;
	color:#666;
	padding:15px 0 0 0;
	margin:0 7px;
	}
	
#footer-content .link-two{
	float:right;
	font-family:Arial, Verdana;
	font-size:10px;
	color:#333;
	padding:15px 0 0 0;
	text-transform:uppercase;
	margin:0;
	}
	
/* Fixed */
.clear {
	clear:both;
	}
	
#noWrap
{
	white-space:nowrap;
}