/*****************************
    PROJECT WIDE PROPERTIES
 *****************************/

HTML {

}

* {
	margin: 0px;
	padding: 0px;
}

.break {
	font-size: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;	
}

.center {
	text-align: left;
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clear {
	display: block;
	clear: left;
}

.ins {
	width: 960px;
	margin-left: 1px;
}

BODY {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-position: 50% 0px;
	background-repeat: repeat-x;
	background-image: url(../images/background_body.png);
}

H1 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H2 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H3 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H4 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H5 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H6 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

IMG {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

INPUT {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;	
}

UL {
	list-style-type: none;	
}


/*********************************
    PROJECT SPECIFIC PROPERTIES
 *********************************/

#container {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header {
	position: relative;
	height: 75px;
}

#logo {
	position: absolute;
	top: 13px;
	left: 0px;
}

#menu {
	position: absolute;
	right: 0px;
	top: 50px;	
}

#menu UL {
	text-align: left;
	display: block;
	padding: 0px;
	height: 75px;
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}

#menu UL LI {
	font-weight: normal;
	color: #cbcbcb;
	background-image: url(../images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: right;
	margin-left: 3px;
	list-style-type: none;
	position: relative;
}

#menu UL LI A {
	color: #cbcbcb;
	text-decoration: none;
	background-image: url(../images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	display: block;
	float: left;
	height: 18px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu UL LI A:hover {
	text-decoration: underline;
}

#menu UL LI.tgroup {
	margin-right: 10px;
	margin-left: 3px;
}

/*#menu UL LI.active {
	background-image: url(../images/tab_active_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#menu UL LI.active A {	
	color: #fff;
	text-decoration: none;
	background-image: url(../images/tab_active_right.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	cursor: default;
}

#menu UL LI.active {
	background-image: url(../images/tab_language_active_left.gif);
	background-repeat: no-repeat;
	background-position: 0px -165px;
}

#menu UL LI.active A {	
	color: #fff;
	text-decoration: none;
	background-image: url(../images/tab_language_active_right.gif);
	background-repeat: no-repeat;
	background-position: right -193px;
}*/

#menu UL LI.active {
	background-image: url(../images/tab_login_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#menu UL LI.active A {	
	color: #fff;
	background-image: url(../images/tab_login_right.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

#menu UL LI.active A:hover {
	text-decoration: none;
}

/*#menu UL LI.tlogin {
	background-image: url(../images/tab_login_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#menu UL LI.tlogin A {
	color: #fff;
	background-image: url(../images/tab_login_right.gif);
	background-repeat: no-repeat;
	background-position: right 4x;
}

#menu UL LI.tlang {
	background-image: url(../images/tab_language_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#menu UL LI.tlang A {
	background-image: url(../images/tab_language_right.gif);
	background-repeat: no-repeat;
	background-position: right 4x;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#menu UL LI.lactive.tlang {
	background-image: url(../images/tab_language_active_left.gif);
	background-repeat: no-repeat;
	background-position: 0px -165px;
}

#menu UL LI.lactive.tlang A {
	color: #fff;
	background-image: url(../images/tab_language_active_right.gif);
	background-repeat: no-repeat;
	background-position: right -193px;
}*/

.path {
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
}

.path UL {
	color: #424242;
	height: 25px;
}

.path LI {
	background-image: url(../images/list_path.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	float: left;
	height: 20px;
	padding-left: 20px;
	line-height: 20px;
}

.path LI.first {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-left: 10px;
}

.path LI A {
	color: #333;
	text-decoration: none;
}

.path LI A:hover {
	text-decoration: underline;
}

.frametop {
	clear: left;
	background-image: url(../images/frame_top.png);
	display: block;
	height: 4px;
	width: 962px;
}

.sidebartop {
	background-image: url(../images/sidebar_top.png);
}

.framemiddle {
	background-image: url(../images/frame_middle.png);
}

.sidebarmiddle {
	background-image: url(../images/sidebar_middle.png);
	background-color: #fff;
}

.framebottom {
	clear: left;
	background-image: url(../images/frame_bottom.png);
	display: block;
	height: 5px;
	width: 962px;
}

.sidebarbottom {
	background-image: url(../images/sidebar_bottom.png);
}

.frameproducts {
	overflow: hidden;
	background-image: url(../images/frame_products.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}

#home {
	/*z-index: -1;*/
	overflow: hidden;
	width: 962px;
	position: relative;
	height: 320px;
}

#home UL {
	background: none transparent scroll repeat 0% 0%;
	margin: 0px;
	padding: 0px;
	height: 320px;
}

#home LI {
	background: none transparent scroll repeat 0% 0%;
	margin: 0px;
	padding: 0px;
}

