/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/menu.css';



/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */
   
   
/*STRUCTURE ---------------------------------*/

body {   
	background: #e8ebef;
	margin: 0px;
	}

.logo{
	margin-top: 10px;
	margin-bottom: 10px;
}

#header{

}
.affimg{
	margin-bottom: 28px;
	margin-top: 0px;
}

#mainsite{
	padding-top: 10px;
	padding-bottom: 18px;
	}

#flashbox{
	margin:0px 0px 15px 0px;
	height: 400px;
	padding: 0px 0px 5px 0px;
	background:  url(/img/flashbg.jpg) repeat-x bottom;
}

#footer{
	background:  url(/img/footerbg.jpg) repeat-x bottom;!important
	padding: 0px 20px 0px 20px;
	margin:0px 0px 20px 0px ;
	font-size: 80%;
}
#footer a {
	color:#666666;
	text-decoration: none;!important
}
#footer a:hover{
	color: #333;
	text-decoration: underline;
}

#footer p{
	margin: 12px 0px 18px 0px;
}

a{
	text-decoration: underline;
}

.headerimg{
	border-bottom: 1px solid #DEE2E6;
	padding-bottom: .7em;
}

/*gallery*/
#gallery{
	width:530px;
	clear:both;
	margin:0px 0px 20px 0px;	
}

.galleryimg{
 	padding:6px;
	border:1px solid #ccc;
	margin: 0px 0px 0px 5px;
}
/* visit */

#visit {
	width: 150px;
	margin: 10px 0px 20px 0px;
	}
#visit span, #visit a {
	display: block;
	width: 146px;
	height: 47px;
	padding: 0;
	border-style: none;
	background: url(/img/visitbg.jpg) no-repeat;
	}
#visit img  {
	display: block;
	width: 0;
	}
#visit a:hover {
	background-image:url(/img/visitbghover.jpg);
	}




.affiliate_list ul li a{font-weight: bold;text-decoration: none;}
.affiliate_list ul li a:hover{font-weight: bold;text-decoration: underline;}

