/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

a:link, a:visited, a:active	{
	color : #000080;
	font-weight : normal;
	text-decoration : underline;
}

a:hover	{
	color : #FF0000;
}


html,
body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10pt;
	font-family: Georgia, Tahoma, Times, "Times New Roman", serif;
	color: #38442C; 
	background: #FFFFFF url(../images/bg01.jpg) top center fixed;
	height: 100%;
	text-align: center;
}

#container {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/botmainbg01.png)  no-repeat bottom left;
}

* html #container { height: 100%; }

#header {
	background: url(../images/header01.png)  no-repeat;
	padding: 0;
	width: 960px;
	height: 264px;
}


#body {
	padding: 0;
	padding-bottom: 150px;   /* Height of the footer */
}

#footer {
	position: absolute;
	width: 960px;
	height: 150px;
	bottom: 0;
}

.footercontent{
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 8pt;
	margin: 0;
}

.copyright {
	height: 34px;
	padding: 9px 0;
	background: transparent url(../images/copyrightbg.png)  no-repeat top left;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #38442C;
	font-size: 8pt;
	text-decoration: none;
}


#colleft {
	width: 252px;
	float: left;
}

#colright {
	width: 708px;
	float: left;


}

* html #colright { width: 705px; }

.maincontent{
	padding: 1px 25px;
	margin: 0;
}

.maincontent p {
	margin: 2px;
	padding: 0;
}

.maincontent ul, .maincontent li{
margin: 5px 0 0 25px;
padding: 0;
}

.maincontent li{
padding: 0 0 0 2px;
} 

.maincontent pre {
	margin: 0;
}

.maincontenttop{
	background: transparent url(../images/maincontentbgtop.png) no-repeat top left;
	width: 692px;
	height: 23px;
	margin: 0 0 0 8px;
}

.maincontentbg{
	background: transparent url(../images/maincontentbg.png) repeat-y top left;
	width: 692px;
	margin: 0 0 0 8px;
}

.maincontentbottom{
	background: transparent url(../images/maincontentbgbottom.png) no-repeat top left;
	width: 692px;
	height: 23px;
	margin: 0 0 20px 8px;
}

.no {	display: none;   }


.twocolumn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.twocolumn li {
  float: left;
  width: 49%;
  margin: 0;
  padding: 0;
}

.gallery2 {
	clear: both;
	text-align: center;
}

.gallerycontainer { width: 620px; margin: 0 auto; }


.galleryimagecenter {
  margin: 4px;
  text-align: center;
  border: 1px solid #89AF4E;
  float: left;
}


.subgalleryimage { 
  padding: 2px;
  text-align: center;
  border: 2px solid #BA0E1C;
  margin: 2px;
}

.gallerydiv {
  float: left;
  width: 116px;
  height: 115px;
  margin: 0 4px;
}

.phototag {
  text-align: center;
  font: normal 8pt Arial;

}

.tempindex  {	
	font-size: 35pt;
	font-weight: bold;
	font: Arial Black, Arial Black, Gadget, sans-serif;
	text-align: center;
}
	
h1 {
	font-size: 16pt;
	color: #38442C;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
}

h2 {

	font-size: 13pt;
	font-weight: bold;
	color: #A3B593;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
}


h3 {

	font-size: 15pt;
	font-weight: bold;
	color: #8BAF5F;
	margin: 0;
	padding: 0 0 2px 0;


}

h4 {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	margin: 0;
	padding: 0 5px 5px 0;
	font-variant: small-caps;
}


h6 {
  font: bold 11px Arial;
  margin: 0;
  color: #488FA8
}


.menu1 {
	margin: 0;
	width: 252px; /*width of menu*/
	padding-top: 15px;
	background: transparent url(../images/menubg01.png) no-repeat top left;
}

.menu1 a.menuitem, .menu1 a.menuitem:visited, .menu1 .menuitem:active {
	background: transparent url(../images/menubg01.png) no-repeat bottom left;
	display: block;
	padding: 0 0 15px 15px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	text-decoration: none;
	outline: none;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	color: #A3B593;
}


.menu1 a.menuitem:hover, .menu1 a.menuitem:focus {
	color: #38442C;
	
}

.menu1 a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.menu1 div.submenu{ /*DIV that contains each sub menu*/

}

.menu1 div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	margin-top: -7px;
	background: transparent url(../images/menubg01.png) no-repeat bottom left;
}