#home H1 {
	font-size: 18px;
	/*z-index: 5;*/
	left: 0px;
	color: #666;
	line-height: 160%;
	position: absolute;
	top: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#home H1 STRONG {
	font-weight: normal;
	color: #009ce4;
}

.space#home H1 {
	top: 30px;
}

#products {
	padding-left: 1px;
	overflow: hidden;
	height: 164px;
	background-image: url(../images/frame_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#products .proditem {
	float: left;
	overflow: hidden;
	width: 320px;
	cursor: pointer;
	color: #424242;
	height: 160px;
	background-image: url(../images/frame_products_border.png);
	background-repeat: repeat-y;
	background-position: right 0px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#products .proditem DIV {
	padding-right: 15px;
	background-position: 0px 5px;
	padding-left: 110px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-repeat: no-repeat;
}

#products .noborder {
	background: none transparent scroll repeat 0% 0%;
}

#products .proditem:hover {
	color: #77ac03;
}

#products .proditem H2 {
	font-size: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#products H2 A {
	color: #77ac03;
	text-decoration: none;
}

#products H2 A:hover {
	color: #77ac03;
	text-decoration: underline;
}

#products .proditem P {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#products .proditem P.description {
	overflow: hidden;
	width: 180px;
	line-height: 150%;
	height: 65px;
	padding: 0px;
}

#products .proditem P.links {
	height: 30px;
	padding: 0px;
}

#products .proditem P.links A {
	background-position: 0px 0px;
	display: block;
	float: left;
	margin-right: 4px;
	height: 15px;
}

#products .proditem P.links A.moreinfo {
	background: url(../images/form_button_info.png) no-repeat 0px 0px;
	width: 110px;
	height: 28px;
}

#products .proditem P.links A.moreinfo:hover {
	background-position: 0px -30px;
}

#products .proditem IMG {
	display: block;
	float: left;
	width: 118px;
}

#products .huisstijl {
	background-image: url(../images/proditem_huisstijl.png);
}

#products .internet {
	background-image: url(../images/proditem_internet.png);
}

#products .service {
	background-image: url(../images/proditem_service.png);
}

#maincontent A {
	color: #77ac03;
}

#maincontent H2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-size: 18px;
	color: #77ac03;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#maincontent H3 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-size: 16px;
	color: #77ac03;
}

#maincontent H4 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	color: #77ac03;
}

#maincontent H5 {
	font-size: 13px;
	line-height: 150%;
	color: #424242;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#maincontent P {
	font-size: 11px;
	line-height: 170%;
	padding-bottom: 18px;
}

#maincontent P.h5 {
	font-size: 13px;
	line-height: 150%;
	color: #424242;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#maincontent P.h6 {
	font-size: 11px;
	line-height: 150%;
	color: #424242;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#maincontent UL {
	padding-bottom: 18px;
	padding-left: 20px;
}

#maincontent UL LI {
	padding-right: 30px;
	padding-left: 18px;
	line-height: 145%;
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/list_item1.gif);
}

#maincontent UL.normal {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #424242;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 11px;
}

#maincontent UL.normal LI {
	line-height: 140%;
	background-image: url(../images/list_overview.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	background-position: 4px 8px;
}

#maincontent UL.submenu {
	font-family: "Tahoma";
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

#maincontent UL.submenu LI {
	font-size: 12px;
	padding: 0px;
	line-height: 140%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#maincontent UL.submenu LI A {
	text-decoration: none;
	display: block;
	padding-right: 6px;
	padding-left: 20px;
	line-height: 150%;
	color: #77ac03;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/list_submenu.png);
	background-repeat: no-repeat;
	background-position: 0px 200px;
}

