body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td   
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	
}

body{
	line-height: 1.5em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #676767;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
td{
	line-height: 1.5em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt
	}

h1,h2 {
	font-size: 100%;
	color: #EA1D22;
	font-family: Arial, Helvetica, sans-serif;

	
}

em{
	color: #E61B23;
}

/*--------------------Links-----------------*/
a:link {
	text-decoration: none;
	color: #EF1C23;
}
a:visited {
	text-decoration: none;
	color: #EE1C25;
}
a:hover {
	color: #231F20;
	text-decoration: none;
}
a:active {
	color: #EB1C24;
	text-decoration: none;
	
}
a img {border: none; } 


/*--------------------container-----------------*/
#maincontainer{
	width:906px;
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
}

#topsection{
	height: 255px; /*Height of top section*/
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}
#header {
	height: 100px; /*Height of header*/
	background-image: url(menu_img/bg_menu.gif);
	background-repeat: no-repeat;
}


#contentwrapper{
	width: 100%;
	background-image: url(images/textfield_bg.gif);
	background-repeat: repeat-y;
}

/*--------------------footer-----------------*/

#footer{
	clear: left;
	width: 100%;
	background: #efefef;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 80%;
}
/*--------------------spacing-----------------*/

.innertube{
	margin: 10px;
}

.spacersignin{
	position: relative;
	height: 28px;
	top: 0px;
	width: 40px;
	display: inline;
	left: 868px;
}

.spacervideo{
	position: absolute;
	top: 191px;
	left: 98px;
	
}
.spacermenu{
	position: absolute;
	top: 150px;
	left: 414px;
	width: 295px;
}
.menulogo {
	position: absolute;
	top: 210px;
	width: 567px;
	left: 299px;
	display: inline;
}
.menusearchbutton {
	position: absolute;
	top: 93px;
	width: 48px;
	left: 280px;
	display: inline;
	height: 51px;
}

.menusearchfield {
	position: absolute;
	top: 104px;
	width: 196px;
	left: 46px;
	display: inline;
	height: 34px;
}
.innertext {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
.innertubelong {
	margin: 10px;
	margin-left: 60px;
}
.menusearchfieldbox {
	border: 1px solid #FFF;

}
.imagemap {
	position: absolute;
	top: 232px;
	left: 9px;
	width: 295px;
}
.contactus {
	position: absolute;
	top: 232px;
	left: 9px;
	width: 241px;
	background-image: url(images/conatctus_bg.gif);
	background-repeat: no-repeat;
	height: 451px;
	padding: 20px;
	padding-left: 30px;
}
.faq {
	position: absolute;
	top: 232px;
	left: 9px;
	width: 241px;
	background-image: url(images/faq_bg.gif);
	background-repeat: no-repeat;
	height: 451px;
	padding: 20px;
	padding-left: 30px;
}

