/* -- WebSite Accelerator 3.0.0.0 ----- */

/*
  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2004.12.13
  Last Modified: 2005.02.08
*/

/* WSA Global Styles - DO NOT REMOVE! */
  @import url("/common/wsaglobal.css");

/*
Core Styles
*/
  * {
  padding:0;
  margin:0;
  }
  body {
  	background:url(/images/bg_graygrid.jpg) #333;
	color:#333333;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:center; }
  	/*	devnote: If using 'text-align:center;' to center your layout, you must use a
		container (see below) to fix a browser glitch. -ch */
  .text a {
  	color:#000;
	text-decoration:underline;
	}
  .text a:hover {
  	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
	}
  .clear {
    clear:both;
	}
  .shim {
    display:none;
	}
/*img.topbar {
    magin:0;
    padding:0;
    width:100%;
    height:5px;
    } */
/*
Container / Header
*/
  #container {
    background:#fff;
	border:1px solid #333;
	margin:0 auto;
	text-align:left;
	width:752px;
	}
  	/*	devnote: '#container' The combination of margin:0 auto; and text-align:left; fixes a bug in
		IE 5/6 that causes text to inherit centering from the body selector. -ch */
  #pageheader {
  	valign:top;
	margin:0 auto;
	padding:0;
	text-align:right;
	background:#fff;
	height:233px; 
	}
  #pageheader h1#logo {
	float:left;
	height:180px;
	margin:0;
	padding:0;
	width:284px;
	}
  #pageheader h1#logo img {
	border:0;
	float:left;
	height:180px;
	width:284px;
	margin:25px;
	}
  #pageheader h1#logo2 {
	float:left;
	height:153px;
	margin:0;
	padding:0;
	width:242px;
	}
  #pageheader h1#logo2 img {
	border:0;
	float:left;
	height:153px;
	width:242px;
	margin:40px 8px;
	}
	#pageheader #top-photo {
		background:#f20018;
		float:right;
		height:233px;
		margin:0;
		padding:0;
		width:404px;
	}
	#pageheader #top-photo .desc {
		color:#fff;
		font-weight:bold;
		margin:0;
		padding:15px;
		text-align:center;
		}
	#pageheader #top-photo img {
		display:block;
		margin:0;
		padding:0;
		}
	#pageheader #top-photo2 {
		background:#f20018;
		float:right;
		height:233px;
		margin:0;
		padding:0;
		width:494px;
	}
	#pageheader #top-photo2 .desc {
		color:#fff;
		font-size:14px;
        font-weight:bold;
		margin:0;
		padding:26px 0 26px 140px;
		text-align:center;
		}
	#pageheader #top-photo2 .cornerbar {
	display:block;
	float:right;
	background:url("/images/interface_datecorner.gif") top left no-repeat #fff;
	width:379px;
	height:19px;
	margin-top:0px;
	}
	#pageheader #top-photo2 .right {
		float:right;
		margin:0;
	}
	#pageheader #top-photo2 img {
		display:block;
		margin:0;
		padding:0;
		width:247px;
		height:130px;
		}

	#slideshow {
		background:url("/images/rotate/photo01.jpg") top left no-repeat;
		width:404px;
		height:188px;
		position:relative;
		}
	#master0 {
		position:absolute;
		top:0;
		right:0;
		}

/*
Top Navigation
*/
#topnav { 
	background:url("/images/bg_darkgrid.gif");
	border:solid #333;
	border-width:1px 0;
	margin:0;
	padding:10px;
	text-align:center;
	height: 16px;
	line-height: 16px;
	}


  #topnav ul{
    margin-left:10px;
	list-style:none;
	font-family: Tahoma, Arial, "Microsoft Sans Serif";
	font-size: 11px;
	}
  #topnav ul li {
    float:left;
	}
  #topnav a {
  	border-top:1px #000;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	margin:0 15px;
	}
  #topnav a:hover {
    color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	}



   /*
Left Navigation
*/
  #leftnav {
	background:url(/images/interface_submenu.gif) top right no-repeat #fff;
	border:solid #333;
	border-width:0 1px 1px 0;
	float:left;
	padding-top:2px;
	text-align:left;
	width:165px; }
  #leftnav ul{
    padding-top:7px;
	margin:0 7px 20px 7px;
	list-style:none;
	}
  #leftnav ul li {
    
	}
  #leftnav li a {
    display:block;
	padding:2px 5px;
  	border-top:1px #000;
	color: #333333;
	text-decoration: underline;
	}
  #leftnav li a:hover {
    color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	}
  #leftnav #homecontent {
	}
  #leftnav #lefttitle {
    color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
  }
