@charset "UTF-8";
/* CSS Document */

html, body {height: 100%;}

body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/template/background-gradient2.jpg);
	background-position:center;
	background-repeat:repeat-y;
}


.header{
	height:216px;
}
/******************Testimonials***********************/
.testimonials{
	background-color:#0099cc;
	background-image:url(images/template/testimonial-background-gradient.png);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:12px;
	margin:0 20px 0 20px;
	border-top:1px solid #fff;
}

.testimonials p{
	padding:5px 20px 0 20px;	
}

/*.testimonials-bottom{
	text-align:center;
	margin:0 20px 0 20px;
	padding:1px;
	border-top:1px solid #0099cc;
}

/******************Navbar Rollovers*******************/


a .home, a .company, a .services, a .partners, a .portfolio, a .contact{
	padding: 5px 40px 5px 30px;
	background-image:url(images/template/black-sound.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	color:#000;
}


a:hover .home,  a:hover .partners, a:hover .portfolio, a:hover .contact {
	padding: 5px 40px 5px 30px;
	background-image:url(images/template/white-sound.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #FFF;
}

a.MenuBarItemSubmenuHover .company, a.MenuBarItemSubmenuHover .services, a.MenuBarItemSubmenuHover .portfolio{
	padding: 5px 40px 5px 30px;
	background-image:url(images/template/white-sound.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #FFF;
}	



/******************Rounded Corners*********************/
.bl {
	background:url(images/template/bl-rounded-corner.jpg)  0 100% no-repeat;
	background-color:#FFFFFF;
	margin:10px 20px 0 20px;
}

.br {
	background:url(images/template/br-rounded-corner.jpg)  100% 100% no-repeat;
	}

.tl {
	background:url(images/template/tl-rounded-corner.jpg)  0 0 no-repeat;
	
}

.tr {
	background:url(images/template/tr-rounded-corner.jpg)  100% 0 no-repeat;
}


/******************Content**********************/

.content{
	padding:10px 20px 10px 20px;
	min-height:250px;
	font-size:12px;
}

.content .subhead1{
	color:#003399;
	font-weight:bold;
}

.content p{
	font-size:12px;
	line-height:24px;
}

.content h1{
	color:#0066ff;
	font-size:14px;
}

.content ul{
	margin:0;
}

.content li{
	/*color:#0066ff;*/
	color:#000;
	background-image:url(images/template/blue-bullets.gif);
	background-repeat:no-repeat;
	list-style:none;
	background-position:left top;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
	
}

.content a{
	color:#0066ff;
	text-decoration:underline;
}

.content a:hover{
	color:#0066ff;
	text-decoration:none;
}

table.partners-thumbs{
		border-top:1px solid #333;
		border-left:1px solid #333;	
}

table.partners-thumbs td{
		border-bottom:1px solid #333;
}

.partners-thumbs a img{
	border:none;
}

.partners-thumbs a:hover img{
	border:none;
}


.contact-form input{
	margin-right:10px;
}

.thumbs{
	margin:auto;
	text-align:center;
}

.thumbs a img{
	border:1px solid #000;
	margin:4px;
}

.thumbs a:hover img{
	border:1px solid #0066ff;
}

a img{
	border:1px solid #000;
}

a:hover img{
	border:1px solid #0066ff;
}


.right-side{
	float:right;
	margin: 0 0 0 10px;
	border:1px solid #000000;
}

.align-right{
	float:right;
	margin:0 0 10px 10px;
}

.align-left{
	float:left;
	margin:0 10px 10px 0;
}

/*********************Bottom**********************/


.text-links{
	font-size:10px;
	color:#FFFFFF;
	margin:20px 0 0 10px;
}


.text-links a{
	padding:0 10px 0 10px;
	color:#FFF;
	text-decoration:none;
}

.text-links a:hover{
	color:#ccc;
	text-decoration:none;

}

.footer{
	font-size:10px;
	color:#FFFFFF;
	margin:10px 0 10px 20px;
	
}

.footer a{
	color:#FFFFFF;
	text-decoration:underline;

}

.footer a:hover{
	color:#ccc;

}

.credit{
	font-size:10px;
	color:#FFFFFF;
	margin:10px 20px 0 0;
}

.credit a{
	color:#FFFFFF;
	text-decoration:none;

}

.credit a:hover{
	color:#ccc;

}