* {
	margin: 0;
	padding: 0;

}

a, button, button span {
	cursor: pointer;	
}

a {
	color: #00B4DC;
}

input {
	cursor: text;
}

address {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	font-style: normal;
}

html {font-size: 100.1%;}

body {
	background: #fff url(/img/body.jpg) repeat-x;
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
}

sup {
	font-size: 8px;
}

div#noscript-alert{
	z-index: 1000;
	font-size: 20px;
	line-height: 20px;
	background: transparent;
	color: #A23A00;
	width: 1018px;
	text-align: center;
	position: absolute;
	top: 0px;
	color: #fff;
	font-weight: bold;
}

img {border: none;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

input,select,textarea{font: 11px Arial, Helvetica, sans-serif;}

div.clear, span.clear {
	clear: both;
	display: block;
}

span.white{
	color: #fff;
}

/* =====================
		main holder
======================*/
#holder {
	width: 1018px; 
	margin: 20px auto;
}


/* =====================
		header part
======================*/
#header {
	position: absolute; 
	background: url(/img/header.jpg); 
	width: 1018px;
}
#header div.sub-header {
	height: 175px;
	overflow: hidden;
	position: relative;
}


/*====================
		logo - 
=====================*/
.logo {
/*  background: url(/img/logo.png) no-repeat;*/
	background: url(/assets/images/freedom-sprite-1.png) no-repeat 0 -347px;
	width: 251px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	top: 28px;
	left: 45px;
}

.logo a {
	height: 40px;
	display: block;
}

.tel {
	font-size: 110%;
	color: #7a7a7a;
	position: absolute;
	top: 45px;
	right: 50px;
}

.tel strong {
	font-size: 180%;
	color: #231f20;
	letter-spacing: 1px;
}

/*#header .add-navig {
    position: absolute;
    top: 8px;
    right: 30px;
}
*/


/*====================
		logo - 
=====================*/
.add-navig, div#f-a-q ul{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.add-navig li, div#f-a-q ul li {
    background: url(/img/gray-separator.gif) no-repeat 0 70%;
    float: left;
    display: inline;
    padding: 0 17px;
    margin: 0 1px 0 -2px;
}

.add-navig a, div#f-a-q ul li a {
    font-size: 110%;
    color: #00B4DC;
    z-index: 200;
}
.add-navig, div#f-a-q ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.add-navig li, div#f-a-q ul li {
	background: url(/img/gray-separator.gif) no-repeat 0 70%;
	float: left;
	display: inline;
	padding: 0 17px;
	margin: 0 1px 0 -2px;
}

.add-navig a, div#f-a-q ul li a {
	font-size: 110%;
	color: #00b7df;
	z-index: 200;
}

/* Limited Offer */
#limited-offer {
	position: absolute;
	left: 393px;
	top: 20px;
}


/* Login bar */

.add-navig a.login {
	font-size: 12px;
	color: #fff;
    background: url(/assets/images/freedom-sprite-1.png) no-repeat 0 -388px;	
/*  background: url(/assets/images/login-bg.png) no-repeat;*/
	display: block;
	width: 71px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 2px;
	right: 48px;
	z-index: 100;
}

.add-navig a.login:hover,
.add-navig a.login:focus
{
	text-decoration: none;
	background-position: 0 -410px;
}



/*====================
		main navigation - 
=====================*/

.navigation {
	background: url(/img/navig-separator.gif) no-repeat;
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0;
	position: absolute;
	top: 96px;
	left: 28px;
}

.navigation li {
	background: url(/img/navig-separator.gif) no-repeat 100% 0;
	float: left;
	padding: 0 2px 0 0;
}

.navigation a {
	height: 31px;
	float: left;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
}

.navigation span {
	float:left;
	height: 31px;
}

.navigation a:hover {
	background: url(/img/navig-rollover.gif) repeat-x;
	text-decoration: none;
}

