/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #9d1077 url("images/background.png") repeat-y;
	font-size: 10px;
}

a {
	color:#94108F;
	text-decoration: none;
}

a:hover {
	color:#999;
}


#container {
	min-height: 100%; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	width: 777px;
	position: relative; /* needed for footer positioning*/
	min-height: 100%; /* real browsers */
}

#content {
	padding-bottom: 80px;
}

#nav {
	height: 40px !important;
	background: url("images/backgroundcontainer.png") no-repeat;
	padding: 0px;
}

#nav ul {
	padding-left: 292px;
	margin: 0px;
	height: 37px;
}

#nav li {
	list-style: none;
	float:left;
	padding-top: 19px;	
}

#nav li a {
	text-decoration: none;
	color:#bc70a8;
	font-size: 10px;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	padding: 20px 5px 5px 5px;
	border-left: 1px solid #6a0646;
	border-right: 1px solid #6d2a5b;
}

#nav a:hover {
	color:#fff;
	background: url("images/backgroundnav.png") bottom repeat-x;	
}

#header {
	background: url("images/mainimage_home.jpg") no-repeat;
	height: 138px;
}

#headerabout {
	background: url("images/mainimage_about.jpg") no-repeat;
	height: 138px;
}
#headerproducts {
	background: url("images/mainimage_products.jpg") no-repeat;
	height: 138px;
}
#headerinfo {
	background: url("images/mainimage_info.jpg") no-repeat;
	height: 138px;
}
#headerconsumer {
	background: url("images/mainimage_consumer.jpg") no-repeat;
	height: 138px;
}
#headercontact {
	background: url("images/mainimage_contact.jpg") no-repeat;
	height: 138px;
}	

#leftcolnews {
	float: left;
	width: 251px;
	min-height: 300px;
	margin-top: 0px;
	padding-left: 40px;
	border-right: 1px solid #e2e2e2;	
}

#leftcolnews p {
	width: 215px;
	margin-top: 0px;
	line-height: 14px;
	border-bottom: 1px solid #e2e2e2;	
	padding-bottom: 15px;
}

#leftcolmenu {
	float: left;
	width: 270px;
	height: auto;
	margin: 0px;
	padding: 0px;	
}

#leftcolmenu ul {
}

#leftcolmenu li {
	text-decoration: none;
	list-style: none;
	color:#94108F;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding: 2px;
	
	
}

#leftcolmenu li p {
	padding: 5px 5px 5px 5px;
	background: url("images/backgroundcolnav.gif") bottom repeat-x;	
	margin: 0px;
	border-bottom: 1px solid #94108F;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	
}
#leftcolmenu li a {
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	height: 10px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

#leftcolmenu li a:hover {
	border-bottom: 1px solid #94108F;
	background: url("images/backgroundcolnav.gif") bottom repeat-x;	
	color:#94108F;
}

.green {
	color: #6BB300;
	}
	
.green a{
	color: #6BB300;
	}

#main {
	align: left;
	width: 415px;
	margin-left: 298px;
	margin-top: 0px;
	padding-bottom: 30px;
}

#main p{
	line-height: 20px;
	font-size: 11px;
	
}



#product p{
	line-height: 20px;
	font-size: 11px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	
}


#mainmenu {
	padding: 0px;
	margin: 0px;
	width: 200px;
}
#mainmenu li {
	text-decoration: none;
	list-style: none;
	color:#94108F;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding: 2px;
}

#mainmenu li p {
	padding: 5px 5px 5px 5px;
	background: url("images/backgroundcolnav.gif") bottom repeat-x;	
	margin: 0px;
	border-bottom: 1px solid #94108F;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
#mainmenu li a {
	text-decoration: none;
	display: block;
	font-size: 10px;
	width: 265px;
	text-transform: uppercase;
	height: 10px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

#mainmenu li a:hover {
	border-bottom: 1px solid #94108F;
	color:#94108F;
}


#footer {
	width: 100%;
	height: 45px;
	background: url("images/footer.png") bottom no-repeat;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	padding-top: 0px !important;
	margin: 0px;
}

#footerwrapper {
	height: 45px;
	margin-left: 260px;
	position: absolute;
	
}

#footer ul {
	color: #bc70a8;
	width: 500px;
	margin-top: 8px !important;

}

#footer li {
	list-style: none;
	float: left;
	margin-top: 2px !important;

}

#footer a {
	color:#bc70a8;
}


#footer a:hover {
	color:#fff;
}

#footerdivide {
	color:#6a0646;
	font-size: 11px;
}

h1 {
	color:#94108F;
	font-size: 13px;
	text-transform:uppercase;
	padding-bottom: 10px;
}

h2 {
	color: #94108F;
	font-size: 11px;
	font-weight:normal;
	padding-top: 0px;
	text-transform:uppercase
}

h3 {
	color: #6BB300;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
