/*
 * Estilos para el sitio OMALI
 * @author Luis Pirir
 * @author luispirir@gmail.com, lpirir@solucionweb.com
 */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
}
	#www-omali-com {
		text-align: center;
	}
/** LAYOUT **/
#wrapper {
	width: 960px;
	margin: auto;
}
	* html #wrapper {
		width: 970px;
	}
	#top_wrapper {
		width: 100%;	
			
	}
		#top_wrapper img {
			float: left;
			margin: 0;
		}
	#bottom_wrapper {
		width: 100%;
		height: 235px;
	}
		#bottom_wrapper #images {
			width: 640px;
			margin: 0;
			padding: 0;
			float: left;
		}
		#bottom_wrapper #menu {
			float: left;
			width: 320px;
			height: 235px;
			background: url(images/menu_home.gif) no-repeat;
			text-align: left;
			position: relative;
		}
			#bottom_wrapper #menu table {
				position: absolute;
				top: 5px;
				right: 5px;
			}
		#bottom_wrapper #stock_diseno {
			float: left;
			width: 335px;
		}
		#bottom_wrapper #expertos {
			float: left;
			width: 305px;
		}
	#footer {
		clear: both;
		height: 20px;
	}
		#footer address {
			font: normal normal 1.2em Tahoma, sans-serif;
			line-height: 20px;
			vertical-align: middle;								
		}
			#footer address a {
				color: #333;
			}
				#footer address a:hover {
					text-decoration: none;
				}
/** MENU LAYOUT **/
#menu ul {
	margin: 60px 1em 1em 1em;
	padding: 0;
	list-style: none;
}		
	#menu ul li {
		font: 2.0em Tahoma, sans-serif;		
		margin-bottom: 3px;
	}	
		#menu ul li a {
			color: #4C4C32;
			text-decoration: none;
			padding-left: 20px;
			background: url(images/list_item.gif) left center no-repeat;
			line-height: 20px;
			vertical-align: middle;
		}
			#menu ul li a:hover {
				text-decoration: underline;
			}