@media screen {
/************************************************/  
/* CSS 2.0 CONTACTSHOES.COM                     */
/* @file: home.css                              */
/* @date: FEBRUARY 2009 [REVISION]              */
/* @author: netconsulting                       */
/* @email: jflillo@netconsulting.es             */
/* @url: www.netconsulting.es                   */
/************************************************/   

	html > body #content{padding-bottom:0;}

	#content{
		background:url(../images/toro-watermark.jpg) no-repeat bottom right #fff;
		padding-bottom:180px;
	}
	
	 .h1_home{ 
	 	clear:both;
		float:left;
		margin:20px 10px;
		width:730px;
		line-height:130%;
	}

	/*-- SHOWROOMS --*/
	#showrooms{
		width:290px;
		float:left;
		margin-left:5px;
	} 
	
		#showrooms li{
			width:284px;
			height:91px;
		}
		
			#showrooms .title_showroom{ 
				float:right;
				width:250px;
				text-align:right;
				font-size:160%;
				line-height:17px;
				color:#fff;
				margin-top:5px;
				margin-right:15px;
			}
			
			#showrooms .woman{
				background:url(../images/showroom_women.jpg) no-repeat top left;
			}
			
			#showrooms .man{
				background:url(../images/showroom_men.jpg) no-repeat top left;
			}
			
			#showrooms .kid{
				background:url(../images/showroom_kids.jpg) no-repeat top left;
			}
			
				
				#showrooms p{
					padding:0;
				}
					
					#showrooms p a{ cursor:pointer;}
					
						#showrooms p a:hover{ color:#d2060c;}
				
					#showrooms .season1{ 
						float:left;
						width:110px;
						margin-left:5px;
						padding-top:28px;
					}
					#showrooms  .season2{ 
						float:right;
						width:110px;
						margin-right:8px;
						padding-top:28px;
					}
					
					
	/*-- GALLERIA --*/
	
	#gallery{
		float:left;
		width:453px;
		margin-top:5px;
		height:269px;
	}
	
	
	
/*
	#lateral{
		background: url(../images/lateral_background.gif) no-repeat left top;
		height: 222px;
		padding: 19px 0 21px 0;
		clear:both;
		display:none;
	
	}
		html > body #lateral{
		}
		
		#lateral ul{
			width: 137px;
			margin: 0;
			padding: 0;
		}
			#lateral ul li{
				line-height: 0;
			}
			
		#lateral h2{
			margin: 0;
			padding: 0;
		}
		
		#lateral #flashcontent object{
			margin: 0;
			padding: 0;
			height: 222px;
			overflow:hidden;
			border: 1px solid #fff;
		}
		
			#lateral #flashcontent{ 
				border:1px solid #f00 !important;
				margin-top:-25px !important;
				padding-top:0 !important;
			}
			
			#lateral h2 a img{
				margin: 0;
				padding: 0;
				display: block;
			}
	
	#home-central{

	}
		#home-central img, #home-central object{
			margin-left:  500px;
		}
		
	div#home-products{
		text-align: center;
		margin-top: 10px;
	}
	
	ul.product-home li{
		width: 150px;
		float: left;
		text-align: center;
		margin: 0 17px;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
		ul.product-home li em{
			display: block;
			text-align: left;
			font-style: normal;
		}
		ul.product-home li a{
			color: #666;
			text-decoration: none;
			font-weight: bold;
		}
		
		ul.product-home li a span{
			height: 100px;
			display: block;
			overflow: hidden;
		}
		ul.product-home li a br{
			display: none;
		}
		ul.product-home li a span img{
			vertical-align: middle;
		}
	*/
}