.menu1 div.submenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu1 div.submenu ul li a, .menu1 div.submenu ul li a:visited {
	display: block;
	font-size: 12px;
	color: #A3B593;
	text-decoration: none;
	padding: 5px 0;
	line-height: 19px;
	padding-left: 25px; /*link text is indented 25px*/
	background:  transparent url(../images/submenubg.png) no-repeat top left;
}

.menu1 div.submenu ul li a:hover{
	color: #38442C;
}


/* ########### LINKIT CLASSES ########## */

.linkitpad  {
	margin: 10px 0;
	
}

.linkit {
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

.toolbar50 {
	float: left;
	width: 50px;
}

.toolbar75 {
	float: left;
	width: 75px;
}

.toolbar95 {
	float: left;
	width: 95px;
}

.toolbar100 {
	float: left;
	width: 100px;
}

.toolbar130 {
	float: left;
	width: 130px;
}

.toolbarborder {
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding: 1px 0;	
}

.print a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_printer.png) no-repeat center left;
	text-decoration: none;
}

.print a:hover	{
	color: #808080;
	text-decoration: underline;
}

.email a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_email.png) no-repeat center left;
	text-decoration: none;
}

.email a:hover	{
	color: #808080;
	text-decoration: underline;
}

.share a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_share.gif) no-repeat center left;
	text-decoration: none;
}

.share a:hover	{
	color: #808080;
	text-decoration: underline;
}

.calendar a {
	color: #4F8A9D;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_calendar.gif) no-repeat center left;
	text-decoration: none;
}

.calendar a:hover	{
	color: #808080;
	text-decoration: underline;
}

.linkitbuzz {
	width: 75px;
	float: left;
	padding: 4px 0;
	font: normal 12px Arial;	
}

.linkitbuzz a {
	color: #4F8A9D;
	text-decoration: none;
}


.linkitbuzz a:hover	{
	color: #808080;
	text-decoration: underline;
}

.pdf a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_pdf.png) no-repeat center left;
	margin-left: 10px;
}

.pdf a:hover	{
	color: #1827E2;
}

.photo a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	background: transparent url(../images/icons/icon_photo.png) no-repeat center left;
	margin-left: 10px;
}

.photo a:hover	{
	color: #1827E2;
}

.pps a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_pps.gif) no-repeat center left;
}

.pps a:hover	{
	color: #808080;
}

.forward a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_arrow.png) no-repeat center left;
	margin-left: 10px;
}

.forward a:hover	{
	color: #1827E2;
	}

.back a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_arrow_left.png) no-repeat center left;
}

.back a:hover	{
	color: #1827E2;
}


/* ########### END LINKIT CLASSES ########## */

#linkitdoc {
	font: bold 12px Arial;
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

#linkitdoc a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_doc.gif) no-repeat center left;
}

#linkitdoc a:hover	{
	color: #808080;
	text-align: right;
}

#search_box {
    width: 201px;
    height: 31px;
    background: url(../images/searchbox.gif);
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 5px 0 0 6px;
    border: 0;
    width: 158px;
    background: white;

}

#search_box #go {
    float: right;
    margin: 3px 3px 3px 0;
}

#borderbar { border-bottom: 2px solid #89AF4E; padding: 6px 0; }

a.goback:link, a.goback:visited, a.goback:active	{
  color: #FFFFFF;
  font: bold 11pt Arial;
  text-decoration: none;
  margin: 2px 10px 2px 2px;
}

a.goback:hover	{
  color: #FFFF00;
  text-decoration: underline;
}



.adscontent{
padding: 8px 8px 0px 8px;
}

.imageborder {
  border: 1px solid #A4B493;
  padding: 2px;
}


.productimage {
  border: 1px solid #89AF4E;
  padding: 2px;
}

.imageright {
  margin: 5px 0px 10px 20px; 
  padding: 2px;
  float: right; 
  border: 1px solid #A4B493;

}

.imageleft {
  margin: 5px 20px 10px 0px;
  float: left;
  padding: 2px;
  border: 1px solid #A4B493;
}

.imagecenter {
  margin: 5px 0px 5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  border: 1px solid #A4B493;
}

.noborder {
	border: 0;
}


.menu{
cursor:pointer;
text-align:left;
font-family:Arial;
color: #FFFFFF;
font-size:10pt;
font-style:normal;
text-decoration:none;
font-weight:bold;
}

a.mainmenu:link, a.mainmenu:visited, a.mainmenu:active, a.mainmenu:hover{
cursor: pointer;
text-align: left;
font: normal 10pt Arial;
color: #FFFFFF;
font-style:normal;
text-decoration: none;
display: block;
width: 100%;
height: 20px;
padding: 2px 0 0px 5px;
}

