/*
	Table of Contents
	~ HTML Tag Overrides
	~ Main Framework
	~ Header
	~ Navigation
	~ Body
	~ Footer

*/

/*----------------------------------------------------*/
/* HTML Tag Overrides
/*----------------------------------------------------*/

html{

	width: 100%;
	height: 100%;

}

body {

	border: 0;
	margin: 0;
	width: 100%;
	background: url('../images/bg.jpg') #F3F3F3 repeat-x;

}

h1, h2{

	display: none;

}

.clearBR{

	clear: both;

}

span{

	display: none;

}
/*----------------------------------------------------*/
/* Main Framework
/*----------------------------------------------------*/

#mainBody{

	position: relative;
	width: 100%;

}

.style1{

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin: 0;

}

.style2{

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;

}

.style3{

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #f26841;
	margin: 0;

}

.style4{

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ff6600;
	margin: 0;

}

/*----------------------------------------------------*/
/* Header
/*----------------------------------------------------*/

#hdrContent{

	position: relative;
	margin:0 auto 0 auto;
	text-align: center;
	width: 812px;
	height: 202px;
	background: url('/images/hdrImg.jpg');
}

#hdrContent a{

	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 110px;

}

#buyEureka a{

	position: absolute;
	top: 10px;
	left: 655px;
	width: 150px;
	height: 20px;

}

/*----------------------------------------------------*/
/* Navigation
/*----------------------------------------------------*/

#topNav{

	position: relative;
	margin:0 auto 0 auto;
	text-align: center;
	width: 812px;
	height: 41px;
	background: #E3E3E3;
}

.navBtns {

	float: left;
	position: relative;

}

/*----------------------------------------------------*/
/* Body
/*----------------------------------------------------*/

#bodyContainer{

	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 802px;
	background: #ffffff;

}

.headline{

	position: relative;
	width: 802px;
	height: 74px;
	background: url(/images/headline_01.gif);

}

#ltContent{

	float: left;
	position: relative;
	width: 485px;
	background: #ffffff;

}

.bodyTxt{

	position: relative;
	text-align: left;
	padding-left: 80px;

}

#rtContent{

	float: right;
	position: relative;
	height: 400px;
	width: 315px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/images/bgLogo.jpg') center no-repeat #ffffff;
	border-left: 1px dotted #F1683B;

}

#rtContentAbout{

	float: right;
	position: relative;
	height: 400px;
	width: 315px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/images/roundLogo.jpg') center no-repeat #ffffff;
	border-left: 1px dotted #F1683B;

}

#rtContentBlank{

	float: right;
	position: relative;
	width: 315px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px dotted #F1683B;
	background: #ffffff;

}

.bodyTxtRt{

	position: relative;
	text-align: left;
	padding-left: 30px;
	padding-right: 40px;


}
/*----------------------------------------------------*/
/* Footer
/*----------------------------------------------------*/

#ftrBG{

	position: relative;
	margin: 0 auto 0 auto;
	width: 802px;
	height: 56px;
	background: url('/images/ftr_bg.gif') #ffffff;

}

.ftrTxt{

	float: right;
	position: relative;
	padding-top: 10px;
	width: 400px;

}

#ftrBody{

	position: relative;
	margin: 0 auto 0 auto;
	width: 802px;
	height: 14px;
	background: url('/images/ftrBody.gif');

}


#copy{

	position: relative;
	margin: 0 auto 0 auto;
	width: 802px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;

}