/* CSS Document */

body {
background: #b0c4de url(images/bg.gif) repeat-x;
margin: 75px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

#wrap {
width: 800px;
background: #F8F8FF;
border-right: #191970 solid 1px;
border-bottom: #191970 solid 1px;
border-left: #191970 solid 1px;
}

#header {
width: 800px;
background: #ffffff;
border-top: #191970 solid 1px;
border-right: #191970 solid 1px;
border-bottom: #A52A2A solid 1px;
border-left: #191970 solid 1px;
}

.left {
width: 175px;
background: #ececec;
padding: 50px 0px 0px 20px;
}

h2 {
font-size: 18px;
font-weight: 100;
color: #191970;
padding: 15px 0 7px 0;
}

.right {
width: 625px;
text-align: justify;
padding: 0 50px 30px 40px;
}


/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 125px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 115px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 125px;
	height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}
/* END BUBBLE PLASTIC VERTICAL MENU */

#address {
text-align: center;
font-size: 11px;
font-weight: bold;
padding: 5px;
border-top: #A52A2A solid 1px;
}

#footer {
text-align: center;
font-size: 10px;
width: 800px;
}