#maincontent UL.submenu LI A:hover {
	color: #fff;
	background-color: #77ac03;
	background-position: 9px 13px;
}

#maincontent UL.submenu LI.active A {
	color: #424242;
	cursor: default;
}

#maincontent UL.submenu LI.active A:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}

#maincontent #corpidmap {
	height: 280px;
	width: 618px;
	border: 6px solid #eee;
	margin-bottom: 10px;
}

#maincontent #form_data {
	overflow: hidden;
}

#maincontent #form_feedback {
	display: none;
}

#maincontent #list UL {
	padding-left: 0px;
}

#maincontent #list UL LI {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-left: 0px;
}

#maincontent #list UL LI UL {
	padding-left: 0px;
}

#maincontent #list UL LI A {
	font-size: 16px;
	background-image: url(../images/list_item1.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 18px;
}

#maincontent #list UL LI A.item2 {
	font-size: 11px;
	background-image: url(../images/list_item2.gif);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	padding-left: 56px;
	color: #666;
}

#maincontent #list UL LI A.item3 {
	font-size: 11px;
	background-image: url(../images/list_item3.gif);
	background-repeat: no-repeat;
	background-position: 70px 5px;
	padding-left: 84px;
	color: #999;
}

#maincontent #references H3 {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#maincontent #references .refimg {
	text-align: center;
	border: 1px solid #eee;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 150px;
}

#maincontent .borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
}

#maincontent .corpid_form {
	overflow: hidden;
	margin-bottom: 10px;
}

#maincontent .corpid_form DD {
	background-color: #f8f8f8;
}

#maincontent .corpid_form DD.ffix {
	background-color: #f8f8f8;
	background-image: url(../images/form_fix.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
}

#maincontent .corpid_form DD DL {
	margin-left: 20px;
}

#maincontent .corpid_form DD FIELDSET DD {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 175px;
}

#maincontent .corpid_form DD FIELDSET DD SPAN {
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#maincontent .corpid_form FIELDSET DD SELECT {
	font-size: 12px;
	width: 210px;
	padding: 3px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maincontent .corpid_form DD FIELDSET DD .text {
	font-size: 12px;
	padding: 6px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	background-image: url(../images/form_textbox_shade.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#maincontent .corpid_form DD FIELDSET DT {
	position: relative;
}

#maincontent .corpid_form DD FIELDSET DT LABEL {
	line-height: 26px;
	font-weight: bold;
	color: #666;
}

#maincontent .corpid_form DD FIELDSET DT {
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}

#maincontent .corpid_form DD FIELDSET P {
	font-size: 11px;
	line-height: 190%;
	color: #666;
	margin-bottom: 10px;
	padding-left: 12px;
}

#maincontent .corpid_form DL DT .fe {
	padding-left: 13px;
	z-index: 5;
	left: 375px;
	overflow: hidden;
	width: 200px;
	position: absolute;
	top: 0px;
	background-image: url(../images/form_error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#maincontent .corpid_form DL DT .fe SPAN {
	display: block;
	background-color: #ffe1e1;
	color: #f00;
	padding: 7px;
}

#maincontent .corpid_form DL DT .fs {
	padding-left: 13px;
	z-index: 5;
	left: 375px;
	overflow: hidden;
	width: 200px;
	position: absolute;
	top: 0px;
	background-image: url(../images/form_success.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#maincontent .corpid_form DL DT .fs SPAN {
	display: block;
	background-color: #d9e394;
	color: #77ac03;
	padding: 7px;
}

#maincontent .corpid_form FIELDSET {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#maincontent .corpid_form INPUT {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#maincontent .corpid_form SELECT {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#maincontent .corpid_form TEXTAREA {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#maincontent .corpid_form LEGEND {
	white-space: normal;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -7px;
}

#maincontent .corpid_form LEGEND SPAN {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	display: block;
	padding-right: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	font-size: 14px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #eee;
	line-height: 32px;
	width: 630px;
}

#maincontent .corpid_form .checkbox {
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#maincontent .corpid_form .findform_submit {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	background-image: url(../images/form_button_find.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#maincontent .corpid_form .findform_submit:hover {
	background-position: 0px -49px;
}

