body {
	background-color: #F0F0F0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#layout_frame {
	background-image: url(images/back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #AAAAAA;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	min-height: 95%;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
}
#layout_topmenu {
	display: block;
	width: 590px;
	margin-top: 120px;
	margin-left: 179px;
	text-align: left;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}
#layout_sidemenu {
	width: 180px;
	float: left;
	display: block;
	padding-top: 25px;
}
#layout_content {
	width: 525px;
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#layout_bottom {
	width: 100%;
	height: 100px;
	display: block;
	background-image: url(images/bottom-back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}
#layout_info {
	display: block;
	margin-left: 200px;
	margin-top: 80px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	float: left;
}
.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #38725C;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
ul {
	list-style-image: url(images/bullet.gif);
	margin-bottom: 5px;
}
ul.productbuttons {
        margin: 0;
        padding: 0;
        overflow: auto;
}
ul.productbuttons li {
        list-style: none;
        float: left;
        margin: 0 4px 4px 0;
}
ul.productbuttons li a {
        display: block;
        width: 160px;
        height: 40px;
        border: 1px solid #ccc;
        background: #eee;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        color: #444;
        -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
        border-left-width: 10px;
}
ul.productbuttons li a:hover {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background: -moz-linear-gradient(top, #fff 0%, #bbb 100%);
        color: #000;
}
/* Styles Topmenu */

#layout_topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#layout_topmenu ul li {
	width: 90px;
    float: left;
	border-right: 1px solid #555555;
	list-style: none;
  	}
#layout_topmenu a img {
        float: left;
        padding: 1px;
        padding-left: 10px;
        border: 0;
}
.first {
	border-left: 1px solid #555555;
  	}
#layout_topmenu ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 3px;
	font-weight: bold;
	text-align:center;
	}
#layout_topmenu ul li a:hover {
	color: #000000;
	background: #EEEEEE;
	}

/* Fix MSIE */
* html #layout_topmenu ul li { float: left; height: 1%; list-style: none; }
* html #layout_topmenu ul li a { height: 1%; } 
/* End */

/* Styles Sidemenu */

#layout_sidemenu h1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	margin: 0px;
        margin-top: 15px;
	padding: 5px;
	background-color: #38725C;
	}

#layout_sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: url(none) none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	}
#layout_sidemenu ul li {
	position: relative;
	list-style: url(none) none;
	}
#nav li {
	height: 25px;
}
li ul {
	position: absolute;
	left: 165px;
	top: 0;
	display: none;
	list-style: url(none) none;
	}
#layout_sidemenu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	font-weight: bold;
	}
#layout_sidemenu #nav li a {
	height: 24px;
	line-height: 24px;
	text-indent: 4px;
	padding: 0;
}
#layout_sidemenu a small {
	text-decoration: none;
	font-weight: normal;
	}
#layout_sidemenu li:hover ul, li.over ul { 
	display: block;
	visibility: visible;
	}
#layout_sidemenu ul li a:hover {
	color: #000000;
	background: #EEEEEE;
	font-weight: bold;
	}

* html #layout_sidemenu ul li { float: left; height: 1%; }
* html #layout_sidemenu ul li a { height: 1%; }  

#layout_sidemenu form {
	text-align: center;
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	border-left: 0;
	background-color: #FFFFFF;
}
a:hover {
	color: #FF9900;
}


