*{-moz-box-sizing: border-box !important;}
body {    /*this affects all stuff outside all other elements below*/
    background: #000000 url("/content/images/bg.jpg") repeat-x;
	color: #8c8c8c;
	margin: 0 0 0 0;
	font: 13px Century Gothic, Helvetica, sans-serif;
	text-align: center;
}
body a{
	color: #7e7d7d;
	text-decoration:none;
}
body a:hover{
	text-decoration:none;
}
#page {
	text-align: left;
	padding:0px;
	width: 800px;
	margin: 1 auto 20 auto;
	border: 0px solid blue;

}
table#scorecard tr td{
font-weight:bold;
}
#masthead{
border: 0px solid white;
	/*background:url(/content/images/mast_head_bg.jpg);*/
	/*background-position: top right;*/
	padding:0px;
	margin: 0 0 0 0;
	text-align:left;
}
#masthead img{
	display:block;
	width: 800px;
}
#scrollingmarquee marquee{
font-size:13px;
color:#e1e1e1;
border: 0px solid white;
position: absolute;
width: 540px;
	margin: -142 0 0 -47;
}

#scrollingmarquee  {
margin-left:300px;
border: 0px solid white;
		/*	color:#000;*/
}

#weatherLink {	
  z-index:  100;
	/*border: 1px solid red;*/
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:  absolute;	display:block;					/* floats left */
	cursor: pointer;
	margin-top:  -20px;
	position:  relative;
	margin-left: 14px;
	width: 102px;
	height:  20px;
	text-align: center;
	color:#fff;
}

#weatherLink a{	
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 5px
	}
	
#weatherLink a:hover{	
	color: #51681b;
}

#homeLink {	
  z-index:100;
	/*border: 1px solid red;*/
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:  absolute;	display:block;					/* floats left */
	cursor: pointer;
	margin-top:  -20px;
	position:  relative;
	margin-left: 140px;
	width: 74px;
	height:  20px;
  text-align: center;
	color: #fff;
}

#homeLink a{	
	color:#fff;
	font-weight:bold;
	font-size:12px;
	letter-spacing: 5px
}
	
#homeLink a:hover{	
	color:#51681b;
}

#homeLinkIcon {
  background-image: url("/content/images/spacer.gif");
  z-index:100;
	border: 0px solid red;
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:absolute;					/* floats left */
	cursor: pointer;
	margin-top:40px;
	margin-left:0px;
	width:200px;
	height:140px;
}

#phoneButton a{
font-size:12px;
border: 0px solid red;
color:#cbcaca;
margin: 10 0 0 690;
text-align:right;
		position: absolute; 
	/*	position:absolute;*/								/* floats left */
	height: auto;
}
#customDiv1{
border: 1px solid red;
 /*visibility:hidden;*/
	/*float:right;	position:relative; clear:both;  */           /* floats right */
	position:absolute;											/* floats left */
	background-image: url("/content/images/weather.gif");
 margin-top:-140px;
	margin-left:450px;
	width: 110px;
	height: 40px;
	cursor: pointer;
}
#customDiv2{
border: 1px solid white;
 margin-top:-120px;
	margin-left:250px;
	position:absolute;
}
#customDiv3{
border: 1px solid blue;
 margin-top:-80px;
	margin-left:350px;
 position:absolute;
}
#customDiv4{
border: 1px solid purple;
	margin-top:-60px;
	margin-left:450px;
	position:absolute;
}

