/* CSS Document */
body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

img
{
	border:none;
}

table tr td
{
    vertical-align:top;
	margin:0;
	padding:0;
}

ul li 
{
	list-style-image:  url(http://cdn01.oovoo.com/img/New/bullet.png);
	list-style-position:outside;
}

h1,h2,h3
{
	color:#ffa600;
	margin:0 0 0 0 ;	
}
h1
{
	font-size:22px;
}
h2
{
	font-size:20px;
}
h3
{
	font-size:18px;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1B59D6;
}

a:hover 
{
	color:#497ADE;
}

.region
{
	width: 940px; margin: 0 auto;
}

.center
{
	text-align:center;	
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}


.h_container
{
	height:85px;
}

.sub_container
{
	height:40px;
}

iframe#header
{
	height:85px;
	width:100%;
}

iframe#footer
{
	height:230px;
	width:100%;
}

iframe#submenu
{
	height:40px;
	width:100%;
}

.black_line
{
	width:100%;
	height:5px;
	background-color:#000000;
	font-size:0px;
}

div.button a, div.button
{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}

div.button a:hover, div.button div:hover
{
	color: #444444;
}

div.banner
{
	width:280px;
	background-color:#f1f1f1;
}

div.banner_header
{
	height:28px;
	background: url('http://cdn01.oovoo.com/img/business/black_bg.jpg') repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:15px 0 0 15px;
}

div.banner_content
{
	border: #cecece 1px solid;
	border-top: none !important;
	padding:15px 10px;
}
