/**
 * Stylesheet
 *
 * Copyright Fusionary Media
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}





/* MAIN styles
-------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	background: #fff url(/images/bg_body.gif) repeat-x scroll 0 0;
	font: normal normal 12px/1.4em Arial, Helvetica, sans-serif;
	color: #434343;
}

body.home{
	background: #fff url(/images/bg_body_home.gif) repeat-x scroll 0 0;
}

h1{
	font: normal normal 21px/1.2em Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 0px 0px 0px 0px;
}

h2{
	font: normal bold 14px/1.2em Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 0px 0px 10px 0px;
}
h3{
	font: normal bold 14px/1.2em Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 0px 0px 10px 0px;
}
p {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #434343;}
a:visited{color: #434343;}
a:hover{color: #f7a42e;}
a:active{color: #f7a42e;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}

strong{
	font-weight: bold;
}
./* CSS FLOAT CLEAR: http://positioniseverything.net/easyclearing.html
-------------------------------------------*/
	.clearfix:after {
		content:".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;}
	
	
	/* Hide from IE Mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
	/* End hide from IE Mac */




/* MALARKEY IMAGE REPLACEMENT: http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html
-------------------------------------------*/
	.mir { letter-spacing : -1000em; text-indent: -1em;}
		/* Just for Opera, but hide from MacIE */
			/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
		/* End of hack */



/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 946px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -473.5px;
}




/* HEADER styles
-------------------------------------------*/
#header{
	position: relative;
	height: 114px;
}



	#header h1{
		position: absolute;
		top: 18px;
		left: 31px;
}
			#header h1 a{
				display: block;
				height: 54px;
				width: 278px;
				background: transparent url(/images/logo_roadcast.gif) 0 0 no-repeat;
				letter-spacing : -1000em;
				text-indent: -1em;
			}




	#navigation ul, #navigation ul li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		#navigation ul{
			display: block;
			width: 540px;
			height: 15px;
			background: transparent url(/images/bg_nav.gif) 0 0 no-repeat;
			position: absolute;
			top: 7px;
			right: 14px;
		}
		#navigation ul li{
			display: inline;
		}
		
			#navigation ul li a{
				display: block;
				float: left;
				height: 15px;
				background: transparent url(/images/bg_nav.gif) 0 0 no-repeat;
			}

				
				#navigation ul li.nav_about a{
					background: transparent url(/images/bg_nav.gif) 0 0 no-repeat;
					width: 66px;
				}
					#navigation ul li.nav_about  a:hover, body.about  #navigation ul li.nav_about  a{
						background: transparent url(/images/bg_nav.gif) 0 -15px no-repeat;
					}
				#navigation ul li.nav_newsroom a{
					background: transparent url(/images/bg_nav.gif) -66px 0 no-repeat;
					width: 85px;
				}
					#navigation ul li.nav_newsroom a:hover, body.newsroom #navigation ul li.nav_newsroom a{
						background: transparent url(/images/bg_nav.gif) -66px -15px no-repeat;
					}
				#navigation ul li.nav_testimonials a{
					background: transparent url(/images/bg_nav.gif) -151px 0 no-repeat;
					width: 92px;
				}
					#navigation ul li.nav_testimonials a:hover, body.testimonials #navigation ul li.nav_testimonials a{
						background: transparent url(/images/bg_nav.gif) -151px -15px no-repeat;
					}
				#navigation ul li.nav_why a{
					background: transparent url(/images/bg_nav.gif) -242px 0 no-repeat;
					width: 110px;
				}
					#navigation ul li.nav_why a:hover, body.why #navigation ul li.nav_why a{
						background: transparent url(/images/bg_nav.gif) -242px -15px no-repeat;
					}
				#navigation ul li.nav_events a{
					background: transparent url(/images/bg_nav.gif) -352px 0 no-repeat;
					width: 119px;
				}
					#navigation ul li.nav_events a:hover, body.events #navigation ul li.nav_events a{
						background: transparent url(/images/bg_nav.gif) -352px -15px no-repeat;
					}
				#navigation ul li.nav_contacts a{
					background: transparent url(/images/bg_nav.gif) -471px 0 no-repeat;
					width: 68px;
				}
					#navigation ul li.nav_contacts a:hover, body.contacts #navigation ul li.nav_contacts a{
						background: transparent url(/images/bg_nav.gif) -471px -15px no-repeat;
					}




/* HEADING styles
-------------------------------------------*/
#heading{
	float: left;
	width: 512px;
	height: 440px;
	position: relative;
}

body.home #heading{
		height: 306px;
		width: 333px;
		background: #646464;
}

body.about #heading{
		background:  url(/images/bg_heading_about.jpg) no-repeat;
}
body.newsroom #heading, body.read #heading{
		background:  url(/images/bg_heading_newsroom.jpg) no-repeat;

}
body.testimonials #heading{
		background:  url(/images/bg_heading_testimonials.jpg) no-repeat;
}
body.why #heading{
		background:  url(/images/bg_heading_why.jpg) no-repeat;
}
body.events #heading{
		background:  url(/images/bg_heading_events.jpg) no-repeat;
}
body.contacts #heading{
		background:  url(/images/bg_heading_contacts.jpg) no-repeat;
}


#heading h2{
	height: 33px;
	position: absolute;
	top: 18px;
	right: 180px;

}

