
/**********************
 OVERALL LAYOUT
***********************/
html { overflow-y: scroll; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(images/dashedbodyback.gif) top center;
}

#skiptomain {
	display: none;
}

#wrapper {
	font-size: 0.85em;
	width: 902px;
	margin: 0px auto;
	border: 1px solid #369;
	background: #fff url(images/wrapperback.gif) repeat-x top center;
}

#topcontainer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff url(images/topcontainerback.jpg) no-repeat top center;
}

	#topheaderleft {
		float: left;
		width: 540px;
		margin: 5px 0px 0px 0px;
		padding: 0px 10px;

	}

	#topheaderright {
		float: left;
		width: 280px;
		height: 25px;
		margin: 5px 0px 0px 0px;
		padding: 10px 20px;
		text-align: right;
		background: url(images/topcartback.gif) no-repeat right bottom;
	}

	#topnav {
		height: 34px;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background: url(images/topnavback.gif) repeat-x right bottom;
	}


		#topnavleft {
			float: left;
			width: 720px;
			margin: 0px;
			padding: 0px 10px;

		}

		#topnavright {
			float: right;
			width: 140px;
			margin: 5px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			text-align: right;
		}


	#breadcrumb {
		padding: 5px 10px 5px 10px;
		margin: 1px 0px 0px 0px;
		background: #666;
		color: #fff;
	}

#pagecontainer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff url(images/pagecontainerback.gif) repeat-y left top;
}

	#pageleft {
		float: left;
		width: 160px;
		margin: 0px;
		padding: 5px 10px;
		text-align: center;
	}

	#pageright {
		float: right;
		width: 150px;
		margin: 30px 0px 0px 0px;
		padding: 5px 10px;
	}

	#pagecontent {
		float: left;
		width: 530px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 15px 0px;
		min-height: 400px;
		height: auto;
		}
		/* for Internet Explorer */
		/*\*/
		* html #pagecontent {
		height: 400px;
		}
		/**/

	#creditcards {
		clear: both;
		text-align: center;
		margin: 10px 0px 0px 0px;
		padding: 10px 0px;
	}

	#footer {
		clear: both;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px;
		background: #369;
	}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/*****************
 FONTS
*****************/

#topheaderleft { font-size: 0.8em; color: #000; }
#topheaderright { font-size: 0.8em; color: #000; }
#topnavleft { font-size: 0.9em; }
#topnavright { font-size: 0.8em; }
#breadcrumb { font-size: 0.8em; }
#pageleft { font-size: 0.9em; color: #000; }
#pageright { font-size: 0.9em; color: #000; }
#pagecontent { font-size: 0.9em; color: #000; line-height: 1.5em; }
#pagecontentfull { font-size: 0.9em; color: #000; line-height: 1.5em; }
#footer { font-size: 0.8em; color: #000; line-height: 1.4em;}

span.red { color: #369; }

/*****************
 HEADINGS
 *****************/

h1 { font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif; font-size: 1.4em; display:block; color: #036; font-weight: normal; margin: 0px 0px 5px 0px;}
h2 { font-size: 1.2em; color: #369; display: block;  margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px;}
h3 { font-size: 1.1em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 5px 0px 5px 0px; }

/*****************
 LINKS
 *****************/

#topheaderright a:link{ color: #000; text-decoration: none }
#topheaderright a:visited{ color: #000; text-decoration: none }
#topheaderright a:hover{ color: #000; text-decoration: underline }

#breadcrumb a:link{ color: #fff; text-decoration: none }
#breadcrumb a:visited{ color: #fff; text-decoration: none }
#breadcrumb a:hover{ color: #fff; text-decoration: underline }

#pagecontent a:link{ color: #036; text-decoration: none }
#pagecontent a:visited{ color: #036; text-decoration: none }
#pagecontent a:hover{ color: #369; text-decoration: underline }

#pageright a:link{ color: #036; text-decoration: none }
#pageright a:visited{ color: #036; text-decoration: none }
#pageright a:hover{ color: #369; text-decoration: underline }

#footer a:link{ color: #000; text-decoration: none }
#footer a:visited{ color: #000; text-decoration: none }
#footer a:hover{ color: #fff; text-decoration: none }

/*****************
 IMAGES
 *****************/

img {
	border: none
	}

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

/*****************
 FORMS
 *****************/

form.inline { display:inline; }


input.logininput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 140px;
	color: #000000;
}

input.loginsubmit {
	margin-top: 2px;
	border-top: 1px solid #295887;
	border-left: 1px solid #295887;
	border-bottom: 1px solid #336699;
	border-right: 1px solid #336699;
	padding: 0px;
	background: #5a94ce url(/images/button-bg.gif) repeat-x left top;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
}

/** Reg Form classes **/

#regform label {
	float: left;
	width: 150px;
	text-align: right;
	padding: 3px 10px 0px 0px;
}

	#regform label.required { font-weight: bold; }

	#regform input {
		border: 1px solid #999;
	}

