@charset "UTF-8";
/* CSS Document */

/* BODY */
div.center {
	text-align:center;
}
body {
	background: url(/artwork/images/background_body.jpg) repeat-x #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
div, p, img, span, ul, li, dl, dt, dd, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: none;
}
#envelope {
	background: #ffffff;
	margin: 0 auto;
	width:1000px;
}
/* Header */
#head {
	background: #3b39ff;
	border-bottom: solid 1px #000000; 
	height: 90px;
	z-index:500;
}
#head a{
	text-decoration:none;
	color: #000000;
}
#head a:hover{
	text-decoration:underline;
	color: #ffffff;
}
#head ul {
	list-style: none;
}
#head ul.community {
	/* border: solid 1px #FF0000; */
	padding: 0 0 0 10px;
	width: 200px; 
	font-size:8px;
}
#head ul.headNav {
	float: right;
	padding: 5px 10px 0 0;
	margin: 5px 5px 0 0;
	font-size:10px;	
	font-weight:bold;
	background: no-repeat right url(/artwork/images/icon_cart.gif);
	height: 20px;
	/* border: solid 1px #FF0000; */
}
#head ul.headNav li{
	/* border: solid 1px #FF0000; */
	display: inline;
	border-right: solid 1px #000000;
	padding-right: 5px;
}
#head ul.headNav li.last{
	border: none;
	padding-right: 14px;
}
#head ul.community a img{
	position:relative;
	top: 7px;
}
#head img.title {
	float: right;
	margin-right: 5px;
	/* border: solid 1px #FF0000; */
}
#mainNavigation {
	margin: 0 0 0 0;
	position:absolute;
	z-index:10;
}
/* Main Content */
#content {
	margin-top: 40px;
	padding: 10px 60px;
}
#homeNavBar {
	position:relative;
	top:-147px;
	font-size: 12px;  
	height: 0px;
	color: #000000;
}	
#homeNavBar ul.homeNav ul{
	color: #000000;
}
#homeNavBar ul.homeNav a{
	text-decoration:none;
	color: #000000;
}
#homeNavBar ul.homeNav a:hover{
	text-decoration:underline;
	color: #000000;
}
#homeNavBar ul.homeNav li{
	display: inline;
	border-right: solid 1px #000000;
	padding-right: 5px;
}
#homeNavBar ul.homeNav li.last{
	border: none;
}
#starsDiv { 
  width: 880px; 
  height: 350px; 
  overflow-x:none; 
  overflow-y:auto; 
}
#dealsAndDiscounts		{ 
	list-style-type: none; 
	width: 100%; 
	overflow: hidden; }
#dealsAndDiscounts li	{ 
	float: left; 
	padding: 5px; }
#dealsAndDiscounts img	{ 
	border: 1px solid #003399; 
	cursor: pointer;}
#rightColumn {
	float: right;
	padding:0;
	margin:0;
	text-align:right;
}
#sendFriend {
	height:169px; 
	width:178px; 
	background-image:url(/artwork/images/sendFriendBack.gif); 
	z-index:99; 
	position:absolute; 
	display:none;
}
#sendFriend {
	text-align:center;
	font-size: 10px;
}
#signUp {
	height:122px; 
	width:178px; 
	background-image:url(/artwork/images/signUpBack.gif); 
	z-index:98; 
	position:absolute; 
	display:none; 
	top:16px;
}
#signUp {
	text-align:center;
	font-size: 10px;
}
form.header {
	margin-top: 35px;
}
form.header input{
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	margin:3px 0;
	width: 150px;
}
form.header input.send{
	border: none;
	color: #ffffff;
	margin:3px 0;
	width: 61px;
	height: 18px;
	background: top center url(/artwork/images/sendButton.jpg)
}
#foot {
	height: 20px;
	color: #000000
}
#foot a{
  text-decoration:none;
  color: #000000;
}
#foot a:hover{
  text-decoration:underline;
  color: #000000;
}
#foot ul {
	list-style: none;
}
#foot ul.myaccount {
	padding: 0 0 5px 10px;
	margin: 0 0 5px 5px;
	font-size:10px;  
	height: 20px;
}
#foot ul.otherinfo {
  padding: 0 10px 5px 0;
  float: right;
  margin: 0 5px 5px 0;
  font-size:10px;  
  height: 20px;
}
#foot ul.myaccount li{
	display: inline;
	border-right: solid 1px #000000;
	padding-right: 5px;
}
#foot ul.otherinfo li{
  display: inline;
  border-right: solid 1px #000000;
  padding-right: 5px;
}
#foot ul.myaccount li.last{
  border: none;
}
#foot ul.otherinfo li.last{
  border: none;
  padding-right: 14px;
}
/* Homepage Navs */
/********************************************************/
/*
/* RIGHT-SIDE ELEMENTS
/*
/********************************************************/

