﻿/********************************************************************************|
 # This copyright notice must be kept untouched in the stylesheet at all times.  |
 # The original version of this script and the associated (x)html                |
 # is available at http://www.encodez.com/                                       |
 # Copyright (c) 2009 Encodez Systems. All rights reserved.                      |
 # ------------------------------------------------------------------------------|
 # This script and the associated (x)html may be modified in any                 | 
 # way to fit your requirements.                                                 |
 #                                                                               | 
 # DYNAMIC MULTI TRANSITION BANNER                                               |                                                                              |
 # Author       : MUNEER SAHEED                                                  |
 # Released on  : 16 June 2009                                                   |
 # Version      : 1.0.0                                                          |
 # Website      : http://www.encodez.com/                                        |
 # Contact      : muneer AT encodez DOT c o m                                    |
 #-------------------------------------------------------------------------------|
*/

#bannerTD
{
	width: 930px;
	height: 280px;
	border: none;
	background-color: #333;
	background-repeat: no-repeat;
}
#bannerTD #bannerContainer
{
	width: 930px;
	height: 280px;
	text-align: center;
}
#bannerTD #bannerContainerCover
{
	width: 930px;
	height: 280px;
	text-align: center;
}
#bannerTD #bannerBody
{
	height: 280px;
	text-align: center;
}

#bannerTD #bannerFooterNav
{
	top: 280px;
	padding-top: 4px;
	left: 0;
	margin: 0;
	width: 930px;
}
.footerCell
{
	padding: 0;
	text-align: left;
	border: 0px #F90 solid;
}
.footerCell .footerTitle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.footerCell .footerTitle a
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.footerCell .footerDesc
{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #efefef;
}
.footerCell ul
{
	list-style: none;
	margin: 2px 2px 2px 7px;
	padding-left: 0;
}
.footerCell ul li
{
	margin: 5px;
	line-height: 13px;
	padding: 0;
}
.footerLink
{
	text-align: right;
}

.footerCell .imgDiv
{
	position: relative;
	float: left;
	width: 230px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.homeDiv
{
	position: relative;
	float: left;
	height: 450px;
	margin: 0;
	padding: 5px 10px 25px 10px;
	
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000;
}

.homeDivLeft
{
	position: relative;
	float: left;
	height: 450px;
	margin: 0;
	padding: 5px 10px 25px 10px;
	
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000;
}

#imgDivText1
{
	border-right: solid 1px #C7D5DD;
	width: 440px;
}

#imgDivText2
{
	border-right: none;
	width: 440px;
}

#imgDivWide
{
	border-right: none;
	width: 880px;
}
.productDiv h1
{
	text-indent: -9999px; 
	height: 55px; 
	width: 440px; 
	margin: 10px 0 5px 0;
	line-height: 1em;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.homeDiv h1
{
	text-indent: -9999px; 
	height: 55px; 
	width: 440px; 
	margin: 10px 0 5px 0;
	line-height: 1em;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.homeDiv ul
{
	margin: -5px 0 0 -15px;
	padding: 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 12px;
}

.homeDivLeft h1
{
	text-indent: 65px; 
	height: 55px; 
	width: 440px; 
	margin: 10px 0 5px 0;
	line-height: 2.1em;
	font-family: Calibri, Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #003f67;
	background-position: top left;
	background-repeat: no-repeat;
}

.homeMainColumn 
{
	position: relative; 
	float: left; 
	display: inline; 
	width: 930px; 
	margin: 5px 0 10px 0; 
	padding: 0;
}

.homeMainColumn p 
{
	padding: 0 0 0 5px; 
	font-size: 12px; 
	color: #666666;
}


