@charset "utf-8";
/* Default CSS Template
   Tidal Pictures 2009-2010
*/

body
{
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color:#0B1012;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
	background-image:url(../imgs/tp_bg_resize.jpg);
	background-repeat:repeat-x;
}

iframe {
	border: 0px solid #ffffff;
}

img
{
	border:0px;
}

a:link 
{
	text-decoration:none;
	color:#0d9fd8;
}  
   
a:visited 
{
	text-decoration:none;
	color:#0d9fd8;
} 

.pageHeader1 {
	font-size: 20px;
	font-weight: bold;
	color: #0d9fd8;
}

.pageText {
	color: #333333;
	font-size: 14px;
}

.newsfeed {
	position:relative;
	top:-6px;
	font-size: 12px;
	text-indent:10px;
	line-height:30px;
	text-align:left;
}

.twitterfeed ul{
text-decoration:none;
}
.twitterfeed {
	left:6px;
	top:5px;
	position:relative;
	font-size:12px;
	height:40px;
	width:260px;
}

.twitterdate
{
	font-size: 10px;
	color:#666666;
	height:22px;
	padding-left:6px;
}

.headingStyle
{
	color:#20a3d7;
	font-size:11px;
}

/* ---[ =feature ]------------------------------- */	
#feature {
	height: 416px;
	overflow: hidden;
	position: relative;
	width:822px;
	}
	
#feature .items li {
	height: 416px;
	width: 822px;
	z-index: 0;
	list-style: none;
	padding-left:0px;
	}

#feature ul
{
	padding: 0px;
	margin: 0px;
}

#feature .items .main {
	
	}
	
#feature .items .background_01 
{ 
	background: url(../imgs/web_ad_1.jpg) top left no-repeat !important; 
}
#feature .items .background_02 
{ 
	background: url(../imgs/web_ad_2.jpg) top left no-repeat !important; 
}
#feature .items .background_03
{ 
	background: url(../imgs/web_ad_3.jpg) top left no-repeat !important; 
}
#feature .items .background_04
{ 
	background: url(../imgs/web_ad_4.jpg) top left no-repeat !important; 
}
#feature .items .background_05 
{ 
	background: url(../imgs/web_ad_5.jpg) top left no-repeat !important; 
}
#feature .items .background_06 
{ 
	background: url(../imgs/web_ad_6.jpg) top left no-repeat !important; 
}

#feature .paging {
	bottom: 5px;
	list-style: none;
	position: absolute;
	left: 1px;
	z-index: 1;
	}
		
#feature .paging li {
	display: block;
	float: left;
	margin: 0 0 0 3px;
	}
		
#feature .paging a {
	background: #333333;
	color: #0d9fd8;
	display: block;
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 2px 6px;
	border:1px solid #CCCCCC;
	}
			
#feature .paging .selected a,
#feature .paging a:hover {
	background: #0d9fd8;
	text-decoration: none;
	color: #333333;
	}
