/* -------General Setting-------- */

html{
	background-color: #FFFFFF;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-decoration:none;	
	}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	text-decoration:none;
	}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;	
	text-decoration:none;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	}

h1 {
	font:eurostile;
	font-size:15px;
	font-weight:300;
	}
	
h3 {
	font:eurostile;
	font-size:15px;
	font-weight:400;
	}	

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: left;
	line-height: 1.5;}
	
/* -------General Boxes-------- */


.copyright{
	width:800px;
	background-color: #FFFFFF;
	margin:0 auto;
	height: 30px;
	text-align:center
	}
	
.mainFooter{
	margin:0 auto;
	width:800px;
	height:140px;
	position: relative;
	clear:both;
	
	}

.footer {
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	width:800px;
	margin:0 auto;
	margin-top: 15px;
	height: 120px;
	clear:left;
	}
	
.footerContent {
	width: 140px;
	height: 100px;
	color: #333333;
	font-size:11px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica;
	margin:0 auto;
	margin-top: 20px;
	margin-left: 15px;
	float:left;
}	
	

	
.mainContent {
	background-color: #FFFFFF;
	margin:0 auto;
	width:800px;
	clear:both;
	}
	
.logIn {
	width: 430px;
	height:30px;
	float:right;	
	margin-top:30px;	
	}

.logInLine {
	width: auto;
	height:15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float:left;
	background-color: #FFFFFF;
	border-width:thin;
	border-color:#666666;
	vertical-align:middle;
}

.logInText {
	width: auto;
	height:15px;
	margin-top: 10px;
	margin-right:10px;
	float:right;
	text-align:right;
	font-size:15px;
	font-family: Vrinda, Verdana, Arial, Helvetica;
}

.logInText a:hover{
	color:#000000;
}

/* -------Customer Log In-------- */

.customerLoginBox {
	width:160px;
	height:auto;
	margin-top:40px;
	margin-left:11px;
	float:left;
}

.divider {
	background-color:#333333;
	height:120px;
	width:3px;
	float:left;
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
	
	
}

.customerLoginEntry {
	width:160px;
	height:14px;
	}

.customerLoginSubmit {
	width:150px;
	height:auto;
	text-align:right
	}
	
.customerLoginField {
	width: 150px;
	height:15px;
	background-color:#FFFFFF;
	border:solid;
	border-bottom-color:#333333;
	border-width:thin;
	margin-top: 4px;
	}
/* -------Main Banner-------- */

.mainBanner {
	background-image: url(images/mainBannerBg.png);
	width:800px;
	height:190px;
	min-width:800px;
	float:left;
	}

.mainBannerVideo{
	background-image: url(images/mainBanner.png);
	background-repeat:no-repeat;
	position: absolute;
	width: 740px;
	height:220px;
	margin-left:30px;
	margin-top: 15px;
	clear:right;
		}

.mainBannerPhoto {
	height:163px;
	width:222px;
	}

.mainBannerText {
	height:40px;
	width:207px;
	margin-left: 15px;
	}

.mainBannerSections {
	height:203px;
	width:222px;
	float:left;
	margin-left:40px;
	margin-left:20px;
	margin-top:30px;
	}


/* -------Featured Items-------- */

.featureBox {
	background-image:url(images/featureBox.png);
	background-repeat:no-repeat;
	width:200px;
	margin:0 auto;
	margin-bottom: 10px;
	height:100px;
	float: right;
	}
	
.featureTitle {
	color:#333333;
	font: eurostile, Vrinda;
	font-size:17px;
	font-weight:300;
	height:20px;
	width:180px;
	float:left;
	clear:right;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:4px;
	}
	
.featureImage {
	height:60px;
	width:60px;
	float:left;
	margin-left: 10px;
	float: left;
	}

.featureText {
	font:Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	height:60px;
	float:left;
	font-size:10px;
	}

/* -------Logo-------- */

.logoLine {
	background-color: #FFFFFF;
	margin:0 auto;
	width: 800px;
	height:62px;
	}

.logoBox {
	float:left;
	height:57px;
	width: 225px;
	margin-left:10px;
	}

	

/* -------Navigation Bar-------- */

.navigation {
	background-color: #FFFFFF;
	margin:0 auto;
	width:800px;
	height: 30px;
	background-image: url(images/navigation_bar_thick.jpg);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	margin-bottom: 4px;
	}	

.navigation a:hover {
	color: #000000;
	}

.navButtonMiddle {
	float:left;
	background-image: url(images/navButtonMiddle.png);
	background-repeat:no-repeat;
	height:35px;
	width: 120px;
	font-family: Vrinda, Verdana, Arial, Helvetica;
	font-size:16px;
	color:#333333;
	padding-top: 10px;
	text-align:center;
	font-weight: 400;
	}	

.navButtonCloseLeft {
	float:left;
	background-image: url(images/navButtonCloseLeft.png);
	background-repeat:no-repeat;
	height:35px;
	width: 98px;
	font-family: Vrinda, Verdana, Arial, Helvetica;
	font-size:16px;
	color:#333333;
	vertical-align: middle;
	padding-top: 10px;
	text-align:center;
	font-weight:400;
	}	
	