/******************** classes for loginForm, shows when logged OUT only  ***************/
	#loginform {
	position:absolute;				/* floats right */
	/*	position:absolute;*/						/* floats left */
		margin:-210 0 0 140;
			border: 0px solid #7e7e7e;
			
	}
	#loginform fieldset label {
	color:#e1e1e1;
		display: block;
		font-size: 9px;
	}
	#loginform fieldset {
	border: 0px solid yellow;
		margin:0px;
		padding:0px;
		display: inline;
	}
	#loginform fieldset div{
		display: block;
		float: left;
		padding:0px;
	}
	
	#loginform fieldset .to{
		width:85px;
	}
	#loginform  input {
	color: #e1e1e1;
	border: 1px solid #677179;
	background-color:#393e42;
		width:80px;
		height:23px;
		font-size: 9px;
		font-weight:bold;
	}
	#loginform  #warning {
	  text-align:center;
    margin:37 0 0 0;
    color: red;
    width:165px;
    background: black;
    position:absolute;
	}
	
  #loginform  .loginbutton{
	border: 1px solid #677179;
	width:38px;
	height:23px;
		color: #c0c0c0;
		margin:14 0 0 0;
		font: 11px;
		width:40px;
  	font-family:  century gothic, Century Gothic, Helvetica, sans-serif;

	}
	#rememberme{
		clear:both;
	}
	#rememberme input{
	background-color:transparent;
	}
	#forgotPin a{
	z-index:100;
    position:absolute;    /* floats left */
    font-size: 12px;
  	font-family: century gothic, Century Gothic, Helvetica, sans-serif;
		margin:-195 0 30;
		border: 0px solid red;
		width:140;
		height:auto;
    color:#ffffff;
    		font-weight:normal;
		text-decoration: none;
		padding-left:10px;
	}
/******************** END classes for loginForm   shows when logged OUT only***************/

/***************************stuff displayed while logged in only */
	#welcomeUser a{
	border: 0px solid red;
		/*float:right;	position:relative; clear:both;  */				/* floats right */
		color:#70b3e7;
		position:absolute;	
		font-size:11px;/* floats left */
		letter-spacing: 1px;
		margin-top:-204px;
		margin-left:560px;
		text-decoration:none;
	}
	#logOut{
	border: 0px solid red;
		float:right;	position:relative; clear:both;					/* floats right */
		/*position:absolute;*/											/* floats left */
		margin-top:-140px;
	}
	#sectionMenu{
	  text-align:right;
      width: 340px;
	  text-align: left;
	  position: absolute;
	  margin-top: -207px;
	  margin-left:60px;
	  border: 0px solid red;
      color: #fff;
      font-family: century gothic;
      font-style: normal;
      font-variant: normal;
      font-weight: bold;
      font-size: 11px;
      line-height: normal;
      font-size-adjust: none;
      font-stretch: normal;
}
	#sectionMenu a{
	text-decoration: none;
	
	}
	#sectionLink{
    padding:0 5 0 5;
	text-decoration:none;
	}
	a#sectionLink {
   color:#fff;
	}

	#sectionHilite {
		font-weight:bold;
		  font-size:11px;
		color:#8bb32e;
		text-decoration:none;
	}
#sectionHilite a:hover{
		text-decoration:none;
	}

/*************************** END stuff displayed while logged in only */





/**************************************************************/
/***************  end of masthead stuff, following ************/
/*************** deals with page content stuff  ***************/
/**************************************************************/


#pageContent {
border: solid #2f2f30;
border-width: 1 1 1 1;
background: #1e2128 url("/content/images/page_content_bg.jpg") repeat-x;
background-position: top center;
width: 100%;
padding:10px 0 20px 0px;
margin: 0 auto;
} 

#pageContent span {
font: 14px century gothic, Century Gothic, Helvetica, sans-serif;
} 

#printContent {
background-color:#FFFFFF;
width: 100%;
height: 100%;
}

#pageContentHeader {
border: 0px solid green;
margin: 0 0 0 0;
padding: 4px 0 20px 6px;
height: 40px; 
  }
  
#pageContent hr {
border-color: #233647;
  	border-bottom-width: 0px;
  	border-top-width: 1px;
  	border-style: solid;
  	height: 0px;
} 

span.paragraph{
color: #ffcc99;
}

#pageContent font a{
color:#2090cf;
}

#pageContent h3 a{
color:#2090cf;
}