.dropmenu{
background: transparent url('../images/buttonblank.png') no-repeat top left;
display: block;
width: 100%;
font: bold 12px Arial; /* Change 13px as desired */
color: #FFFFFF;
line-height: 22px;
height: 33px; /* Height of button background height */
padding: 4px 0 0 8px;
text-decoration: none;
cursor: pointer;
margin: 0 0 -4px 3px;
text-align:left;
}

* html .dropmenu{
margin: 0 0 -2px 3px;
}

#dropmenulink a {
background: transparent url('../images/buttonblank.png') no-repeat top left;
display: block;
width: 100%;
font: bold 12px Arial; /* Change 13px as desired */
color: #FFFFFF;
line-height: 22px;
height: 30px; /* Height of button background height */
padding: 4px 0 0 8px;
text-decoration: none;
cursor: pointer;
margin: 0 0 -1px 3px;
text-align:left;
}

* html #dropmenulink a {
margin: 0 0 1px 3px;
}




a.one:link	{
		color : #FFFFFF;
		font-weight : normal;
		text-decoration : none;
}

a.one:visited	{
		color : #FFFFFF;
		font-weight : normal;
		text-decoration : none;
}

a.one:hover	{
		color : #FF0000;
		font-weight : normal;
		text-decoration : none;

}


a.two:link	{
		color : #000080;
		font-weight : bold;
		text-decoration : none;
		font-family: Arial;
		font-size: 10pt;
}

a.two:visited	{
		color : #000080;
		font-weight : bold;
		text-decoration : none;
		font-family: Arial;
		font-size: 10pt;
}

a.two:hover	{
		color : #FF0000;
		font-weight : bold;
		text-decoration : none;
		font-family: Arial;
		font-size: 10pt;

}


a.three:link	{
		color : #000080;
		font-weight : bold;
		text-decoration : underline;
		font-family: Arial;
		font-size: 10pt;
}

a.three:visited	{
		color : #000080;
		font-weight : bold;
		text-decoration : underline;
		font-family: Arial;
		font-size: 10pt;
}

a.three:hover	{
		color : #FF0000;
		font-weight : bold;
		text-decoration : underline;
		font-family: Arial;
		font-size: 10pt;
}

.idtext1
{font: normal 6pt Arial; font-style: normal; color: #000000;}

.generaltext
{font-family:Arial;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext1
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext2
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext3
{font-family:Arial;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext4
{font-family:Arial;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.headertext
{font-family:Verdana;font-size:13pt;font-weight:bold;font-style:italic;text-decoration:none;}
.headertext2
{font-family:Arial;font-size:12pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext
{font-family:Verdana;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext2
{font-family:Verdana;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext3
{font-family:Arial;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.footertext
{font-family:Veranda;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.footertext2
{font-family:Verdana;font-size:1pt;font-weight:normal;font-style:normal;text-decoration:none;}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border-top: 3px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom: 1px solid #7E9939;
font: bold 8pt Arial;
line-height:18px;
z-index:100;
background: white;
width: 175px;
visibility: hidden;
margin: -4px 0 0 0;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-top: 0 solid #678b3f;
border-bottom: 3px solid #FFFFFF; /*THEME CHANGE HERE*/
color: #FFFFFF;
font: normal 8pt Arial;
text-align:left;
text-decoration: none;
background: #C6D25A url(../images/menusubgreen.png) center repeat-x;
height: 18px;
padding: 4px 0 0 0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
height: 25px;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background: #C60000;
color: white;
text-decoration: none;
}

.dropmenudiv a:visited { /*THEME CHANGE HERE*/
color: white;
text-decoration: none;
}


/*- Menu Tabs F--------------------------- */

    #tabsF {
	margin: 0px;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}

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

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

    #tabsF a {
	float:left;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 130px;
	white-space: nowrap;
	text-decoration: none;
	}
    #tabsF a span {
	float:left;
	display:block;
	background:url("../images/menubackborder.png") no-repeat right top;
	width: 100%;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 0px 0 0 0;
	padding: 15px 0 16px 0px;
	cursor: pointer;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }
    #tabsF a:hover span {
      background-position:100% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }


    #tabsFL a {
	background:url("../images/menuback.png")  no-repeat left top;
	float:left;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 123px;
	white-space: nowrap;
	text-decoration: none;
	}
/* Holly Hack for IE \*/
* html #tabsFL a { width: 128px; }
/* End */

    #tabsFL a span {
	float:left;
	display:block;
	background:url("../images/menubacklast.png") no-repeat right top;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 15px 0 16px 0px;
	cursor: pointer;	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsFL a span {float:none;}
    /* End IE5-Mac hack */
    #tabsFL a:hover span {
      color:#FFF;
      }
    #tabsFL a:hover {
      background-position:0% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }
    #tabsFL a:hover span {
      background-position:100% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }


    #tabsFF a {
	float:left;
	background:url("../images/menuleft.png")  no-repeat left top;
	margin: 0 0 0 0px;
	padding: 0px 0 0 10px;
	width: 123px;
	white-space: nowrap;
	text-decoration: none;
	}
