html, body, form
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url(    '../images/bg-header-small.gif' ) repeat-x scroll left top;
	font-family: Trebuchet MS, Century Gothic, Tahoma;
}

#container
{
	min-height: 100%;
	position: relative;
}

#header
{
	width: 782px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

#footer
{
	background: #7f2b3e url(    '../images/bg-footer.gif' ) repeat-x scroll left top;
	height: 35px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#content
{
	width: 782px;
	margin: 4px auto;
	padding-bottom: 80px;
}

/** MENU */
#menu
{
	width: 792px;
	height: 29px;
	list-style-image: none;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#menu li
{
	float: left;
	height: 29px;
	margin: 0;
	padding: 0;
}

#menu li a, #menu li a:hover, #menu li a:visited
{
	display: block;
	margin: 0;
	padding: 0 0 0 19px;
	text-decoration: none;
}
#menu li.current a, #menu li a:hover
{
	color: Red;
}


#menu li span
{
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, Century Gothic, Tahoma;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 29px;
	height: 29px;
	margin: 0;
	padding: 0 17px 0 0;
}
#menu li.current span, #menu li a:hover span
{
	color: #ffffff;
}


/** STATIC MENU */
#staticmenu
{
	width: 744px;
	height: 29px;
	margin: 0 0 6px 13px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#staticmenu li
{
	float: left;
	height: 29px;
	margin: 0;
	padding: 0;
}

#staticmenu li a, #staticmenu li a:hover, #staticmenu li a:visited
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	height: 29px;
	background: #000000 url( '../images/menu.gif' ) no-repeat scroll 0 0;
}

#staticmenu li a.default
{
	width: 60px;
	background-position: 0 0;
}
#staticmenu li.current a.default, #staticmenu li a.default:hover
{
	background-position: 0 -29px;
}

#staticmenu li a.pilates
{
	width: 93px;
	background-position: -60px 0;
}
#staticmenu li.current a.pilates, #staticmenu li a.pilates:hover
{
	background-position: -60px -29px;
}

#staticmenu li a.studio
{
	width: 81px;
	background-position: -153px 0;
}
#staticmenu li.current a.studio, #staticmenu li a.studio:hover
{
	background-position: -153px -29px;
}

#staticmenu li a.istruttori
{
	width: 114px;
	background-position: -234px 0;
}
#staticmenu li.current a.istruttori, #staticmenu li a.istruttori:hover
{
	background-position: -234px -29px;
}

#staticmenu li a.corsi
{
	width: 70px;
	background-position: -348px 0;
}
#staticmenu li.current a.corsi, #staticmenu li a.corsi:hover
{
	background-position: -348px -29px;
}

#staticmenu li a.gallery
{
	width: 95px;
	background-position: -418px 0;
}
#staticmenu li.current a.gallery, #staticmenu li a.gallery:hover
{
	background-position: -418px -29px;
}

#staticmenu li a.contatti
{
	width: 104px;
	background-position: -513px 0;
}
#staticmenu li.current a.contatti, #staticmenu li a.contatti:hover
{
	background-position: -513px -29px;
}

#staticmenu li a.link
{
	width: 57px;
	background-position: -617px 0;
}
#staticmenu li.current a.link, #staticmenu li a.link:hover
{
	background-position: -617px -29px;
}

#staticmenu li a.shop
{
	width: 69px;
	background-position: -681px 0;
}
#staticmenu li.current a.shop, #staticmenu li a.shop:hover
{
	background-position: -681px -29px;
}

/** LOGO */
#logo
{
	height: 135px;
	margin: 0;
	padding: 0;
	float: left;
	width: 550px;
	background: #ffffff url(   '../images/logo_small.gif' ) no-repeat scroll left center;
}

/** PROMOZIONE */
#promo
{
	float: right;
	width: 180px;
	height: 231px;
	margin: 4px 0;
	padding: 0;
}

#promointro
{
	width: 175px;
	position: absolute;
	top: 175px;
	left: 802px;
}

#separator
{
	border-bottom: solid 3px #7F2B3E;
	margin: 0 0 30px 0;
	padding: 0;
}

/** TEXT */
h1
{
	color: #7F2B3E;
	font-size: 23px;
	margin: 0 0 9px 0;
	font-weight: bold;
}

h2
{
	color: #7F2B3E;
	font-size: 17px;
	margin: 20px 0 1px 0;
}

h3
{
	color: #7F2B3E;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 9px 0;
}

p
{
	color: #787A7A;
	margin: 0 0 8px 0;
	font-size: 15px;
	text-align: justify;
}

a, a:visited, a:hover
{
	color: #0000ff;
}

.photodesc
{
	clear: both;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 3px;
	font-size: 12px;
	font-style: italic;
}

/** COLUMNS */
.clear
{
	clear: both;
}

.column-left
{
	float: left;
	width: 46%;
}

.column-right
{
	float: right;
	width: 46%;
}

.column-right h3
{
	text-align: left;
}


/** GALLERY */
.mainphotos
{
	margin-top: 20px;
}

.gallery img
{
	float: left;
	border: 1px solid #C4C4C4;
	padding: 3px;
	margin: 3px;
	cursor: url( "../images/magplus.cur" ), pointer;
}

.mainphotos img
{
	float: right;
	border: 1px solid #C4C4C4;
	padding: 3px;
	margin: 3px;
	cursor: url( "../images/magplus.cur" ), pointer;
}

.photo
{
	border: 1px solid #C4C4C4;
	padding: 3px;
	margin: 3px 0px 10px 15px;
}

/** LISTS */
ul.list1, ul.list2
{
	margin-left: 12px;
	list-style-position: outside;
	list-style-type: disc;
	color: #787A7A;
	font-size: 15px;
}

ul.list2
{
	font-size: small;
}


/** TABLE */
table
{
	color: #787A7A;
}