#pageContent p b{
color:#8bb32e;
}
/* ^^^^^^^^^^^^   submenu (inside #pageContent)   ^^^^^^^^^^^^^^^^ */
	#sub_menuContainer {
   float:left;
    border: 0px solid red;
  padding:0 0 0 0;
  font:normal 13px Century Gothic;
margin:0 0 0 0;

  }
  #sub_menuContainer span{
color: #959879;

  }
  
  .sub_menu {
		padding: 3px;
		text-transform:uppercase;
			
	}

  
  .sub_menu  a{
		padding: 3px;
		text-transform:uppercase;
		font-size:13px;
			
	}
	#sub_menuContainer span a {
		text-decoration: none;
		
	 }

	#sub_menuContainer a:hover{
		text-decoration: none;
			color:#8BB32E;
	}
	#sub_menuContainer #sub_menu_sel {
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		font-size:13px;
	}
 #iconMenu{
  float:right;
  border: 0px solid blue;
  text-align:center;
  margin: 0 -5px 0 0;
  height:40px;
}
#iconMenuIcon img{
border:none;
}
#iconMenuIcon{
 float:left;
  color:#7A92AE;
  text-align: center;
  margin:0 10 0 10;
}

  #iconMenu a{
  	text-decoration:none;
  }

  #iconMenu a:hover{
  	text-decoration:none;
	color:#8BB32E;
  }

  span.iconMenuIcon a{
    color:#8c8c8c;
  	text-decoration:none;
	font-size:11px;

  }

  #iconMenuIcon a{
    color:#8c8c8c;
  	text-decoration:none;
	font-size:11px;

  }
	#sub_menuContainer #sub_menu_sel {
	
		font-weight:bold;
		text-decoration:none;
		color:#8BB32E;
	}

/* ^^^^^^^^^^^^   end of sub menu   ^^^^^^^^^^^^^^^^ */


/* classes for validator */
	.tfvHighlight{
		color: red;
		text-align: right;
		padding: 0px;
	}
	.tfvNormal{
		color: black;
		text-align: right;
		padding-right: 0px;
	}
	
  .smallFormElements{
    margin-top:3px;
  	font-size: 9px;
  	font-family: century gothic, Century Gothic, Helvetica, sans-serif;
  }
 
  div.row {
    clear: both;
    padding-top: 4px;
    font-size: .8em;
  }
  
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
}
  
  
div.row span.formw {
  float: right;
  width: 520px;
}
  
#niceForm{
  float: left;
  width: 680px;
  border: 0px solid #333; padding: 0px;
  margin: 0px auto; 
}

#form.niceform {
  border: solid 1px red;
  color: #808000;
}

form.niceform input{
  color: #ffffff;
  background-color: #404040;
  border: 1px solid #545353;
}

form.niceform textarea{
  color: #ffffff;
  background-color: #404040;
  border: 1px solid #545353;
}	

/* end classes for validator */


/* ^^^^^^^^^^^^   MENU 1  ^^^^^^^^^^^^^^^^^^ */
	#dropmenu1{
	background: #000000 url("/content/images/menu_bg.jpg") repeat-x;
	font-size: 12px;
	margin:0;
	padding: 0;
	width:800px;
	vertical-align: middle;
	}

	#dropmenuHilite1 span{
	color: #9cc97e;
	}
	
	#dropmenuHilite1 a:hover{
	color:#64bfeb;
	}

	#dropmenu1 ul{
    margin:0;
		list-style:none;
		padding: 10px 0;
	}

	#dropmenu1 li{
		display:inline;
		margin:0px;
		padding: 10px 0;
		
}

	#dropmenu1 ul li a {
		color: #9cc97e;
		text-decoration: none;
		margin:0;
		padding: 10px 14px;
	}

	#dropmenu1 ul li a:hover{ 
		color: #85bfeb;
		text-decoration:none;
		background-color: #235079;
		padding: 10px 13px;
		border-left: 1px solid #397cae;
		border-right: 1px solid #397cae;
	}

	#dropmenu1 a:hover{
		color: #85bfeb;
		text-decoration:none;
	}

	.dropmenudiv1{
		background: #2a5e89;
		position:absolute;
		top: 0;
		text-decoration:none;
		font:normal 13px Century Gothic;
    z-index:100;
		visibility: hidden;
		margin-top: -1px;
		width:150px;
		/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/	
	}
	
	.dropmenudiv1 a{
	  text-decoration: none;
		display: block;
    border: 1px solid #397cae;
		font-weight: normal;
		font-size: 13px;
		color: #9cc97e;
		text-transform: uppercase;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 8px;
		padding-bottom: 8px;
	}

  .dropmenudiv1 a:hover{
		color: #488cc2;
		text-decoration: none;
		background-color: #235079;
	}
