/***************************************************
   SCREEN CSS 
   AUTHOR:  Pablo Gabrielli (Iconart.com.ar)
   DATE: 2007.05
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
background: #FFFFFF;
font-size: small;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#564b47;
margin: 20px;
}


/***************************************************
  Layout Element Styles
 ***************************************************/
#wrap {
	background:url(../media/imgs/fondo_wrap.jpg) top left repeat-y;
	max-width: 771px;
	min-width: 580px;
	width: 771px;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

p,pre {
margin: 0px;
padding: 5px 10px;
}
h1 {
font-size: 20px;
text-transform:capitalize;
text-align: center;
color: #564b47;
display:inline;
position:relative;
bottom:-20pt;
left:320px;
}
a {
color: #CC6699;
/*font-size: 11px;*/
text-decoration: none;
}


/***************************************************
  Header Styles
 ***************************************************/
	#header {
		background: url(../media/header.jpg) no-repeat;
		width:100%;
		height:142px;
	} 

	#header h1 {
	position: absolute;
	top: 46px;
	left: 371px;
	margin: 0;
	background: transparent;
	height: 19px;
	z-index: 120; /* above the UL */
	width: 352px;
	}
	#header h1 a {
		display: block;
		width: 213px;
		height: 75px;
		text-indent: -700em;
		text-decoration: none;
	} 


#header ul {
    margin:0;
    padding: 10px 31px 0 0;
    list-style:none;
	}
	
	
	#header li {
	float:right;
	margin:0;
	padding:0px 5px;
	}
	 
		
	#header ul a {
	display: block;
	padding: 65px 0 5px 0;
    color:#000000;
	text-decoration: none;
	text-transform:uppercase;
	font-size:12px;
	clear:both;
	}
	
	#header ul li a:hover ,#header ul li a.active  {color:#CC6699;
	border-bottom:4px solid #CC6699;
	/*background:url(../media/imgs/ul.png) repeat-x top;*/}
	
	


/***************************************************
  Content Styles
 ***************************************************/
 #content {
 	width: 100%;
	min-height:220px;
	/*height:300px;*/
	margin: 0em; /*auto;*/
	padding: 1em 0;
	text-align: left;
	}


 /***************************************************
  Gallery Styles
 ***************************************************/
 /* Links */
 
#content ul {
margin:0;
padding:0 0 0 50px;
list-style:none;
float:left;
width:12%;
}

#content li {
margin:0;
padding: 5px 0;
} 
 
#content li a {
padding:5px;
margin:0;
font-size:13px;
color:#000000;
text-decoration: none;
} 
 
#content li a:hover, #content li a.active { 
color:#CC6699;}
 
 
/*Thumbs y Larges de productos*/
  
.gallerycontainer {
position: relative;
float:left;
width:60%;
height:220px;
margin:0;
padding:0 0 0 20pt;}  

.thumbnail img{
border: 1px solid;
border-color:#CC6699;
margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}


img.gal {
background-color:#FFFFFF;
}

img.gal:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding:0;
	margin:0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 80;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 16px 0px;
width:298px;
height:275px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
visibility: visible;
top: -19px;
left: 294px; 
}

#photo_back {
	position:absolute;
	top: -20px;
	left: 270px;
	padding:0;
	z-index:10;
	width: 348px;
	height: 323px;
}

/*Descripción de productos*/
.thumbnail b {
position: absolute;
visibility: hidden;
right:0;
top:220px;
padding: 0 0 0 60px;
color:#000000;
font-size:10px;
text-align:right;
width:200px;
z-index: 110;}

.thumbnail:hover b{ /*CSS for enlarged text*/
visibility: visible;
bottom: -40px;
left: 15px; 
}


#photo_home {
	position: relative;
	left: 40px;
	bottom: 0px;
	visibility: inherit;
}

 /***************************************************
  About Styles
 ***************************************************/

#liquid-round {
width:70%;
margin:0 auto 10px auto;
background:#fff url(../media/imgs/left.gif) repeat-y left top;
position: relative;
bottom: -4em;
}

.top {
 width:100%;
 height:52px;
 background:url(../media/imgs/top.gif) no-repeat left top;
}
 
.top span {
 display:block;
 position:relative;
 height:60px;
 background:url(../media/imgs/tr.gif) no-repeat right top;
}


.center-content {
	position:relative;
	background:url(../media/imgs/right.gif) repeat-y right top;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: -50px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
}

.bottom {
 height:79px;
 background:url(../media/imgs/bottom.gif) no-repeat left bottom;
 }

.bottom span {
 display:block;
 position:relative;
 height:50px;
 background: transparent url(../media/imgs/br.gif) no-repeat right bottom;
 bottom:-21.5pt;
 text-align:center;
}

.bottom span a {
font-size:small;}

 /***************************************************
  Contact Styles
 ***************************************************/


#contactform{
width:70%;
text-align:left;
padding-left:20px;}

#contactform dd {
padding:0;
margin:0;
}

#contactform input {
  width: 70%;
}

#contactform textarea {
   width: 95%;
/* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

#contactform input,
#contactform textarea {
  padding: 1px 0px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #666777;
  background-color: #CCCCCC;
  border: 1px solid #999;
    }

#contactform input:hover,
#contactform input:focus,
#contactform textarea:hover,
#contactform textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}

#contactform input.formbutton { width:50%; background-color: #83829D; color:#FFF;}
#contactform input.clearbutton { width:50%; background-color: #9999CC; color:#FFF;}


 /***************************************************
  Footer Styles
 ***************************************************/
 
 #footer{
    height:126px;
	min-height:126px;
	width:100%;
	background: transparent url(../media/imgs/fondo_foot.gif) left bottom no-repeat;
	margin: 0;
	padding: 5em 0 0 0;
	color: #CCCCCC;
	
}

 #footer p.left {
  padding:60px 30px 0 30px;
  margin:0;
  float: left;
}

 #footer p.right {
  padding:60px 35px 0 30px;
  margin:0;
  float: right;
}

