/* blinkx beat page for Alot toolbar */





/************************************
	Meyer Reset
************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


html,body {
	height: 100%;
}



img {
	border: 	none;
}



/* Main Content */

body {
	font-family: "Lucida Grande",Arial, Helvetica, "Lucida Sans", "Trebuchet MS", sans-serif;
	background: #d1d2d4;
}

#main {
	background: url(/blinkxBeat/images/topbkg.jpg) repeat-x top left;
}

#masthead {
	width: 		820px;
	height: 	400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#videowall {
	position: relative;
}

#getFlash {
	position: absolute;
	top: 215px;
	left: 290px;
}


#poweredbytag {
	position: absolute;
	left: 50%;
	top: 21px;
	z-index: 150;
	margin-left: -45px;

}

.clearer {
	clear: both;
}



/* Description Area*/

#middlerow {
	background: #fff;
	padding: 15px 0px;

}

#mainContent {
	width: 760px;
	margin: auto;
}


#download a {
	height: 180px;
	width: 240px;
	text-indent: -9000px;
	display: block;
}

#download a:link, #download a:visited {
	background: url(/blinkxBeat/images/download_btn.png) no-repeat top left;
}

#download a:hover {
	background: url(/blinkxBeat/images/download_btn.png) no-repeat bottom left;
}

#download #requirements {
	font-size: 10px;
	color: #999999;
	margin-top: 27px;
	margin-left: 20px;
}

#download #requirements td {
	padding-bottom: 20px;
}

#download #requirements h3 {
	font-size: 10px;
}

#download #requirements p {
	line-height: 1.4em;
}

#description {
	width: 500px;
	margin-left: 270px;
}


#description #never_be_bored_again {
	background: url(/blinkxBeat/images/droptheremote.gif) no-repeat top left;
	text-indent: -9000px;
	height: 60px;
	margin-bottom: 20px;
}



#description p {
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

#description dl {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}

#description dl dt {
	font-size: 11px;
	font-weight: bold;
}

#description dl dd {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


#description .left {
	margin-right: 20px;
}


#download {
	float: left;
}

/* Footer & Navigation */
#footer {
	font-size: 10px;
	background: url(/blinkxBeat/images/bottombkg.jpg) repeat-x top left #d1d2d4;
	padding-bottom: 80px;
}

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

}

#footer a:hover {
	text-decoration: underline;

}

#footer #footerContent {
	width: 760px;
	margin: auto;
	padding-top: 20px;
}

#footer #softpedia {
	display: block;
	float: left;
	padding-left: 35px;
}

#footer #privacy {
	margin-left: 270px;
	width: 500px;
	color: #666666;
}

#footer #privacy dt{
	margin-bottom: 20px;
}

#footer #privacy dd{
	line-height: 1.6em;
}

#footer #privacy p {
	font-size: 12px;
	margin-top: 20px;
	color: #999999;
}


