@CHARSET "UTF-8";
/*-----------------------------------------------------
 @author:    canvasgroup
 @version:   1.0
 @copyright: 2010, canvasgroup.com.au
 @since:     2010.05.25
 -------------------------------------------------------*/
/*------------
 Common
 --------------*/ * {
    margin: 0px;
    padding: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Georgia, "Times New Roman", Times, serif, Verdana;
    line-height: 120%;
    color: #455560;
    background-color: #fff;
}

a {
    outline: none;
}

a:link, a:visited, a:active {
    color: #455560;
    text-decoration: underline;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover img {
    border: none;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

pre {
}

block {
}

.clear {
    clear: both;
}

/*------------
 Layout
 --------------*/
div#wrapper {
    width: 100%;
    text-align: center;
}

div#container {
    width: 883px;
    margin: 0px auto 50px auto;
    text-align: left;
}

body#event div#container {
    width: 883px;
    margin: 0px auto 50px auto;
    text-align: left;
    background-image: url(../images/event/background.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

/*------------
 header
 --------------*/
div#header {
    margin-top: 25px;
    margin-bottom: 53px;
}

div#header:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

div#header-left {
    float: left;
    width: 735px;
}

h1#title {
    width: 735px;
    height: 139px;
}

h2#catch {
    margin-top: 18px;
    text-align: right;
}

div#header-right {
    float: right;
}

h2#logo {
}

/*------------
 content
 --------------*/
div#content {
    margin-bottom: 60px;
}

table#menu-table {
    margin-bottom: 25px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    empty-cells: show;
}
* html table#menu-table {
    width: 727px;
    margin-bottom: 10px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    empty-cells: show;
}

table#menu-table td.menu-cell {
    width: 145px;
    height: 145px;
}

table#menu-table td {
    border: 1px solid #fff;
}

table#menu-table td div.menu-image {
    width: 145px;
    height: 145px;
}

table#menu-table td a {
    display: block;
    text-indent: -9999em;
    width: 145px;
    height: 145px;
}

/* hothouse */
a#main-hothouse {
    background-image: url(../images/menu/index_hothouse.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-hothouse {
    background-position: right top;
}

/* audio */
a#main-audio {
    background-image: url(../images/menu/index_audio.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-audio {
    background-position: right top;
}

/* blue */
a#main-blue {
    background-image: url(../images/menu/index_blue.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-blue {
    background-position: right top;
}

/* blue */
a#main-big {
    background-image: url(../images/menu/index_big.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-big {
    background-position: right top;
}

/* ride */
a#main-ride {
    background-image: url(../images/menu/index_ride.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-ride {
    background-position: right top;
}

/* stereo */
a#main-stereo {
    background-image: url(../images/menu/index_stereo.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-stereo {
    background-position: right top;
}

/* stereo */
a#main-popup {
    background-image: url(../images/menu/index_popup.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-popup {
    background-position: right top;
}

/* kino */
a#main-kino {
    background-image: url(../images/menu/index_kino.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-kino {
    background-position: right top;
}

/* secrets */
a#main-secrets {
    background-image: url(../images/menu/index_secrets.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-secrets {
    background-position: right top;
}

/* parking */
a#main-parking {
    background-image: url(../images/menu/index_parking.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-parking {
    background-position: right top;
}

/* we-craft */
a#main-we-craft {
    background-image: url(../images/menu/index_we_craft.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-we-craft {
    background-position: right top;
}

/* main-much-lead */
a#main-much-lead {
    background-image: url(../images/menu/index_much_lead.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-much-lead {
    background-position: right top;
}

/* main-engine */
a#main-engine {
    background-image: url(../images/menu/index_engine.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-engine {
    background-position: right top;
}

/* main-acdc */
a#main-acdc {
    background-image: url(../images/menu/index_acdc.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

a:hover#main-acdc {
    background-position: right top;
}


/*------------
 menu-bottom
 --------------*/
div#menu-bottom-container {
	
}

div#menu-bottom-container:after {
	display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

	div#menu-bottom-subscribe, div#menu-bottom-become a, div#menu-bottom-who {
		float: left;
		width: 145px;
		height: 49px;
		background-color: #fff;
		margin-right: 1px;
	}
	
		div#menu-bottom-subscribe a {
			display: block;
			text-indent: -9999em;
			width: 145px;
			height: 49px;
			background-image: url(../images/menu/index_subscribe.jpg);
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		div#menu-bottom-subscribe a:hover {
			background-position: right top;
		}
		
		div#menu-bottom-become a {
			display: block;
			text-indent: -9999em;
			width: 145px;
			height: 49px;
			background-image: url(../images/menu/index_become.jpg);
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		div#menu-bottom-become a:hover {
			background-position: right top;
		}
		
		div#menu-bottom-who a {
			display: block;
			text-indent: -9999em;
			width: 145px;
			height: 49px;
			background-image: url(../images/menu/index_object.jpg);
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		div#menu-bottom-who a:hover {
			background-position: right top;
		}

	table#service-table {
		float: left;
		margin-top: 21px;
		margin-left: 130px;
		border: none;
		table-layout: auto;
		border-collapse: collapse;
		empty-cells: show;
	}
	
		table#service-table tr {
			
		}
		
			table#service-table td {
				padding-right: 5px;
			}


/*------------
 contact
 --------------*/
div#contact-container {
    background-color: #fff;
	margin-bottom: 5px;
}

	div#contact-container-child {
	    padding: 5px 0px 5px 0px;
	    border-top: 1px solid #455560;
	    border-bottom: 1px solid #455560;
	}

		address#contact-content {
			font-size: 11px;
		    text-justify: auto;
			font-style: normal;
		}

	div#siteby {
		text-align: right;		
	}
	
		div#siteby a {
			text-decoration: none;
		}


/*------------
 footer
 --------------*/
div#footer {
	margin-bottom: 30px;
    padding: 15px 0px 0px 0px;
}

	div#footer-image {
		width: 883px;
		height: 109px;
	}

