

.noScreen {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Standard HTML tags 
--------------------------------------------------------------------------- */

/* ---------------------- */
/* Body
------------------------- */

body {
	margin: 0 auto 25px auto;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	background: #cfcfcf url('../images/backgroundPageTemplate.jpg') repeat-x 0 0;
}

/* ---------------------- */
/* Default Paragraph
------------------------- */

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* ---------------------- */
/* Default Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ---------------------- */
/* Default Tables
------------------------- */

th {
	text-align: left;
	font-weight: bold;
}

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 5px 0;
}

/* ---------------------- */
/* Default Form Margin
------------------------- */

form {
	margin: 0;
}

/* ---------------------- */
/* Default Links
------------------------- */

a:link {
	color: #2693f0;
	text-decoration: none;
}

a:visited {
	color: #2693f0;
	text-decoration: none;
}

a:hover {
	color: #2693f0;
	text-decoration: underline;
}

a:active {
	color: #2693f0;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Lists
-------------------------------------------------- */

ul {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px;
	list-style-type: none;
/*	list-style-type: disc;
	list-style-type: circle;
	list-style-type: square;*/
}

ul li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

ul ul {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px;
	list-style-type: disc;
	background: none;
}

ul ul li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

ol {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 30px;
/*	list-style-type: lower-alpha;
	list-style-type: upper-alpha;
	list-style-type: lower-roman;
	list-style-type: upper-roman;*/
}

ol li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/* ----------------------------------------------- */
/* Special
-------------------------------------------------- */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

.pushLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

.pushRight {
	float: right;
	margin: 5px 0 10px 10px;
}

.imageCaption {
	color: #000000;
	font-size: 10px;
}

/* ----------------------------------------------- */
/* Text
-------------------------------------------------- */

.smallText {
	font-size: 10px;
}

.hot {
	color: #253842;
}

.callout {
	margin: 0 auto 20px auto;
	width: 90%;
	color: #000000;
	font-weight: bold;
	background: #b3c3d4;
	padding: 15px;
	border: 3px double #ffffff;
}

/* ------------------------------------------------------------------------ */
/* START Container
--------------------------------------------------------------------------- */

.container {
	margin: 0 auto;
	width: 924px;
/*	background: #000000 url('../images/backgroundContainer.jpg') repeat-y 0 0;*/
}

/* ---------------------- */
/* END Container
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Default Headers
--------------------------------------------------------------------------- */

h1,
h1 a:link  {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 25px 0;
	color: #2693f0;
	text-decoration: none;
}

h1 a:visited  {
	color: #2693f0;
	text-decoration: none;
}

h1 a:hover,
h1 a:active  {
	color: #2693f0;
	text-decoration: none;
}

h2,
h2 a:link {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	color: #000033;
	text-decoration: none;
}

h2 a:visited {
	color: #000033;
	text-decoration: none;
}

h2 a:hover,
h2 a:active  {
	color: #000033;
	text-decoration: none;
}

h3,
h3 a:link {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	color: #333399;
	text-decoration: none;
}

h3 a:visited {
	color: #333399;
	text-decoration: none;
}

h3 a:hover,
h3 a:active  {
	color: #333399;
	text-decoration: none;
}

h4,
h4 a:link {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	color: #000033;
	text-decoration: none;
}

h4 a:visited {
	color: #000033;
	text-decoration: none;
}

h4 a:hover,
h4 a:active  {
	color: #000033;
	text-decoration: none;
}

h5,
h5 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #000033;
	text-decoration: none;
}

h5 a:visited {
	color: #000033;
	text-decoration: none;
}

h5 a:hover,
h5 a:active  {
	color: #000033;
	text-decoration: none;
}

h6,
h6 a:link {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #000033;
	text-decoration: none;
}

h6 a:visited {
	color: #000033;
	text-decoration: none;
}

h6 a:hover,
h6 a:active  {
	color: #000033;
	text-decoration: none;
}

/* ---------------------- */
/* END Default Headers
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Header
--------------------------------------------------------------------------- */

.header {
	margin: 0 auto;
	_margin-bottom: -13px;
	padding: 0;
	width: 924px;
	height: 134px;
	font-size: 13px;
	font-weight: bold;
	background: url('../images/backgroundHeader.jpg') no-repeat 0 0;
}

