/***** global reset *****/
body {
        margin: 0;
        padding: 0;
}
a, ol, ul, p, img, h1, h2, h3, h4, h5, h6, form, input, td, dd, dl {
        margin: 0;
        padding: 0;
        border: 0;
}
a, object:focus {
        outline: none;
}

a:link, a:active {
	color: #3b73b9;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	}

table {
        border-collapse: collapse;
        border-spacing:0;
}              
/***** global reset end *****/
body{
	background:#f2f2f2 url(../images/global/bg_pix.gif) repeat-y 50% 0;
	color:#666666;
	font-size:11px;
	font-family:Arial,Regular;
}
p{
	line-height:16px;
}
#wrapper{
	margin:0 auto;
	background:#ffffff;
	width:965px;
	padding:0 12px;
}
.clearer{
	clear:both;
	height: 0;
	line-height: 0;
}
.clear{
	clear:both;
}
.height-sep{
	height:19px;
}
.height-sep-two{
	height:10px;
}
*:first-child+html .fixIE{
	z-index:2;
}
*:first-child+html .fixIE2{
	z-index:1;
}
*:first-child+html .fixIE3{
	z-index:3;
}
/* Cufon titles */
h1.cufon-title {
	font: 500 21px Arial, Sans-Serif;
	margin:0 0 15px 9px;
	letter-spacing:-.7px;
	word-spacing: -3px;
}
h2.cufon-title {
	float:left;
	padding:8px 0 0 0;
	font: 500 14px Arial, San-Serif;
	text-transform: uppercase;
	letter-spacing:-.7px;
	word-spacing: -3px;
}
#videoTitle {
	margin:5px 0 7px 0;	
	word-spacing: 1px;
}
h3.cufon-title {
	font: 500 14px Arial, Sans-Serif;
	margin:15px 0 7px 62px;	
	letter-spacing: -.7px;
	word-spacing: -3px;
}
h4.cufon-title {
	font: 700 12px Arial, Sans-Serif;
	margin:0 0 9px 0;
	text-transform: uppercase;
	letter-spacing: -.7px;	
}
h4.cufon-title-rightnav {
font:700 12px Arial,Sans-Serif;
letter-spacing:-0.7px;
margin:0;
text-transform:uppercase;
}
.hover_menu { z-index: 100; }

