BODY {
	background-image:url(images/bkg_tile.gif);
}


.text_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}

.header {
	background-image: url(images/sprite_elements.png);
	background-position: 0px 0px;
	width: 946px;
	height: 105px;
}

.box_top {
	background-image: url(images/sprite_bkg.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
	width: 921px;
	height: 388px;
	margin: 8px 0px 0px 0px;
	border: 1px #bebebe solid;
}

.text_antispyware {
	background-image: url(images/sprite_elements.png);
	background-position: 0px -115px;
	height: 25px;
	width: 460px;
	margin:39px 0px 0px 36px;
}

ul.green {
	list-style-type: square;
	color:#093;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

.blacktext {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link.downloadButton, a:visited.downloadButton {
	background:url(images/sprite_elements.png) no-repeat top left;
	background-position:0px -161px;
	width:535px;
	height:52px;
	display:block;
}

a:hover.downloadButton { background-position:0px -220px; }

.logo_is3 {
	background-image: url(images/sprite_elements.png);
	background-position: 0px -281px;
	width: 45px;
	height: 42px;
	margin: 10px 15px 0px 885px;
}

.text_awardwinning {
	background-image: url(images/sprite_elements.png);
	background-position: 0px -323px;
	width: 415px;
	height: 24px;
	margin:10px 0px 0px 16px;
	text-align:left;
	float:left;
}

.box_bottom {
	background-color:#525252;
	width: 921px;
	height: 460px;
	margin: 8px 0px 0px 0px;
	border: 1px #bebebe solid;
}

.text_screenshots {
	background-image: url(images/sprite_elements.png);
	background-position: 0px -351px;
	margin:3px 0px 10px 17px;
	float:left;
	text-align:left;
	width: 131px;
	height:20px;
}

.btn_screenshots {
	background-image: url(images/sprite_elements.png);
	background-position: 0px -379px;
	margin:3px 0px 0px 17px;
	float:left;
	width: 438px;
	height:70px;
}

.compat {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

A.link_white:link, A.link_white:visited, A.link_white:active, A.link_white:hover {
	COLOR: #FFFFFF;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}

.bkg_main {
	background-image:url(images/sprite_elements.png);
	background-position: 0px -459px;
}

.bkg_bottom {
	background-image:url(images/sprite_elements.png);
	background-position: 0px -1483px;
	height: 17px;
}

.clear { clear:both; }


/*************************************************************************/
/*************************************************************************/
/*					            SLIMBOX                                  */
/*************************************************************************/
/*************************************************************************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
