body, html {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a img {
    border: 0;
}
body {
    background: #767676 url("gfx/body.jpg") top repeat-x;
    height: 100%;
}

html, body {
    height:100%;
    width:100%;
    
}
form {
    margin: 0;
    padding: 0;
}

textarea{
	width: 352px;
	height: 100px;
}
input, textarea, select{
	background: #ffffff;
	border: 1px solid #959595;
	font-family: arial;
	font-size: 11px;
	padding: 3px;
}
input, select{
	width: 170px;
	height: 15px;
}
input.submit {
	background: #1f94d7;
	border: none;
	color: #ffffff;
	width: auto;
	height: auto;
	padding: 12px;
	cursor: pointer;
}

a:link    {color:#1f94d7;text-decoration:none;}
a:visited {color:#1f94d7;text-decoration:none;}
a:hover   {color:#E6E6E6;text-decoration:none;}

.container {
	width: 1000px;
	display: block;
	margin: auto;
}

#banner1 {
	background: url("gfx/banner1.jpg") right bottom no-repeat;
	width: 458px;
	height: 181px;
	display: block;
}
#lista {
	background: url("gfx/lista.jpg") no-repeat;
	margin-left: 45px;
	margin-top: 10px;
	float: left;
	font-weight: bold;
	color: #999999;
	width: 510px;
	line-height: 14px;
	padding-bottom: 10px;
}
#p1 { padding-left: 170px; padding-top: 15px; }
#p2 { padding-left: 150px; padding-top: 45px; color: #ffffff; }
#p3 { padding-left: 135px; padding-top: 40px; }
#p4 { padding-left: 110px; padding-top: 20px; color: #ffffff; }
#p5 { padding-left: 100px; padding-top: 25px; }
#p6 { padding-left: 85px; padding-top: 30px; color: #ffffff; }
#p7 { padding-left: 65px; padding-top: 25px; }
#banner2 {
	background: url("gfx/banner2.jpg") top right no-repeat;
	width: 345px;
	text-align: right;
	padding-top: 100px;
	margin-right: 50px;
	margin-top: 140px;
	float: right;
}

#banner3 {
	background: url("gfx/banner3.jpg") left top no-repeat;
	width: 470px;
    padding-top: 70px;
	display: block;
    height: 130px;
    border-bottom: dotted 3px #ffffff;
}
#banner4 {
	background: url("gfx/banner4.jpg") left top no-repeat;
	width: 470px;
    padding-top: 50px;
	display: block;
}

#containerTop {
	background: url("gfx/containerTop.jpg") left bottom no-repeat;
	height: 319px;
}

#inner {
	background: url("gfx/innerBg.gif") left bottom repeat-y;
}

#leftBg {
	position: absolute;
	left: -190px;
	padding-top: 152px;
}
#text {
	background: #131416 url("gfx/top2.jpg") right top no-repeat;
	width: 1000px;
	height: 605px;
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
#text .content {
	padding: 30px 20px;
}
#menuTop {
	width: 1000px;
	height: 319px;
	background: url("gfx/top.jpg") bottom no-repeat;
	
}
#menuTopFlash {
    width: 567px;
    height: 207px;
	display: block;
    margin-top: 51px;
	
}
#menuTopSpacer {
    float: left;
    width: 180px;
    height: 120px;
	padding-left: 705px;
}

ul#menuNav {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 15px;
}
ul#menuNav li {
	margin: 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0px 15px 0px 15px;
	height: 40px;
	background: url("gfx/li.gif") right no-repeat;
}
ul#menuNav li.last {
	background: none;
}
ul#menuNav li a {
	color: #6a6a6a;
	font-weight: bold;
}
ul#menuNav li a:hover, ul#menuNav li#menu_start a {
	color: #1580a7;
}

#footer {
	display: block;
	height: 61px;
	background: url("gfx/footerBg.jpg") left no-repeat;
}
#footerContent {
	display: block;
	width: 1000px;
	margin: auto;
	text-align: right;
}

