@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dbe2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.floatclear {
	display:inline-block;
	width:100%;
}
/* Hide from IE-mac \*/
* html .floatclear {
	height:1%;
	width:auto;
}
.floatclear {
	display:table;
}
/* End hide from IE-mac */

#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../image/bottombg.jpg);
	background-position: bottom;
	padding-bottom: 13px;
} 

#container2 {
	background-image: url(../image/mainbg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}
#header  {
	height: 64px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #c9c32d;
	margin-bottom: 12px;
} 
#logo {
	float: left;
	padding-top: 17px;
	padding-bottom: 20px;
}
#menubar {
	float: right;
	margin: 0px;
	width: 572px;
	text-align: right;
	padding: 0px;
}
#menubar ul {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 36px;
}

#menubar  li    {
	display: inline;
	list-style-type: none;
	padding-top: 15px;
	margin-left: 12px;
}
#menubar li a {
	text-decoration: none;
	color: #000000;
}
#menubar li a:hover {
	text-decoration: none;
	color: #666666;
}

#fp a:link,#fp a:visited {
	font-size:110%;
	font-weight: bold;
	color: #2DC981;
}

#menubar #fp a:hover,#menubar #fp a:active {
	color: #F28740;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 6px;
	font-weight: bold;
	margin-bottom: 0px;
	overflow: hidden;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer  {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C9C32D;
	font-size: 80%;
	text-align: left;
} 

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 13px;
	padding-bottom: 4px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.mainfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	width: 255px;
	margin-right: 20px;
}
#container #mainContent #txt {
	clear: right;
}

.mainfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 220px;
}
h1 {
	font-size: 170%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	top: -20px;
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: -10px;
}

#sidebar1 ul
{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	list-style-type: none;
	font-size: 12px;
}

#sidebar1 ul li {
	margin-top: 9px;
	list-style-type: none;
	width: 200px;
	position: relative;
	left: -40px;
	height: 30px;
	display: block;


}

#bso {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bso a:link,#bso a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_solid.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bso a:hover,#bso a:active {
	background-image: url(../image/b_solid_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#bsp {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bsp a:link,#bsp a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_spring.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bsp a:hover,#bsp a:active {
	background-image: url(../image/b_spring_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#bfa {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bfa a:link,#bfa a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_fall.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bfa a:hover,#bfa a:active {
	background-image: url(../image/b_fall_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}


#bdo {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bco a:link,#bco a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_combo.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bco a:hover,#bco a:active {
	background-image: url(../image/b_combo_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#bso {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bgr a:link,#bgr a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_green.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bgr a:hover,#bgr a:active {
	background-image: url(../image/b_green_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#bpl {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bpl a:link,#bpl a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_plastics.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bpl a:hover,#bpl a:active {
	background-image: url(../image/b_plastics_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}


#bor {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bor a:link,#bor a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_organza.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bor a:hover,#bor a:active {
	background-image: url(../image/b_organza_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#bnov {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bnov a:link,#bnov a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_novelties.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bnov a:hover,#bnov a:active {
	background-image: url(../image/b_novelties_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}


#bsw {
	width:200px;
	display: block;
	background-repeat: no-repeat;
}
#bsw a:link,#bsw a:visited {
	width: 200px;
	padding-top: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 8px;
	background-image: url(../image/b_swankies.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
#bsw a:hover,#bsw a:active {
	background-image: url(../image/b_swankies_on.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

