/* @override http://www2.signorino.com.au/style.css */


*{
padding:0;margin:0;
	
}

body {
	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 12px;
	background: #000 url(/images/bg.jpg) no-repeat center -45px;
	line-height: 16px;
	
	}

div.preload{

height: 42px;
}

.preload img{
	position: fixed;
	top:-1000px;
}

#side_menu{
	float: left;
	width:232px;
	margin-top: 20px;
	height: 360px;
	}

.side_item{
	margin-right: 20px;
	margin-bottom: 5px;
	
	}

.side_item a{
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	}

.side_item a.selected{
	color: #ccc;
}

.menu_item{
	float: left;
	margin-right: 20px;
	}

.menu_item a{
	color: #666;
	text-decoration: none;
	}


.menu_item a.selected{
	color: #ccc;
}

.menu_item a:hover{
	color: #999;
	}

/* @group Containers */



#wrapper{
	width:878px;
	margin: 0 auto;

	}

#body_content{
	
	width: 625px;
	float: right;
	min-height: 501px;
	
}

#header{
	padding-bottom: 17px;
	}

#content{
		padding-bottom: 20px;

	}

#menu_left{
	float: left;
	width: 260px;
	text-transform: uppercase;
	}


#footer{
	margin-top: 17px;
}

#footer img{
	margin-top: 5px;
	width: 242px;
	float: left;
}


/* @end */

.footer_address p{
	font-size: 11px;
}


.menu_item_right a{
	color: #ccc;
	text-decoration: none;
	}

.menu_item_right{
	float: right;
	margin-left: 20px;
	text-transform: uppercase;
	}



#menu_right{
	float: right;
	width:600px
}

/* @group Text */


.text_container b, .text_container strong{
	color: #f4f4f4;
}

.text_container p{
	margin-bottom: 15px;
}

p{
	color: #999;
	font-size: 12px;
	line-height: 17px;
}
.gallery_side{
	padding-right: 28px;
	height: 466px;
}

h1{
	font-size: 12px;
	font-weight: normal;
}

#side_menu h1{
	margin-bottom: 15px;
	text-transform: uppercase;
	
}

.text_container{
	width: 350px;
	margin-top: 20px;
}

.footer_address{
	width: 400px;
	float: right;
	text-align: right;
}

.footer_address a{
	color: #999;
	text-decoration: none;
}


/* @end */

/* @group Images */
.content_img{
	margin-top: 20px;
}

.media_article{
	width: 260px;
	float: left;
	margin-bottom: 20px;
	padding-left: 50px;
}

.media_article p b, .media_article p strong{
	color: #ccc;
}


.media_article a{
	color: #fff;
}

#contact_form{
	width: 300px;
	float: left;
}

.formline, .formline_text{
	margin-bottom: 5px;
		font-size: 12px;
	font-size: 11px;

}

.formline_text{
 margin-bottom: 2px;	
}


.forminput{
	border: 1px solid #333;
	background: #000;
	width:220px;
	height: 20px;
	color: #fff;
}

/* @end */

.inputtextarea{
	border: 1px solid #333;
	background: #000;
	width:220px;
	height: 70px;
	color: #fff;
}


/* @group  Horizontal Carousel  */






#slider {

	/* You MUST specify the width and height */
	width:620px;
	height:481px;
	position:relative;	
	overflow:hidden;
	left: 25px;
}

#mask-gallery {
	
	overflow:hidden;	
}

#buttons{
	width: 76px;
}

.nowshowing{
	float: left;
	width: 40px;
	text-align: center;
	color: #666;
	font-size: 11px;
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}

#gallery_space{
	height: 481px;
	margin-top: 18px;
}
	
#excerpt {
	/* Opacity setting for different browsers */
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;*/  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	/*background-color:#000;*/
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px 5px 0px 5px;
	}
	
a#btn-prev, a#btn-next, a#btn-prev img, a#btn-next img{
border:none;
}

.next{
	background: #333 url(/images/right_off.gif) no-repeat;
	width:17px;
	height:15px;
	float: right;
	cursor: hand;
	cursor:pointer;
}

.previous{
	background: #333 url(/images/left_off.gif) no-repeat;
	width:17px;
	height:15px;
	float: left;
	cursor: hand;
	cursor:pointer;
}

.next:hover{
		background: #666 url(/images/right_on.gif) no-repeat;

}

.previous:hover{
		background: #666 url(/images/left_on.gif) no-repeat;

}

$btn-prev.selected,$btn-next.selected{
border:none;

}

.clear {
	clear:both;	
}

/* @end */


.side_item_project a{
	padding-left: 30px;
	color: #666;
	text-decoration: none;
}

.side_item_project a.selected{color: #ccc;}
.form_title{
	width: 90px;
	float: left;
	color: #666;
}

#login{
	/*position: absolute;
	bottom: 5px;
	left:0px;*/

float:left;
	height: 120px;
	width: 225px;
	padding: 0px 0px 0px 15px;
}

#trade{
	color: #fff;
	font-weight: bold;
}

.login_title{
	font-size: 11px;
	color: #fff;
	float: left;
	width: 100px;
}
.login_field_text{
	border: 1px solid #999;
	margin-bottom: 5px;
	width: 120px;
}

.login_field{
	margin-bottom: 10px;
}

.login_submit{
	margin-top: 3px;
}