.navigation li:hover span, .navigation li.hover span {
	background: url(/img/navig-rollover.gif) repeat-x 0 -31px;
}

.navigation li:hover span a, .navigation li.hover span a {
	background: none !important;
	color: #777;
}

.navigation li:hover ul, .navigation li.hover ul {
	display: block;
}

.navigation ul {
	position: absolute;
	top: 31px;
	left: 0px;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 60px;
}

.navigation ul li {
	background: url(/img/gray-separator.gif) no-repeat 0 55%;
	padding: 0 16px;
	display: inline;
	margin: 0 1px 0 -1px;
}

li.first	 {
	padding: 0 16px 0 3px !important;
	background: none;
}

.navigation ul li.last {
	padding: 0 0 0 16px;
}


.navigation ul a {
	font-size: 11px;
	line-height: 34px;
	font-weight: normal;
	color: #00b7df;
	padding: 0;
}

.navigation ul a:hover {
	text-decoration: underline;
	background: none;
}

.navigation ul a.active {
	background: none;
	color: #a9a8a8;
}

.navigation ul a.active:hover {
	text-decoration: none;
	cursor: default;
}




/*==================
		main part
===================*/



#main {
	position: absolute;
	width: 1018px;
	top: 195px;
	background: url(/img/main.png) repeat-y;
	/*
	background: url(/img/main.png) repeat-y;
	width: 960px;
	min-height: 480px;
	overflow: hidden;
	padding: 0 29px;
*/
}

* html #main {
	height: 480px;
	overflow: visible;
}

h2 {
	font-size: 180%;
	color: #fff;
	font-weight: bold;
}

h2.feat{
	font-size: 160%;
}

img.feat{
	margin: 20px 0 0 0;
}

div#panel {
	width: 960px;
	padding: 0 29px;
}



/*==================
		visual
===================*/
.visual {
	background: #000;
	overflow: hidden;
	padding: 0 0 20px;
	height: 255px;
	float: left;
}

.visual img {
	position: absolute;
}


/*==================
		overview
===================*/
.overview {
	width: 710px;
	height: 255px;
	overflow: hidden;
	position: absolute;
}

.overview h1 {
	background: url(/img/backgrounds/header-bg.png) no-repeat bottom right;
	font-size: 240%;
	line-height: 40px;
	color: #fff;
	width: 670px;
	padding: 0 0 2px;
	margin: 8px 0 16px 20px;
}

.overview h1 span{
	font-size: 60%;
	line-height: 180%;
	vertical-align: top;
	display: inline;
}

.overview p { 
	margin: 60px 0 18px 385px;
	width: 300px;
	font-size: 160%;
	color: #fff;
	font-weight: bold;
}

.overview p.info {
	margin: 0 0 18px 375px;
	font-size:160%;
	font-weight:bold;
	line-height:20px;
	width:300px;
}

.overview p.sub-info {
	font-size: 120%;
	margin: 0 0 18px 375px;
}

.overview p.sub-info a {
	font-size: 110%;
	font-weight: bold;
	color: #00B4DC;
	text-decoration: none;
}

.overview p.sub-info a:hover {
	text-decoration: underline;
}