#maincontent .corpid_form .forgotpasswordform_submit {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	background-image: url(../images/form_button_forgotpassword.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#maincontent .corpid_form .forgotpasswordform_submit:hover {
	background-position: 0px -49px;
}

#maincontent .corpid_form .loginform_submit {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	background-image: url(../images/form_button_login.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#maincontent .corpid_form .loginform_submit:hover {
	background-position: 0px -49px;
}

#maincontent .corpid_form .newsletterform_submit {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	background-image: url(../images/form_button_newsletter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#maincontent .corpid_form .newsletterform_submit:hover {
	background-position: 0px -49px;
}

#maincontent .corpid_huisstijl {
	width: 100%;
	text-align: center;
}

#maincontent .corpid_huisstijl TD {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
}

#maincontent .corpid_huisstijl TD.last {
	border: none;
}

#maincontent .message {
	background-color: #d9e394;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

#maincontent .message H5 {
	font-size: 14px;
	color: #77ac03;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#maincontent .regular {
	width: 660px
}

#maincontent .split {
	float: left;
	padding-right: 30px;
	width: 660px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#maincontent .main {
	padding-left: 30px;
}

#maincontent .main_refs {
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#maincontent .main P {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 0px;
}

#maincontent .itemsvariable DIV {
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
}

#maincontent .itemsvariable H3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 15px;
	color: #424242;
}

#maincontent .itemsvariable H3 A {
	color: #77ac03;
	text-decoration: none;
}

#maincontent .itemsvariable H3 A:hover {
	color: #77ac03;
	text-decoration: underline;
}

#maincontent .itemsvariable P {
	line-height: 150%;
}

#maincontent .itemsvariable P A {
	color: #333;
	text-decoration: none;
	background-color: #dbdbdb; /* original: #eee */
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#maincontent .itemsvariable P A:hover {
	color: #77ac03;
}

#maincontent .itemsvariable .left {
	background-position: 0px 0px;
	padding-left: 200px;
}

#maincontent .itemsvariable .right {
	background-position: right 0px;
	padding-right: 220px;
}

#maincontent .sidebar {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
	width: 244px;
	color: #424242;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#maincontent .sidebar H2 {
	clear: both;
	font-size: 13px;
	padding-right: 0px;
	padding-left: 25px;
	color: #424242;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent .sidebar H2 A {
	color: #666;
	text-decoration: none;
}

#maincontent .sidebar P {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 140%;
}

#maincontent .sidebar .break {
	margin: 20px 0px 20px 20px;
}

#maincontent .sidebar .features {
	margin-bottom: 5px;
}

#maincontent .sidebar .features LI {
	font-size: 11px;
	background-image: url(../images/list_features.gif);
	background-position: 0px 9px;
	padding-left: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
}

#partner {
	text-align: center;
	padding-bottom: 25px;
}

#sitemap UL {
	padding-left: 0px;
}

#sitemap UL LI {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-left: 0px;
}

#sitemap UL LI UL {
	padding-left: 0px;
}

#maincontent .main #sitemap H3 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;	
}

#maincontent .main #sitemap H3 A {
	color: #666;
	text-decoration: none;
	background-color: #f3f3f3;
	display: block;
	padding: 5px;
}

#maincontent .main #sitemap H3 A:hover {
	color: #999;
	background-color: #f6f6f6;
}

#maincontent .main #sitemap UL LI A {
	font-size: 16px;
	background-image: url(../images/list_item1.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 18px;
}

#maincontent .main #sitemap UL LI A.item2 {
	font-size: 11px;
	background-image: url(../images/list_item2.gif);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	padding-left: 56px;
	color: #666;
}

#maincontent .main #sitemap UL LI A.item3 {
	font-size: 11px;
	background-image: url(../images/list_item3.gif);
	background-repeat: no-repeat;
	background-position: 70px 5px;
	padding-left: 84px;
	color: #999;
}

#footer {
	clear: both;
	font-size: 11px;
	color: #333;
	margin-left: 9px;
	padding-top: 20px;
	width: 932px;
}

.copyright {
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	margin: 0px;
	line-height: 15px;
	color: #999;
	text-align: right;
	height: 50px;
}

.copyright A {
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
}
