/* reset all */
html,body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,form,p {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0 1em 0;
}

fieldset, img {
	border: none;
}

ul li {
	list-style: none;
}
/* end reset */

html {
	background: #000 url(/images/body/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 1.4em;
}

body {
	margin: 0 auto;
	width: 770px;
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #7A7A7A;
	color: #0033CC;
}

form .input,
form .textarea {
	border: 1px solid #DDD;
}

img.c {
	margin: 0 auto;
	display: block;
}

hr {
	border: 0;
	border-bottom: 1px solid #F0F0F0;
	height: 1px;
}

.c {
	text-align: center;
}

.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

.red,
a.red {
	color: #DA0000;
}

.blue,
a.blue {
	color: #00F;
}

object {
	display: block;
}

.clear {
	clear: both;
}

.lt {
	text-decoration: line-through;
}



ul {
	margin-top: 1em;
}

ul li {
	background: url(/images/services/icon-arrow3.png) 0 4px no-repeat;
	padding-left: 18px;
	margin-bottom: 0.75em;
	margin-left: 1.25em;
}




#doc {
	width: 770px;
	background: #000;
}

#docNormal {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 1.5em;;
}

#docNormal h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

#docNormal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

#header {
	height: 150px;
	background: #000 url(/images/header/logo.jpg) no-repeat;
	height: 300px;
}

#footer {
	text-align: center;
	padding: 10px 12px 20px 12px;
	background: #000 url(/images/footer/background.jpg) repeat-x;
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer .copyright {
	padding-top: 10px;
	font-size: 9px;
	color: #666;
}

#footer .address {
	font-size: 9px;
	padding-top: 1em;
}

#footer .copyright a:link,
#footer .copyright a:visited {
	color: #666;
	cursor: text;
}

#footer .copyright a:hover {
	text-decoration: none;
}

h1 {
    font: bold 16px Arial, Helvetica, sans-serif;
    margin-top: 5px;
}


h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

table#channels  {
	width: 100%;
	background: #fff;
	margin: 0.5em auto 1em 0;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 13px;
	cursor: default;
}

table#channels th.heading.first {
	width: 35%;
	padding: 10px;
	background: url(/images/marketing/bg-comparison-th.gif) center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table#channels th.heading {
	padding: 10px;
	background: url(/images/marketing/bg-comparison-th.gif) center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table#channels tr td.units {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	background: #eee;
	border-bottom: 1px solid #dbdbdb;
	line-height: 1.2em;
}

table#channels tr td.units.last {
	border: none;
}

table#channels tr td.odd {
	background: #eef;
	background: #edf5ff;
}

table#channels tr td.even {
	background: #fff;
}


#headerLogo {
float: left; width: 340px
}

#headerPlayer {
float: left; width: 430px
}

.yui-content {
	padding: 10px 15px 10px 15px !important;
}

.imgFloatLeft {
	float: left;
}

.imgFloatRight {
	float: right;
}

.divRight {
	float: right;
	width: 373px;
	margin-left: 15px; 
}

.divLeft {
	float: left;
	width: 403px;
	margin-right: 15px;
}

.divHighlightList {
	background: #eee;
	padding: 10px;
	border: 1px solid #c0c0c0;
}

/*contact */
label {
	width: 150px;
	float: left;
}

textarea {
	font-family: arial;
	font-size: 13px;
	line-height: 1.2em;
}

select {
	float: left;
}

input {
	margin-bottom: 0.5em;
}

#contactContainer {
	background: #eee;
	padding: 10px;
	border: 1px solid #c0c0c0;
}
/*contact end */

