/*
.BananaBar
{
	margin: 0;
	padding: 0;
	height: 200px;
}
*/




/* Glider */

#my-glider
{
	margin: 0 0 20px 0;
	float: right;
	z-index: 1;
}

/* z-index is needed here for Safari 2 */
div.scroller 
{
	margin: 0;
	border: 0;
	width: 1000px; 
	height: 160px;
	overflow: hidden;
	clear: both;
	z-index: 1;
}

div.scroller div.section 
{
	margin: 0;
	padding: 0;
		width: 1000px;
	height: 160px;
	overflow:hidden;
	float:left;
	z-index: 1;
}

div.scroller div.section img 
{
	margin: 20px 20px 0 10px;
	padding: 0;
	float: left;
} 

/* set the following wider than all frames combined - or for up & down silder make it the exact width of a single frame */
div.scroller div.content 
{
	width: 20000px;
	z-index: 1;
}

/*
div#section1 
{
	background:#ccf;
}

div#section2 
{
	background:#eee;
}

div#section3 
{
	background:#ccc;
}
*/

/* Rotation Tabs - START */

#RotationTabs 
{
	background: #fff;
}

#RotationTabs a
{
	padding: 1px;
	padding-left: 10px;
	color: #fff;
	background: #69c;
	text-decoration: none;
	font-size: 10px;
}

#RotationTabs a span
{
	padding-right: 10px;
}

#RotationTabs a, #RotationTabs a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#RotationTabs a, #RotationTabs a span
{
	float: none;
}
/* End hide */

#RotationTabs a:hover
{
	background: #369;
}

#RotationTabs a.CurrentTab
{
	padding-left: 10px;
	color: #fff;
	background: #A09965 url(http://test.graphics.dwfoods.com/G_Home/RotationTabs/Tab_Current_LT_6x100.gif) left top no-repeat;
	text-decoration: none;
}

#RotationTabs a.CurrentTab span
{
	padding-right: 10px;
	padding-top: 1px;
	background: url(http://test.graphics.dwfoods.com/G_Home/RotationTabs/Tab_Current_RT_6x100.gif) right top no-repeat;
}


#RotationTabs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#RotationTabs li
{
	margin: 0 3px 0 0;
	float: left;
	display: inline-block;
}


/* Rotation Tabs - END */


/* Rotation Content - START */
.RotateContent
{
	margin: 0 10px 10px 10px;
	background: #A09965;
	height: 260px;
	clear: both;
}
.RotateContent img
{
	margin: 0;
}

.RotateContent a
{
	margin: 0;
	padding: 0;
}


/* Glider - Rotation Content - END */


div.SmallBananas img
{
	margin: 0 4px 0 0;
	padding: 0;
}


div.BananaBar h1
{
	color: #c96;
}

div.BananaBar h1 span
{
	color: #9cf;
}

div.BananaBar p
{
	color: #ccc;
	font-size: 24px;
}

div.BeautyShot
{
	margin: 0;
	padding-right: 10px;
	width: 392px;
	float: right;
}

div.BeautyShot img
{
	margin: 0 0 10px 10px;
	border: 1px solid #999;
}

h1.Comprehensive img
{
	margin-left: 30px;
}

/* Services Teaser */
div.ServicesList
{
	margin: 0;
	border: 0;
	padding: 0;
	width: 580px;
}

div.ServicesBlock
{
	margin: 0;
	border: 0;
	padding: 0;
	width: 140px;
	height: 120px;
	float: left;
}

div.ServicesBlock img
{
	margin: 0 5px 2px 40px;
	border: 0;
	padding: 0;
}


div.ServicesBlock h4
{
	margin: 2px 5px;
	border: 0;
	padding: 0;
	font-size: 14px;
	color: #369;
	text-align: center;
}

/* Complete Websites */
.CompleteWebsites
{
	margin: 5px 0 30px 0;
	border: 1px solid #eef;
	padding: 0;
	background: #eef;
	clear: both;
}


