/* CSS Document */
body {
	text-align: center;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	color:#333333;
}

img {
	border:none;
}
	
h1 {
	font-weight:normal; 
	font-family:'Times New Roman', Times, serif; 
	color:#666666;
}
	
h2 {
	font-family:'Times New Roman', Times, serif; 
	color:#666666;
	font-size:18px;
}

#container {
	width: 908px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#dnn_menu {
	background-image:url(../images/menu_bg.jpg);
	padding-left:20px;
	background-repeat:no-repeat;
	width:242px;
	height:277px;
	float:left;
	color:white;
}

#header {
	width:908px;
	height:277px;
}

#header-left {
	width:386px;
	height:277px;
	float:left;
}

#header-right {
	width:260px;
	height:277px;
	float:right;
}

#main {
	width: 908px;
	position:relative;
	background-color:white;
}

#dnn_content_left {
	width:598px;
	float:left;
	padding-left:35px;
	padding-top:35px;
	padding-right:15px;
}


#dnn_content_products {
	width:838px;
	float:left;
	padding:35px;
}

#dnn_content_right {
	width:190px;
	float:right;
	text-align:center;
	padding:35px;
}

#dnn_main_left {
	width:356px;
	float:left;
	padding:15px;
}

.header_TextMenu 
{
}

#dnn_main_left img {
float: right;
}

#left-img {
	float:right;
}

#left-content {
	width:200px;
	float:left;
}

#main-center {
	text-align:center;
	width:262px;
	float:left;
}

#main-right {
	width:260px;
	float:right;
}

#dnn_right_content {
	width:230px;
	padding:15px;
}

#clear{
	clear:both;
}

#footer {
	width: 908px;
	height: 22px;
	background-color:#449D56;
	vertical-align:middle;
	position:relative;
	color:white;
}

#footer2 {
	width: 908px;
	height: 22px;
	background-color:white;
	vertical-align:middle;
	position:relative;
}

#dnn_footer_right 
{
    margin-top:-6px;
}

.footer-right
{
    margin-top:4px;
}

/* Menu */
.menu_TextMenuUL, .menu_TextMenuUL ul { /* all lists */
    margin-left:-50px;
	margin-top:-4px;	
}
.menu_TextMenuUL li {
	padding-left: 10px;
	padding-right: 10px;
	list-style:none;
}

.menu_TextMenuUL li a {
	color: #fff;
	width: 80px;
	text-align: center;
	text-decoration: none;
	border-top: none;
	margin-left: 5px;
	font-size:14px;
	font-weight:bold;
	line-height:41px;
}

.menu_TextMenuUL li a:hover {
	text-decoration: underline;
}

/* Footer Menu */
.footer_TextMenuUL, .footer_TextMenuUL ul { /* all lists */
	list-style: none;
}
.footer_TextMenuUL li {
	border-right: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
}

.footer_TextMenuUL li a {
	display: inline;
	color: #fff;
	width: 80px;
	text-align: center;
	text-decoration: none;
	border-top: none;
}

.footer_TextMenuUL li a:hover {
	background: orange;
}

.footer_TextMenuUL li a:hover {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}
 
.footer_TextMenuUL li { /* all list items */
	float: left;
}
 
.footer_TextMenuUL li ul { /* second-level lists */
	background: #fff;
	position: absolute;
	width: 167px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100;
}
 
.footer_TextMenuUL li ul a {
	background: #31416b; 
	width: 155px; 
}
 
li.footer_TextMenuItem {
	list-style: none;
}