.navButtonCloseRight {
	float:left;
	background-image: url(images/navButtonCloseRight.png);
	background-repeat:no-repeat;
	height:35px;
	width: 98px;
	font-family: Vrinda, Verdana, Arial, Helvetica;
	font-size:16px;
	color:#333333;
	vertical-align: middle;
	padding-top: 10px; 
	text-align:center;
	font-weight:400;
	}	
	
/* -------Content Box-------- */

.contentLeft{
	background-color:#FFFFFF;
	float:left;
	margin-top: 10px;
	width:550px;
	}
	
.contentRight{
	background-color:#;
	float:left;
	margin-top: 10px;
	width:250px;
	height:440px;
	margin-bottom: 15px;
	}

.contentLeftTitle {
	background-color:#FFFFFF;
	background-image:url(images/contentBoxTitle.png);
	background-repeat:no-repeat;
	float:left;
	height:50px;
	width:550px;
	}
	
.contentLeftTitleText {
	margin-top: 10px;
	margin-left:27px;
	font:eurostile, Vrinda;
	height:20px;
	width:514px;
	float:left;
	clear:right;
	font-size:15px;
	font-weight:300;
	}
	
.contentLeftTitleArt {
	background-image: url(images/contentBoxTitleArt.png);
	background-repeat:no-repeat;
	margin-top: 3px;
	margin-left: 10px;
	font:eurostile, Vrinda;
	height:18px;
	width:530px;
	float:left;
	}

.contentLeftText {
	background-color:#FFFFFF;
	background-image: url(images/contentBoxText.png);
	background-repeat: no-repeat;
	float:left;
	height:auto;
	min-height:200px;
	width:530px;
	padding: 10px;
	font-size:15px;
	}
	
.contentLeftContent {
	height:auto;
	width:500px;
	padding-left:15px;
	font-size:12px;
	}

.contentLeftContent p {
	line-height:15px;
	font-size:12px;
	}

.contentLeftContent a:link  {
	color:#709746; 
}

.contentLeftContent a:hover  {
	color: #003300; 
}

.contentLeftContent: a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
	text-decoration:none;	
	} 

.contentLeftTextHead {
	height:auto;
	width:500px;
	font-size:12px;
	height: 20px;
	font:eurostile, Vrinda;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 25px;
		}
		
.contentLeftFooter {
	background-color:#FFFFFF;
	background-image: url(images/contentBoxFooter.png);
	background-repeat: no-repeat;
	float:left;
	height:50px;
	width:550px;
	margin-bottom: 30px;
	}

.contentLeftSoftware {
	background-color:#009900;
	width:113px;
	height:45px;
	float:right;
	margin-right:40px;
	vertical-align:bottom;
	margin-top: 2px;
	background-image: url(images/softwareBox.png);
	background-repeat:no-repeat;
	}

.contentBoxSplit {
	width:200px;
	height:auto;
	float:left;
}

.contentBoxSplit p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* -------Content Box (Text Based)-------- */

.contentLeft2{
	background-color:#FFFFFF;
	float:left;
	margin-top: 10px;
	width:800px;
	}

.contentLeftTitle2 {
	background-color:#FFFFFF;
	background-image:url(images/contentBoxTitleExtended.png);
	background-repeat:no-repeat;
	float:left;
	height:50px;
	width:800px;
	}

.contentLeftText2 {
	background-color:#FFFFFF;
	background-image: url(images/contentBoxTextExtended.png);
	background-repeat: no-repeat;
	float:left;
	height:250px;
	width:780px;
	padding: 10px;
	font-size:12px;
	}

.contentLeftContent2 {
	height:auto;
	width:750px;
	padding-left:15px;
	font-size:12px;
	}
	
.contentLeftFooter2 {
	background-color:#FFFFFF;
	background-image: url(images/contentBoxFooterExtended.png);
	background-repeat: no-repeat;
	float:left;
	height:50px;
	width:800px;
	margin-bottom: 30px;
	}

/* -------Added July 8th/2009-------- */

.registrationText {
	width:150px;
	margin-left:50px;
	float:left;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	margin-top:20px;
	font-size: 15px;
	}

.registrationInput {
	margin-left:10px;
	float:left;
	margin-top:20px;
	font-size:15px;
}

.inputTitle {
	width:150px;
	height:20px;
	margin-bottom:20px;}
	
/* -------- Added by Rihanna Aug 03, 2009 -------- */
.infoLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.Label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.mandatoryLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #ff0066;
}
.largeTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 350px;
    font-size: 8pt;
}
.mediumTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 120px;
    font-size: 8pt;
}
.smallTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 25px;
    font-size: 8pt;
}		

li.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#000;
    text-decoration:none}

li.info:hover{z-index:25; background-color:#fff}

li.info span{display: none}

li.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:55em;
    border:1px solid #000;
    background-color:#ccc; color:#000;
    text-align: left}
