
/* WEBSITE HTML/BODY
-------------------------------------------------------------*/
body { background:url(bg_site_.png) repeat-x top; } 
a:link {color:#00afdb; text-decoration:none;} /* unvisited link */
a:visited {color:#00afdb; text-decoration:none;} /* visited link */
a:hover {color:#607c94; text-decoration:none;} /* mouse over link */
a:active {color:#00afdb; text-decoration:none;} /* selected link */
/*-----------------------------------------------------------*/

/* STRUCTURE
-------------------------------------------------------------*/
/*Header*/
#header-right {background:url(bg_testi.gif) repeat-x;}
/*-----------------------------------------------------------*/

/* NAVIGATION
-----------------------------------------------------------*/
/*********[BEGIN]mainmenu*********/
.menu1 ul li:hover, .menu1 ul li a:hover{ background:url(menu_bg_.gif) repeat-x;  /*main menu Background on hover*/}
/*********[END]mainmenu*********/
	
/*********[BEGIN]submenu*********/
.menu1 ul ul li a{color:#fff;}
.menu1 ul ul li a:hover{color:#00afdc;}
/*********[END]submenu*********/
/*---------------------------------------------------------*/



/* HEADINGS
-----------------------------------------------------------*/
/*Page Titles*/
/*h1 {background:url(../g/2010/template/bg_pagetitle_blue.gif) no-repeat right;} 
#arch-top {background:url(../g/2010/template/arch_top_blue.gif) no-repeat;}
#arch-top-pages {background:url(../g/2010/template/arch_top_blue.gif) no-repeat;}*/

/*Sheet Titles*/
h2 {color:#00afdb;}

/*Strap Titles*/
h3 {color:#333;} 

/*Panel Titles*/
h4 {color:#fff; background-color:#00afdb;} 
/*---------------------------------------------------------*/