/*
Content Area
*/

#homeleft {
	float:left;
	margin-right:10px;
	width:270px;
}

#homeright {
	float:right;
	width:269px;
}

#companiesleft {
	float:left;
	margin-right:10px;
	width:270px;
}

#companiesright {
	padding-top:66px;
	float:right;
	width:269px;
}

#homebottom {
}

  #pgcontent {
  	background:#fff;
  	padding:10px 10px 10px 20px;
	vertical-align:top;
	float:left;
	width: 550px;
	 }
	
  #pgcontent .text a {
  	color:#000; }
  #pgcontent .text a:hover {
  	color:#fff; }
  #pgcontent .contentsearch {
	font-size: 10px;
	}
  #pgcontent td table { font-size:13px; }
  
#pgcontent #faqreturn { font-size:10px; text-align:right; }
#pgcontent #faqreturn a { color:#000; text-decoration:underline; }
#pgcontent #faqreturn a:hover { color: #ffffff; text-decoration: none; background-color: #ff0000; }
.pdfname { margin-top: 0; }
.text{ display:block; padding-bottom:10px; font-size:13px; font-weight:normal; font-style: normal;}
.textital, .italtext { padding-bottom:10px; font-size:13px; font-style: italic; }
.italtext a { color:#000; text-decoration:underline; }
.italtext a:hover { color: #ffffff; text-decoration: none; background-color: #ff0000; }

.boldtext { padding-bottom:10px; font-size:13px; font-weight:bold; }
.small { padding-bottom:10px; font-size:10px; }
.small a { color:#000; text-decoration:underline; }
.small a:hover { color: #ffffff; text-decoration: none; background-color: #ff0000; }
.boldsmallertext { padding-bottom:10px; font-size:9px; font-weight:bold; }

/* Used for stylizing text on FEEDBACK.ASP forms */
  #feedback { 
	font-size:10px; 
	font-weight:bold;
	margin:10px auto;
	width:90%;
}
  #feedback .forms { 
	font-size:10px; 
	font-weight:bold;
	margin:0 auto;
	width:100%;
}
.forms td { 
}
.forms small {
	font-size:12px;
}
.forms input {
	margin:3px 5px 0 0;
}
.forms select {
}


/*
Footer Styles
*/
  #footer {
  	background:url(/images/interface_footer.gif) top left no-repeat #F20018;
	width:752px;
	height:45px;
	color:#fff;
    font-size:11px;
	text-align:center;
	padding:0; 
	}
  #footer .footertitle {
    font-size:8px;
    padding:1px 0 0 365px;
	text-transform:uppercase;
	text-align:left;
    }
  #footer .footertext {
    margin:0;
    padding-top:18px; 
    }
  #footer a {
  	color:#fff;
	font-size:11px;
	font-weight:bold;
	}
  #footer a:hover {
	}

/*
Heading Styles
*/

  #pgcontent .h1, h1, heading1, .heading1, boldlargetext, .boldlargetext, .imagegallerytitle { font-family: "Arial Black", "Helvetica Black", Arial, sans-serif; font-size: 18px; line-height: 24px; color: #333333; letter-spacing: -1px; padding:3px 0 10px 0;}
  #pgcontent .h2, h2, heading2, .heading2 { font-size:15px; font-weight:bold; text-transform:uppercase; color:#900; padding-bottom:10px; }
  #pgcontent .h3, h3, heading3, .heading3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; letter-spacing: -1px; padding-bottom:10px; }
  #pgcontent .h4 { font-size:13px; font-weight:bold; }
  #pgcontent .h5 { font-size:13px; font-weight:normal; }
  #pgcontent .h6 { font-size:13px; font-weight:bold; font-style:italic; }
  #pgcontent  .subheader { font-size:15px; font-weight:bold; color:#900; }

