@charset "utf-8";
body{
	background: url(../images/body-bg.png) repeat-x top #FF4400;
}
body, a, div, p, strong, td, th{
	font-family:  Helvetica, Arial, sans-serif;
}
/*iframe{
	padding: 0px;
	border: none;
}*/
#page {
	width: 990px;
	margin: 22px auto;
}
#header{
	padding-left: 3px;
	height: 54px;
	font-size: 18px;
	font-style: italic;
	color: #F1F1F1;
}
#content-container{
	width: 988px;
	position: relative;
	background: url(../images/content-bottom-bg.png) no-repeat bottom left #FFFFFF;	
	border: 1px solid #B0B0B0;
}
#content-container-inner{
	background: url(../images/content-container-bg.png) repeat-y right;
}
.curve-tl, .curve-tr, .curve-bl, .curve-br{
	width:5px;
	height: 6px;
	font-size: 1px;
}
.curve-tl{
	position: absolute;
	top: -1px;
	left: -1px;
}
.curve-tr{
	position: absolute;
	top: -1px;
	right: -1px;
}
.curve-bl{
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.curve-br{
	position: absolute;
	bottom: -1px;
	right: -1px;
}
#content-right{
	float: right;
	width: 322px;
	padding: 8px 12px;
}
#nav{
	padding: 10px 0px 0px 20px;
	color: #7F7F7F;
	font-size: 16px;
	font-weight: bold;
}
#nav a, #nav a:visited, #nav a:hover{
	color: #7F7F7F;
	text-decoration: none;
}
#nav a.on{
	text-decoration: underline;
}
#content-left{
	margin: 0px 355px 0px 43px;
	padding: 15px 0px;
	line-height:1.5em;
}
#footer{
	position:relative;
	margin: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
#footer a, #footer a, #footer a{
	color: #FFFFFF;
}
.social-links{
	position:absolute;
	right: 0px;
	top: 0px;
}
.social-links a{
	text-decoration: none;
}

.clear-both{
	clear:both;
}

/*APPLICATION LINKS*/
.app-link{
	position:relative;
	width: 321px;
	height: 84px;
	background: url(../images/applink-bg.png) no-repeat top left;
	margin-bottom: 6px;
}
.app-link-icon{
	position:absolute;
	top: 15px;
	left: 10px;
}
.app-link-text{
	position:absolute;
	top: 15px;
	left: 71px;
	width: 170px;
	font-size: 16px;
	font-weight:bold;
	color: #9D9D9D;
}
.app-link-text a, .app-link-text a:visited, .app-link-text a:hover{
	font-size: 16px;
	font-weight:bold;
	color: #9D9D9D;
	text-decoration:none;
}
.app-link-text-noqr{
	width: 240px;
}
.app-link-qr{
	position:absolute;
	top: 9px;
	right: 9px;
}
/*SOCIAL BOOKMARKS*/
/*APPLICATION LINKS*/
.social-link{
	position:relative;
	width: 321px;
	height: 64px;
	background: url(../images/social-bg.png) no-repeat top left;
	margin-bottom: 6px;
}
.social-link-icon{
	position:absolute;
	top: 7px;
	left: 10px;
}
.social-link-text{
	position:absolute;
	top: 22px;
	left: 71px;
	width: 240px;
	font-size: 16px;
	font-weight:bold;
	color: #9D9D9D;
}
.social-link-text a, .social-link-text a:visited, .social-link-text a:hover{
	font-size: 16px;
	font-weight:bold;
	color: #9D9D9D;
	text-decoration:none;
}

/*FONTS, ETC*/
.page-title{
	color: #F93E00;
	font-weight: bold;
	font-size: 20px;
}
.page-subtitle{
	color: #9D9D9D;
	font-weight: bold;
	font-size: 16px;
}

.dj{
	float: left;
	font-weight:bold;
	font-size: 12px;
	color: #9D9D9D;
	width: 66px;
	height: 105px;
	line-height: normal;
	text-align:center;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*************** TESTIMONIALS ****************/
 #scrollup {
 	top: 10px;
   position: relative;
   overflow: hidden;
   height: 150px;
   margin-bottom: 10px;
   width: 100%;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:100%;
   font-size: 14px;
   line-height:1.5em;
   font-style:italic;
   color: #666666;
 }
 
 .email-button{
	float: right;
	margin: 15px 30px 0px 0px;
}