/* Holly Hack for IE \*/
* html #tabsFF a { width: 128px; }
/* End */

    #tabsFF a span {
	float:left;
	display:block;
	background:url("../images/menubackborder.png") no-repeat right top;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 15px 0 16px 0px;
	cursor: pointer;
	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsFF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsFF a:hover span {
      color:#FFF;
      }
    #tabsFF a:hover {
      background-position:0% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }
    #tabsFF a:hover span {
      background-position:100% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }


/* ######### CSS for Lightbox ######### */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	cursor: pointer;
	}

#lightbox a img{ border: none; cursor: pointer;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size:11px; font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


.pagination{
margin-bottom: 8px;
padding: 2px;
text-align: right;
color: #A3B593;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/

}

.pagination li{
list-style-type: none;
display: inline;
margin: 0 1px;

}

.pagination li a, .pagination li a:visited{
background-color: #A3B593;
text-decoration: none; 
font-weight: bold;
color: #38442C;
padding: 2px 7px;
}

.pagination li a:hover, .pagination li a:active{
color: #FFFFFF;
font-weight: bold;
background: #38442C;

}

.pagination li a.currentpage{
background-color: #38442C;
color: #FFF !important;
font-weight: bold;
cursor: pointer;

}

.pagination li a.disablelink, .pagination li a.disablelink:hover{
background-color: EDEDEB;
cursor: default;
color: #929292;
font-weight: normal !important;

}

.pagination li a.prevnext{
font-weight: bold;

}

/* ###### Form CSS ######### */

.cssform p {
width: 360;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 180px; /*width of left column containing the label elements*/
border-top: 1px dashed #000000;
height: 19px;
font: normal 10pt Arial;
}

* html .cssform p { width: 450px; height; 1%;}

.cssform label{
float: left;
margin-left: -180px; /*width of left column*/
width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

#textareasize{
height: 100px;
}

.cssform textarea{
height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* ##### FAUX CHECK BOX CSS ########

span.checkbox {
	margin: 6px 5px 0 5px;
	width: 18px;
	height: 25px;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
 */


/* ########### SHOPPING CART ################# */

/* ## ADMIN AREA ## */

.boxborder { border: #000000 1px solid; }

#adminheader {
	height: 103px;
	text-align: center;
	font: bold 24pt Verdana;
	padding-top: 15px;
	color: #FFFFFF;
}

#adminbody {
	padding-bottom: 75px;   /* Height of the footer */
	text-align: left;
}

#admincolleft {
	width: 180px;
	float: left;
	padding: 10px;

}

#admincolright {
	width: 760;
	float: left;
}

.adminmaincontent {
	padding: 10px;
	text-align: left;
	margin: 0;
}

.adminaddprodheaderid {
	padding: 5px;
	text-align: left;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
}

.adminaddprodheader {
	padding: 5px 5px 5px 178px;
	text-align: left;

	color: #FFFFFF;
	clear: both;
}

.adminaddprodleft {
	text-align: right;
	float: left;
	width: 175px;
	font-weight: bold;
	padding: 2px 3px 0 0;
	margin: 5px 0;
}

.adminaddprodright {
	text-align: left;
	float: left;
	width: 400px;
	margin: 5px 0 10px 0;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}


.picmenu {
	cursor: hand;
	cursor: pointer;
	margin-bottom: 3px;
}

.picmenuopen {
	margin-bottom: 0px;
}

#offersform {
	background: url(../images/offers.jpg) no-repeat top center;
	height: 101px;
	width: 296px;
	padding: 25px 20px 0 110px;
	text-align: left;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
}

.bestseller {

	text-align: center;
	border: solid 0px #000000;
	margin: 4px;
	padding: 5px;
	text-decoration: none;
}

