/*
	www.gatecrasher.com.au XHTML CSS SELECTORS
	(c) 2004 icaruswings
*/

/* HOME */
body.home {background-color:#FFF451;}
/* > html .home #layout_mech {
position:relative;
} */
.home .noflash#layout_mech {
background: url("/layouts/cust_gatecrasher/images/home/home_bg.gif") #FFF451 repeat-y right;
}
div#nav_cont {
width:300px; height:86px;
float:left;
position:absolute;
left:0; top:0;
}

/* ENTER */
body.enter {background-color:#59504C;}
.enter #layout_mech {
position:relative; background: url("/layouts/cust_gatecrasher/images/home/enter_bg.gif") #59504C repeat-y right;}

/* STAFF */
body.staff {background-color:#F9A1A1;}
.staff #layout_mech {background: url("/layouts/cust_gatecrasher/images/staff/staff_bg.gif") #F9A1A1 repeat-y right;}
.staff ul {
list-style-type:disc;}
.staff li{
list-style:none;
font-size:80%;
display:block;
}
.staff li a,.staff li a:link,.staff li a:visited{color:#000; text-decoration:none;}
.staff li a:hover{ color:#FFF; text-decoration:none}
.staff #layout_left_col {width:300px;}
.staff #layout_right_col {width:460px;}
.staff #left_nav_content {width:150px; height:334px;}

/* PARTNERS */
body.partners {background-color:#99CCCC;}
.partners #layout_mech {background: url("/layouts/cust_gatecrasher/images/partners/partners_bg.gif") #99CCCC repeat-y right;}
.partners #layout_right_col {width:460px;}

/* CLIENTS */
body.clients {background-color:#AA87B4;}
.clients #layout_mech {background: url("/layouts/cust_gatecrasher/images/clients/clients_bg.gif") #AA87B4 repeat-y right;}
.clients #layout_left_col {width:300px;}
.clients #layout_right_col {width:460px;}
.clients #left_nav_content {width:300px; height:334px;}

/* HISTORY */
body.history {background-color:#92C16D;}
.history #layout_mech {background: url("/layouts/cust_gatecrasher/images/history/history_bg.gif") #92C16D repeat-y right;}
.history #layout_left_col {width:300px;}
.history #layout_right_col {width:460px;}
.history #left_nav_content {width:300px; height:334px;}

/* CONTACT */
body.contact {background-color:#FF9A51;}
.contact #layout_mech {background: url("/layouts/cust_gatecrasher/images/contact/contact_bg.gif") #FF9A51 repeat-y right;}
.contact #layout_left_col {width:239px;}