.overview h3.hosted-voip-pbx { color: #fff; position: absolute; right: 235px; top: 80px; font-size: 150%;}

.overview ul {
	right: 100px;
	top: 120px;
	list-style: none;
	padding: 0;
	margin: 65px 0 14px 420px;
}

.overview ul li {
	background: url(/img/icons/circle-cross.gif) no-repeat 4px 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 0 0 10px 30px;
}
.overview ul.blue-checked {
	margin: 40px 0 0 380px;
}

.overview ul.blue-checked li {
	background: url(/img/icons/blue-check.gif) no-repeat 0 4px;
	font-size: 135%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 0 0 10px 20px;
}

a.get-started, a.big-btn, .big-btn-2 {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: bold 18px/25px Arial, sans-serif;
	display: block;
}

	a.get-started{
		padding: 25px 0 0 0;
		background: url(/img/backgrounds/get-started-btn.png) no-repeat 0 3px;
		width: 187px;
		height: 47px;
	}

	a.get-started:hover{
		background: url(/img/backgrounds/get-started-btn.png) no-repeat 0 -64px;
	}

	a.big-btn{
		padding: 0 0 0 0; 
		background: url(/img/backgrounds/big-btn.png) no-repeat top left;
		width: 292px;
		height: 43px;
		margin: 0 0 20px 0;
		line-height: 38px;
	}

	a.big-btn:hover{
		background: url(/img/backgrounds/big-btn.png) no-repeat 0 -43px;
	}

	a.big-btn-2 {
		padding: 0 0 0 0; 
      background: url(/img/backgrounds/big-btn-2.png) no-repeat top left;
/*        background: url(/assets/images/freedom-sprite-1.png) no-repeat 0 -388px;      */
		_background: url(/img/backgrounds/big-btn-2.gif) no-repeat top left;
		width: 292px;
		height: 62px;
		margin: 0 0 20px 0;
		line-height: 62px;
	}

	a.big-btn-2:hover{
	    text-decoration: none;
/*      background-position: 0 -448px;*/
		background-position: 0 -62px;
	}


div.choose-your-number a.get-started{
	margin: -8px auto 0 -15px;
}

/*
div.choose-your-number h2 {
	color: #F9C236;
}
*/


div.overview a.get-started{
	position: absolute;
	right: 20px;
	bottom: 0px;
}

div.overview a.big-btn{
	position: absolute;
	right: 45px;
	bottom: 0px;
}

div.overview a.big-btn-2{
	position: absolute;
	right: 65px;
	bottom: 21px;
}


div.overview img#as-low-as{
	position: absolute;
	right: 134px;
	top: 125px;
}

div.overview img#free-trial{
	position: absolute;
	right: 110px;
	bottom: 34px;
}



button.reseller-button {
	clear: both; 
	margin: 20px 0 0 65px;
}


div.overview div.reseller-thank-you-intro {
	margin: 0 0 0 380px;
	width: 330px;
}

div.overview div.reseller-thank-you-intro p {
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
}

div.overview div.reseller-thank-you-intro p span{
	color: #42dcfd;
	position: absolute;
	margin: -4px 0 0 -20px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}


