/* HTML TAGS */
body {
	background-color: #f1f1f2;
	margin: 0px;
	padding: 0px;

}
body, p, div, span, a, input, textarea, select {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4A6529;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 9px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 6px;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A6529;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
}
a {
	color: #4A6529;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
hr {
	border: none;
	height: 2px;
	color: #e3e5ea;
	background-color: #e3e5ea;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div {
	padding: 0px;
	margin: 0px;
}
a img {
	border: none;
}
input {
	border: 1px solid #257656;
}
.checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit {
	font-weight: bold;
	font-variant: small-caps;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}



/* LIST STYLE */

/* DIV LAYOUT */
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	position: absolute;
	top: 0px;
	background-color:#EEEFEF;
	background-image: url(../img/css/bg-top.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 99px;
}
#logo {
	position: absolute;
	top: 4px;
	left: 15px;
}
#language {
	position: absolute;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	right: 40px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
}
#language a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*-----TOPNAV-----*/
ul#menu-top {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	left: 141px;
	width: 600px;
}
ul#menu-top li {
	float: left;
	margin: 0px;
	padding: 4px 0px 0px 11px;
	list-style-type: none;
	list-style-position: outside;
	width: 74px;
	height: 19px;
}
ul#menu-top li.active {
	background-image: url(../img/css/bg-tab.jpg);
	background-repeat: no-repeat;
}
ul#menu-top li a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
ul#menu-top li a:hover {
	color: #006600;
	text-decoration: underline;
}

#page-content-div {
	float: right;
	width: 648px;
}
#page-content {
	float: left;
	width: 495px;
	min-height: 501px;
}
#page-content-inside {
	padding: 10px;
}


.sideblock {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #a9c2b2;
	margin: 0px;
	padding: 0px;
}
.sideblock-inside {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.sideblock .title {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tip {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.tip h3 {
	color: #267556;
	font-size: 14px;
	margin-bottom: -2px;
}
#structure {
	background-image: url(../img/css/bg-structure.gif);
	height: 389px;
	width: 800px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
ul#menu-left {
	list-style-position: outside;
	list-style-type: none;
	margin: 15px 0px;
	padding: 0px;
	background-color:#FFFFCC;
	width: 128px;
}
ul#menu-left li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 1px;
	padding: 0px;
	width: 128px;
}
ul#menu-left li a{
	color: #257455;
	background-color: #F1F1F2;
	width: 115px;
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-indent: -5px;
}
ul#menu-left li a:hover {
	background-color: #A9C6B9;
}
ul#menu-left li.active a{
	background-color: #267556;
	color: #FFFFFF;
}
.promoblock {
	margin-bottom: 5px;
	border: 1px solid #227557;
}
.promoblock h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
	background-color: #227557;
}
.promoblock h3 {
	color: #227557;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.promoblock td {
	padding-right: 5px;
	padding-left: 5px;
}
.promoblock .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
.promoblock .picture {
	margin-right: 10px;
}
/*.quicklinks_top {
	height: 6px;
	font-size: 1px;
	width: 127px;
	background-image: url(../img/main/quicklinks_top.gif);
	background-repeat: no-repeat;
}
.quicklinks_bottom {
	height: 6px;
	font-size: 1px;
	width: 127px;
	background-image: url(../img/main/quicklinks_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.quicklinks img {
	float: left;
}
.quicklinks h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8D8278;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}
.quicklinks a {
	color: #8D8278;
}
.quicklinks a:hover {
	color: #017C22;
}*/

div#home-right3 {
	position: relative;
	/*left: 666px;*/
	top: 272px;
	margin-bottom: 272px;
	left: 5px;
}
.date {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 11px;
	float:left;
}
.formresult {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.formresult#success {
	color: #009900;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.formresult#failure {
	color: red;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
}
/*-----------------------------------------------------------------*/
table#content-table {
	position: absolute;
	top: 99px;
	width: 800px;
	background-color:#FFFFFF;
}
#col-left{
	width: 128px;
}
#col-left img, #col-right img{
	max-width: 117px;
}
#col-center{
	width: 494px;
	padding-bottom: 10px;
}
#col-center-inside{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#col-right{
	width: 128px;
}
#border1 {
	width: 6px;
	background-image: url(../img/css/border-1.jpg);
	background-repeat: no-repeat;
	background-color: #a9c6b4;
}
#border2 {
	background-image:url(../img/css/bg-border-2.gif);
	background-repeat:repeat-y;
	width: 19px;
	background-color: #AAB5A5;
}
#border3 {
	background-image:url(../img/css/bg-border-3.gif);
	background-repeat:repeat-y;
	background-color: #B5C4B1;
}
#border4 {
	background-image:url(../img/css/border-4.jpg);
	background-repeat: no-repeat;
	width: 6px;
	background-color: #a9c6b4;
}
#footer {
	background-color:#A4C3B5;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A4C3B5;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
	text-align: center;
}
#footer a {
	color: #237650;
}

div#col-center-inside ul {
	list-style-type: disc;
	list-style-position: inside;
}

