/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* Page style */

body {
	background-color: #000;
	font: 80%/1.6 Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#page					{
	margin: 5% auto;
	padding: 0px;
	position:relative;
	width:1110px;
	border: 0px;
	border-color:#fff;
	height:558px;
	/*background-color: #FFFFF7;*/
	overflow: hidden;
}
#page:after {content:"."; display:block; height: 0; clear:both; visibility:hidden;}
	


#main_content {
	background:url(images/Small%20Bee%20Panel.jpg) no-repeat left top;
	height:558px;
	margin: 0;
	padding: 0;
	position:relative;
	}

div.banner {
	/*background: url(images/Small%20Bee%20Panel.jpg) no-repeat left top;*/
	height:558px;
	position:relative;
	float:left;
	width:360px;}

div.imagesection {
	float:left;
	padding:0px;
	width: 250px;
	height:279px;
}


div#mydiv {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow:#CCC;
	text-transform:uppercase;
	font-size:12px;
	width:235px;
	background:url(images/my_div_background.png) no-repeat left top;
	height:300px;
	position:absolute;
	top: 228px;
	left: 90px;
	
}
	

div#mydiv a { text-decoration: none;}


.listings {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 130%;
	padding-top:15px;
	padding-left:10px;
	color:#FFF;
}

div#textoff {margin-left: -2300px;
float:left;}
	 
 
img
{  border-style: none;
}


 
 span#close {
	padding: 2px 0px 0px 175px;
	text-decoration:none;
	
	color:#FFF;
	font-size:14px;
}
	
	

ul.thumb {
	
	height: 558x;
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 750px;
}
ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 250px;
	height: 279px;
}
ul.thumb li img {
	width: 250px; height: 279px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 0px;
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background:  #066 no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

.center {text-align:center;}