div.topic div.reseller-thank-you p {
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

div.topic div.reseller-thank-you p span{
	color: #96d41c;
	position: absolute;
	margin: -1px 0 0 -15px;
	font-size: 15px;
}


/*==================
		about-us-mini
===================*/

.about-us-mini, .choose-your-number, .video-mini {
	background: url(/img/backgrounds/about-us-mini.jpg) no-repeat;
	width: 190px;
	height: 275px;
	height: 255px;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 20px;
}

.video-mini {
    background: url(/assets/images/freedom-sprite-1.png) no-repeat 0 -91px;
/*  background: url(/img/backgrounds/video-mini.jpg) no-repeat;*/
	position: relative;
}


.about-us-mini h2, .choose-your-number h2, .video-mini h2 {
	font-size: 180%;
	/*background: url(/img/box-h3.gif) repeat-x 0 100%;*/
	border-bottom: 1px solid #C1C1C1;
	line-height: 40px;
	margin: 10px 0 0 0;
}


.about-us-mini p, .choose-your-number p, .video-mini p{
	width: 110px;
	font-size: 12px;
	line-height: 14px;
	color: #abd94c;
	margin: 14px 0 10px;
}

.video-mini p{
	width: 200px;
	margin: 10px 0 10px;
}

.video-mini a{
	display: block;
	height: 142px;
	width: 198px;
	position: absolute;
	bottom: 40px;
	left: 20px;
}




/*==================
		content part
===================*/

.content {
	width: 670px;
	float: left;
	padding: 0 20px;
	clear: right;
	margin: 260px 0 20px 0;
}

.col-1 {
	width: 312px;
	float: left;
}

.col-2 {
	width: 312px;
	float: right;
}

/*==================
		rectangle
===================*/

.rectangle {
	width: 100%;
	border-bottom: 1px solid #ACACAC;
	position: relative;
}

.lastly {
	border-bottom: 0;
	border-top: 1px solid #ACACAC;
}

.rectangle h2 {
	position: absolute;
}

.rectangle h3 {
    font-size: 16px;
    margin: 0 0 25px;
}

.rectangle dt {
    font-size: 14px;
    font-weight: bold;
}

.rectangle .topic p {
	top: 22px;
	position: relative;
	margin-bottom: 55px;
}

.rectangle .topic dd p {
	top: 9px;
	position: relative;
	margin-bottom: 32px;
}

.rectangle .topic p.no-bottom-margin {
	margin-bottom: 10px;
}

.rectangle .no-top-padding {
	padding-top: 0px;
}

.rectangle a.link {
	position: relative;
	bottom: 15px;
}

.rectangle .topic {
	padding-bottom: 0px !important;
	border: 0;
}

.rectangle .topic ul{
	top: 22px;
	position: relative;
	margin: 0 0 55px 2px;
}

.rectangle .topic dd ul {
	top: 10px;
	position: relative;
	margin: 0 0 44px 2px;
	width: 308px;
}

.rectangle .topic ul.top-margin-10 {
	margin-top: 10px;
}

.topic ul.links a{
	color: #00B4DC;
}

.rectangle .clear {
	clear: both;
}

.no-border {
	border: 0 !important;
}

.no-bottom-padding{
	padding-bottom: 0px !important;
}

ul.no-bottom-margin{
	margin: 0 0 0 2px !important;
}

.rectangle-2 .topic p {
	font-size: 13px;
	line-height: 147%;
	color: #666;
	margin: 6px 0 14px;
}

.rectangle-2 .topic .p-link {
    top: 4px;
    margin-bottom: 26px;
}

.rectangle-2 .link {
	font-size: 12px;
}

.rectangle-3 .topic p {
	font-size: 13px;
	line-height: 147%;
	color: #666;
	margin-bottom: 55px;
}

.rectangle-3 .topic .p-link {
    top: 4px;
    margin-bottom: 10px;
}

.rectangle-3 .link {
	font-size: 12px;
}

/*==================
		topic
===================*/

.topic {
	width: 100%;
	border-top: 1px solid #acacac;
	padding: 28px 0 35px;
	margin: -1px 0 0;
}

.smaller-topic {
	padding-top: 0;
}

.smaller-topic .smaller-topic-p {
	margin-top: 1px;
}

.first-topic{
	border-top: none;
}

.smaller-bottom-padding {
	padding-bottom: 10px;
}

.thin-topic{
	padding: 0 0 15px;
}

.rectangle .thin-topic ul{
	margin: 0 0 50px 30px;
}

.rectangle .thin-topic ul li strong{
	color: #666;
	font-weight: bold;
}

.topic h2 {
	padding: 0;
	margin: 0;
	color: #333;
	white-space: nowrap;
}

.topic p {
	font-size: 13px;
	line-height: 147%;
	color: #666;
	margin: 6px 0 14px;
}

.phone-index img {
	float: left;
	height: 80px;
	width: 100px;
	margin: 5px 10px 0 0;
}

.phone img{
	width: 310px;
	margin: 0 auto;
}

div.pdf{
	margin-left: 50px;
	background: transparent url(/img/icons/pdf.gif) no-repeat 0 50%;
	padding-left: 20px;
}

strong.rec{
	color: #ff7802;
}

.topic span{
	color: #666;
	font-size: 80%;
}

.topic span strong {
	font-size: 140%;
	color: #fff;
}

.topic span strong.green {
	color: #96D41C;
}

/*==================
		link
===================*/

.link {
	background: url(/img/blue-arrow.png) no-repeat 100% 50%;
	font-size: 120%;
	font-weight: bold;
	color: #009ec6;
	padding: 0 10px 0 0;
}

a.padded-bottom {
	line-height: 25px;
}

.topic ul {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
}

.topic ul li {
	background: url(/img/bullet.gif) no-repeat 0 5px;
	font-size: 120%;
	line-height: 160%;
	color: #666;
	padding: 0 0 0 20px;
}


.topic ul.number-types {
	margin: 10px 0 55px 2px;
}

.topic ul.number-types li.no-check{
	background: none;
	margin: 0 0 2px -18px;
	font-weight: bold;
}


.topic ul li span{
	position: absolute;
	right: 0px;
	width: 90px;
	text-align: right;
}

.topic ul li.no-check span{
	text-align: left;
}


.topic ul li span strong {
	color: #97ca3d;
}

ul.tips li{
	line-height: 140%;
	margin: 10px 0;
}


div.asterisk {
	color: #bfbfbf;
	font-size: 130%;
	margin: 0 0 40px;
}

div.asterisk strong{
	color: #97ca3d;
	font-size: 140%;
}

.topic ul a {
	color: #009ec6;
}

.topic ul a.blue {
	color: #00B4DC;
}

.topic a img{
	cursor: pointer;
}

.topic a img.small {
	height: 16px;
	width: 15px;
	margin: 0 4px -4px 0;
}

.topic div.testimonial img{
	float: left;
}

.topic div.testimonial p {
	margin-top: 0px;
	width: 220px;
	float: right;
	font-style: italic;
}

.topic div.testimonial strong {
	width: 220px;
	display: block;
	float: right;
	color: #BFBFBF;
	font-size: 120%;
}

.topic div.testimonial span {
	width: 220px;
	display: block;
	float: right;
	color: #BFBFBF;
}

.topic div.mini-testi strong{
	color: #fff;
}

.topic div.mini-testi img {
	margin: 15px 0 5px;
}




/*==================
		sidebar
===================*/
.sidebar {
	width: 230px;
	float: right;
}
.box {
	background: #444 url(/img/box.gif) no-repeat;
	margin: 0 0 20px;
	clear: both;
}

.box a {
	color: #96D41C;
}

.box a.link {
	color: #00b4dc;
}

.choose-your-number ul{
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px 0;
}

.choose-your-number ul li {
	background: url(/img/bullet-blue.gif) no-repeat 0 1px;
	color: #ABD94C;
	padding: 0 0 0 16px;
	margin: 0 0 4px 0;
	font-weight: bold;
	display: block;
}

.box div {
	background: url(/img/sub-box.gif) no-repeat 0 100%;
	padding: 18px 20px 22px;
}

.box h2 {
/*  background: url(/img/box-h3.gif) repeat-x 0 100%;*/
    border-bottom: 1px solid #C1C1C1;
	padding: 0 0 8px;
	margin: 0;
	height: 1%;
}
.box p {
	font-size: 120%;
	line-height: 116%;
	color: #96d41c;
	margin: 16px 0;
}
.box span.date{
	color: #d9d9d9;
	display: block;
}

.box ul{
	list-style: none;
}


/*==================
		news
===================*/
div#news a{
	margin: 0 0 10px 0;
	display: block;
}
div#news a.link{
	display: inline;
}

