body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #c1c9d1 url(../images/body-bg.jpg) repeat-x;
	font-size: 13px;
}

.banner {
	padding: 4px; background: #fff; text-align: center; position: absolute;  width: 100%; opacity: 0.5;
}
	.banner:hover {
		opacity: 0.7;
	}
	.banner a {
		color: #4c5864; 
	}


html{
	height:  100%; margin-bottom:  1px;
}

#container {
	width: 960px; margin: 0 auto;
	background: url(../images/effect-bg.jpg) center top no-repeat;
}

#header h1 a {
	display: block; width: 163px; height: 110px;
	background: url(../images/dga-logo.jpg); text-indent: -9999px;
	float: left; margin: 23px 0 15px 10px;
}

#header h2.intro {
	width: 420px; height: 66px;
	background: url(../images/intro-text.jpg); text-indent: -9999px;
	float: left; margin: 56px 0 0 10px;
}

#header h2.tagline {
	width: 324px; height: 33px;
	background: url(../images/tagline.jpg); text-indent: -9999px;
	float: left; margin: 71px 0 0 10px;
}

#header ul#social {
	float: right; margin: 68px 11px 0 0;
}
	#header ul#social li {
		float: left; list-style: none;
	}
		#header ul#social li a {
			text-indent: -9999px; margin: 0 0 0 20px;
			display: block; width: 32px; height: 32px;
		}
			#header ul#social li a.facebook {
				background: url(../images/facebook.png);
			}
			#header ul#social li a.twitter {
				background: url(../images/twitter.png);
			}
			#header ul#social li a.youtube {
				background: url(../images/youtube.png);
			}

#header div#navbar {
	height: 70px;
	background: #88929c url(../images/navbar-bg.jpg);
	clear: both;
}
	#header div#navbar ul li {
		list-style: none; float: left;
		font-size: 16px;
	}
		#header div#navbar ul li.secondary-nav { float: right; }
	
		#header div#navbar ul li a {
			color: #fff; text-decoration: none;
			background: url(../images/nav-separator.png) left no-repeat;
			display: block; margin: 12px 0 0 0; padding: 10px 38px 10px 40px;
		}
			#header div#navbar ul li:first-child a { background: none; }
		#header div#navbar ul li a:hover { color: #56616d; }
		#header div#navbar ul li a.active { color: #48535f; }
		
#header div.feature-header {
	width: 925px; height: 256px;
	background: #fff url(../images/home-header-bg.jpg);
	padding: 25px 0 0 35px;
}
#header div.page-header {
	width: 925px; height: 106px;
	background: #fff url(../images/inner-header-bg.jpg);
	padding: 25px 0 0 35px;
}
#header div.page-header p {
		color: #48545f; font-size: 23px;
		margin: 0 0 10px 0;
	}

	#header div.feature-header h2, #header div.page-header h2 {
		color: #86909a;	font-size: 30px; letter-spacing: -1px; font-weight: normal;
		margin: 0 0 5px 0;
	}
	#header div.feature-header p {
		color: #48545f; font-size: 23px; width: 430px;
		margin: 0 0 10px 0;
	}
		#header div.feature-header p span.livespeakr-logo { 
			display: inline-block; width: 118px; height: 27px;
			background: url(../images/livespeakr-header-logo.png) bottom no-repeat; text-indent: -9999px;
		}
		#header div.feature-header p.button {
			width: 279px; height: 67px;
			background: url(../images/visit-livespeakr.jpg);
			margin: 0 0 0 197px;
		}
			#header div.feature-header p.button a {
				display: block; width: 218px; height: 53px; 
				margin: 0 0 0 30px;
				text-indent: -9999px;
			}
		
#content {
	width: 860px; padding: 25px 50px 80px 50px;
	background: #fff url(../images/content-bg.jpg) repeat-y;
}

#content p , #content ul, #content ol{
	font-size: 15px; color: #333; line-height: 20px;
	margin: 0 0 30px 0;
	list-style-position: inside;
}

#content p sup {
	font-size:  7px;
}

#content h2, #content h3, #content h4 {
	color: #48535f; margin: 0 0 10px 0; font-weight: normal;	
}
	#content h2 { font-size: 20px; }
	#content h3 { font-size: 18px; }
	#content h4 { font-size: 16px; }

	#content h2 em {
		font: italic 16px Georgia, Serif;
	}

#content a {
	color: #4c5864; text-decoration: none; border-bottom: 1px solid #56616d;
}
	#content a:hover {
		color: #99afc5; border-bottom: 1px solid #c1c9d1;
	}
	
#content p a.button {
	padding:  10px 15px 10px 15px;
	background: #979ea4 url(../images/button-bg.jpg) top repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:  0;
	color:  #fff;
}	
	#content p a.button:hover { color: #4c5864; }

#content blockquote {
	background: #e4e8ea; margin: 0 30px 30px 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	#content blockquote p { 
		padding: 20px 30px; font: 18px Georgia, "Times New Roman", Times, serif; font-style: italic; line-height: 24px;
	}
	
