/* CSS Document */

.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}

.style2 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	text-align:center;
}

.style3 {font-size: 12px;
	color: #990000;
}

.style4 {font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#990000;
}
	

.style5 {font-size:32px;
	color:#000066;
	font-family:"Courier New", Courier, monospace;
	font-weight:400;
}

.menu A:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	color:#000066; 
	font-weight:bold;
	font-size:12px;
}

.menu A:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	color:#000066; 
	font-weight:bold;
	font-size:12px;
}

.menu A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	color:#000066; 
	font-weight:bold;
	font-size:12px;
}

.menu A:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	color:#00AFEA; 
	font-weight:bold;
	font-size:12px;
}

.menu1 a:link { 
	text-decoration:none; 
}

.menu1 a:visited {
}

.menu1 a:active { 
}

.menu1 a:hover { 
}

.menu2 A:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000066; 
	font-size:10px;
}

.menu2 A:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000066; 
	font-size:10px;
}

.menu2 A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000066; 
	font-size:10px;
}

.menu2 A:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00AFEA; 
	font-size:10px;
}

/*------------------------------------main menu shit------------------------------------------------------*/
table.mainmenu {
	font-family: arial;
	font-size: 9pt;
	border-bottom: 1px dotted #999999;
}
table.mainmenu td {
	border-top: 1px dotted #999999;
	padding: 3px 3px 3px 25px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center left;
}
table.mainmenu td.mainmenuon {
	background-color: #00AFEA;
}
table.mainmenu td.mainmenuoff {
}

table.mainmenu td a, table.mainmenu td a:visited {
	color: #000066;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
table.mainmenu td.mainmenuon a, table.mainmenu td.mainmenuon a:visited {
	color: #f3f3f3;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

* html #mainmenu td a {height:1px;}

/*----------------------------------------------products menu-----------------------------------------------*/

table.prodmenu {
	font-family: arial;
	font-size: 9pt;
	border-bottom: 1px dotted #999999;
}
table.prodmenu td {
	border-top: 1px dotted #999999;
	
}
table.prodmenu td.prodmenuon {
	background-color: #00AFEA;
}
table.prodmenu td.prodmenuoff {
}

table.prodmenu td a, table.prodmenu td a:visited {
	color: #000066;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
table.prodmenu td.prodmenuon a, table.prodmenu td.prodmenuon a:visited {
	color: #f3f3f3;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

/*----------------------------------------------products sub menu-----------------------------------------------*/

table.spinemenu {
	font-family: arial;
	font-size: 9pt;
	border-bottom: 1px dotted #999999;
}
table.spinemenu td {
	border-top: 1px dotted #999999;
	
}
table.spinemenu td.spinemenuon {
	background-color: #00AFEA;
}
table.spinemenu td.spinemenuoff {
}

table.spinemenu td a, table.spinemenu td a:visited {
	color: #000066;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
table.spinemenu td.spinemenuon a, table.spinemenu td.spinemenuon a:visited {
	color: #f3f3f3;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

table.shouldermenu {
	font-family: arial;
	font-size: 9pt;
	border-bottom: 1px dotted #999999;
}

/*-----------------------------------Events Header----------------------------------------*/

.events {
	font-family: arial;
	font-size: 9pt;
	color: #f3f3f3;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	background-color:#00AFEA
}

.eventstxt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
}


/*---------------------------img tag----------------------------------------*/

img{border:none;}

/*----------------------------overflow-scrollbar----------------------------*/

div#overflow
{
background-color:#FFFFFF;
width:600px;
height:400px;
overflow: auto
}

div#overflow1
{
width:165px;
height:600px;
overflow:scroll
}