/*==================
		faq
===================*/

ul#faqs{
	height: 120px;
}

.faq span{
	color: #d9d9d9;
	width: 15px;
	float: left;
	margin: 15px 0 0 0;
	border: 0 none;
	display: none;
}

.faq p{
	width: 190px;
/*	float: right;
*/	margin: 15px 0 0 0;
	border: 0 none;
}

.faq br{
	clear: both;
}

.faq hr{
	clear: both;
	border: 0 none;
	color: #252525;
	height: 0px;
}

.faq hr.spacer{
	height: 15px;
	border: 0 none;
}

.box span.spacer{
	display: block;
	height: 15px;
}

div.faq-block {
	overflow: hidden;
	margin-bottom: 20px;
}

div.faq-container{
	color: #fff;
	width: 312px;
	font-size: 12px;
	border-top: 1px solid #4D4D4D;
	margin-top: -10px;
}

div.faq-container p.question{
	font-weight: bold;
	color: #333;
	margin: 18px 0 12px;
}

div.faq-container p.answer{
	color: #666;
	margin: 5px 0 28px;
}

div.box p.answer a{
	color: #eee;
}

div.lefty {
	float: left;
	clear: left;
}

div.righty {
	float: right;
	clear: right;
}

div#f-a-q {
	overflow: hidden;
	margin-top: 10px;
}