#content .bucket {
	width:  224px; float:  left; padding:  20px;
	background: #e4e8ea; margin: 0 0 0 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:  url(../images/bucket-bg.jpg) repeat-x;
	border:  1px solid #e5e8eb;
}
	#content .bucket.first {
		margin:  0;
}
	#content .bucket h3.customer-service {
		background:  url(../images/user-icon.png) left no-repeat;
		padding: 7px 0 8px 40px;
	}
	#content .bucket h3.quality {
		background:  url(../images/quality-icon.png) left no-repeat;
		padding: 7px 0 8px 40px;
	}
	#content .bucket h3.innovation {
		background:  url(../images/tools-icon.png) left no-repeat;
		padding: 7px 0 8px 40px;
	}

#content .product {
	clear: both; margin: 0 0 50px 0; overflow: hidden;
}

#content .img-left {
	float: left; margin:  0 15px 20px 0;
}	
#content .img-right {
	float: right; margin:  0 0 15px 15px;
}
	
#content .column {
	width:  430px; float:  left;
}	


#footer { 
	width: 894px; height: 97px;
	background: #ebedf0 url(../images/footer-bg.jpg);
	padding: 25px 33px 30px 33px;
}

#footer p {
		font-size: 14px; color: #48535f; margin: 0 0 5px 0;
}

#footer div.testimonials {
	height: 70px; overflow: hidden;	
	background: url(../images/quote-rt.jpg) right bottom no-repeat;
}

#footer blockquote {
	background: url(../images/quote.jpg) left top no-repeat;
	padding: 0 0 0 50px; margin: 0 0 20px 0;
}
	#footer blockquote p {
		font: 21px Georgia, "Times New Roman", Times, serif; font-style: italic; color: #959fa7;	
	}
	
#footer small {
	font-size: 11px; color: #a1a8af; float: right;
}
small.legal {
	font-size: 11px; color: #a1a8af; display: block;
	padding: 0 35px 0 35px;
}
	small.legal sup { font-size: 5px; }


.clear { zoom: 1; }
.clear:after {
	content:  ""; clear: both; display: block;	
}


#content img.right-cropped {
	margin-right:  -41px;
}

#content h2 span.livespeakr-logo { 
	display: inline-block; width: 114px; height: 27px;
	background: url(../images/livespeakr-h2-logo.png) bottom no-repeat; text-indent: -9999px;
}
#content div.toggle {
	clear:  both;
}

#content div.press-download {
	width: 340px; float: left; padding: 0 0 0 90px; margin: 0 0 20px 0;
	background: url(../images/pdf.png) left top no-repeat; 
	min-height: 155px;
}

#content div.multimedia-download {
	width: 340px; float: left; padding: 0 0 0 90px; margin: 0 0 20px 0;
	background: url(../images/pack.png) left top no-repeat; 
	min-height: 155px;
}

#content h2.features { clear: both; }

#content div.press-feature {
	width: 340px; float: left; padding: 0 0 0 90px; margin: 0 0 20px 0;
	min-height: 155px;
}
	#content div.press-feature.pc-world {
		background: url(../images/pc-world.jpg) left top no-repeat;
	}
	#content div.press-feature.network-world {
		background: url(../images/network-world.jpg) left top no-repeat;
	}
	#content div.press-feature.cbs {
		background: url(../images/cbs.jpg) left top no-repeat;
	}
	#content div.press-feature.fox {
		background: url(../images/fox.jpg) left top no-repeat;
	}

#content div.thanks {
	background: url(../images/email-img.png) 400px 0 no-repeat;
	padding: 0 0 30px 0;
}


#content .contact {
	width: 620px; float: left; padding: 20px; margin: 0 20px 0 0;
	background: #f6f7fc;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#content .pr {
	width: 180px; float: left; margin: 20px 0 0 0;	
}

#content #twitter {
	width: 180px; float: left; margin: 20px 0 0 0;	
}
#content #twitter ul li {
	list-style: none; margin: 0 0 10px 0;
}
	#content #twitter ul li a {
		display: block; border: none;
	}
		#content #twitter ul span a {
			display: inline;
		}

#content .contact .formleft {
	width: 190px; float: left; clear: left;
	text-align: right; padding: 0 30px 0 0;
}

#content .contact .formright {
	width: 400px; float: left;	
	margin: 0 0 10px 0;
}

#content .contact input, #content .contact textarea {
	width: 250px; border: 1px solid #c4cad0;
	padding: 3px;
	background: #fff url(../images/form-bg.png) repeat-x;
}
	#content .contact input.error, #content .contact textarea.error { border: 1px solid red; }
	#content .contact input.other { width: auto; border: none; background: none; padding: 0; }
	
#content .contact input.button {
	clear: both; font-size: 14px; width: 115px;
	margin: 10px 0 0 220px; padding:  10px 15px 10px 15px;
	background: #979ea4 url(../images/button-bg.jpg) top repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:  0;
	color:  #fff;
	cursor: pointer;
}


a { outline: none; }