.bestsellercont {
	text-align: center;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	width: 158px;
	margin: 3px;
}

.bestsellimgsmall {
	float: left;
}

.bestsellerconthome {
	text-align: center;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	margin: 3px;
	clear: both;
}


.bestselldesc {
	padding-top: 7px;
}

.bestselldesc a, .bestselldesc a:visited {
	text-decoration: none;
	color: #000000;


}

.bestselldesc a:hover {
	text-decoration: none;
	color: #DE2B2B;

}

.bestsellprice {
	font-weight: bold;
	padding-top: 5px;
}


.linkitcart, .linkitcart:visited {
	height: 21px;
	width: 89px;
	background: transparent url(../images/storeimages/add_to_cart_link.png) no-repeat top left;
	border: none;
	cursor: pointer;

}

.linkitcart:hover {
	background: transparent url(../images/storeimages/add_to_cart_link.png) no-repeat  0 -21px;

}



.linkitdeletecart {
	font: bold 12px Arial;
	color: #000000;
	height: 25px;
	margin: 0;
	line-height: 25px;

}

.linkitdeletecart a {
	color: #000000;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_cartremove.png) no-repeat center left;
}

.linkitdeletecart a:hover	{
	color: #DE2B2B;
	text-align: right;

}


.linkitdetails {
	font: normal 12px Arial;
	color: #000000;
	height: 25px;
	margin: 0;
	line-height: 25px;

}

.linkitdetails a {
	color: #000000;
	font-weight: normal;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/storeimages/magglass01.png) no-repeat center left;
}

.linkitdetails a:hover	{
	color: #DE2B2B;
	text-align: right;

}

.linkitwishlist {
	font: normal 12px Arial;
	color: #000000;
	height: 25px;
	line-height: 25px;
}

.linkitwishlist a {
	color: #000000;
	font-weight: normal;
	padding: 5px 0 5px 26px;
	background: transparent url(../images/icons/icon_wishlist.png) no-repeat center left;
}

.linkitwishlist a:hover	{
	color: #DE2B2B;
	text-align: right;

}

.linkitviewwishlist {
	font: normal 12px Arial;
	color: #000000;
	height: 25px;
	line-height: 25px;
}

.linkitviewwishlist a {
	color: #000000;
	font-weight: normal;
	padding: 5px 0 5px 26px;
	background: transparent url(../images/icons/icon_viewwishlist.png) no-repeat center left;
}

.linkitviewwishlist a:hover	{
	color: #DE2B2B;
	text-align: right;

}

.linkitviewcart {
	font: normal 12px Arial;
	color: #000000;
	width: 125px;
	float: right;
}

.linkitviewcart a {
	color: #000000;
	font-weight: normal;
	padding: 2px 0 2px 26px;
	background: transparent url(../images/icons/cart.png) no-repeat center left;
}

.linkitviewcart a:hover	{
	color: #DE2B2B;
	text-align: right;

}

.linkitdelete {
	font: bold 12px Arial;
	color: #000000;
	height: 25px;
	margin: 0;
	line-height: 25px;

}

.linkitdelete a {
	color: #000000;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/icon_purge.png) no-repeat center left;
}

.linkitdelete a:hover	{
	color: #DE2B2B;
	text-align: right;

}


#linkitproduct {
	font: normal 11px Arial;
	color: #444445;
	text-align: center;
}

#linkitproduct a {
	color: #4F8A9D;
	font-weight: bold;
}

#linkitproduct a:hover	{
	color: #444445;
}

#linkitback {
	font: bold 12px Arial;
	color: #C0C0C0;
	height: 25px;
	margin: 0 25px 0 0;
	line-height: 25px;
	text-align: right;
}

#linkitback a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/linkitback.gif) no-repeat center left;
	text-align: right;
}

#linkitback a:hover	{
	color: #808080;
	text-align: right;
}



form {margin-bottom: 0px;}

checkbox{}
textarea{}

/* Link colors 
A:link
{
   COLOR: 6699FF;
   TEXT-DECORATION: none;
}

A:visited
{
   COLOR: 6699FF;
   TEXT-DECORATION: none;
}

A:hover
{
   COLOR: 0066ff;
   TEXT-DECORATION: underline;
}

*/

.centered
{
   text-align:       center;
}

.benchmark
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
   text-align:       center;
}

.error_header
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        14pt;
   font-weight:      bold;
   color:            #FF0000
}

.error_description
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
}

.random_product_text
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
   text-align:       center

}

/* used to highlight comment in the manager */
.red_comment
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
   color:            #FF0000
}

