/*
* @package Yousemble Splash Page CSS
* @author Yousemble http://www.yousemble.com
* @copyright Copyright (C) 2009 Yousemble (cc)
*/

/*   -----   Reset   -----   */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; 
	padding: 0; 
}

/*   -----   General   -----   */
body {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	background: #000; 
	color: #fff;
}

a {
  font-weight: bold;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

/*   -----   Header   -----   */
h1 {
  width: 176px;
  height: 132px;
  margin: 80px auto 30px auto;
  text-indent: -9999px;
  background: url(../images/logo_carducci.png) 50% 0 no-repeat;
}

/*   -----   Wrapper   -----   */
div#wrapper{
  width: 595px;
  height: 200px;
  margin: 0 auto 0 auto;
  background: url(../images/btn_carducci.png) 50% 40% no-repeat;
  /**/
  /*border: 1px dotted #cc0000;*/
}

/*   -----   Men   -----   */
div#men{
	float: left;
	width: 195px;
	height: 200px;
	margin: 0 70px 0 0;
	/**/
	/*border: 1px dotted #00ff00;*/
}

/*   -----   Women   -----   */
div#women{
	float: left;
	width: 325px;
	height: 200px;
	/**/
	/*border: 1px dotted #ff00ff;*/
}