/*
Hot Lists are still used for POLL items. Other RightNav items use rightbar.
*/

  .hotlisttable {
    margin:0 0 10px 0;
	padding:0 0 10px 0; }
  .hotlisttable .hotlisttitle {
  	background:#014171;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:7px;
	text-align:left; }
  .hotlisttable .hotlistitem {
    padding:1px; }
  .hotlisttable tr td table {
	vertical-align:middle; padding:0; margin:0; font-size:10px; color:#5A0000;
	border-width:0 1px 1px 1px; border-style:solid; border-color:#014171; }
  .hotlisttable .hotlistitem a {
	font:normal 10px; padding:3px auto; display:block; color:#fff; }
  .hotlisttable .hotlistitem a:hover {
	color:#c00; }
/*
RightBar
*/
#rightbar {
	float:right;
	margin:0 5px 10px 10px;
	padding:0;
	position:relative;
	}
#rightbar .list {
	background:#fff;
	border:solid #667;
	border-width:1px 1px 0 1px;
	color:#667;
	margin:0 3px 3px 0;
	padding:0;
	}
#rightbar .list h3 {
	background:url(/images/topnav-a.gif) top left #667;
	color:#333;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:5px 2px 4px 3px;
	text-align:left;
	}
#rightbar .list ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	text-align:left;
	}
#rightbar .list li {
	display:block; 
	}
#rightbar .list a {
	background:#fff;
	border:solid #667;
	border-width:0 0 1px 0;
	color:#000;
	font-size:10px;
	display:block;
	margin:0;
	padding:3px;
	width:155px; 
	}
#rightbar .list a:hover {
	background:#e6e6e6;
	color:#c00; 
	}
	
/* -- | image gallery | -------------------------------------- */

	.caption, .rsccaption { text-align:center; vertical-align:top; font-size:70%; font-weight:bold; padding:0 0 20px 0;}
	.captionfield { text-align:center; vertical-align:top; font-size:11px; width:450px; height:40px; }
	.imagegallery { text-align:center; vertical-align:top; padding:0 30px 0 30px;}
	.imagegallery td { text-align:left; }
	.imagegallery2 { vertical-align:top; font-size:10px; font-weight:bold;}
	.imagegallerymain { text-align:left; }
/*	.imagegallerytitle { border-bottom:1px solid #9B0D1B; color:#9b0d1b; font-weight:bold; padding:0; margin:0; }*/

/* Styles TEXT on main photos */
	TD.rsccaption { TEXT-ALIGN: center; vertical-align: top; font-size:70%; }
	td.image {color:#fff;}
/*
Miscellaneous / Legacy Styles
*/

.adminlink, .adminmsg {
 font:normal 11px "lucida grande", tahoma, verdana, sans-serif;
 color:#000;
 background:#e6e6e6;
 border:1px solid #ccc;
 display:block;
 padding: 10px;
 margin:0px auto 10px auto;
 text-align:left;
 width:760px;
 }


/* Weekly Calendar styles */
#weekly { width:80%;}
tr.eventodd { font-size:9px; background:#ccc; color: #fff; }
tr.eventeven { font-size:9px; background:#fff; color: #fff; }
tr.calhdr { background:#ccc; }  
td.calhdrfont { font-size:16px; }
.calendar { margin:0; padding:3px; }
.calendar .event1 { font-size:9px; line-height:1em; margin:0 0 10px 0; padding:0; }
.info-off { font-size:12px; line-height:1em; margin:0 0 5px 0; padding:0; }
.info-on { font-size:12px; color:#c00 ; line-height:1em; margin:0 0 5px 0; padding:0; }

/* Calendar styles */
		  #calendar {
		  	width:97%;
			border-color:#236659;
			font-size:10px;
			}
		  #calendar th {
			background:#20621A;
			color:#fff;
			}
		  #calendar tr.even {
			background:#fff;
			}
		  #calendar tr.odd {
			background:#e6e6e6;
			}
		  #calendar .odd td,#calendar .even td {
			border-color:#20621A;
			}
		  #calendar .date {
			background:#333;
			color:#fff;
			font-size:9px;
			}
		  #calendar .today {
			background:#c00;
			}
		  #calendar .events li {
			border-color:#e6e6e6;
			font-size:9px;
			}
 		  #calendar strong {
			font-size:9px;
			}
		/* Event Details - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventdetail {
			border-color:#236659;
			}
		  #eventdetail .info {
			color:#20621A;
			font-size:12px;
			}
		  #eventdetail .resource {
			border-color:#236659;
			}
		  #eventdetail .type {
			background:#20621A;
			border-color:#20621A;
			color:#fff;
			font-size:10px;
			font-weight:bold;
			}
		  #eventdetail td {
			border-color:#236659;
			}
		/* End Event Details */
		
		/* Event Type Selector - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventtype {
		  	width:97%;
			border-color:#20621A;
			font-size:10px;
			margin:10px 0px 0px 0px;
			}
		  #eventtype td {
			background:#f7f7f7;
			}
		  #eventtype th {
			background:#20621A;
			color:#fff;
			}
		/* End Event Type Selector Styles */

