@charset "utf-8";
/* CSS Document */

a.main:link {
	color: #6e88d3;
	text-decoration: none;
}
a.main:visited {
	color: #6e88d3;
	text-decoration: none;
}
a.main:hover {
	color: #666666;
}
a.main:active {
	color: #6e88d3;
}




.menu_cell {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

.form_cell {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


.main_cell {
	
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

.main_cell_for_Icon {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
}


.menu_cell2 {
	
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

.footercell {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.footercellbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e88d3;
}

.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e88d3;
	font-weight: normal;
}

.productheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6e88d3;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: capitalize;
}

.cateheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.productdesc_title

 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.productsubtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e88d3;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.productsubtitles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e88d3;
	font-weight: normal;

}

.productdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.productdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e88d3;
	font-weight: normal;
}


.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}
.bannerbg {
	background-image: url(../images/banner_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


div.TabView
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
	font-weight: normal;
}


/* ***** Tabs *************************************************************** */

div.TabView div.Tabs
{
  height: 29px;


}

div.TabView div.Tabs a
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 110px;
	text-align: center;
	height:      25px;
	line-height: 25px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 900;
	color:   #004040;
	cursor:  pointer;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}

div.TabView div.Tabs a:hover
{
	background-position: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #6e88d3;
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover
{
	margin-top: 5px;
	height:     25px;
	cursor:  default;
	background-color: #B0B9C8;
}


/* ***** Pages ************************************************************** */

div.TabView div.Pages
{
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div.TabView div.Pages                  {
	overflow: auto;
}
div.TabView div.Pages div.Page         { overflow:   auto; }
div.TabView div.Pages div.Page div.Pad { padding: 7px 7px; }


.texta {
 font-size: 100%;

 border: 1px solid #6e88d3;
}

.form{  

 color: #000000;  
 border: 1px solid #999999;  
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 10px;  
 text-align: right;  
}

.textarea {
 font-size: 100%;

 border: 1px solid #6e88d3;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow:-moz-scrollbars-vertical;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6e88d3;
	font-size: 10px;
}
.asssocatestable {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 8px;
}




a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
}
a.menu:hover {
	color: #C1FFFF;
	text-decoration: underline;
}
a.menu:active {
	color: #FFFFFF;
}


div.cropme {
	height: 180px;
	border: 1px dotted #999999;
	width: 180px;
	overflow:hidden;
	vertical-align:middle;
}
div.cropme img {
  margin-top:-10px;
  margin-left:-10px;
  


}


div.cropme2 {
	height: 233px;
	border: 2px solid #0761ae;
	width: 237px;
	overflow:hidden;
	vertical-align:middle;

}
div.cropme2 img {
  margin-top:-10px;
  margin-left:-10px;
  
  }
  .dhtmlgoodies_slidedown_menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

