body {
	background-color: #000000;
	background-image:url(images/BG2.jpg) ;

	font-family: "georgia",georgia,"Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #575435;
}

.address {
font-size: 14px;
line-height: normal;
position: relative;
top: 25px;
left: 560px;


}

.content img {

margin: 5px;
bottom: 5px;

}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

A:link {

text-decoration: none;
color: #7c783b;


}

A:visited {

text-decoration: none;
color: #7c783b;

}

A:active {

text-decoration: none;

}

A:hover {

text-decoration: underline; 
color: #7c783b;

}

h1 {

font-size:18px;

}

h2 {

font-size:16px;

}



/* Horizontal Menu */


.bubplastic.horizontal {
	position: relative;
	width: 780px;
	top: 10px;
	left: 10px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	font-family: "Georgia",georgia,"Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 125%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-lime.gif) top right no-repeat;
}

/* Div Layout */

#wrap {
	width: 800px;
	height: 627px;
	margin: 0 auto;
	/* background: #FFFFFF repeat-y; */
}


#header {
	background: url(images/header.png);
	position: relative;
	top: 10px;
	left: 10px;
	width: 780px;
	height: 100px;
}


#content {
	background: url(images/content-bg.jpg) repeat-y;
	position: relative;
	top: 10px;
	left: 10px;
	width: 780px;
	height: 400px;
	
}

#content-home {

	background:#FFFFFF;
	background-image:url(images/marblebg3.jpg);
	position:relative;
	margin: 0 auto;
	top: 10px;
	height: 350px;
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-color:#666666;
	padding: 5px;
	line-height: 15px;
	font-size: 11px;
	

}

#footer {
	background: url(images/footer.png);
	position: relative;
	top: 10px;
	left: 10px;
	width: 780px;
	height: 75px;
	font-size: 10px; color: #b3af56;
	
	
}


