body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
p {
	margin: 0px;
	padding: 0px;
}

#divMain {
}

.home {
	background-color: #B40202;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.concept {
	background-color: #009933;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.process {
	background-color: #663202;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.blog {
	background-color: #800080;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.links {
	background-color: #7A0EF0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.intro {
	background-color: #0000CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#divMain2 {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#divMain {
	text-align: center;
	background-image: url(../images/background.jpg);
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-repeat: repeat-x;
}
#divNAV {
	margin-top: 60px;
	margin-bottom: 60px;
}

#divNAV object {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#pagetitle {
	margin-top: 60px;
}

#mainNav {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainNav a {
	width: 127px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#mainNav a:hover {
	background-color: #CCCCCC;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav ul li {
	display: inline;
}


.concept_over {
	background-color: #009933;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #006220;
}
#divNAV_HOME {

	margin-top: 85px;
	margin-bottom: 60px;
}
#divNAV_HOME object {

	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
.copyright {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-bottom: 25px;
}
.pagetitleHome {

	margin-top: 89px;
}
.ecomtitleHome {

	margin-top: 0px;
}
.tools {
	background-color: #CCAD16;
	width: 180px;
}
.inactive {
	background-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.ecomTitle
{
	text-align:center; 
	font-family: 'Gill Sans MT'; 
	font-size:18px; 
	font-weight:bold;
}
.ecomText
{
	font-family: 'Gill Sans MT'; 
	font-size:14px; 
	font-weight:bold;
}
.ecomTextRed
{
	font-family: 'Gill Sans MT'; 
	font-size:14px; 
	font-weight:bold;
	color: #DB0D05;
}
.ecomTextBlue
{
	font-family: 'Gill Sans MT'; 
	font-size:14px; 
	font-weight:bold;
	color: #0000FF;
}
.ecomTextGreen
{
	font-family: 'Gill Sans MT'; 
	font-size:14px; 
	font-weight:bold;
	color: #009901;
}
.ecomTextBlack
{
	font-family: 'Gill Sans MT'; 
	font-size:14px; 
	font-weight:bold;
	color: #000000;
}
.Required
{
	font-family: 'Arial'; 
	font-size:12px; 
	font-weight:bold;
	color: Red;
}