input#submit {
	border-top: 1px solid #295887;
	border-left: 1px solid #295887;
	border-bottom: 1px solid #336699;
	border-right: 1px solid #336699;
	padding: 0px;
	background: #5a94ce url(/images/button-bg.gif) repeat-x left top;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
}

/*****************
 TOP OF PAGE NAV LIST
*****************/

#topnav ul {
	margin: 0px;
	padding: 0px;
}

	#topnav ul li {
		list-style: none;
		margin: 0px 2px 0px 0px;
		padding: 0px;
		float: left;
		text-align: center;
		height: 34px;
	}

		#topnav ul li#tna { width: 100px;  background: url(images/tna-off.gif) no-repeat left top; }
		#topnav ul li#tnb { width: 100px; background: url(images/tnb-off.gif) no-repeat left top; }
		#topnav ul li#tnc { width: 110px; background: url(images/tnc-off.gif) no-repeat left top; }
		#topnav ul li#tnd { width: 130px; background: url(images/tnd-off.gif) no-repeat left top; }
		#topnav ul li#tne { width: 130px; background: url(images/tne-off.gif) no-repeat left top; }
		#topnav ul li#tnf { width: 130px; background: url(images/tnf-off.gif) no-repeat left top; }


		#topnav ul a:link, #topnav ul a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #000;
			padding: 11px 0px 0px 0px;
			display: block;
			height: 23px;
		}

		#topnav ul a:hover {
			color: #fff;
			text-decoration: none;
		}

		#topnav ul li#tna a:hover {
			background: url(images/tna-on.gif) no-repeat left top;
		}

		#topnav ul li#tnb a:hover {
			background: url(images/tnb-on.gif) no-repeat left top;
		}

		#topnav ul li#tnc a:hover {
			background: url(images/tnc-on.gif) no-repeat left top;
		}

		#topnav ul li#tnd a:hover {
			background: url(images/tnd-on.gif) no-repeat left top;
		}

		#topnav ul li#tne a:hover {
			background: url(images/tne-on.gif) no-repeat left top;
		}

		#topnav ul li#tnf a:hover {
			background: url(images/tnf-on.gif) no-repeat left top;
		}

/*****************
LHS SIDE LIST
*****************/

ul.sidenavlist{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 160px;
	text-align: left;
}

ul.sidenavlist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	line-height:1.6em;
	border-bottom: 1px solid #69c;
	background: url(images/sidenavicon.gif) no-repeat 0 8px;
}

ul.sidenavlist a:link, ul.sidenavlist a:visited{
	padding: 0px 0px 0px 15px;
	color: #000;
	text-decoration: none;
}

ul.sidenavlist a:hover, ul.sidenavlist a:active{
	color: #369;
	text-decoration: none;
}

/* APPLY HERE OVERRIDES */
ul.sidenavlist  li.here {
 	font-weight: bold;
}


/* APPLY HEADER OVERRIDES */
ul.sidenavlist  li.sidenavheader {
	width: 160px;
	margin: 0px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
	background: transparent;
	color: #000;
 	font-weight: bold;
 	font-size: 1.2em;
 	letter-spacing : -1px;
 	border: 0;

}


 /*****************
BROKERAGE ITEMS
*****************/

div.brokitem {
  	position: relative;
   	width: 120px;
  	margin: 10px 10px 10px 0px;
  	padding: 0px 0px 0px 0px;
   	float: left;
   	text-align: center;
   }


div.brokitemend {
  	margin: 10px 0px 10px 0px;
   }

div.brokitem p { margin: 5px 0px 0px 0px; padding: 0px 4px 2px 4px; }

div.brokitem strong { font-size: 0.9em; }


/****************
  PRODPAGE STUFF
 ****************/

#prodleft {
	float: left;
	width: 250px;
	padding-right: 10px;
}


#prodright {
	float: left;
	width: 270px;
	padding-right: 0px;
}

	#options select {
		font-size: 0.9em;
	}

/****************************
 CUSOTMER SERVICE LINK LIST
 ****************************/


ul.custlink {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none
}

ul.custlink li {
	margin-left:0px;
	line-height:18px;
	background: url(images/subicon.gif) no-repeat 0 4px;
}

ul.custlink a:link, ul.custlink a:visited {
	padding-left:15px;
	display:inline;
	text-decoration:underline;
	width:100%;
 	position:relative;
	color: #000000; text-decoration: underline;
}

ul.custlink a:hover {
	color: #EE7711; text-decoration: underline;
}


.success {
	border: 2px solid #006600;
	background:#ccffcc;
	color:#006600;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
}


div.captchabox {
	width: 35px;
	height: 35px;
	float: left;
	border: 1px solid #fc0;
}