.logo { font-size:16px; color:#fff; background:#808080; }
.poll { color:#000; background:#ccc; }
.pollitem { font-size:11px; color:#000; text-align:left; }
.gutter { background:#090; }
.copyright { font-size:9px; }
.content { color:#000; }
.header { font-size:10px; color:#fff; background:#000; }
.sorted { font-size:10px; color:#ff0; background:#000; }
.detail0 { font-size:10px; background:#fffadc; }
.detail1 { font-size:10px; background: #eee8aa; }

/* NoMenus.asp style */
#nomenus {
  margin:0px;
  background:#FFF;
  padding:0px 0px 0px 0px;
  height:20px;
  }

#nomenus .popheader {
  margin:0px;
  background:#63937D;
  padding:10px 0px 0px 0px;
  height:10px;
  }
#nomenus .popcontent {
  margin:0px;
  background:#CCC;
  padding:10px 10px 10px 10px;
  }
#nomenus .popfooter {
  margin:0px;
  background:url(/images/bluebg.gif) yes-repeat top left;
  padding:10px 0px 0px 0px;
  }

/* miscellaneous styles */
.button { font-size:10px; }
.error { color:#c00; }
.header { color:#fff; font-size: 15px; }
.info { color: #900; }
.reccnt { color:#900; }
.sorted { font-size:10px; color:#ff6; }
.tblhead { font-weight:bold; background:#ccc; }

.divider { background:#000; }
.question { font-weight:bold; font-size:14px; color:#fff; background:#900; }
.forum { font-size:12px; color:#fff; background:#333; }
.forumsub { font-size:12px; color:#fff; background:#ccc; }

  .resource { margin:15px; }
  img.resource { margin:3px 5px 5px 3px; padding:0; border:0px; }

  
/*Marketplace Cart and Checkout Styles */
/*
Content Area
*/
  #cart {
  	background:url(/images/contentbg.gif) top right repeat-y #fff;
  	padding:10px;
	vertical-align:top; }
  #cart .text a {
  	color:#069; }
  #cart .text a:hover {
  	color:#999; }
  #cart .contentsearch {
	font-size: 10px;
	}
  #cart td table { font-size:13px; }

   #cart .h1, h1, heading1, .heading1, boldlargetext, .boldlargetext, .imagegallerytitle { font-family: "Arial Black", "Helvetica Black", Arial, sans-serif; font-size: 18px; line-height: 24px; color: #333333; letter-spacing: -1px; padding:3px 0 10px 0; }
   #cart .h2, h2, heading2, .heading2 { font-size:15px; font-weight:bold; text-transform:uppercase; color:#900; padding-bottom:10px; }
   #cart .h3, h3, heading3, .heading3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; letter-spacing: -1px; padding-bottom:10px; }
   #cart .h4 { font-size:13px; font-weight:bold; }
   #cart .h5 { font-size:13px; font-weight:normal; }
   #cart .h6 { font-size:13px; font-weight:bold; font-style:italic; }
   #cart .subheader { font-size:15px; font-weight:bold; color:#900; }
   #cart p { font-size:.8em; }


/*Product Details */
.proddetails td {
  vertical-align: top;
  }
.proddetails .imgdisplay {
  padding-right: 10px;
  }
.proddetails .imgdisplay img { border:0; }

.checkout {
  vertical-align: top;
  text-align: left;
  font: normal 11px  "lucida grande", tahoma, verdana, sans-serif;
  padding: 10px;
  }
.checktout td {
  vertical-align: top;
  }
.checkout h3 {
  font: bold 14px  "lucida grande", tahoma, verdana, sans-serif;
  margin: 20px 0px 10px 0px;
  color: #fff;
  background: #20621A;
  padding: 5px;
  }
.checkout a {
  color: #06c;
  text-decoration: none;
  }
.checkout a:hover {
  color: #c00;
  }
.checkout .cartheader td {
  padding: 5px;
  border: 1px solid #20621A;
  background: #D44300;
  color: #fff;
  font: bold 9px  "lucida grande", tahoma, verdana, sans-serif;
  text-align: center;
  }
.checkout .cartline td {
  padding: 5px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  text-align: center;
  }
.checkout td.cvv2 {
  font: normal 10px "lucida grande", tahoma, verdana, sans-serif;
  padding: 5px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  vertical-align: top;
  }
.checkout div.check {
  font: normal 10px "lucida grande", tahoma, verdana, sans-serif;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  vertical-align: bottom;
  }
.checkout td.shipsame {
  font: bold 10px "lucida grande", tahoma, verdana, sans-serif;
  padding: 5px;
  border: 1px solid #20621A;
  background: #e6e6e6;
  vertical-align: top;
  }
  .checkout td.shipsame span {
    display: inline;
	vertical-align: middle;
	}
.checkout .cartlinealt td {
  padding: 5px;
  border: 1px solid #039;
  background: #fff;
  text-align: center;
  }
.checkout .carttotal td.total {
  padding: 5px;
  border: 1px solid #000;
  background: #20621A;
  text-align: center;
  color: #fff;
  font: normal 10px  "lucida grande", tahoma, verdana, sans-serif;
  }

.checkout .cartbuttons {
  text-align: right;
  }
.checkout .cartbuttons img {
  margin: 20px 0 0 0;
  }

.checkout .cartnotax p {
  text-align: right;
  padding: 10px 0;
  font: normal 10px  "lucida grande", tahoma, verdana, sans-serif;
  color: #c00;
  }


.required {
  color: #c00;
  }

/* Product View */

.proddisplay {
  vertical-align: bottom;
  text-align: center;
  padding: 10px
  }
.proddisplay p {
  margin: 0px;
  }
.proddisplay img {
  margin: 0 0 5px 0;
  }
.proddisplay span {
  display: block;
  }
.proddisplay .details {
  font: normal 11px  "lucida grande", tahoma, verdana, sans-serif;
  }
.proddisplay .details a {
  color: #039;
  text-decoration: none;
  }
.proddisplay .details a:hover {
  color: #c00;
  }

.prodname {
  padding: 3px;
  font: bold 13px  "lucida grande", tahoma, verdana, sans-serif;
  width: 152px;
  }
.flags {
  padding:3px;
  font: bold 11px  "lucida grande", tahoma, verdana, sans-serif;
  color: #fff;
  display:block;
  background:#20621A;
  }
.price {
  padding: 3px;
  font: normal 10px "lucida grande", tahoma, verdana, sans-serif;
  }
.item {
  padding: 3px;
  font: bold 9px  "lucida grande", tahoma, verdana, sans-serif;
  }

.prodtype {
  float: right;
  font: normal 10px  "lucida grande", tahoma, verdana, sans-serif;
  background: #666;
  padding: 10px;
  color:#fff;
  }
.prodtype a {
  color: #ff0;
  text-decoration: none;
  }
.prodtype span {
  padding: 0px 0px 0px 10px;
  display: inline;
  vertical-align: middle;
  }
.prodtype form {
  margin: 0;
  padding: 0;
  }
.err {
  color: #c00;
  }
div.err {
  border: 1px solid #c00;
  background: #fff url(/images/alert.gif) no-repeat 1% 50%;
  margin: 0 auto 15px auto;
  padding: 10px 10px 10px 65px;
  font: normal 12px "lucida grande", tahoma, verdana, sans-serif;
  }
element.style {
outline-width:0px;
}