@charset "utf-8";

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #666;
	text-decoration: none;}
	
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
	font-weight: bold;}
	
h4 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F60;
	text-decoration: none;
	font-weight: bolder;}
	
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;}
	
h6 {}

p {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;}

a {	
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
	font-weight: bold;}
	
a:hover {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
	
a:visited {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #030;
	text-decoration: none;
	font-weight: bold;
}

#main {
	margin: 0 auto;
	width: 782px;
}
#header {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(header.gif);
	overflow: hidden;
	display: inline;
	float: left;
	height: 134px;
	margin-bottom: 0;
	width: 782px;
}

#footer {
	margin-left: 0px;
	margin-top: 7px;
	background-image: url(footer.gif);
	overflow: hidden;
	display: inline;
	float: left;
	height: 55px;
	margin-bottom: 0;
	width: 782px;
}

#footer_mail_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: lowercase;
	text-decoration: none;
	position: relative;
	top: 30px;
	width: 130px;
	left: 25px;
}


.clearit {
	clear: left;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 755px;
	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: 21px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 25px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
	font-weight: bold;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
}

.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 28px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
	font-weight:bold;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
	cursor: pointer;
	font-weight:bold;
}
/* END BUBBLE PLASTIC VERTICAL MENU */

/* ORANGE HORIZONTAL HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}

/* ORANGE VERTICAL HOVER */
.bubplastic.orange2 ul li a:hover,
.bubplastic.orange2 ul li.highlight a {
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic.orange2 ul li a:hover span.menu_ar,
.bubplastic.orange2 ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
}


.sidebar_area {
	float: left;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

#content_area {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	width: 70%;
}

.product {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #666;
	margin-left: 15px;
}

.product a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
	text-align: left;
}

.product a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}
.product_colum {
	float: left;
	width: 250px;
}

#index_content {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-left: 15px;
}

#index_sidebar {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.content_centered {
	text-align: center;
}

.image_container {
	margin: 5px;
	padding: 5px;
	float: left;
}

#content_area_productlines {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.name_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