/* used to highlight comment in the manager */
.center_error
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
   color:            #FF0000
   text-align:       center
}

/* used in hack attempt error code */
.large_center_header
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        14pt;
   font-weight:      bold;
   text-align:       center
}

/* used in manager members hack */
.large_left_header
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        14pt;
   font-weight:      bold;

}

/* used to add left and right margin */
.margins_left_right
{
    margin-left:     20px;
    margin-right:    20px;
    margin-top:      10px;
}

/* used in manager below the header to describe what this feature is */
.text_description
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
}

/* Small text that shows up below the gateway check out buttons. */
.gateway_description
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
   text-align:       center;
}

/* user on forms and cart display */
.colored_cell_header
{
   color:            #000000;
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
   background-color: #BAC1C7;
   BORDER-BOTTOM:    #000000 1px solid;
   BORDER-TOP:       #000000 1px solid;
}

.item_added_message
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   text-align:       center;
   font-weight:      bold;
}

.d_category{HEIGHT: 22px; WIDTH: 210px;}

next_link
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
   font-weight:      bold;
}

back_link
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
   font-weight:      bold;
}

.cart_edit_quantity{}

.cart_totals_labels
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
   text-align:       right;
}

.cart_totals
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   text-align:       right;
}

.cart_error{}

.no_items_found
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
   text-align:       center;
}

.cartcontents
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
}

.default_small
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
}

.minicart {
	float: right;
	margin: 3px 3px 3px 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	padding: 4px;
	font-family:      Arial, Verdana, sans-serif;
}

.minicartdetails {
	width: 493px;
	float: right;
	text-align: right;
	margin-right: 10px;
	
}


.default_text
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
}

.default_right
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   text-align:       right;
}

.default_right_bold
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   text-align:       right;
}

.default_bold
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
}

.small_bold
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        8pt;
   font-weight:      bold;
}

.row_title
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
}

/* used in the download hack from the members area to sell product downloads */
.download_link
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
}

.customer_login_headers
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        12pt;
   font-weight:      bold;
   text-align:       center;
   height:           35px;
   vertical-align:   center;
}

.template_cell_headers
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        10pt;
   font-weight:      bold;
}

.sitename
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        20pt;
   font-weight:      bold;
   color:            #FFFFFF;
   text-align:       center;
   line-height:      3px;
}

.center_header
{
   font-family:      Arial, Verdana, sans-serif;
   font-size:        12pt;
   font-weight:      bold;
   text-align:       center;
}

.borderbottom
{
   BORDER-BOTTOM:    #C2C2C2 1px solid;
}

/* ########### IMAGE BOX CSS ########### */

.imagecontainer
{
  height: auto;
  width: 206;
  text-align: center;
  float: left;
  margin: 5px 10px 10px 0px;
}
	
.imagecontainer img
{
  display: inline;
  margin: 0 3px;
  border: 1px solid #000000;
}


.desc
{
  padding: 0 5px 5px 5px;
  border: 1px solid #000000;
  border-top: none;
  height: 20px;
  line-height: 20px;
  background: #000000;
  width: 190px;
  margin: 0 3px;
}

.desc a {
  display: block;
  font: bold 14px Arial;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 0 5px 26px;
  background: transparent url(../images/icons/icon_zoomin.png) no-repeat center left;
  text-decoration: none;
}

.desc a:hover	{
  color: #C0C0C0;
}

.searchtitle {
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	margin: 0;
	padding-top: 7px;
	text-align: center;
	color: #38442C;
}

.searchform {
	padding: 2px 0 6px 0;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
}

.reviewtitle {
	font: bold 11pt Arial;
	color: #000000;
	margin: 0;
}

.producttitle {
	font-size: 14pt;
	color: #38442C;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

.breadcrumbtitle {
	font-size: 10pt;
	color: #38442C;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

.breadcrumbtitle a, .breadcrumbtitle a:visited {
	font-weight: bold;
	color: #38442C;
}

.breadcrumbtitle a:hover {
	font-weight: bold;
	color: #A3B593;
}

/* ########### FACEBOX CSS ########### */

#facebox .b {
  background:url(../images/storeimages/facebox/b.png);
}

#facebox .tl {
  background:url(../images/storeimages/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/storeimages/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/storeimages/facebox/bl.png);
}

#facebox .br {
  background:url(../images/storeimages/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


/* ########## STAR RATING SYSTEM ############# */


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/storeimages/stars/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/storeimages/stars/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


/**End CSS Style*****************************************/
