@charset "UTF-8";
/* CSS Document */


/*------------------- RESET------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------- / RESET------------------- */



/*------------------- LAYOUT ------------------- */

body, html * {
	background:#000;
}


#ie_center {
	margin: 0 auto;
	_text-align:center;
}

#container {
	width:950px;
	margin: 0 auto;
	padding-top:40px;
	min-height:300px;
	text-align:left;
	
}

#logo {
	width:120px;
	height:80px;
	margin-bottom:30px;
}

#navholder {
	width:100%;
	height:40px;
	margin-bottom:30px;
	border-top:#FFF 1px dotted;
	border-bottom:#FFF 1px dotted;

}

#navitems {
	float:left;
	width:500px;
	height:40px;

	
}

#search {	
	float:right;
	width:300px;
	height:40px;
}

#flash {	
	width:950px;
	height:358px;
	background: #FFF;
	margin-bottom:30px;
}

#welcome {
	float:left;
	margin-right:30px;
	width:575px;
	height:auto;

}

#internalcontent {
	float:left;
	margin-right:0;
	width:950px;
	min-height:500px;

}
		
#latestnews {
	float:left;
	width:345px;
	height:200px;

}


#footerholder {
	clear:both;
	width:950px;
	height:40px;
	margin-top:30px;
	border-top:#FFF 1px dotted;

}


#footertext {	
	float:right;
	width:auto;
	margin-top:20px;
	height:20px;
}

#motioncontent h3 {
	font-size:16px;
	line-height:20px;
	padding-bottom:3px;

}


#motioncontent { width:950px; 
height:314px; /*IE HACK*/ _height:345px; /*ENDHACK*/ border-top: #CCC 1px dotted; padding:20px 0 0 0;
}

#columntwo {width:400px; float:right;;
}

#nothing {  }
.movie_float {float:right; padding-left:60px;}
.launch {font-family:Gerogia, serif; font-size:13px; color:#666; padding-top:5px;}
.sub {font-weight: bold; font-style:italic; font-size: 13px; padding-bottom:10px;}
#motioncontent h3 {
	font-size:16px;
	line-height:20px;
	padding-bottom:3px;

}




/*------------------- STYLING ------------------- */


p, h1, h2, h3, h4, ul, li, a, td{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;

	
}


#internalcontent ul{
	margin-left:20px;
}


#internalcontent li {
	color: #FFF;
	list-style-type: square;
	margin-left:20px;
}




h1, .pageTitle {
	font-size:20px;
	padding:2px 0 2px 2px;
	color: #fff;
	width:auto;
	font-weight:bold;
	margin-bottom:10px;
}



#welcome, #latestnews, #internalcontent, .aboutcontent, #motioncontent p{
	font-size:13px;
	line-height:20px;
}



#footertext ul {
	font-size:12px;
	

}

#footertext li {
		float:left;
		list-style-type:none;
		display: block;
		padding:0 10px 0 10px;
		border-right:#FFF 1px solid;

}

#footertext .noline{
		border-right:0px;

}

#search p {
	text-indent:9999px;
	background:url(../../image/search_button.jpg) top left no-repeat;
}

.tbody p, a, strong, em, div{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.pageTitle {
	margin-right:250px;
}

.eSubscriptionButton, .frmButton {
 color: #fff;
 font-size: 0;
 width: 70px;
 height: 28px;
 border: none;
 margin: 5px 0 0 5px;
 padding: 0;
 background: #000 url(http://www.hellofriday.com.au/uploaded_files/document_uploads/submit.jpg) 0 0 no-repeat;
}

.eSubscriptionTextBox {
	background: #FFF;
}


.search-field {
	background: url(http://www.hellofriday.com.au/uploaded_files/document_uploads/search_field.jpg) no-repeat 100% 0;
	display:block;
	width:210px;
	height:31px;
	float:right;
	margin-top:5px;
	
}

.search-field input {
	font:11px Arial, Arial MT, Helvetica, Sans-serif;
	border:none;
	width:95%;
	overflow:hidden;
	margin: 5px 0 0 4px;
	background: none;
	color:#FFF;
	float:right;
}


.butt {
	float:right;
	margin:7px;
}
.safari2 .search-field input {
	color:#000;
}