@charset "utf-8";
/* CSS Document */

/* Cavallino Main style */

/* general reset */
*, div, h1, h2, h3, h4, table, ul, li, object {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none none;
}
/* general reset end */


/* general clases and identificators*/

	#arial, .arial{font-family: Arial, Helvetica, sans-serif;}
	#bold, .bold{font-width: bold;}
	#flol, .flol{float: left;}
	#alce {text-align:center;}
	#flor, .flor{float: right;}
	#slim, .slim{font-weight: 100;}
	#under, .under{text-decoration: underline;}
	
/* general clases and identificators - end */


body {
	background: url(../images/homepage/background.JPG) fixed no-repeat top left;
}

#wrapper {
	margin: auto;
	margin-top: 50px;
	width: 900px;
}

#header {
	height: 200px;
	width: 900px;
}

#header-left-site {
	height: 200px;
	float: left;
	width: 335px;
}

#header-left-site img {
	margin-left: -50px;
	margin-top: -50px;
	_margin-top: -270px;
	position: relative;
	z-index: 1000;
}

#header-right-site {
	height: 200px;
	float: right;
	width: 565px;
	z-index: 1;
}

#slideshow-wrapper {
	background: url(../images/homepage/slideshow-background.png) repeat-x top left;
	height: 185px;
	float: left;
	padding-top: 15px;
	width: 550px;
}

#slideshow-border {
	background: url(../images/homepage/slideshow-border.png) no-repeat top left;
	height: 200px;
	float: left;
	width: 15px;
}

#content-top {
	background: url(../images/homepage/content-top.png) no-repeat bottom left;
	height: 15px;
	float: left;
	margin-top: 40px;
	_margin-top: -215px;
	width: 900px;
}

#content {
	background: url(../images/homepage/content-bg.png) no-repeat top left;
	height: 450px;
	float: left;
	_margin-top: -200px;
	width: 900px;
}

#content-bottom {
	background: url(../images/homepage/content-bottom.png) no-repeat top left;
	height: 35px;
	float: left;
	width: 900px;
}

ul#menu {
	background: url(../images/homepage/menu-bg.png) no-repeat top left;
	float: left;
	height: 440px;
	margin-left: 20px;
	_margin-left: 10px;
	margin-right: 15px;
	width: 215px;
}

ul#menu li {
	height: 40px;
	padding-left: 15px;
	padding-top: 13px;
	width: 185px;
}

h2 {
	color: #000;
	font-family:  MicrogrammaDBolExt, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 2.5em;
	text-align: center;
	width: 170px;
}

p#paragraph {
	padding-left: 40px;
	padding-right: 40px;
	font-family:  MicrogrammaDMedExt, Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: justify;
}

#site img {
	margin-left: 35px;
	margin-top: 10px;
	border: 5px solid #fff;
}

ul#menu li a {
	background: url(../images/buttoms/button.png) no-repeat top left;
	color: #000;
	display: block;
	font-family:  MicrogrammaDBolExt, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	height: 40px;
	line-height: 2em;
	text-align:center;
	text-decoration: none;
	width: 185px;
}

ul#menu li a:hover {
	background: url(../images/buttoms/button2.png) no-repeat top left;
	color: #000;
	display: block;
	font-family:  MicrogrammaDBolExt, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	height: 40px;
	line-height: 2em;
	text-align:center;
	text-decoration: none;
	width: 185px;
}

ul#menu li a:active {
	color: #373737;
	display: block;
	font-family:  MicrogrammaDBolExt, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	height: 40px;
	line-height: 2em;
	text-align:center;
	text-decoration: none;
	width: 185px;
}

#site-wrapper {
	float: right;
	width: 635px;
	margin-right: 10px;
}

#heading {
	background: url(../images/homepage/heading.png) no-repeat bottom left;
	height: 50px;
	_margin-bottom: -4px;
	width: 625px;
}

#site-top {
	background: url(../images/homepage/site-top.png) no-repeat bottom left;
	height: 15px;
	_margin-top: 5px;
	width: 625px;
}

#site {
	background: url(../images/homepage/site.png) repeat top left;
	height: 360px;
	width: 625px;
}

#site-bottom {
	background: url(../images/homepage/site-bottom.png) no-repeat top left;
	height: 15px;
	width: 625px;
}

#tabContainer {
	width: 550px; 
	margin: auto;
	text-align: center;
	font-family:  MicrogrammaDMedExt, Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
