/*   GENERAL   */

* {margin:0px; padding:0px;}
body{margin:0px; padding:0px; font:normal 12px/18px "Helvetica", arial, verdana, sans-serif; color:#585858; background-color:#fff;}

/*   TAG   */

h1 {text-indent:-9999px;}
h2 {margin-top:30px; font:normal 18px/18px "Helvetica", arial, verdana, sans-serif; color:#1d2123;}
span{font:normal 12px "Helvetica", arial, verdana, sans-serif; color:#767676;}
a{text-decoration:none; font-weight:bold; color:#000;}
strong{color:#333;}
img{border:none;}

/*  DIV   */

#container{margin:0px 0px 0px 240px; width:690px;}
#header{margin-top:10px; width:690px; height:60px;}
#header h1{display:block; margin-left:10px; width:115px; height:60px; background-image:url(../images/preview_html/pk_logo.jpg); background-repeat:no-repeat;}
#menu{position:absolute; left:60px; top:110px; width:30px; height:120px;}
body > div#menu{position:fixed;}
#menu ul{list-style:none; color:#fff;}
#menu li{}
#menu li a{display:block; padding:1px 0px 1px 7px; width:20px; height:20px; background-image:url(../images/preview_html/back_ground_list.jpg); background-repeat:no-repeat; font-size:9px; color:#fff;}
#box1, #box2, #box3, #box4{float:left; margin-top:30px; padding-bottom:30px; border-bottom:dotted 1px #d6d6d6;}
#footer{float:left; padding-top:10px; width:690px; height:60px; color:#aaa; text-align:right;}

/*  FLASH DIVS  */

#banner1, #banner3{padding-bottom:10px; overflow:hidden;}
#banner2, #banner2_1, #banner2_2, #banner2_3{float:left; margin-right:10px; width:165px; height:95px; background-color:#000;}
#banner4 {float:left; margin-right:10px; width:165px; height:340px; background-color:#eee;}
#banner4_1{float:left; margin-right:10px; width:515px; height:340px; background-color:#eee;}

/*  CLASSES  */

.description{float:left; width:400px; margin:10px 0px 0px 10px;}

  /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:610px;
		height:540px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		margin-top:110px;
		border:1px solid red;
		}	
	#nextBtn, #slider1next{ 
		left:606px;
		margin-top:110px;
		border:1px solid green;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;
		
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
