body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url('../pics/background.jpg') repeat-x;
	color: #000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #6bb022;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #6bb022;
	margin-bottom: 10px;
}
a h2 {
	color: #6bb022;
	text-decoration: none;
}
a:hover h2 {
	text-decoration: underline;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 25px;
	width: 683px;
	color: #fff;
	background-color: #6fb219;
	font-size: 14px;
	line-height: 25px;
	padding-left: 13px;
}

h2.blue {
	color: #0091d2;
}

a {	color: #0091d2; }
a:hover { text-decoration: none; }

ul {
	margin-left: 0px;
	padding-left: 0px;
}
ul li {
	margin-left: 15px;
}

strong {
	font-weight: normal;
}

/* Page container */
#page { 
	width: 950px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
#page #container {
	background: url('../pics/header-Rentex-Floron.gif') no-repeat;
	background-position: 0px 0px;
}

/* Menus */

#page #container #submenu {
	width: 696px;
	height: 31px;
	text-align: right;
}
#page #container #menu {
	width: 696px;
	height: 28px;
	text-align: right;
}
#page #container #submenu ul,
#page #container #menu ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#page #container #submenu ul li {
	display: inline;
	margin-left: 10px;
}
#page #container #menu ul li {
	display: inline;
	margin-left: 30px;
}
#page #container #submenu ul li a {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	text-decoration: none;
}
#page #container #menu ul li a {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#page #container #submenu ul li a:hover,
#page #container #menu ul li a:hover {
	text-decoration: underline;
}


/* Content containers */
#page #container #contentHolder {
	margin-top: 15px;
	background: url('../pics/background-line.gif');
}
#page #container #content {
	width: 696px;
	float: left;
}
#page #container #subcontent {
	width: 222px;
	float: right;
}

#page #container #contentHolder #content .block {
	width: 429px;
	height: 192px;
	background: url('../pics/background-block.jpg') no-repeat;
	margin-left: 15px;
	padding: 15px;
}

/* Footer container */
#page #container #footer {
	color: #999;
	line-height: 20px;
	margin-top: 30px;
}	
#page #container #footer a {
	color: #999;
	text-decoration: none;
}
#page #container #footer a:hover {
	text-decoration: underline;
}

/* Form style definitions */
#page #container #content form {
	color: #003366;
}
#page #container #content form td.field {
	width: 150px;
	border-bottom: dotted 1px #d0d0d0;
	text-align: right;
	padding-right: 10px;
}
#page #container #content form input.field {
	color: #000;
	width: 300px;
}
#page #container #content form textarea {
	color: #000;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page #container #content form .button {
	width:104px;
/*	background-color: #0f6286; 
	color: #fff; */
}

#page #container #content form .required {
	font-family: Verdana;
	font-size: 16px;
	margin-left: 5px;
	padding-top: 0px;
	color: #6fb219;
}

/* classes */
.clear { margin: 0px; padding: 0px; clear: both; display: block; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; }

#copyright { padding-left: 10px; }
#print_footer { display: none; }
#print_header { display: none; }