/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    background: #67964f;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.relax{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  Page  */
#page {
    margin: auto;
	width: 999px;
}
.center {
	margin: auto;
	width: 940px;
}
.shadow {
	float: left;
	width: 100%;
	background: url("../images/backgrounds/shadow.png") repeat-y left top;
}
.container {
	float: left;
	width: 850px;
	margin-left: 45px;
	display: inline;
	text-align: left;
}
/*  Header  */
.header {
    float: left;
    width: 100%;
	height: 290px;
	position: relative;
	background: url("../images/backgrounds/bg-header.jpg") no-repeat left top;
}
A.logo {
	float: left;
	margin-top: 41px;
	margin-left: 65px;
}

UL.main-menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
UL.main-menu LI {
	display: inline;
	float: left;
	margin-right: 4px;
}
UL.main-menu LI A {
	color: #010001;
	font-size: 14px;
	float: left;
	height: 27px;
	border: 1px solid #478b38;
	padding: 0px 17px;
	line-height: 190%;
	background: #478b38 url("../images/backgrounds/bg-li.jpg") repeat-x left top;
}
UL.main-menu LI A:HOVER,
UL.main-menu LI A.selected {
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	background: #7f0077 url("../images/backgrounds/bg-li-select.jpg") repeat-x left top;
}
.right-header {
	float: right;
	width: 415px;
	margin-right: 7px;
	display: inline;
}
.right-header UL.main-menu LI {
	float: right;
}
.right-header UL.main-menu {
	float: right;
}
.bottom-header {
	float: left;
	width: 100%;
	margin-top: 40px;
	position: absolute;
	bottom: 25px;
	left: 0px;
}
.bottom-header UL.main-menu {
	margin-left: 11px;
	display: inline;
}
/*  Content  */
.content {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../images/backgrounds/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.left-body {
	float: left;
	width: 700px;
	display: inline;
	margin-left: 24px;
}
.left-col {
	float: left;
	width: 538px;
	display: inline;
	margin-left: 24px;
}
.content H1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #54014f;
	font-size: 23px;
	text-align: center;
}
.content H1 SPAN {
	color: #2f2f2f;
	font-size: 17px;
	position: relative;
	top: -6px;
	left: 10px;
}
.left-picture {
	border: 1px solid #54014f;
	margin-top: 12px;
}
.content P {
	padding: 0px;
	margin: 0px;
	line-height: 130%;
	color: #2f2f2f;
	text-align: justify;
	margin: 20px 7px 0px 7px;
	font-size: 14px;
}
.left-body H1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #54014f;
	font-size: 40px;
	text-align: left;

}
.col {
	float: left;
	width: 275px;
	margin-top: 10px;
	text-align: right;
}
.col A {
	color: #4f004c;
	font-size: 12px;
	font-weight: bold;
	margin-right: 28px;
}
.col.right {
	width: 239px;
	margin-left: 20px;
	display: inline;
}
.col H1 {
	margin-left: 50px;
}
.col.right H1 {
	color: #23007b;
	text-align: left;
	margin-left: 35px;
}
.col.right A {
	color: #23007b;
	margin-right: 62px;
}
.right-col {
	width: 243px;
	float: left;
	display: inline;
	margin-left: 15px;
}
.right-col H1 {
	text-align: left;
}
.right-col P {
	margin: 20px 0px 0px 0px;
}
.right-col A {
	color: #54014f;
	font-size: 14px;
	font-style: italic;
	position: relative;
	top: 10px;
}
.right-block {
	float: left;
	width: 100%;
	height: 230px;
	margin-top: 40px;
	position: relative;
	background: url("../images/backgrounds/bg-right.jpg") no-repeat left top;
}
.links {
	float: left;
	width: 100%;
	bottom: 7px;
	left: 0px;
	position: absolute;
}
.links A {
	float: left;
	font-size: 14px;
	font-style: normal;
	color: #faf3f8;
	top: 0px;
}
.links A SPAN {
	font-size: 19px;
}
.click-here {
	float: left;
	width: 163px;
	text-align: center;
	display: inline;
	margin-left: 10px;
	margin-top: 23px;
}
A.go {
	width: 65px;
	background: url("../images/backgrounds/go.jpg") no-repeat left top;
	height: 68px;
	font-size: 21px;
	text-align: center;
	line-height: 340%;
	margin-left: 2px;
	top: 1px;
}
A.go:HOVER {text-decoration: none;}
.margin {
	margin-top: 25px !important;
}
.bg-bottom {
	float: left;
	width: 100%;
	padding-bottom: 125px;
	background: url("../images/backgrounds/bg-bottom.jpg") repeat-x left bottom;
}
/*  Footer  */
.footer {
    float: left;
    width: 100%;
	height: 182px;
	background: url("../images/backgrounds/bg-footer.png") no-repeat left top;
}
.right-footer {
	float: right;
	width: 370px;
	position: absolute;
	bottom: 17px;
	right: 0px;
	display: inline;
	margin-right: 40px;
}
.footer P {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}
.footer P A {
	font-size: 12px;
	color: #000000;
}
.footer-block {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -88px;
}
.l
{
	float:left;
}
.c
{
	clear:both;
}
.r
{
	float:right;
}
.left_panel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 622px;
	text-align: justify;
	line-height: 20px;
}
* html .left_panel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 640px;
	text-align: justify;
	line-height: 20px;
	margin-left:-10px;
}
.left_panel h1
{
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #82007C;
	margin: 0px;
	text-align: left;
	padding-bottom: 10px;
}
.product
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/pictures/pro_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 218px;
	width: 302px;
	margin-left: 9px;
	line-height: 16px;
}
.product h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #78A22F;
	margin-left: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C283BF;
	text-align: left;
}
.headding
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	width: 182px;
	font-weight: bold;
	margin-top:15px;
	height:30px;
}
.pro
{
	margin-top: 23px;
	margin-left: 14px;	
}
.right_panel
{
	width: 211px;
	padding-top: 18px;
	margin-left:10px;
}
* html .right_panel
{
	width: 100px;
	padding-top: 18px;
	margin-left:10px;
}
.what 
{
	background-image:url(../images/pictures/panel_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-top:9px;
	width:205px;
	background-color: #E4E7DA;
}
.what ul
{
	margin-top:15px;
	padding: 0px;
	margin-left:3px;
		
}
.what ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #560152;
	background-image: url(../images/pictures/ul.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	height:32px;
	padding-left:15px;
}

.what ul li a
{
	color: #560152;
	text-decoration: none;
}
.what ul li a:hover
{
	color: #000000;
}
.add
{
	position:absolute;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top:-55px;
	width: 211px;
}
.dropmenudiv 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin-top:-2px;
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	z-index:100;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	
}
.dropmenudiv a 
{
	background-color:#6F0067;
	background-image:url(images/bull3.jpg);
	background-position:5px center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	padding:2px 0;
	text-decoration:none;
	text-indent:16px;
	width:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right:15px;
}
.dropmenudiv a:hover 
{
	background-color:#64005C;
	color:#ccc;
}