.headerLeft {
	width: 400px;
	padding: 0;
}

.headerLogoLink {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 134px;
	width: 300px;
	margin-left: -462px;
	z-index: 10000;
}

.headerRight {
	float: right;
	padding: 10px 10px 0 0;
	width: 390px;
	text-align: right;
	color: #000000;
}
/*
.headerRight a:link {
	color: #000000;
	text-decoration: none;
}

.headerRight a:visited {
	color: #000000;
	text-decoration: none;
}

.headerRight a:hover {
	color: #000000;
	text-decoration: underline;
}

.headerRight a:active {
	color: #000000;
	text-decoration: underline;
}

.headerRight a.hot:link {
	color: #2693f0;
	text-decoration: none;
}

.headerRight a.hot:visited {
	color: #2693f0;
	text-decoration: none;
}

.headerRight a.hot:hover {
	color: #2693f0;
	text-decoration: underline;
}

.headerRight a.hot:active {
	color: #2693f0;
	text-decoration: none;
}
*/


.headerRight a:link {
	color: #ffffff;
	text-decoration: none;
}

.headerRight a:visited {
	color: #ffffff;
	text-decoration: none;
}

.headerRight a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.headerRight a:active {
	color: #ffffff;
	text-decoration: underline;
}

.headerRight a.hot:link {
	color: #ffff00;
	text-decoration: none;
}

.headerRight a.hot:visited {
	color: #ffff00;
	text-decoration: none;
}

.headerRight a.hot:hover {
	color: #ffff00;
	text-decoration: underline;
}

.headerRight a.hot:active {
	color: #ffff00;
	text-decoration: none;
}

.headerCredit {
	margin-top: 75px;
/*	_margin-bottom: -20px;*/
	font-size: 10px;
	font-weight: normal;
}

.headerCredit a:link {
	color: #ffffff;
	text-decoration: none;
}

.headerCredit a:visited {
	color: #ffffff;
	text-decoration: none;
}

.headerCredit a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.headerCredit a:active {
	color: #ffffff;
	text-decoration: none;
}
/* ---------------------- */
/* END Header
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Nav
--------------------------------------------------------------------------- */

.navMainContainer {
	height: 35px;
	margin: 0;
}
#navMain {
	margin: 0 0 0 3px;
/*	_margin: 0 0 -8px 3px;*/
	padding: 5px 0 0 0;
	list-style: none;
}
#navMain ul {
	list-style: none;
}
#navMain a {
	margin: 0;
	padding: 6px 8px 2px 8px;
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#navMain a.hot {
	color: #8b322c;
}
#navMain li {
	display: block;
	float: left;
	height: 35px;
	padding: 0;
	margin-top: 1px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
#navMain li ul  {
/*	width: 100px;*/
}
#navMain ul li  {
	height: auto;
	margin: 0;
	padding: 5px 0 5px 10px;
	border: none;
}
#navMain ul li a  {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}
#navMain li ul {
	position: absolute;
	display: none;
	background: #dce0e3;
	z-index: 100000;
	margin: 0;
	padding: 5px 0;
}
#navMain li:hover a,
#navMain li.a:active,
#navMain li.navMainHover a {
	color: #2693f0;
}
#navMain li:hover ul,
#navMain li.navMainHover ul {
	display: block;
}
#navMain li:hover ul a,
#navMain li.navMainHover ul a {
	color: #333333;
}
#navMain ul a:hover {
	color: #2693f0!important;
}
#navMain li {
	width: auto;
}

/* ---------------------- */
/* END Nav
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Two Column Layouts
--------------------------------------------------------------------------- */


.twoColumnsHomePic {
	margin: -10px auto 0 auto;
	*margin: 16px auto 0 auto;
	_margin: -34px auto -20px auto;
	padding: 0;
	width: 924px;
}

body:nth-of-type(1) .twoColumnsHomePic {
	margin: 0 auto 0 auto;
}

