body {

background-color: black;
background-image:url('http://www.adicts.us/google_page/style.css');
background-attachment: ;
background-position: top center;
background-repeat: no-repeat;

font-size: 10pt;
font-family: arial;
color: white;

}





.m {

position: absolute;
overflow: hidden;
top: 0px;
left: 0px;
width: 100%;
z-index: 500;
}






a.style1:link{color:#FFFFFF;text-decoration: none; cursor: pointer;}
a.style1:visited{color:#FFFFFF;text-decoration: none; cursor: pointer;}
a.style1:active{color:#FFFFFF;text-decoration: none; cursor: pointer;}
a.style1:hover{color:#A40200;text-decoration: none; cursor: pointer;}





.Header-1 {

background: #2D2D2D;
border-bottom: solid 1px black;
height: 29px;


}



.Sign-In-Btn {

margin-right: 58px;

}




.Search-Bar {

width: 450px;
height: 20px;
padding: 7px;
border: solid 2px black;
font-size: 12pt;
font-family: arial;
color: black;

}


.Search-btn {

width: 130px;
padding: 8px 10px;
background: #A40200;
color: white;
font-size: 10pt;
font-family: arial;
font-weight: bold;
border: solid 2px black;
margin-top: 10px;
cursor: pointer;
}







/*Slideshow*/



#container {

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow-y: hidden;
	background: black;

}

#example {

	width: 100%;
	height: 100%;
	position: absolute;

}




#slides {

	width: 100%;
	height: 1200px;
	position: absolute;
	top:0;
	left:0;
	overflow-y: hidden;

}



.slides_container {

	width: 100%;
	overflow: hidden;
	position: absolute;
	display: none;

}




.slides_container div {

	width: 100%;
	height: 1200px;
	display: block;
	position: absolute;
	top:0;
	left:0;

}



.slides_container div img {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	overflow-y: hidden;

}













.pagination {
	display: none;
	position: absolute;
	z-index: 80000;
	margin-top: -542px;
	
}



.pagination li {
	float:left;
	list-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://www.adicts.us/imgs/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



ul, menu, dir {
	-moz-padding-start: 0px;
	display: block;
	list-style-type: disc;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 436px;
}