
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin-bottom: 15px;
	/*color: #8A867E;*/
    color: black;
}

h1, h2 {
	font-weight: normal;
}

h1 span, h2 span {
	/*color: #577A10;*/
    color: black;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
	margin-bottom: 17px;
}

h2.style1 {
	font-size: 20px;
	/*color: #A39E97;*/
    color: black;
}

h3 {
	margin-bottom: .25em;
	font-size: 18px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: #8F8A82;*/
    color: black;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 180%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

dl {
	line-height: normal;
}

dt {
	float: left;
	margin-right: 10px;
	padding: 0px 5px;
	background: url(/images/homepage09.jpg) repeat left top;
	font-size: 14px;
	color: #FFFFFF;
}

dd {
	margin-bottom: 12px;
}

strong {
	/*color: #8A867E;*/
    color: black;
}

/** LINKS */

a {
	color: #577A10;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #F5F3EE;
	border: 1px solid #D1C8B6;
}

hr {
	display: none;
}

.hr1 {
	height: 50px;
	background: url(/images/homepage07.jpg) no-repeat center center;
}

/** WRAPPER */

#wrapper {
	background: url(/images/bg02.jpg) repeat-x left top;
}

/** HEADER */

#header {
	width: 778px;
	height: 145px;
	margin: 0px auto;
	background: url(/images/homepage01-with-new-logo.jpg) no-repeat left top;
}

#header h1, #header h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	width: 778px;
	height: 52px;
	margin: 0px auto;
	background: url(/images/bg03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 98px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	/*width: 115px;*/
	height: 35px;
	padding-top: 17px;
    padding-left: 13px;
    padding-right: 13px;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #DAFDFF;
}

#menu .active a {
	background: url(/images/homepage02.jpg) no-repeat left top;
	color: #514D44;
}

#menu .hightlight a {
	color: #00FF21;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	background: url(/images/bg04.jpg) repeat-y left top;
}

#bgtop {
	padding: 25px 148px 3px 148px;
	background: url(/images/bg05.jpg) no-repeat left top;
}

#bgtop a {
	color: #583EA1;
}


/** CONTENT */

#content {
	float: left;
	width: 255px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 175px;
	padding-left: 25px;
	background: url(/images/homepage08.jpg) repeat-y left top;
}

/* 2-COLUMN LAYOUT */

.two-columns {
	background: url(/images/homepage08.jpg) repeat-y 243px 0px;
}

.two-columns .column-one {
	float: left;
	width: 213px;
}

.two-columns .column-two {
	float: right;
	width: 213px;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 100px;
	margin: 0px auto;
	background: url(/images/bg06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 55px 0px 0px 0px;
	text-align: center;
	color: #718E42;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	background: url(/images/homepage07.jpg) no-repeat left bottom;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url(/images/homepage07.jpg) no-repeat left bottom;
}

/** BOX4 */

#box4 {
}


.thinbordered {
    border: black solid thin;
}


.subscriptionDescriptionBox {
    border: black solid thin;
    padding: 15px 15px 15px 15px;
    margin: 25px 45px 25px 45px;
    background-color: white;
}

.featureDescriptionBox {
    border: black solid thin;
    padding: 15px 15px 15px 15px;
    
    background-color: #E3FFDD;
    font-size: 10px;
}


#mindmapList td {
    font-size: 12px;
}