/* ^^^^^^^^^^^^  end of MENU 1  ^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^   MENU 2  ^^^^^^^^^^^^^^^^^^ */
 #dropmenu2{
		margin:0 0 0 0;
		padding:0 0 8 0;

	}

	#dropmenuHilite2 span{
			color:#B47810;
	}

	#dropmenu2 ul{
		border-left: 1px solid #4E4D4D;
		border-right: 1px solid #4E4D4D;
		border-bottom: 1px solid #4E4D4D;
		margin:0px;
		padding:8 0 8 0;
		font:normal 12px Century Gothic;
		list-style:none;
		width:100%;
	}

	#dropmenu2 li{
    padding-top:8px;
		padding-bottom:8px;
    border-left: 1px solid #4E4D4D;
		display:inline;
		margin:0px;
		padding-left:38px;
		padding-right:38px;
}

	#dropmenu2 ul li a {
		color: #7e7d7d;
		font-weight: normal;
		text-decoration: none;
		padding:0px ;
		margin:0px;
	}

	#dropmenu2 ul li a:hover{
		color: #488cc2;
		text-decoration:none;
	}

	#dropmenu2 a:hover{
		color: #91966b;
		text-decoration:none;
	}

	.dropmenudiv2{
		background: #000000;
		position:absolute;
		top: 0;
		text-decoration:none;
		font:normal 13px Century Gothic;
		z-index:100;
		visibility: hidden;
		margin-top: 8px;
		margin-left:-10px;
		width:140px;
		/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}
	.dropmenudiv2 a{
	text-decoration: none;
		display: block;
		border: 1px solid  #737272;
		font-weight: normal;
		font-size: 13px;
		color: #7e7d7d;
		text-align: center;
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 8px;
		padding-bottom: 8px;
	}
		.dropmenudiv2 a:hover{
		color: #91966b;
		text-decoration: none;
	}
	.dropmenudiv2 span:hover{
		color: #91966b;
		text-decoration: none;
	}
/* ^^^^^^^^^^^^  end of MENU 2  ^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^  floating menu at bottom contains copyright   ^^^^^^^^^^^^^^^^^^ */
  .floatmenu{
  	padding-left: 4px;
  	padding-right: 4px;
  	font-size: 11px;
  	font-weight:normal;
  	font-family: Century Gothic, Helvetica, sans-serif;
  	color: #9a9e7d;
  }
  .floatmenu a {
  	color: #9a9e7d;
  	text-decoration: none
  }

  .floatmenu a:hover {
  	color: #9a9e7d;
  	text-decoration: none
  }

  .copyrights{
  	color: #2f2f30;
  	font-size: 11px;
  	font-family: Century Gothic, Helvetica, sans-serif;
  }
 

  .copyright a{
  	color: #2f2f30;
  	font-size: 10px;
  	padding:5px;
  	font-family: Century Gothic, Helvetica, sans-serif;
	text-decoration: none;
	}

.copyright a:hover{
  	color: #91966b;
  		text-decoration: none;
 	}

  .copyrights hr {
  	border-color: #2f2f30;
  	border-bottom-width: 0px;
  	border-top-width: 1px;
  	border-style: solid;
  	height: 0px;
  	width: 100%;
  }
