/* FPS HTML Style */

* {margin:0;padding:0}

body
{ 
	background-image: url(images/bg/bg.gif);
	background-repeat: repeat;
	background-color:#000000;
	font-family:"Georgia", Georgia, serif;
}

div#banner
{
	width: 840px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
	clear: both;

}

div#navbar
{
	width: 840px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
	clear: both;
}

div#header
{
	width: 1000px;
	height: 98px;
	background-image: url(images/bg/header-bg.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

div#content 
{
	width: 1000px;
	background-image: url(images/bg/body-bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

div#content_centered
{
	width: 1000px;
	background-image: url(images/bg/body-bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
}

div.slideshow
{
	width: 800px;
	height: 600px;
	margin-left: 100px;
	margin-right: 100px;
}

div#footer
{
	width: 1000px;
	height: 90px;
	background-image: url(images/bg/footer-bg.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

div.cases
{
	width: 700px;
	height: 250px;
	background-image: url(images/cases/cases-bg.jpg);
	background-repeat: no-repeat;
	margin-right: 150px auto;
	margin-left: 150px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

img.cases
{
	height: 200px;
	width: 250px;
	border-style:solid;
	border-width:2px;
	border-color:#000000;
	margin: 25px;
	float: left;
}

img.cases_button
{
	height: 42px;
	width: 147px;
	border-width: 0px;
	margin: 10px 50px 0px 0px;
	float: right;
}

ul.navbar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.navbar
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

ul
{
	padding: 10px 100px 10px 100px;
	color: #A9A9A9;
	text-align: left;
	font-size: 12pt;
}

p
{
	padding: 10px 100px 10px 100px;
	color: #A9A9A9;
	text-align: left;
	font-size: 12pt;
}

p.center
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

p.foot
{
	color: #808080;
	text-align: center;
	font-size: 8pt;
}

p.cases
{
	margin: 20px 35px 20px 10px;
	padding: 0px;
}

h1.header
{	
	font-size: 30pt;
	font-family: "Monotype Corsiva", "MV Boli", "Georgia", Georgia, serif; 
	padding-top: 45px;
	color: #c0c0c0;
}

h2
{	
	padding: 10px 100px 10px 100px;
	color: #c0c0c0;
	text-align: left;
}

h2.cases
{	
	text-align: center;
	margin-top: 10px;
}

a:link, a:visited
{
	color: #0066CC;
}

h4
{	
	padding: 10px 100px 0px 100px;
	color: #c0c0c0;
	text-align: left;
}

a:hover
{
	color: #99CCFF;
}

            #galleria{height:600px;}
			#galleria{width:800px;}
	









