body {
	background-image: url(../images/web-elements/fondo.png);
	background-repeat: repeat;
}
#container {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}
#topcontainer {
	width: 885px;
	height: 25px;
	float: left;
	background-image: url(../images/web-elements/top.png);
	background-repeat: no-repeat;
}
#centercontainer {
	width: 885px;
	float: left;
	background-image: url(../images/web-elements/center.png);
	background-repeat: repeat;
}
#bottomcontainer {
	width: 885px;
	height: 30px;
	float: left;
	background-image: url(../images/web-elements/bottom.png);
	background-repeat: no-repeat;
}
#top {
	width: 840px;
	float: left;
	margin-bottom: 15px;
	height: 60px;
	padding-left: 45px;
}
#logo {
	width: 185px;
	float: left;
	height: 50px;
	padding-left: 15px;
}
#menu {
	float: left;
	width: 640px;
	height: 30px;
}
#title {
	float: left;
	width: 600px;
	padding-left: 40px;
}
#left {
	float: left;
	width: 200px;
	margin-left: 45px;
	opacity: 0.65;
	filter: alpha (opacity=65);
}
#topleft {
	float: left;
	width: 200px;
	background-image: url(../images/web-elements/top-left.png);
	height: 30px;
}
#centerleft {
	float: left;
	width: 200px;
	background-image: url(../images/web-elements/center-left.png);
	background-repeat: repeat;
}
#bottomleft {
	float: left;
	width: 200px;
	background-image: url(../images/web-elements/bottom-left.png);
	height: 26px;
}
#boxcontainer {
	float: left;
	width: 550px;
	margin-left: 40px;
}
#webdesign {
	float: left;
	width: 370px;
}
#right {
	float: left;
	height: 200px;
	width: 180px;
}
#text {
	margin: 0px;
	padding: 0px;
}
#bottom {
	width: 780px;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808284;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
#bottom-left {
	width: 350px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
#bottom-right {
	width: 420px;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}






/*accordion*/
.glossymenu{
	padding: 0;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.glossymenu a.menuitem{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #cfd0d2;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	text-decoration: underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808284;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	text-decoration: underline;
}
.glossymenu div.submenu ul li a:active{
	colorz: white;
	text-decoration: underline;
	color: #f7941d;
}






/* SLIMBOX (Customized version) */
#lbOverlay {
position: absolute;
top:0; left: 0;
width: 100%;
background-color: #000000;
cursor: pointer;
z-index:10001;
}
#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%; padding:0;
overflow: hidden;
background-color: white;
z-index:10003;
height:30px;
}
#lbCenter iframe, #lbBottomContainer iframe {
background-color: #fff;
}

