@charset "utf-8";
/* Format CSS */

/***************************************** Body Style *****************************************/
body.one
{
	font-family:Verdana, sans-serif;
	background-color: #000000;
/*	background-image: url(../images/eb_bg.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
	margin: 0 auto 0 auto;
/*	width: 1200px;
	height: 900px;*/
}


body.two
{
	font-family:Verdana, sans-serif;
	background-color: #000000;
	background-position: top;
	text-align: center;
	width: 100%;
}
/***************************************** Paragraph Style *****************************************/
p
{
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	width: 100%
}

/***************************************** Heading Styles *****************************************/
h1
{
	font-family:Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #cc3366;
	padding-bottom: 10px;
}

h2
{
	font-family:Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3366;
	padding-bottom: 10px;
}


/***************************************** Hyperlink Styles *****************************************/

a
{
	color: #cc3366;
}

a:link {color:#cc3366;}

a:visited {color: #cc3366;}

a:hover {color: #cc3366; text-decoration:underline;}

a:active {color: #cc3366;}

.button_hyper a
{
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
}

.button_hyper a:link {color:#FFFFFF;}

.button_hyper a:visited {color: #FFFFFF;}

.button_hyper a:hover {color: #000000; text-decoration:none;}

.button_hyper a:active {color: #FFFFFF;}
/***************************************** Landing Page Hyperlink Styles *****************************************/

#landing_enter a#enter
{
    display: block;
    width:150px;
    height: 40px;
    background-image: url("../images/enter_site.png");
    background-position: top;
    background-repeat: no-repeat;
}

#landing_enter a:hover#enter
{
    display: block;
    width: 150px;
    height: 40px;
    background-position: bottom;
}


/***************************************** Pointer Style *****************************************/

.changecursor 
{
    cursor:pointer;
}


/***************************************** Menu List Styles *****************************************/
ul#menu
{
    float:right;    
    list-style-type: none;
}

#menu li 
{ 
	float: right; 
	padding: 0px; 
	margin: 0px; 
	display: inline;
}

#menu a#home_menu
{
    display: block;
    width:52px;
    height: 30px;
    background-image: url("../images/menu/menu_home.png");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#about_menu
{
    display: block;
    width:77px;
    height: 30px;
    background-image: url("../images/menu/menu_about.png");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#ads_menu
{
    display: block;
    width:125px;
    height: 30px;
    background-image: url("../images/menu/menu_ads.png");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#dir_menu
{
    display: block;
    width: 134px;
    height: 30px;
    background-image: url("../images/menu/menu_dir.png");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#booth_menu
{
    display: block;
    width: 97px;
    height: 30px;
    background-image: url("../images/menu/menu_photobooths.png");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a#contact_menu
{
    display: block;
    width: 87px;
    height: 30px;
    background-image: url("../images/menu/menu_contact.png");
    background-position: top;
    background-repeat: no-repeat;
}

#menu a:hover#about_menu
{
    display: block;
    width: 77px;
    height: 30px;
    background-position: bottom;
}

#menu a:hover#home_menu
{
    display: block;
    width: 52px;
    height: 30px;
    background-position: bottom;
}

#menu a:hover#contact_menu
{
    display: block;
    width: 87px;
    height: 30px;
    background-position: bottom;
}

#menu a:hover#ads_menu
{
    display: block;
    width: 125px;
    height: 30px;
    background-position: bottom;
}


#menu a:hover#dir_menu
{
    display: block;
    width: 134px;
    height: 30px;
    background-position: bottom;
}

#menu a:hover#booth_menu
{
    display: block;
    width: 97px;
    height: 30px;
    background-position: bottom;
}


body#home a#home_menu
{
	display: block;
    width: 52px;
    height: 30px;
    background-position: bottom;
}

body#about a#about_menu
{
	display: block;
    width: 77px;
    height: 30px;
    background-position: bottom;
}

body#ads a#ads_menu
{
	display: block;
    width: 125px;
    height: 30px;
    background-position: bottom;
}

body#dir a#dir_menu
{
	display: block;
    width: 141px;
    height: 30px;
    background-position: bottom;
}

body#contact a#contact_menu
{
	display: block;
    width: 87px;
    height: 30px;
    background-position: bottom;
}

/***************************************** Footer Text *****************************************/

.footer_text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	margin-top: 2px;
	margin-right: 30px;
}