div#f-a-q ul {
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	margin: -1px 0 40px;
	padding: 8px 0;
	clear: both;
}


div.caption{
	color: #333;
	font-size: 18px;
	margin: 13px 0;
}

/*==================
		events
===================*/

.event img {
	float: right;
}

.event p{
	width: 300px;
}

#event-slaider{
	background: none;
	margin: 20px 0;
	padding: 0;
	position: relative;
	visibility: hidden;
	overflow: hidden;
}
#event-slaider p{
	position: absolute;
	width: 190px;
	margin: 0 !important;
	visibility: hidden;
}


/*==================
		footer
===================*/
#footer {
	width: 1018px;
	height: 122px;
	background: transparent url(/img/footer.png);
	position: relative;
	margin: 0 0 -20px 0;

        background: url(/img/footer-2.png) no-repeat;
        height: 191px;
        
}

#footer-sub{
	position: relative;
}

.foot-logo a {
	height: 55px;
	display: block;
}
.award {
	position: absolute;
	top: 67px;
	right: 26px;
	/*visibility: hidden;*/
}
.award a{
	position:absolute;
	right: 0px;
	top: 0;
}

.award a img{
	cursor: pointer;
}

.award img {
	display: block;
}

#footer .add-navig {
	position: absolute;
	left: 27px;
	top: 75px;
}

p.closing {
	font-size: 110%;
	color: #a3a2a2;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

#footer ul {
    list-style: none;
    margin: 0;
}

#footer .f-boxes {
    padding: 46px 0 0 49px;
}

#footer .f-box {
    float: left;
    width: 162px;
}

    #footer .f-box a {
        font-size: 11px;
        line-height: 13px;
    }
    
    #footer .f-box li {
        line-height: normal;
        padding: 2px 0;
    }

    #footer .f-box h6 {
        font-size: 14px;
        margin: 0 0 4px;
        font-weight: bold;
        color: #000;
    }

    #footer .social li {
        float: left;
        margin: 0 5px 0 0;
    }
/*=======================
			sitemap
========================*/

div.sitemap ul {
	overflow: hidden;
}

div.sitemap ul li{
	background: none;
	font-size: 15px;	
	border-top: 1px solid #acacac;
	margin: -1px;
	padding: 15px 2px;
}

div.sitemap ul li ul li{
	background: none;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0 15px;
}

div.sitemap ul li a{
	color: #009ec6;
}

/*********************************

 EDITS

/*********************************/

.sidebar .wider
{
	width: 140px;
}

.toll-free-numbers-mini
{
	width: 192px;
	background: url(/img/backgrounds/toll-free-numbers-mini.jpg) no-repeat;
}

.btn-relative
{
	position: relative;
	top: 12px;
	left: -15px;
}

div.talent-holder{
	clear: both;
}

div.voice-talent{
	float: left;
	width: 200px;	
	margin: 15px 0 0 0;
}


div.voice-talent h4{
	font-size: 15px;
	color: #525252;
	margin: 0 0 8px 0;
}

div.voice-talent ul{
	list-style-type: none;
	list-style-position: inside;
}

