/*----------global settings----------*/

body,div,br,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	border-collapse:collapse;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*----------layout----------*/

body {
      background-color:#747679;
      margin:0 auto;
	  width: 100%;
	  }
	  
	  
.shadow   { 
           background-image:url(../images/shadow.gif);
           background-repeat: no-repeat;
           margin: 0 auto;
		   width:805px;
		   height: 835px;
		   margin-top: 25px;
		   } 
		     
#container {
            position:relative;
            background-repeat:no-repeat;
	        background-color:#fff;
	        width: 787px;
			min-width:787px;
	        height: 632px;
	        margin:0 auto;
	        }
	  	  
#header {
         background-image:url(../images/bowlerbubbleorange.jpg);
         width: 787px;
	     height: 120px;
	     margin: 0 auto;
	    }
		
#header h1 {text-indent:-9999px; font-size: 2em;}
#header h2 {text-indent:-9999px; color:#fff;}
#header h3 {text-indent:-9999px; color:#fff;}
#header h1 img {visibility:hidden;}
	  
/*----------navigation----------*/

#navbar  {
          background-image:url(../images/navbar.jpg);
          background-repeat:no-repeat;
		  width: 787px;
		  height:22px; 
		  margin:0 auto;
		  }
		  
			
#navbar ul li {
               display:inline;
			   float:right;
			   }
			
#navbar ul li a {
                 background-image:url(../images/bullet1.gif);
			     background-repeat:no-repeat;
				 background-position:center left;
				 padding:0px 34px 0px 20px;
				 font-family:verdana, Helvetica, sans-serif;
			     font-weight:bold;
			     font-size:0.6em;
			     color:#fff;
			     text-decoration:none;
                }
				
#navbar ul li a:hover {background-image:url(../images/bullet.gif); color:#dfdcdc;}
					   
/*----------content----------*/

#text   {
         background-image:url(../images/img1.png);
		 background-color:#ccc;
		 width:395px;
		 height:301px;
		 border-bottom: #999999 solid 10px;
		 left:0px;
		 top:0px;
		 }
		 
#text ul {
		  margin:0px;
		  }
		  
#text li {
          width:90%;
		  padding: 18px 13px 5px 20px;
		  font-family:Arial, Helvetica, sans-serif;
		  }
		   
#text h1               {font-size:20px; color:#da8012	; font-weight:bold; margin-bottom:10px;}   
#text li p, #news li p {font-size:11px; font-weight:800; line-height:14px;}
#text h2, #news h2     {font-size:14px; color:#fff; font-weight:bold; padding-bottom:10px;}
#text h4, #news h4     {font-size:15px; color:#fff; font-weight:bold;}

#news         {
               background-image:url(../images/bus2.png);
               background-color:#ccc;
	           padding:0;
			   width:392px;
	           height:301px;
	           right: 0px;
	           top: 0px;
	           border-bottom: #999999 solid 10px;
			   position:absolute;
			   }
			   
#news li      {
               width:90%;		  
		       padding: 18px 13px 5px 20px;
			   font-family:Arial, Helvetica, sans-serif;
			   }
			   
#news h1     {font-size:17px; color:#fff; font-weight:bold; margin-bottom:10px;}  
			   


/*-----------bottom content boxes----------*/

		 	 
		 
.box1 h2, .box2 h2, .box3 h2 {text-indent:-9999px; color:#FF0000; font-weight:bold;}

.box1   {
         background-image:url(../images/caughtbox.jpg);
         margin-left:14px;}
		  
.box2   {
         background-image:url(../images/salebox.jpg);
         margin-left:10px;
		 }
		 
.box3   {
         background-image:url(../images/soldbox.jpg);
         margin-left:6px;
		 }
		  
.box1, .box2, .box3   {
                       background-repeat:no-repeat;
		               background-color:#fff;
		               width:250px;
		               height:310px;
		               float:left;
		               margin-top:5px;
		               }
		  
.box1 ul, .box2 ul, .box3 ul {padding-left:30px; padding-top:40px; list-style:none; width:80%;}
			 
.box1 ul li a, .box2 ul li a, .box3 ul li a {
                                             background-image:url(../images/bullet1.gif);
                                             background-repeat:no-repeat;
											 background-position:left;
			                                 font-family: Arial, Helvetica, sans-serif;
			                                 font-weight:900;
			                                 font-size:12px;
			                                 padding-bottom:3px;
			                                 padding-left:19px;
			                                 padding-top:2px;
			                                 text-decoration:none;
			                                 color:#000;
			                                 }
		
					 
.box1 ul li a:hover, .box2 ul li a:hover, .box3 ul li a:hover  { background-image:url(../images/bullet.gif);text-decoration:underline;}
																
/*----------footer----------*/																
																
																
#footer   {
           background-color:#000;
           width:783px;
		   height:34px;
		   margin:0 auto;
		   border: 2px solid #fff;
	       text-align:center;
		   padding-top:12px;
		   }
		   
#footer a {color:#db8113; text-decoration:none; font-size:9px; font-family:Helvetica, sans-serif;}
#footer a:hover {color:#FFFFFF; text-decoration:none;}
		  

		 
		 
		 
					   
            
         


          
	  
	  
	  
