/* -------- general -------- */

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.logo {
	padding-left: 25px;
	padding-top: 6px;
	margin-right: 25px;
}

/* -------- main menu -------- */

.mainmenu {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-top: 12px;
	clear: right;
	color: #666666;
}

.mainmenu .separator {
	color: #666666;
}

.mainmenu a:link {
	text-decoration: none;
	color: #666666;
}

.mainmenu a:visited {
	text-decoration: none;
	color: #666666;
}

.mainmenu a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #E9F2F5;
}

/* -------- blue bar -------- */

.bluebar {
	height: 3px;
	background-color: #0099cc;
}

/* -------- header -------- */

.header {
	width: 100%;
	background-image: url(images/background-lightgreen.gif);
}

.header .lead {
	padding-top: 10px;
	color: #444444;
	letter-spacing: 1px;
}

/* -------- box -------- */

.box {
	margin: 25px 10px 10px 12px;
	float: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.box .title {
	width: 150px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;	
	background-color: #E9F2F5;
	letter-spacing: 2px;
	font-size: 12px;
}

.box .column {
	width: 190px;
}

/* -------- borders -------- */

.border_top {
	border-top: 2px solid #EBF3F6;
}

.border_right {
	border-right: 2px solid #EBF3F6;
}

.border_bottom {
	border-bottom: 2px solid #EBF3F6;
}

.border_left {
	border-left: 2px solid #EBF3F6;
}

/* -------- home page content -------- */

.news {
}

.news .newsitem {
	font-size : 12px;
}

.news .smallpic {
	margin: 20px 5px 10px 10px;
}

.news .date {
	color: #666666;
}

.news .lead {
	color: #333333;	
	margin-bottom: 10px;
}

.news a:link {
	color: #437AAD;
	text-decoration: none;
}

.news a:visited {
	color: #437AAD;
	text-decoration: none;
}

.news a:hover {
	color: #437AAD;
	text-decoration: underline;
}

.news p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.news .newsitem p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.news .newsitem h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}

.news li {
	list-style-position: outside;
	margin-left: -20px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* -------- sub menu -------- */

.sidebar{
	margin-top: 10px;
	margin-bottom: 50px;
	vertical-align: top;
	width: 240px;
	float: left;
}

.sidebar p {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

.submenu {
	margin-left: 28px;
	margin-top: 10px;
	width: 150px;
	border-top: 1px solid #0099CC;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.submenu .item {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0099CC;
	color: #888888;
}

.submenu .item_selected {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0099CC;
	background-color: #E9F2F5;
}

.submenu .item a:link {
	text-decoration: none;
	color: #666666;
}

.submenu .item a:visited {
	text-decoration: none;
	color: #666666;
}

.submenu .item a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #E9F2F5;
}

/* -------- other pages -------- */

.box_outer {
	width: 760px;
}
	
.box_other {
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 520px;
	float: left;
}

.box_other .logoimg {
	margin: 0px 10px 10px 0px;
}

.box_other .featurebox_area {
	width: 500px;
	float: left;
}

.box_other .featurebox_image {
	width: 50px;
	height: 40px;
	margin: 0px;
	float: left;
	clear: left;
}

.box_other .featurebox_text {
	width: 400px;
	margin: 0px 0px 20px 0px;
	float: left;
	padding: 0px;
}

.box_other h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px 10px 0px;
}

.box_other h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	padding: 4px 0px 0px 0px;
}

.box_other h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.box_other h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

.box_other p {
	font-size: 12px;
	margin: 2px 0px 10px 0px;
	padding: 0px;
}

.box_other ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.box_other li {
	font-size: 12px;
	margin: 0px 0px 7px 30px;
	padding: 0px;
}

.box_other a:link {
	color: #437AAD;
	text-decoration: none;
}

.box_other a:visited {
	color: #437AAD;
	text-decoration: none;
}

.box_other a:hover {
	color: #437AAD;
	text-decoration: underline;
}

.box_other .app_box {
	width: 170px;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	float: left;
}

.box_other .app_img {
	border: 0px;
	margin: 3px;
}

.box_other .app_txt {
	width: 150px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}	

.box_other .app_txt p {
	font-size: 12px;
}	

.box_other .app_txt h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}	

.box_other .app_txt strong {
	font-size: 12px;
	color: #0077AA;
}	

.appliance_box {
	margin: 10px;
	padding: 0px;
	float: left;
}

.appliance_area {
	margin: 10px;
	padding: 0px;
	width: 200px;
	float: left;
}

.appliance_img {
	float: left;
}

.appliance_txt {
	width: 200px;
	float: left;
}	
	
/* -------- footer -------- */

.footer {
	padding-top: 35px;
	padding-bottom: 20px;
	margin-top: 10px;
	clear: both;
}

.footer .line {
	line-height: 1px;
	height: 1px;
	width:100%;
	border-top: 1px solid #0099cc;
}

.footer .text {
	padding-left: 25px;	
	padding-top: 5px;	
	color: #666666;
	text-align: left;
	font-size: 12px;
}

.footer a:link {
	text-decoration: none;
	color: #666666;
}

.footer a:visited {
	text-decoration: none;
	color: #666666;
}

.footer a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #E9F2F5;
}