div.voice-talent ul li{
	background: url(/img/backgrounds/voice.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
	font-size: 12px;
}

div.voice-talent ul li.most-popular {
	background: url(/img/backgrounds/voice-popular.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
	font-size: 15px;
	font-weight: bold;
}

div.voice-talent ul li.most-popular span {
    font-size: 13px;
    color: #ff641a;
}

div#angie_audio{
	
}




a.blueArrow {
	font-weight: bold;
	color: #00B4DC !important;
	padding: 0 10px 0 0;
	background: transparent url(/img/blue-arrow.gif) no-repeat 100% 50%;	
}

a.sm {
	font-size: 12px;
}

div.sm img {
	margin-top: 52px;
	cursor: pointer;
}

div.sm {
	padding-bottom: 47px;
}

* html div.sm {
	padding-bottom: 67px;
}

*:first-child+html div.sm {
	padding-bottom: 67px;
}

div.sm img.first {
	margin-top: 34px;
}

/*********************************

 GOOGLE SEARCH FORM

/*********************************/

#cse-search-box {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 259px;
	height: 22px;
	top: 101px;
	right: 0;
	overflow: auto;
}

#cse-search-box #q {
	margin: 0;
	padding: 2px 0;
	height: 16px !important;
	width: 178px !important;
	/*color: #FF7802 !important;*/
	border: none;
	display: block;
	float: left;
	border: 0 !important;
	border-top: 1px solid #262626 !important;
	border-bottom: 1px solid #7a7a7a !important;
	border-left: 1px solid #676767 !important;
	border-right: 1px solid #252525 !important;
	/*background: #252525;*/
}

/*
 
 IE HAX
 
*:first-child+html #cse-search-box #q {
	padding: 0;
	height: 16px !important;
}
*/

* html #cse-search-box #q {
	padding: 0;
	height: 22px !important;
	height: 20px !important;
}

#cse-search-box #sa {
	margin: 0;
	padding: 0;
	border: none;
	height: 22px;
	width: 51px;
	display: block;
	float: left;
	cursor: pointer;
/*  background: url(/img/buttons/google_search.png) no-repeat #4d4d4d;*/
    background: url(/assets/images/freedom-sprite-1.png) no-repeat -71px -388px;
}

#cse-search-box #sa:hover, #cse-search-box #sa:focus {
/*  background: url(/img/buttons/google_search.png) 0 -22px no-repeat #4d4d4d;*/
    background-position: -71px -408px;
}

/* ================== */
/* = CUSTOM CLASSES = */
/* ================== */

.normalize-margin {
	margin-top: 6px !important;
}

.more-margin {
	margin: 0 0 12px !important;
}

.no-bold {
	font-weight: normal;
}

.smaller-font {
	font-size: 15px !important;
	font-weight: normal;
}

section-title {
	text-decoration: underline;
}

/* ============================= */
/* = PLANS AND PRICING COLUMNS = */
/* ============================= */

.metal-columns {
	float: left;
	text-align: center;
	margin: 28px 0 0;
}

.metal-columns h3 {
	font-size: 18px;
	margin: 0 0 11px;
	color: #333;
}

.metal-columns p {
	font-size: 12px;
	color: #666;
	margin: 0 0 11px;
}

.metal-columns .look-at-me {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px;
}

.metal-columns .btn-template-5 {
	margin: 0 auto 5px;
}

#metal-columns-1 {
	width: 190px;
	padding: 0 20px 0 0;
}

#metal-columns-2 {
	width: 250px;
	border: 1px solid #c5c5c5;
	border-top: 0;
	border-bottom: 0;
}

#metal-columns-3 {
	width: 180px;
	padding: 0 0 0 25px;
}

/* ==================== */
/* = BUTTON TEMPLATES = */
/* ==================== */

.btn-template-5 {
	color: #fff;
	width: 187px;
	height: 27px;
	text-align: center;
	font: bold 14px/27px Arial, Helvetica, sans-serif;
	display: block;
	background: url(/assets/images/btn-template-5.png) no-repeat;
	_background: url(/assets/images/btn-template-5.gif) no-repeat;
	text-decoration: none !important;
}