/* ^^^^^^^^^^^^  end of floating menu   ^^^^^^^^^^^^^^^^^^ */



/*INDEX PAGE  RECENT PHOTOS AND NEWS*/

	.indexbox{
			border: solid red 0px;
			width:100%;
			height:400px;
			margin:0 0 0 -10;
	}
	.newsbox{
  border: solid blue 0px;
		margin:24 0 0 0;
		float:right;
		width:414px;
		height:365px;
		padding: 100 30 20 30;
		background: url(/content/images/lastest_news_header.jpg) no-repeat;
		}
		.newscontent{
		font-size:13px;
		
	}

		.newscontent hr{
		border: 1px #8c8c8c solid;
	
	}
		.newscontent a{
		color:#8bb32e;
		font-size:12px;
	}
	.newsboxPad{
	margin-top:-24px;
  border: solid blue 0px;
	}
	.photobox{
	margin:24 0 0 7;
		border: solid blue 0px;
	float:left;
		width:363px;
		height:365px;
		padding: 80 0 20 60;
		background: url(/content/images/Cu_header_photo.jpg) no-repeat;
	}
	.photoboxPad{
		border: solid blue 0px;
	}
	
	div.indexFloat {
  	float: left;
  	width: 120px;
  	height: 148px;
  	padding: 15px;
   color: #8c909b;
   font: bold 11px century gothic;
   }
  div.indexFloat a{
   color: #8c909b;
   font: bold 12px century gothic;
   text-decoration:none;

   }
   
  div.indexFloat a img{
   border: 1px solid #253f56;

   }
   div.indexFloat  a:hover{
    color: #8cb42d;
    font: bold 12px century gothic;
    text-decoration:none;
   }

  div.indexFloat p{
    padding:0px;
    margin-top:2px;
    margin-bottom:2px;
   }


/* END INDEX PAGE  RECENT PHOTOS AND NEWS*/






  



/* *************  roster *****************/
.filterMenu{
float:right;
padding-top:7px;
}
.filterMenu p{
display: inline;
margin:0 10 0 10;
}
.filterMenu a{
display: inline;
margin:0 10 0 10;
}
  .roster_detail_staff{
  color:#81A014;
  font-family: century gothic, Century Gothic, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin-left:320px;
  }
.roster_detail_top{

width:700px;
font-weight:bold;
line-height: auto;

text-align: left;
margin-left: 17px;

padding-top: 25px;
padding-bottom: 10px;
padding-left: 30px;

font-size:12px;
color: #254d0f;
height:95px;
}
  .roster_detail_topTitle{
  color:#A11E23;
  font-family: century gothic, Century Gothic, Helvetica, sans-serif;
  font-weight:bold;
  font-size:24px;
  margin: 0px;

  }

