/**
	VivirEnItalia.com.ar
	winter 2007
**/

body {
	background-image: url('bodybg.gif');
	margin: 0px;
	font-family: arial, Sans-Serif;
	font-size: 11px;	
	cursor: default;
	}
table
{
	font-size: 12px;	
	}
table td
{
	vertical-align: top;
	}
a {
	color: 000000;
	text-decoration: none;	
	}
a:hover
{
	text-decoration: underline;	
	}
p, h1, h2, h3
{
	margin: 0px 0px 0px 2px;
	}
ul
{
	margin: 0px 0px 0px 15px;
	}
li
{
	margin-left: 0px;
	}
form
{
	margin: 0px;
	}

/** MAIN **********************************************************************************************************************************************************************************************************************************************************/
#mainTable {
	background-color: #ffffff;
	}
#mainTable .body{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#addressLane {
	border-top: 1px solid #57c60d;
	background-image: url('addressbg.gif');
	height: 45px;
	text-align: right;
	}

#addressLane td {
	color: #666666;
	vertical-align: top;
	}
#header
{
	border-bottom: 1px solid #ffffff;
	}
#footer
{
	border-bottom: 1px solid #cccccc;
	}


/** TOP MENU **********************************************************************************************************************************************************************************************************************************************************/
#topMenu {
	border-top: 1px solid #ffffff;
	background-color: #57c60d;
	height: 25px;
	color: #ffffff;
	padding: 4px;
	}
#topMenu td{
	color: #ffffff;
	font-weight: bold;
}
#topMenu a{
	color: #ffffff;
}


/** LEFT MENU **********************************************************************************************************************************************************************************************************************************************************/
#leftMenu h1
{
	font-size: 18px;	
}
#leftMenu
{
	background-color: #eef7e4;
	border-top: 1px solid #cccccc;
	padding: 10px;
	color: #666666;
	}
#leftMenu li
{
	border-bottom: #dddddd;
	}


/** CONTENT **********************************************************************************************************************************************************************************************************************************************************/
#content p
{
	color: #666666;
	}
#content p, #content h2, #content h3
{
	padding: 2px 5px 2px 5px;
	}
#content h1
{
	font-size: 20px;
	color: #57c60d;
	border-bottom: #57c60d;
	}
#content h2
{
	border-top: 1px solid #cccccc;
	background-image: url('greengradient.gif');
	background-repeat: repeat-x;
	font-size: 16px;
	height: 23px;
	color: #57c70d;
	padding: 7px 5px 2px 5px;
	}
#content h2 a
{
	color: #57c60d;
	}
#content h3
{
	border-top: 1px solid #eeeeee;
	font-size: 12px;
	}
#content h3 a
{
	color: #57c60d;
	}
#content p a
{
	font-weight: bold;
	color: #57c60d;
	}
	
/** CONTACT LANE **********************************************************************************************************************************************************************************************************************************************************/
#contactLane
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	color: #666666;
	}

#contactLane th
{
	text-align: left;
	background-image: url('greengradient.gif');
	background-repeat: repeat-x;
	height: 23px;
	padding: 4px;
	
	}
#contactLane td
{
	padding: 4px;
	}

#contactLane input, #contactLane textarea, #contactLane select
{
	font-family: Sans-Serif;
	font-size: 12px;
	width: 200px;
	border: 1px solid #57c60d;
	}
#contactLane textarea
{
	height: 100px;
	}
#contactLane .button
{
	width: auto;
	
	background-color: #eef7e4;
	}


#genContact{
	border-top: 1px solid #57c60d;
	}
#genContact input, #genContact textarea, #genContact select{
	font-family: Sans-Serif;
	font-size: 12px;
	width: 200px;
	border: 1px solid #57c60d;
	}
#genContact textarea
{
	width: 450px;
	height: 100px;
	}
#genContact button
{
	width: auto;
	background-color: #eef7e4;
	}

/** FOOTER **********************************************************************************************************************************************************************************************************************************************************/
#footer
{
	padding: 4px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	}
#footer td
{
	font-size: 11px;
	}