.btn-template-5:hover, .btn-template-5:focus {
	background-position: 0 -27px;
}

/* ==================== */
/* = OVERVIEW CLASSES = */
/* ==================== */

.overview-metalpage p {
	margin-top: 36px;
}

.overview-metalpage .btn-top {
	margin: 16px 0 8px;
}

/* ========================== */
/* = HOLD MUSIC AUDIO CLIPS = */
/* ========================== */

.hold-music {
	width: 348px;
	float: left;
}

.hold-music-right {
	width: 300px;
}

.rectangle .topic .hold-music p {
	margin-bottom: 26px;
}

.sprite {
    display: block;
    background: url(/assets/images/freedom-sprite-1.png) no-repeat;
    outline: 0;
    text-indent: -999em;
}

.sprite-1 {
    width: 32px;
    height: 32px;
    background-position: -32px 0;
}

.sprite-2 {
    width: 32px;
    height: 32px;
}

.sprite-3 {
    width: 234px;
    height: 59px;
    background-position: 0 -32px;
}

.overview #h1 { background: none; font-size: 36px; line-height: 41px; margin: 0; 
    padding: 0; position: absolute; top: 22px; left: 230px; width: 430px; }
    
#choose-number { width: 711px; height: 79px; background: url(/img/backgrounds/choose-number.png) no-repeat; 
    font-size: 22px; font-weight: bold; color: #7d7d7d; float: left; position: relative; left: -20px; 
    margin: 10px 0 0; }
#choose-number .intro { float: left; padding: 0 23px 0 0; background: url(/img/arrow.png) no-repeat 100% 50%; }
#choose-number .or { float: left; }
#choose-number .choose-number { float: left; position: relative; top: -12px; }
#choose-number .inner-choose-number { padding: 27px 0 0 13px; }

a.choose-number { display: block; width: 213px; height: 53px; outline: none; text-indent: -999em; }

a#choose-number-1 { background: url(/img/buttons/choose-number-1.png) no-repeat; 
    _background: url(/img/buttons/choose-number-1.gif) no-repeat; margin: 0 0 0 8px; }
a#choose-number-2 { background: url(/img/buttons/choose-number-2.png) no-repeat; 
    _background: url(/img/buttons/choose-number-2.gif) no-repeat;  margin: 0 0 0 4px; }
    
a#choose-number-1:hover, a#choose-number-1:focus,
a#choose-number-2:hover, a#choose-number-2:focus { background-position: 0 -53px; }

.ui-accordion { position: relative; top: 22px; }
    .ui-accordion .playerHolder { min-height: 270px; }
        
.ui-accordion-header { margin: 0; }
    .ui-accordion-header a { font-size: 13px; }

.ui-accordion-content { background: #f8f8f8; border: 1px solid #e5e5e5; border-top: 0; }

.hide {
	display: none;
}

/* Sliders */
.rectangle .showSlide {
	cursor: pointer;
	color: #00B4DC;
	margin-bottom: 0;
	height: 43px;
}
.rectangle .topic dl.job dd ul {
	width: 100%;
}

/* Modals */
div#standard-modal h4 {
	color:#8C9D3E;
	font-family:"Arial Black",Arial,sans-serif;
	font-size: 20px;
	padding:5px 15px 10px 15px;
	line-height: normal !important;
	margin: 0;
}

div#standard-modal p, div#standard-modal li {
	color:#666666;
	font-size:13px;
	line-height: normal !important;
}

div#standard-modal {
	height: 575px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	padding-right: 15px;
}

div#standard-modal p {
	margin:15px 0;
	padding:0 0 0 15px;
	width:550px;
}

div#standard-modal li {
	margin-bottom: 10px;
}

div#standard-modal ol, div#standard-modal ul {
	padding: 0 0 0 36px;
	margin: 0;
}

div#standard-modal ul {
	list-style-type: disc;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-right-20 {
	margin-right: 20px;
}