.roster_detail_mid{
width:700px;
background: url(/content/images/dashes.gif) no-repeat;
font-family: century gothic, Century Gothic, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color: #254D0F;
margin-left: 17px;

  }
  .roster_detail_bot{
   width:700px;
  
  margin-left: 17px;
  font-size:12px;
  color: #254d0f;
  }
  .roster_detailText{
  margin:30 0 0 175;
  
  }

  .rosterName{
  color:#0476bd;
  font-family: century gothic, arial, sans-serif;
  font-weight:bold;
  font-size:33px;
  text-align:left;
  margin-left:350px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0 0 5 0px;
  line-height: 50px;
 ;
  }
  .rosterSubTitle{
color:#ca9735;
font-family: century gothic, Century Gothic, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
  margin:0px;
  }
  .membertype{
  color:#085f95;
  font-family: Century gothic, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:16px;
  margin:0px;
  padding:0px;
  }
  
  span.membertype{
  margin-top:0px;
  padding:0px;
  }
  
  .rosterphoto{
  border: 1px #525a68 solid;
  position: absolute;
  margin: 0 0 0 0;
  margin-top: 80px;
  }
  .rosterphotoCustom{
  border: 1px #525a68 solid;
  position: absolute;
  margin-left: -640px;
  margin-top: 80px;
  }

  .rosterdetails a:hover{
  text-decoration:underline;

  }
  .rosterdetails a{
  color:#A1BA3B;
  text-decoration:none;
  font-family: century gothic, Century Gothic, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin:0px;
  }
  
  .rosterdetails{
  color:#8c8c8c;
font-family: century gothic, Century Gothic, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
  }
  .RosterRolodex{
    text-align:center;
    margin: 30 0 10 0;
    padding:0px;
  }
	.RosterLetters {
		font-family: Century Gothic, Helvetica, sans-serif;
 		font-size: 14px;
 		color: #628cbb;
 		font-weight:bold;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.rostereditImage{
	position:absolute;
  margin-top:-280px;
  margin-left:-60px;
  } 
/* *************  roster *****************/



/****************    Catalog   *****************************/
/*
  #catalogbreadcrumbs {
  	width:350px;
  	font:  bold 13px Century Gothic;
  	margin-bottom: 50px;
  	color: #8c8c8c;
  	text-decoration: none;
  }

  #catalogbreadcrumbs a {
  	text-decoration: none;
  	color: #8c8c8c;
  }
  .catalogbreadcrumbsHilite {
  	color: #4382c7;
  }
  #catalogbreadcrumbs a:hover {
  	text-decoration: underline;
  }


  #baskettotal{
  	position: absolute;
  	font: 10px century gothic;
      width: 160px;
      height: 50px;
  	color: #fc2043;
  	background: white url("/content/images/cart.jpg") 0 0 no-repeat;
  	cursor: pointer;
  	margin-top: 10px;
  	margin-left: 360px;
  	border:solid #AAC0D5 2px;
  	padding: 5 5 5 50;
  }
  #baskettotal a{
  	color: gray;
  }

  #catalogsearch{
  	position: absolute;
  	font: 10px century gothic;
  	color:  gray;
  	margin-top: 10px;
  	margin-left: 540px;
  	border:solid #AAC0D5 0px;
  	padding: 5px;
  }

  #catalogsearch input{
  	color:  gray;
  	font-size: 10px;
  	font-family: century gothic, Century Gothic, Helvetica, sans-serif;

  }


  .catalogcontainer{
      width: 760px;
      height: 100%;
  	padding:10px;
  	border:solid #8c8c8c 2px;
  	background-color: #FFFFFF;
  }

  .catalogcontainerTop{*/
  /*	background: url("/content/images/catalogContainerTop.gif") 0 0 no-repeat;*/
  /*}

  .catalogcontainerBot{*/
  /*	background: url("/content/images/catalogContainerBot.gif") 100% 100% no-repeat;

  */
 /* }
  .catalogcontainerLeft{*/
  /*	background: url("/content/images/catalogContainerLeft.gif") 0 100% repeat-y;
  	height:100%;


  	*/
  /*}
  .catalogcontainerRight{*/
  /*	background: url("/content/images/catalogContainerRight.gif") 100% 0 repeat-y;
  	height:100%;


  	*/
  /*}


#catalogcategory img{


bottom:0px;
}


  #catalogcategory{
  background: #D9D7D8 url("/content/images/catalog_category_top.jpg") repeat-x;
  	font: bold 13px century gothic;
  	color:#828282;
      width: 145px;
     height: 182px;
 float:left;*/
  /*	background-color: #E1E1E1;*/
  	/*border:solid #D9D7D8 1px;
  	padding: 5 0 2 2;

	margin: 15px;
  	
  }
  
#catalogcategory p a{
text-decoration: none;
}
#catalogcategory p {
vertical-align:middle;

margin: 1;
height:30px;
}

  .catalogproductFeature{
  	font:  11px century gothic;
      width: 145px;
  	color:#828282;
  
  	height: 180px;
  	float: left;*/
  /*	background-color: white;
  	border:solid #AAC0D5 2px;*/
/*  	padding: 0px;
  vertical-align: middle;
  	margin: 15px;
  }
  .catalogproductFeature a{*/

  /*	background-image: url("/content/images/1star3a.gif");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px; */
/*  	text-decoration: none;
  	font: bold 13px century gothic;
  	color: #FF9900;
display:block;
  }

  .FeaturedProductPhrase{

  }*/

  /*a.catalogproductFeature:after {
    font-weight: bold;
    color: navy;
    content: "Reference: ";
    }*/
/*
  .catalogproduct{
  	font:  11px century gothic;
      width: 145px;
  	color:#828282;
  	float: left;*/
  /*	background-color: white;
  	border:solid #AAC0D5 2px;*/
/*  	padding: 0px;
  vertical-align: middle;
  	margin: 15px;


  }
  .catalogproduct img{
  	border:solid #828282 1px;

  }
  .catalogproduct a{
  	font: bold 13px century gothic;
  	color: #828282;
  	text-decoration: none;
  }



  .catalogdescriptionTabs{
  	float:left;
  	margin:0 0 -16 15;
  	border-bottom:solid #D9D7D8 1px;
  	height:19px;
  	width:78%;
  }

  .catalogdescriptionTabs ul{
  	position:relative;
  	margin-left: 0;
  	padding-left: 0;
  	display: inline;


  }
  .catalogdescriptionTabs li{
  	background:#F2F2F2;
  	margin-left: 0;
  	margin-bottom: 0;
  	padding: 2px 15px 5px;
  	border: 1px solid #D9D7D8;
  	list-style: none;
  	display: inline;
  	font: bold 11px century gothic;
  	color: #4382c7;
  }
  .catalogdescriptionTabs li.here {
  	background:#FFFFFF;
  	border-bottom: 1px solid #fff;
  	list-style: none;
  	display: inline;
  }


  .catalogShortdescription{
  float:left;
  font: bold 11px century gothic;
  width:78%;
  padding:10px;
  margin:15px;

  }

  .catalogdescription{
*/
  /*background:#EBDEC5;*/
  /*background:#FFFFFF;
  float:left;
  border-bottom:solid #D9D7D8 1px;
  border-left:solid #D9D7D8 1px;
  border-right:solid #D9D7D8 1px;
  border-top:solid #D9D7D8 1px;
  width:78%;
  padding:10px;
  margin:15px;
  }
  .catalogFullSizeImage{
  	font: bold 11px century gothic;
  	background-color: white;
  	border:solid #AAC0D5 2px;

  }
  .catalogdetailImage{
  float:left;
  width:210px;
  height:auto;
  margin-left:40px;
     padding-right:30px;
  }
  .productviewpriceDiscount{
  	font: bold 11px century gothic;
  color: #FA0328;
  }

  #addtomyCatalog{
  float: left;
  position: relative;
  }*/
/****************    Catalog   *****************************/

/****************    GOOGLE MAPS   *****************************/
#googleframe{
border: 1px solid gray;
background-color: red;
margin-left:10px;
}

/****************    END GOOGLE MAPS   *************************/
/****************    lightbox   *****************************/
#GB_overlay {
  background-image: url(/content/images/overlay.png);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 150%;
  
}

* html #GB_overlay {
  
  background-color: transparent;
  background-image: url(/content/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  text-align:center;
  position: absolute;
  z-index: 101;
  height: 100%;
}

#GB_frame {
  text-align:center;
}

#GB_caption {
  color:white;
  z-index: 151;
  cursor: pointer;
  border: 0px solid purple;
}

#GB_captiontop {
  margin-top:60px;
  color:white;
  cursor: pointer;
}


#GB_window img {
  cursor: pointer;
  border: 6px #535e68 solid;
}

#GB_printbutton{
position: absolute;		
left:700px;
top:40px;
}
/****************    lightbox   *****************************/

/****************    escoremail mailform   *****************************/
#mailform {
margin: 20 0 10 50;
}

#mailform form table tbody tr td div{
text-align:left;
margin: 10 0 10 50;
}


/****************    mailform   *****************************/