/* Vertical Banners */
.bannerListVertical {
	list-style: none;
	width:220px;
	padding: 0;
	margin: 0;
}
.bannerListVertical li{
	padding: 0;
	margin: 0;
}
.bannerListVertical img{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.kitDisplay {
	float: right;
	padding:0;
	margin:0;
	text-align:right;
	width:456px;
}
/* Horizontal Banners */
#rightColumn {
	float: right;
	padding:0;
	margin:0;
	text-align:right;
}
#rightColumn .bannerListHorizontal {
	text-align:right;
}
.bannerListHorizontal {
	padding:0;
	margin:0;
	list-style: none;
}
.bannerListHorizontal li {
	display: inline;
	padding:0;
	margin:0;	
}
.bannerListHorizontal img {
	padding: 0;
	marging: 0;
	cursor: pointer;
}
VerticalScroll {
	float:right;
	border: solid 1px #ff0000;
}
/* Navigation */
.nav {
	z-index: 100;
	position: relative;
}
.nav, .nav ul { 
	list-style: none;
}
.nav li {
	/* border-left: 1px solid #000; */
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
/*  font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif; 	*/
/*  font-weight: bold;												*/
/*	padding: 0 9px; 												*/
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 4px;
	background: #ffffff;
	color: #000000;
	display: block;
	text-transform: none;
	text-decoration: none;
}
.nav li a:hover {
  background: #cccccc;
  color: #000000;	
}
#nav li ul {
	position:absolute;
}
#nav 
#nav li:hover a, 
#nav li.sfHover a {
  /* background: #ccc;  */
  color: #000000;
}
#nav li:hover ul a, 
#nav li.sfHover ul a {
  background: #ffffff url(/artwork/images/menu_dropDownBack.png) repeat-x;
  color: #000000;	
}
#nav li:hover ul a:hover, 
#nav li.sfHover ul a:hover {
  background: #ffffff url(/artwork/images/menu_dropDownBackOver.png) repeat-x;
  color: #ffffff;	
}
.nav ul {
  /* background: #565656; */
  border-bottom: 1px solid #000000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #cccccc;
  color: #000000;
}

/* Tony's stuff */

li.level1 {
	background: #ffffff url(/artwork/images/icon_navstar.gif) no-repeat;
	/* border:solid 1px #FF6666; */
	padding: 0 7px 0 17px;
	text-transform:uppercase;

}
li.first {
	background: none;
	/* border:solid 1px #FF6666; */
	padding: 0 4px 0 4px;
}
ul.dropDown {
	left: 10px;
	background:none;
	border:none;
	border-top: solid 1px #bfc0c2;
 	width: 157px;
}
ul.dropDown a{
	background-color: #ffffff;
	border: solid 1px #bfc0c2;
	border-top: none;
	padding-left: 5px;
	width: 130px;
}

/***************/
/*             */
/* CMS CLasses */
/*             */
/***************/

.cmsForm { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color:black;
	font-weight: normal; 
	height: 22px;}
.cmsText { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #3B518D;
	font-weight: normal; }
.cmsSmall { font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:black; }
.cmsBig { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #3B518D;
	font-weight: bold; }
.cmsLink { color:green; text-decoration:none; }
.cmsLink:hover { text-decoration:underline; }
.cmsLinkSmall { font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:green;  
	text-decoration:none;}
.cmsLinkSmall:hover { text-decoration:underline; }
.cmsErrorHiLite { background-color:yellow; }

/****************/
/*              */
/* Estevez Team */
/*              */
/****************/

.about_text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000000;
	padding:0 0 20px 0;
}
.about_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#000000;
	padding:0 0 20px 0;
}
.emaillink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000000;
	padding:0 0 0 0;
}
.heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	text-decoration:none;
	color:#000000;
	padding:0 0 20px 0;
}
.heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#0000FF;
	padding:0 0 20px 0;
}
.text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#000000;
	padding:0 0 0 0;
	font-weight:bold;
}
.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-decoration:none;
	color:#000000;
	padding:0 0 0 0;
	font-weight:bold;
	line-height:28px;
}
.text3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000000;
	padding:0 0 0 0;
	font-weight:normal;
}
.heading3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	text-decoration:none;
	color:#CC0066;
	padding:0 0 25px 0;
}
.heading4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	text-decoration:none;
	color:#0033FF;
	padding:10px 0 0 0;
}
.scrolldiv{
	width:720px;
	height:400px;
	overflow-y:scroll;
	overflow-x:none;
}
#content2{
	margin-top: 40px;
	padding: 10px 20px;
}
.field2{
	height:15px;
}
#footnew {
	height: 40px;
	color: #000000;
	margin:0px auto;
	width:1000px;
	background-color:#FFFFFF;
	clear:both;
}
#footnew a{
	text-decoration:none;
	color: #000000;
}
#footnew a:hover{
	text-decoration:underline;
	color: #000000;
}
#footnew ul {
	list-style: none;
	margin-bottom:5px;
}
#footnew ul.myaccount {
	height: 20px;
	padding: 5px 10px 0 0;
	margin: 5px 5px 5px 5px;
	font-size:10px;  
}
#footnew ul.otherinfo {
	height: 20px;
	float: right;
	padding: 5px 10px 0 0;
	margin: 5px 5px 5px 5px;
	font-size:10px;  
}
#footnew ul.myaccount li{
	display: inline;
	border-right: solid 1px #000000;
	padding-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#footnew ul.otherinfo li{
	display: inline;
	border-right: solid 1px #000000;
	padding-right: 5px;
}
#footnew ul.myaccount li.last{
	border: none;
}
#footnew ul.otherinfo li.last{
	border: none;
	padding-right: 14px;
}
.cmsBig02 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #695DAF;
	font-weight: bold;
	padding-bottom:5px;
}
.txthd {
	font-size: 13px; 
	font-style: normal; 
	color: #3B518D; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txthd02 {
	font-size: 11px; 
	font-style: normal; 
	color: #3B518D; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cmsSmall02 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:black;
}
#envelope02 {
	background: #ffffff;
	margin: 0 auto;
	width:1000px;
	overflow:auto;
}
#content02 {
	margin-top: 40px;
	padding: 10px;
	width:auto;
}
.infoheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#000000;
}
.info_link:link, .info_link:active, .info_link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#4835C5;
	font-weight:bold;
	border-bottom:none;
}
.info_link:hover {
	border-bottom:1px #333333 solid;
}
.infotxt {
	font-size:11px;
	color:#333333;
}