.twoColumnsHomePicLeft {
	float: left;
	width: 440px;
	margin: -10px auto 0 auto;
	_margin: 0 auto -8px auto;
}
.twoColumnsHomePicRight {
	float: right;
	width: 410px;
	padding: 20px 40px 20px 20px;
	_padding: 30px 40px 20px 20px;
	margin: -11px 0 0 0;
}
.twoColumnsHomePicRight p {
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
	line-height: 2;
}
.twoColumnsHomePicRight a:link {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomePicRight a:visited {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomePicRight a:hover {
	color: #2693f0;
	text-decoration: underline;
}
.twoColumnsHomePicRight a:active {
	color: #2693f0;
	text-decoration: none;
}

.twoColumnsHome {
	margin: 10px auto 0 auto;
	_margin: 20px auto 0 auto;
	width: 924px;
	background: #ffffff;
}
.twoColumnsHomeLeft {
	float: left;
	margin: 0 0 20px 20px;
	padding: 0;
	width: 650px;
	_width: 625px;
	font-size: 14px;
}

.twoColumnsHomeLeftL {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}

.twoColumnsHomeLeftL h3,
.twoColumnsHomeLeftL h3 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeLeftL h3 a:visited {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeLeftL h3 a:hover,
.twoColumnsHomeLeftL h3 a:active  {
	color: #2693f0;
	text-decoration: none;
}

.featureBox {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.featureBox p {
	margin: 0;
}
.featureBox .imageCaption {
	margin: 0 0 10px 0;
}

.twoColumnsHomeLeftR {
	float: right;
	margin: 0;
	padding: 0;
	width: 395px;
	_width: 375px;
}
.twoColumnsHomeLeftR h3,
.twoColumnsHomeLeftR h3 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeLeftR h3 a:visited {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeLeftR h3 a:hover,
.twoColumnsHomeLeftR h3 a:active  {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeLeftR ul {
	margin-left: 0;
	padding: 0;
}

.twoColumnsHomeLeftR ul li {
	padding: 0 0 0 20px;
	background: url('../images/bullet2.gif') no-repeat 0 5px;
}

.twoColumnsHomeLeftR ul li a {
	font-weight: bold;
}

.twoColumnsHomeRight {
	float: right;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 200px;
	font-size: 12px;
}

.twoColumnsHomeRight h3,
.twoColumnsHomeRight h3 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeRight h3 a:visited {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsHomeRight h3 a:hover,
.twoColumnsHomeRight h3 a:active  {
	color: #2693f0;
	text-decoration: none;
}

.twoColumnsHomeRight h4,
.twoColumnsHomeRight h4 a:link,
.twoColumnsHomeRight h4 a:visited,
.twoColumnsHomeRight h4 a:active,
.twoColumnsHomeRight h5,
.twoColumnsHomeRight h5 a:link,
.twoColumnsHomeRight h5 a:visited,
.twoColumnsHomeRight h5 a:active,
.twoColumnsHomeRight h6,
.twoColumnsHomeRight h6 a:link,
.twoColumnsHomeRight h6 a:visited,
.twoColumnsHomeRight h6 a:active {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #000033;
	text-decoration: none;
}

.twoColumns {
	margin: 0 auto 0 auto;
	width: 924px;
	background: #ffffff;
}
.twoColumnsLeft {
	float: left;
	margin: 50px 0 50px 50px;
	_margin: 50px 0 50px 25px;
	padding: 0;
	width: 580px;
	font-size: 14px;
}
.twoColumnsLeft ul {
	margin-left: 0;
	padding: 0 0 0 10px;
}

.twoColumnsLeft ul li {
	padding: 0 0 0 20px;
	background: url('../images/bullet.gif') no-repeat 0 5px;
}

.twoColumnsLeft ul li ul {
	margin-left: -15px;
	margin-bottom: 0;
	list-style-type: none;
}

.twoColumnsLeft ul li ul li {
	background: url('../images/bulletArrow.gif') no-repeat 0 5px;
}
.twoColumnsRight {
	float: right;
	margin: 50px 50px 50px 0;
	_margin: 50px 25px 50px 0;
	padding: 62px 0 0 0;
	width: 200px;
	font-size: 12px;
}
.twoColumnsRight ul {
	margin-left: 0;
	padding: 0 0 0 10px;
}

.twoColumnsRight ul li {
	padding: 0 0 0 20px;
	background: url('../images/bullet.gif') no-repeat 0 5px;
}

.twoColumnsRight ul li ul {
	margin-left: -15px;
	margin-bottom: 0;
	list-style-type: none;
}

.twoColumnsRight ul li ul li {
	background: url('../images/bulletArrow.gif') no-repeat 0 5px;
}

.twoColumnsRight p {
	margin: 0 0 12px 0;
}

.twoColumnsRight h2,
.twoColumnsRight h2 a:link {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsRight h2 a:visited {
	color: #2693f0;
	text-decoration: none;
}
.twoColumnsRight h2 a:hover,
.twoColumnsRight h2 a:active  {
	color: #2693f0;
	text-decoration: none;
}

.twoColumnsRight h3,
.twoColumnsRight h3 a:link,
.twoColumnsRight h3 a:visited,
.twoColumnsRight h3 a:active,
.twoColumnsRight h4,
.twoColumnsRight h4 a:link,
.twoColumnsRight h4 a:visited,
.twoColumnsRight h4 a:active,
.twoColumnsRight h5,
.twoColumnsRight h5 a:link,
.twoColumnsRight h5 a:visited,
.twoColumnsRight h5 a:active,
.twoColumnsRight h6,
.twoColumnsRight h6 a:link,
.twoColumnsRight h6 a:visited,
.twoColumnsRight h6 a:active {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #000033;
	text-decoration: none;
}

/* ---------------------- */
/* END Two Column Layouts
------------------------- */

.merchPanel {
	width: 545px;
	margin: 0 0 5px 0;
	background: #efefef url('../images/backgroundFader.jpg') repeat-x 0 0;
	border: 15px solid #fafafa;
}
.merchPanel p {
	margin: 3px 0 5px 0;
}
.merchPanel img {
	border: 1px solid #ffffff;
}
.merchPanel .price {
	color: #8b322c;
	font-weight: bold;
/*	padding: 2px 5px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;*/
}
.merchPanel .pushLeft {
	float: left;
	margin: 5px 10px 5px 5px;
}

.squareBoxBorder {
	float: left;
	margin-right: 1px;
	border: 1px solid #cccccc;
}

.squareBoxBorder:hover {
	border: 1px solid #2693f0;
}

.squareBoxNoBorder {
	float: left;
	margin-right: 1px;
	border: 1px solid #cccccc;
}

.squareBoxNoBorder:hover {
	border: 1px solid #cccccc;
}

/* ------------------------------------------------------------------------ */
/* START Lightbox Overlay
--------------------------------------------------------------------------- */

#lightbox {
	color: #09090d;
	background-color:#eeeeee;
	padding: 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	}
	
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px; right: 5px;
}

#lightbox img {
	border: none; clear: both;
} 

#overlay img {
	border: none;
}

#overlay {
	background-image: url('../images/overlay.png');
}

* html #overlay {
	background-color: #333333;
	background-color: transparent;
/*	back\ground-color: transparent;*/
	background-image: url('../images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
	
/* ---------------------- */
/* END Lightbox Overlay
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Footer
--------------------------------------------------------------------------- */

.footer {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 924px;
	font-size: 11px;
}

.footerLeft {
	float: left;
	padding: 5px 0 0 4px;
	width: 440px;
	font-size: 11px;
}

.footerLeft a:link,
.footerLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.footerLeft a:hover,
.footerLeft a:active {
	color: #000000;
	text-decoration: none;
}

.footerRight {
	float: right;
	padding: 5px 4px 0 0;
	width: 440px;
	font-size: 11px;
	text-align: right;
}

.footerRight a:link,
.footerRight a:visited {
	color: #000000;
	text-decoration: none;
}

.footerRight a:hover,
.footerRight a:active {
	color: #000000;
	text-decoration: underline;
}

/* ---------------------- */
/* END Footer
------------------------- */


/* Crossfader Styles
----------------------------------------------------------------------------------- */

.cf_wrapper {
  position: relative;
  top: 0;
  left: 0;
}

.cf_element {
		width: 440px;
}

.cf_element div.content {
		padding: 0;
}