/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
	*{
		outline: 0;
		outline: none;
	}
	
	body{
		background: #585858 url(images/background.jpg) repeat-x;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 12pt;
	}
	
	.mainTable{
		width: 740px;
		margin: 0 auto;
		background: #f7f7f7;
	}
	
	.contentCell{
		background: #f7f7f7;
		font-size: 12px;
		width: 540px;
	}
	
	.content{
		padding: 15px;
	}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
	.logo{
		width: 740px;
		height: 204px;
		background: url(images/header.jpg) no-repeat;
	}
	
	.logo2{
		width: 740px;
		background: url(images/header-bg.jpg) repeat-x;
		padding: 0;
		margin: 0;
	}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
	td.navigation{
		background: url(images/nav-repeat-bg.jpg) repeat-y;
		width: 200px;
		vertical-align: top;
	}
	
	div.navigation{
		background: url(images/nav-bg.jpg) no-repeat;
		margin-top: -5px;
		width: 200px;
		height: 583px;
	}
	
	td.navigation ul{
		list-style-type: none;
		padding-top: 10px;
		margin-left: 0;
		width: 100%;
	}
	
	td.navigation ul li a{
		margin-left: 14px;
		padding-left: 33px;
		height: 20px;
		background: url(images/nav-bullet-up.jpg) no-repeat center left;
		color: #def0ff;
		font-size: 12px;
		line-height: 22px;
		display: block;
		text-decoration: none;
	}
	
	td.navigation ul li a:hover{
		color: #69b0f9;
		background: url(images/nav-bullet-over.jpg) no-repeat center left;
	}
	
	td.navigation ul li.hr{
		background: url(images/nav-hr.jpg) no-repeat center center;
		height: 20px;
	}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
	.footer{
		background: #929292;
		height: 20px;
	}
	
	.footer table{
		color: #ffffff;
		font-size: 10px;
		font-family: Verdana;
	}
	
	.footer a{
		color: #3c3b3b;
	}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
	table.loginTable{
		color: #ffffff;
		font-size: 10px;
		margin: 0 auto;
	}
	
	table.loginTable tr td a{
		text-decoration: none;
		color: #78c1fc;
	}
	
	table.loginTable tr td input{
		width: 116px;
		height: 16px;
		background: url(images/input-bg.jpg) no-repeat;
		border: 0;
	}
	
	.helpBox{
		width: 443px;
		height: 107px;
		background: url(images/needHelp-bg.jpg) no-repeat;
		margin: 0 auto;
	}
	
	.helpBox-text{
		padding-left: 165px;
		padding-top: 40px;
		color: #585858;
		font-size: 11px;
	}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
	a.imgRollOver-orderNow{ 
		display: block;
		width: 205px;
		height: 82px;
		background-image: url(images/orderNow-up.jpg);
	}
	a.imgRollOver-orderNow:hover{ 
		background-image: url(images/orderNow-over.jpg);
	}
	
	a.imgRollOver-orderNow span{
		display: none;
	}
	
	a.imgRollOver-login{ 
		display: block;
		width: 180px;
		height: 72px;
		margin-left: 15px;
		background-image: url(images/login-button-up.gif);
	}
	a.imgRollOver-login:hover{ 
		background-image: url(images/login-button-over.gif);
	}
	
	a.imgRollOver-login span{
		display: none;
	}
	
	a.imgRollOver-credlogdem{ 
		display: block;
		width: 180px;
		height: 72px;
		margin-left: 15px;
		background: url(images/demo-up.gif) no-repeat center center;
	}
	a.imgRollOver-credlogdem:hover{ 
		background: url(images/demo-over.gif) no-repeat center center;
	}
	
	a.imgRollOver-credlogdem span{
		display: none;
	}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
	
	h3{
		color: #0170CA;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
		border-bottom: 1px solid #0170CA;
		font-size: 24px;
		font-weight: bold;
	}
	
	.loginButton{
		width:20px;
		height:20px;
		border: 0;
		background: url(images/go-button.jpg) center center;
		outline: none;
		outline: 0; !important
		margin: 0;
		padding: 0;
	}
	
	.borderTable {
		width: 100%;

		border-right: #000000 1px solid;
		border-bottom: #000000 1px solid;

		margin-bottom: 10px;
	}
	.borderTable tr.tableRowHeader td, .borderTable tr.tableRow1 td, .borderTable tr.tableRow2 td {
		vertical-align: top;

		border: #000000 1px solid;
		border-right: 0px;
		border-bottom: 0px;
		padding: 5px 3px;
	}
	.borderTable tr td table.borderless, .borderTable tr td table.borderless tr td {
		border: #000000 0px solid;
	}
	
	.borderTable tr.tableRow1 td a, .borderTable tr.tableRow2 td a{
		color: #0170CA;
	}
	
	.borderTable tr.tableRow1 td a:hover, .borderTable tr.tableRow2 td a:hover{
		color: #01038C;
	}

	.tableRowHeader td, .tableRowHeader th, td.tableRowHeader {
		font-weight: bold;
		letter-spacing: 1px;

		color: #FFFFFF;
		background: #0170CA;
	}
	.tableRowHeader td a {
		color: #FFFFFF;
	}
	.tableRowHeader td a:hover {
		color: #FFFFFF;
	}
		
	.tableRow1 td {
		color: #000000;
		background: #FFFFFF;
	}
	.tableRow2 td {
		color: #000000;
		background: #e6f1fa;
	}
	
	.labelColumn {
		width: 120px;
		text-align: center;
		font-weight: bold;
	}
	
	.labelColumn input{
		font-weight: normal;
		width: 120px;
	}
	
	.textRequiredField, .ecom-textRequiredField{
		font-weight: bold;
	}
	
	.textErrorMessage{
		color: #FF0000;
	}
	
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/