body.about #heading h2{
	width: 200px;
	background: url(/images/bg_heading_h2_about.gif) no-repeat;

}
body.newsroom #heading h2, body.read #heading h2{
	width: 228px;
	background: url(/images/bg_heading_h2_newsroom.gif) no-repeat;
		
}
body.testimonials #heading h2{
	width: 273px;
	background: url(/images/bg_heading_h2_testimonials.gif) no-repeat;
}
body.why #heading h2{
	width: 300px;
	background: url(/images/bg_heading_h2_why.gif) no-repeat;
}
body.events #heading h2{
	width: 144px;
	background: url(/images/bg_heading_h2_events.gif) no-repeat;	
}
body.contacts #heading h2{
	width: 230px;
	background: url(/images/bg_heading_h2_contacts.gif) no-repeat;	
}



/* mainContent styles
-------------------------------------------*/
#mainContent{
	float: left;
	width: 414px;
	height: 400px;
	background: #fff;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

body.home #mainContent, body.home #mainContent{
	height: 346px;
	width: 613px;
	background: url(/images/bg_mainContent_home.gif) no-repeat;
	padding: 0;
}
 #mainContent h3{
	color: #f7a42e;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

/* HOME styles
---------------------------------------*/
#footer_box_1,#footer_box_2{
	height: 162px;
	background: url(/images/bg_footer_box.gif) repeat-x;
	margin-top: 14px;
	position: relative;
	padding: 16px;
}

#footer_box_1{
	width: 396px;
	float: left;
	margin-left:11px;
}
#footer_box_2{
	width: 422px;
	float: right;
	margin-right:11px;
}

#footer_box_1 img{
	float: left;
	margin-right: 16px;
}
#footer_box_1 h2{
	background: url(/images/footer_featured.gif) no-repeat;
	height: 31px;
	width: 209px;
	position: absolute;
	top: 0;
	right: 10px;
	letter-spacing : -1000em;
	text-indent: -1em;
}
#footer_box_1 h3{
	padding-top: 25px;
	margin-bottom: 0;
}

#footer_box_2 h2{
	position: absolute;
	top: 0;
	left: 110px;
}

#footer_box_2 h2 a{
	display: block;
	background: url(/images/footer_testimonial.gif) no-repeat;
	height: 31px;
	width: 242px;
	letter-spacing : -1000em;
	text-indent: -1em;
}
#footer_box_2 blockquote{
	padding-top: 25px;
	margin-bottom: 0;
	text-align: center;
}
#footer_box_2 span.name{
position:relative;
left:45px;
color:  #363636;
font-weight: bold;
font-size: 10px;
}

body.home #heading p{
	color: #fff;
	text-align: right;
	margin-top: 100px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 1.4em;
}





/* EVENTS styles
---------------------------------------*/
ul#events{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#events li{
	padding: 0px;
	margin: 0 25px 18px 0;
	float: left;
	text-align: center;
}
ul#events a{
	text-decoration: none;
}




/* NEWS styles
---------------------------------------*/
ul#news{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#news li{
	padding: 0px;
	margin: 10px 0;
	display: block;
	font-weight: bold;
}

ul#news span.date{
	color: #f7a42e;
	margin-right:20px ;
	text-decoration: underline;
	display: block;
}


body.read #mainContent h3.date{
	display: inline;
	margin-right: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
body.read a{
	font-weight: bold;
}
body.read #mainContent h4.title{
	color: #f7a42e;
	margin-top: 15px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}




/* TESTIMONIALS styles
---------------------------------------*/
body.testimonials blockquote, span.name, span.title{
	font-size: 10px;
}
span.name{
	color: #000;
	font-weight: bold;
}
span.title{
	color: #f7a42e;
	font-weight: bold;
}
blockquote{
	margin: 0 0 15px 0;
	padding: 0;
}
blockquote.last{
	margin: 0 0 30px 0;
	padding: 0;
}



/* WHY styles
---------------------------------------*/

body.why img{
float:left;
margin: 0 5px 5px 0;
}

/* CONTACT FORM styles
---------------------------------------*/
fieldset{
	padding: 10px;
	border: none;
}	
	fieldset input,fieldset textarea{
		border:1px solid #ccc;
		background:url(/images/input_back.gif);
		width: 280px;
	}
		fieldset input.submit{
			width: 100px;
		}
	fieldset input:hover,fieldset textarea:hover{
		border:1px solid #d7c523;
	}
	fieldset input:focus,fieldset textarea:focus{
		border:1px solid #991F1F;
	}

	.formfields dl, .formfields dt, .formfields dd{
		margin: 0px;
		padding: 0px;
	}

	.formfields dt{
		float: left;
		clear: left;
		width: 20%;
		margin: 10px 10px 0 0;
		text-align: left;
		line-height: 1.2em;
	}	

	.formfields dd{
		float: left;
		margin: 10px 0px 0 0;
		width: 70%;
	}
	.form-rep-contact{
		height: 3.5em;
	}

	.required{
		color: red;
	}

.form-error, #form-error-alert{ 
	color: #CC0000; 
	font-weight: bold;
	padding: 5px 0px 0px 30px;
	background: transparent url(/images/icon_alert.gif) 0 0 no-repeat;

}
.form-error, #form-error-alert{ 
	display: none;
}
#form-error-alert{
	display: block;
}






/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	background: transparent;
	position: relative;
}
	