/*
|
| TITLE:		Media Source master style for print media
| AUTHOR:		Eric Shiarla, emshiarla@gmail.com
| EMPLOYED: 	Pendergraphics Design Group, http://www.pendergraphics.com
| 
| CREATED:		October 27, 2005 
| MODIFIED: 	---------------
|
*/


html{
	margin: 0;
	padding: 0;
}

body{ 
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}



/* GLOBAL ELEMENTS 
----------------------------------------------------*/
h1 {
	margin: 10px;
	color: #333;
}

h2 {	
	margin: 20px 10px 10px 10px;
	font-size: 95%;
	color: #1E2A54;	
}

h3 {
	margin: 10px;
	color: #333;	
}

h4 {
	margin: 10px;
	color: #333;	
	font-size: 90%;
}

p {
	margin: 10px;
	font-size: 90%;	
}

blockquote {
	font-style: italic;
}
 

/* GLOBAL CLASSES 
----------------------------------------------------*/
.hide{
	display: none;
}

.quote {
	float: right;
	clear: right;
	margin: 10px 10px 0 10px;
	padding: 0 10px 10px 15px;
	width: 225px;
	font-size: 90%;
	font-style: italic;
	font-weight: lighter;
	background: transparent url(../../images/bg_quotebox.gif) no-repeat;
}


/* HEADER 
----------------------------------------------------*/
#header { display: none; }



/* CONTENT 
----------------------------------------------------*/
#content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
}


#content img { 
	display: block;
	position: relative;
	margin: 0 auto 0 auto; 
	padding: 0;
	text-align: center; 
}

	#content img.nomargins {
		margin: 0;
		text-align: left;
	}

#content img.withtext { 
	display: block;
	float: right; 
	position: relative;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
}

* html #content img.withtext {
	margin: 10px;
	padding: 10px;
}




	/*--|| Page Headers || -------------*/
	#hdfreeradiocommercial, #hdaboutus, #hdriskfreeinternetads, #hdriskfreeradioads, #hdriskfreetvads, #hdwhyitworks, #hdsatisfiedcustomers, #hdriskfreemedia, #hdmediaportfolio, #hdfreeconsultation { 
		margin: 0 10px 1.25em 0;
		padding: 0; 
		border-bottom: 1px solid #D6C4C5;
	}
	

	
	/*--|| Satisfied Customers Classes || -------------*/
	#content img.logo {
		float: right;
		margin: 0;
		padding: .25em 0 .25em 0;
	}	

	#content .subquote {
		
	}
	
	
	/*--|| Corporate Logos || -------------*/	
	#content img.tvlogo {
		float: left;
		margin: 0;
	}
