﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:12px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:980px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
	border-bottom:1px solid #c2c2c2;
}
#topcontainer {
	width:980px;
	height:102px;
	background-color:#f2f2f2;
}
.logo-box {
	width:200px;
	height:85px;
	float:left;
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:15px;
}
.logo-box a {
	width:200px;
	height:85px;
	display:block;
}
.partnerprogam-box {
	width:235px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#999999;
	font-weight:bold;
	padding-top:15px;
}
#rtquestioncall-box {
	width:400px;
	height:auto;
	float:right;
	padding-top:15px;
}
.questioncall-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0066cc;
	font-weight:bold;
	padding-top:8px;
}
.customerlogin-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066cc;
	font-weight:bold;
	text-align:center;
}
/* ====================================================================================*/
#link-container {
	width:980px;
	height:37px;
	background-image:url('../images/link-bg.gif');
	background-repeat:repeat-x;
}
.link-box {
	width:730px;
	height:37px;
	float:left;
}
.signup-box {
	width:75px;
	height:23px;
	float:right;
	padding-top:7px;
}
/* ====================================================================================*/

#main-container {
	width:980px;
	height:auto;
	clear:both;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
	border-right:1px solid #c2c2c2;
}
/* =========================================================================*/
#two-contentcontainer {
	width:980px;
	height:auto;
	clear:both;
}
#left-container {
	width:235px;
	height:auto;
	float:left;
}
/* ====================================================================================*/
.linkbox-text {
	width:auto;
	height:auto;
	padding-top:15px;
}
.linkbox-text ul {
	width:auto;
	margin:0;
	list-style:none;
	padding:0px 0px 0px 15px;
}
.linkbox-text li {
	display:block;
	padding:0 8px 0px 10px;
	background:url(../images/arrow.gif) no-repeat center left;
	line-height:21px;
	border-bottom:1px solid #CCCCCC;
}
.linkbox-text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	height:21px;
	text-decoration:none;
}
.linkbox-text li a:hover {
	color:#666666;
	text-decoration:underline;
}
/* =========================================================================*/

#right-container {
	width:677px;
	height:auto;
	float:right;
}
#header-container {
	width:677px;
	height:183px;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
}
#header-container1 {
	width:677px;
	height:183px;
	background-image:url('../images/headerfeatures.gif');
	background-repeat:no-repeat;
}
#header-container2 {
	width:677px;
	height:183px;
	background-image:url('../images/headerfeatures1.gif');
	background-repeat:no-repeat;
}
#bluebox-container {
	width:677px;
	height:auto;
}
#blue-titlebox {
	width:662px;
	height:25px;
	background-image:url('../images/blue-titlebg.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:11px;
	padding-top:6px;
	padding-left:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#itemlist-container {
	width:677px;
	height:auto;
}
.item-list {
	border-bottom:1px solid #CCCCCC;
	padding-top:3px;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
}
.item-list a {
	color:#333333;
	text-decoration:none;
}
.item-list a:hover {
	color:#333333;
	text-decoration:underline;
}
.dollar-rate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
}
.sub-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3366CC;
	text-decoration:none;
}
.sub-text a {
	color:#3366CC;
	text-decoration:none;
}
.sub-text a:hover {
	color:#3366CC;
	text-decoration:underline;
}
/* =========================================================================*/
#footer-container {
	width:980px;
	height:10px;
	background-image:url('../images/footer-bg.gif');
	background-repeat:no-repeat;
	clear:both;
}
.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	padding-top:25px;
}
.footer-text a {
	color:#000000;
	text-decoration:none;
}
.footer-text a:hover {
	color:#000000;
	text-decoration:underline;
}
#footer-iconboxes {
	width:980px;
	height:auto;
	margin:0 auto;
}
.footer-icon {
	width:980px;
	height:70px;
	float:right;
	padding-top:6px;
}
.linkfooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#767676;
	text-decoration:none;
}
.linkfooter:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bc1f25;
	text-decoration:none;
}
.textbox {
	border:1px solid #d3d3d3;
	height:18px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#767676;
}
.textbox1 {
	border:1px solid #d3d3d3;
	height:55px;
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	color:#767676;
}
.moverg {
	padding-left:7px;
}
.error-messate-text {
	width:240px;
	font-family: "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	display:none;
	padding-left:7px;
}
/*#full_nameDiv{ padding:4px 0px 4px 0px ;  display:block; float:left;  	}
#useridDiv{	 display:block; float:left; 	}
#emailDiv{ padding:4px 0px 4px 0px ;   display:block; float:left; 	}*/
#passwordDiv {
	padding:1px;
	display:block;
	float:left;
}
#passwordDiv2 {
	width: 240px;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
}
#passwordDiv3 {
	display:block;
	font-size:100%;
	float:left;
	height:7px;
	width:4px;
	margin-top:3px;
	margin-right:3px;
	padding:0;
	width:1em;
	display:block;
	border: #999 solid 1px;
}
#passwordDiv3 div {
	border-color:#AAAAAA;
	font-size:100%;
	height:6px;
	margin:0 1px 0 0;
	width:1.4em;
}/*==============Dropdown Menu Class===========*/
.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:22px;
	z-index:100;
	background-color:#F0F0F0;
	width: 200px;
	visibility: hidden;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #8C8C8C;
	text-align:left;
	margin-top:-2px;
	margin-left:2px;
}
.dropmenudiv a {
	font-family:sans-serif;
	display: block;
	width: 200px;
	text-indent: 3px;
	padding: 2px 0;
	text-transform:capitalize;
	text-decoration: none;
	color:#439ADA;
	background-color:#F0F0F0;
	border-bottom: 1px #8C8C8C solid;
	padding-top:4px;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	font-family:sans-serif;
	background-color: #C43226;
	color:#FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-position: 	95% center;
	background-repeat:		no-repeat;
}
#chromemenu {
	font-family:sans-serif;
	width:700px;
	float:left;
	height:30px;
	margin:0 auto;
}
