/* see http://www.htmlcodetutorial.com/style/_PROPERTIES.html for a style summary table */

BODY  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande",
        Verdana,  Arial, Helvetica, sans-serif;
		font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : #66ff66;
	
}


STRONG  {
	font-weight : bold;
}

em.h2  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 16pt;
	color : #ff0000;
}
em  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 13pt;
	color : #303080;
	color : #ff0000;
}


td  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : rgb(0,0,0);
}

A  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
}


A.homepage  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990033;
}

A:Links  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : rgb(255,0,0);
}

A:Href  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : rgb(128,0,0);
}

A:Visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : rgb(0,0,0);
	color : #303080;
}

A:Active  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style :normal;
	text-align : left;
	display : inline;
	color : #990000;
}

A:Hover  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990000;
	background-color: #fff
}

frameset.top  {
	border-style:none;
	border:0px
}

frame.top  {
	
	border-style:none;
	border:0px
}


/*-------------------------------*/
/* CONTENT - CELL 3 PAGES        */
/*-------------------------------*/

td.cell3 {
	
	background-color : #000000;	/* black	*/
}

/*-------------------------------*/
/* h1 */

td.c3h1 {
	
	background-color : #ff7704;	/*orange*/
}

h1.c3h1  {
	font-family :  Verdana, Arial, Helvetica,san-serif;
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	display : inline;
	color : #000000;	/* black	*/
}

/* h2 */
H2  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 14pt;
	font-weight : bold;
	font-style : italic;
	font-style : normal;
	text-align : left;
	color : #ff7704;	/* orange */
}

H3  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	color : #ff7704; 	/* orange */
}
H4  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	color : #ff7704;	/* orange */
}

H5  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	display : inline;
	color : #ff7704;	/* orange */
}

H6  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 24pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #ff7704;	/* orange */
}

/* copy */
P  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : #ffff00;	/* yellow */
}

LI  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : #ffff00;	/* text color yellow*/
}


















/*-------------------------------*/
/* paragraphs */



P.copyright  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : #66ff66;	/ * green */
}


/*-------------------------------*/
/* anchors & links */

/* a:link {color: #FF0000}     unvisited link */
/* a:visited {color: #00FF00}  visited link */
/* a:hover {color: #FF00FF}    mouse over link */
/* a:active {color: #0000FF}   selected link */
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */
/* Note: visited will NOT display if history is set to 0 in browser! */

/* current indicator styles - over ridden on each page */

/* general info */
a.m1a {background-color: #e0e0e0; color : #ffffff;	 }	/* bright white */
a.m1b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m1c:link {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */

/* hiring a laser jocky */
a.m2a {  border: 2px solid #e0e0e0;}	/* bright white */
a.m2b {background-color: #e0e0e0;color : #ffffff;	 }	/* bright white */

/* purchas systems */
a.m3a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
	/* purchas systems dj club*/
a.m4a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m4b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
/* a.m4c {background-color: #e0e0e0; }	/* bright white */
a.m4c {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
	/* purchas systems dj club*/
a.m5a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */

/* Purchase Parts */
a.m6a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
/* Purchase Parts Show Software */
a.m7a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m7b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m7c {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
/* hiring a laser jocky */
a.m8a {background-color: #e0e0e0;  color : #ffffff;	}	/* bright white */
a.m8b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m8c {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */

/* ---------------------------------------------------- */
/* MAIN MENU STYLES */
/*---------------------------------------------------*/

table.menu { /* menu done as rows within table */
	/*background behind copyright*/
	background-color : #000000;	/* black */
}

td.menu {
	/*background on bottom */
	background-color : #000000;	/* black */
}


/* main header menus */

tr.menu_title  {
	/* background behind header */
	background-color : #00d000;	/* green*/
}

p.menu_title  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	letter-spacing: 0.1em;
	color : #000000;	/* font color black */
}

/* each indented menu item */

tr.menu_item  {
	/* background surounding links */
	background-color : #000000;	/* black */
}

p.menu_item  { /* no link menu items */
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990000;	/* original red */
}

/* menu link anchors  */

/* not visited */
a.menu_item:link  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	background-color: #000000;  /* black */
	color : #00e000;	/* green */
}

/* visited */
a.menu_item:visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	/* IBM Consulting   font-family:verdana,Verdana, Arial,sans-serif; font-size:10px; */
	font-size : 10pt;
	font-weight : normal;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	background-color: #000000;  /* black */
	color : #00d000;	/* green visited dim*/
}

/* hover */
a.menu_item:hover  {
	background-color: #00e000;  /* green */
	color : #000000;	/* white */
	text-decoration: none;
}

/* active - current one when you press button on it */
a.menu_item:active  {
	background-color: #ffffff;	/* bright white */
	color : #990000;	/* red */
}

* ----------------------------------------------- */
tr.menu_item_newsletter  {
	background-color : #e0e0e0;	/* grey */
	border: 5pix solid #fb0031;
}
a.menu_item_newsletter:link  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
	background: #ffff90;
	background: #ff0000;
	border: 5pix solid #fb0031;
}
a.menu_item_newsletter:visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
	background: #ffff90;
	border: 2pix solid #fb0031;
}


/* ----------------------------------------- */
/* CONTACTUS & BOOKING
/* active - current one when you press button on it */

a.contact  {
	background-color: #ffffff;	/* bright white */
	color : #ff0000;	/* red */
	font-weight : bold;
	font-weight : normal;
}
a.contact:active  {
	background-color: #ffffff;	/* bright white */
	background-color: #303080;  /* header blue */
	color : #990000;	/* red */
	color : #ffffff;	/* white text */
}
* link anchors  */

/* not visited */
a.contact:link  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #ff0000;	/* strong red */
}

/* visited */
a.contact:visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	/* IBM Consulting   font-family:verdana,Verdana, Arial,sans-serif; font-size:10px; */
	font-size : 10pt;
	font-weight : normal;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #ff0000;	/* red */
}

/* hover */
a.contact:hover  {
	background-color: #808080;  /* med gray */
	color : #ffffff;	/* white */
	text-decoration: none;
}

/
/* ----------------------------------------------- */

a.homepage  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990033;
}

P.copyright  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : #66ff66;	/ * green */
}

/* ============================================== */
/* BANNER */
/* ============================================== */

td.banner {
   color : #202020;
}

a.banner-site   {
   	font-family :  verdana, Verdana, Arial, Helvetica,san-serif;
   	font-size : 20pt; 
   	font-weight : bold;
   	font-style : normal;
   	text-align : left;
   	display : inline;
	color : #ff7704;	/* orange */
	color : #ff0000;	/* red */
}

a.banner-tagline {
   	font-family : Verdana, Arial, Helvetica,sans-serif;
   	font-size : 10pt;
   	font-weight : bold;
   	font-style : normal;
   	text-align : left;
   	color : #ff7704;
}

a.small {
   font-family : Verdana, Arial, Helvetica,sans-serif;
   font-size : 10pt;
   font-weight : bold;
   font-style : normal;
   text-align : left;
   color : #ff7704;

}

a.banner-guarantee {
   font-family : Verdana, Arial, Helvetica,sans-serif;
   font-size : 10pt;
   font-weight : bold;
   font-style : italic;
   text-align : left;
   color : #ff7704;
}