/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a6d09e;
	color: #333;
	font-size: 12px;
	background-image: url(images/backgr.gif);
	background-repeat: repeat-x;
	background-position: 20px 40px;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: normal;
}

h6{ 
	display: inline;
	color:#333;
}

h1{	
	font-size: 260%;
	color: #333;	
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
}

h2{
	font-size: 140%;
	color: #333;	
	font-weight: bold;	
}

h3{
 font-size: 230%;
 color: #333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 5px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #333;
	background: #a6d09e;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{
	border:none;
}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 932px;
	margin-left: auto;
	margin-right:auto;
	border-left: solid 2px #333;
	border-right: solid 2px #333;
	margin-top: 20px;
	border-top: solid 2px #333;
	background-color: #a6d09e;
}

#mainArea{
	padding: 0px;
}

#mainContent{
	margin-top: 10px;
	margin-left: 10px;
}

#textColumn{
	width: 440px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

#shopThumbs{
	width: 740px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

#alt #textColumn, #shop #textColumn, #pod #textColumn{
	float: left;
	width: 400px;
	margin-left: 10px;
	
}
#shop #textColumn{
 	width: 272px;
}

#pod #textColumn{
 	width: 350px;
}

#alt #content, #shop #content, #pod #content{
	float: right;		
}
 #pod #content{
 	width: 540px;
 }
 #pod #content #innerContent{
 	background-position: 530px;
 }
#catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{
	margin: 5px 5px 0 0;
	padding: 0px;
	width: 470px;
	float: left;
	background-image: url(images/vert_dots.gif);
	background-position: 10px;
	background-repeat: repeat-y;
	
}
#innerContent{
	margin:0px;
	padding: 0px;		
	background-image: url(images/vert_dots.gif);
	background-position: 460px;
	background-repeat: repeat-y;
	
}
#wrapper #header{
	height: 170px;
	background-color: #a6d09e;
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	margin: 0px;
	font-size: 11px;
	color: #666666;
	background-color: #fff;
	border-bottom: solid 2px #fff;
}

#topStrip #logo{
	width: 573px;
	float: left;

}

#topStrip #rightB{
	width: 357px;
	float: right;
}

/************** content styles ***************/
#content #pageNav{
	width: 250px;
	float: left;
	margin-bottom:20px;
	background-color:#e6e6e5;
	margin-left: 5px;
}

#content #pageNav img{
	margin-left:5px;
}

#content #pageNav ul{	
	list-style: none;	
}
#content #pageNav ul a:link, #content #pageNav ul a:visited{
	text-decoration: none;
	background-color:#e6e6ef;	
}

#content #pageNav ul a:hover{ 
	color:#990000;
	text-decoration: none;
}


#content #pageNav ul li{
	padding: 10px 10px 5px 20px;
	/*background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;*/

}

#content #pageNav ul .dwn{ 
	color:#990000;
}




.pageContent{
	padding: 0px 5px 10px 10px;		
}

#content .pageContentFull{
	padding: 10px 10px 0 10px;
}

#content .leftBox{
	padding-left: 20px;
	margin-top: 10px;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/

#navContainer{
	height: 25px;
	background-color: #000;
	display:block;
	border-bottom: solid 2px #fff;
	padding: 10px 10px;	
}

#nav, #nav ul { 
	padding: 0px; 
	margin: 0px; 
	list-style: none;	
	float: left;
}

#nav a:link, #nav a:visited { 
	display: block;	
	/*height: 10px;	*/
	font-weight: bold;
	color: #FFFFFF;
	/*padding: 3px 10px;*/
	font-size: 14px;
	font-weight: bold;	
	/*float: left;	*/
	width: 96px;	
}

#nav .long:link , #nav .long:visited { 
	width: 220px;
}

/* body #nav .last a:link, body #nav .last a:visited { 
	border-right: none;
} */
#nav li ul a:link, #nav li ul  a:visited { 	
	text-align: left;	
	/*height: 15px;		*/
	border-right: none;
	padding: 2px 2px 3px 5px;		
	font-size: 12px;	
}

#nav a:hover{	
	text-decoration: none;
	color: #f9b419;
}
#nav li { 
	float: left; 	
	text-align:center;	
}
#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;	
	background-color:#000;
	padding-top: 10px;
	margin-left: 25px;
	margin-top: 5px;
	
}

#nav li ul li{
	width: 130px;
	/*float: none;*/
}

#nav li:hover ul {
	left: auto;
	font-weight: bold;	
}
#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
 font-weight: bold; 
}

/*********** #footer styles ***********/
#footer{
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-bottom: solid 2px #333;
	border-left: solid 2px #333;
	border-right: solid 2px #333;
	background-color: #a6d09e;
}

#credit{
	color: #fff;
	margin-top: 10px;
	margin: 0 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#footer #flinks{		
	height: 15px;
	padding-top: 5px;
}
#footer ul li{
	float: left;
	padding: 0px 0px 0px 4px;
}

#footer a:link, #footer a:visited{
 	text-decoration: none;
	border-bottom: dotted 1px #333;
 }

 #footer a:hover{
 	text-decoration: none;
	border-bottom: none;
 }



a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

/******************Main Page Styles********************/

#mainImage{
	margin-left: 5px;
	padding-left: 20px;
	z-index: 1;
}

#mainImage #smImages{
	float: left;
	width: 126px;
}
#mainImage #smImages img{
	margin-bottom: 10px;
}
#mainImage #lgImage{
	float: right;
	width: 288px;
	margin-right: 20px;
}
#subImages{
	height: 85px;
	padding-left: 25px;
	margin-top: 10px;
}

#subImages .sImg{
	width: 138px;
	float: left;
	margin-right: 4px;
}

.horizDots{
	height: 9px;
	background-image:url(images/hor_dots.gif);
	background-repeat:repeat-x;
	background-position:1px 4px;
	margin-top: 10px;
	width: 442px;
	margin-left: 16px;
}

/****************** Tariff Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}
/****************** Gallery Styles********************/

#landsContainer .gallery {
	float: left;
	margin: 9px 10px;
}
  
  
#portContainer .gallery{
 	float: left;
	margin: 9px 25px 9px 35px;
 }
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}


#landsContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 15px;
	border: 1px solid #ccc;	
	width: 530px;
}

#portContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 25px;
	border: 1px solid #ccc;	
	width: 520px;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 
/******************Shop Styles********************/

#shopNav{
	float: left;
	width: 158px;
	background-color: #000;
}

#shopNav a:link, #shopNav  a:visited{
	display:block;
	background-color:#000000;
	border-bottom: solid 2px #fff;
	color: #fff;
	padding: 5px;
}
#shopNav a:hover{
	background-color:#333;
	color: #F1CC10;
}
#wrapper #shopNav .dwn {
	color: #F1CC10;
	font-weight: bold;
}

#shopNav ul li{
	padding-bottom: 0px;
}

#shopNav ul{
	margin-top: 10px;
}



/****************** Product Row Styles********************/

.prodRow{
	clear: both;
	padding:0px 0px 20px 0px;	
	display:block;
}

.prodRow img{
	float: left;
	border:0px;
	

}

.prodTitle{
	float: left;
	padding: 0 20px;
	width: 125px;	
}

.prodTitle .title1{
	font-family:Arial, Helvetica, sans-serif;	
	color: #ef3722;
	float: left;
}

.prodTitle .price{
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #006600;
	text-align: right;	
}


.prodButtons{
	float: left;
	padding: 0 20px;
	width: 120px;
}

.hline{
	clear: both;
	background-image: url(images/hor_dots.gif);
	padding: 10px 0px;
	background-repeat: repeat-x;
	background-position: center;
}

.thumbImg img, #pdImg img{
	border: solid 1px #000; 
}


/******************Checkout Styles********************/

/* checkout login */
.inputLogin {
	font-size: 11px;
	color: #666666;
}
.clickHere:link,.clickHere:visited {
	color: #717B62;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE4CD;
}
.customers {
	color: #517B4F;
}
/* register */
.title3 {
	font-size: 12px;
	font-weight: bold;
	color: #517B4F;
	background-image: url(images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
}
.chkLeftForm1 {
	background-color: #e9edde;
	padding-left: 30px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.chkRightForm1 {
	background-color: #F3F3EB;
	padding-left: 20px;
}
.input4 {
	font-size: 11px;
	color: #A6AE98;
	width: 150px;
}
/* register */
.title3 {
	font-size: 12px;
	font-weight: bold;
	color: #517B4F;
	background-image: url(images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	background-color: #efefef;
	padding: 10px;
}
.chkLeftForm1 {
	background-color: #d0e7cc;
	padding-left: 30px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.chkRightForm1 {
	background-color: #c1e0bb;
	padding-left: 20px;
}
.input4 {
	font-size: 11px;
	color: #666666;
	width: 150px;
}
/* checkout payment */
.step1on {
	color: #006633;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
}
.step1 {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}
/* checkout confirmation */
.leftTxt2 {
	text-align: left;
	vertical-align: top;
	padding: 10px 20px 5px;
}
.leftTxt4 {

	text-align: center;
	vertical-align: top;
	padding: 10px 5px 5px;
}
.rDetCol {

	width: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: top;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F4ED;
	border-bottom-color: #F2F4ED;
	background-color: #FFFFFF;
}
.input5 {
	font-size: 12px;
	color: #333333;
	width: 250px;
}
.sM1:link,.sM1:visited {
	font-weight: bold;
	color: #59B224;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 7px;
	white-space: nowrap;
}
.sM1:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 7px;
	white-space: nowrap;
}
.leftSm {

	text-align: left;
	vertical-align: top;
	padding: 10px 5px 5px 70px;
}
/* Basket Styles */
.pink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #517B4F;
	background-color: #F2F4ED;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F9FAF8;
	border-left-color: #F9FAF8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9FAF8;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	vertical-align: middle;
}
.qty1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #59B224;
	border: 1px solid #BDC2C4;
	text-align: center;
	vertical-align: middle;
	width: 23px;
}
.grLine1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7DEC4;
	border-bottom-color: #D7DEC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	padding-right: 4px;
	padding-top: 3px;
	padding-left: 3px;
	letter-spacing: 1px;
}
.grLine2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7DEC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding-right: 4px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}
.pink2 {
	background-color: #F2F4ED;
	border: 1px solid #D7DEC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #517B4F;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
}
.pink3 {
	background-color: #F2F4ED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #517B4F;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #D7DEC4;
	border-bottom: 1px solid #D7DEC4;
	border-left: 1px solid #D7DEC4;
}
.update:link,.update:visited {
	color: #B3C4BB;
	background-image: url(images/ar_update_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}
.update:hover {
    color: #7FAA40;
	background-image: url(images/ar_update_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}
/******************Basket Styles********************/
.tblTop1 {
	height: 23px;
	background-color: #006600;	 
	border-top: solid 2px #EDEFF2;
	border-right: solid 2px #EDEFF2;
	border-left: solid 2px #EDEFF2;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
}
.white1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #EDEFF2;
	border-left: solid 1px #EDEFF2;
	border-bottom: solid 1px #EDEFF2;
	
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	vertical-align: middle;
}
.pk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	background-color: #efefef;
	
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	vertical-align: middle;
}
.qty1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #003300;
	text-align: center;
	vertical-align: middle;
	width: 23px;
}
.grLine1 {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-align: right;
	padding-right: 4px;
	padding-top: 3px;
	padding-left: 3px;
}
.grLine2 {
	
	border-bottom: solid 1px #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	padding-right: 4px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pk2 {
	background-color: #f26840;
	border: 1px solid #EDEFF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
}
.pk3 {
	background-color: #f26840;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #EDEFF2;
	border-bottom: 1px solid #EDEFF2;
	border-left: 1px solid #EDEFF2;
}

/******************PAge Nav Styles********************/

.loz {
	letter-spacing: 1px;
	white-space: nowrap;
}

.loz2 {
	
	letter-spacing: 2px;
	white-space: nowrap;
	font-weight: bold;
}

.pgBackUp a:link, .pgBackUp a:visited{	
	color: #333;
	text-decoration: none;
	font-weight: normal;	
}

.pgBackUp a:hover{
	color: #f57d20;
}

.pgBackDn a:link, .pgBackDn a:visited{	
	color: #666;
	text-decoration: none;
	font-weight: normal;			
}

.pgBackDn a:hover{
	color: #666;
}

.pgBackUp{
	background-image: url(images/circle_up.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 21px;
	float: left;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}

.pgBackDn{
	background-image: url(images/circle_down.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 21px;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	text-align: center; 
}

.pgNav a:link, .pgNav a:visited{	
	color: #333;
	text-decoration: none;
	font-weight: normal;			
}

.pgNav a:hover{
	color: #ccc;
}

.passnote{
	padding: 10px;
}


.add{
	margin-top: 10px;
}

#shopfront_logos{
	width: 158px;
	height: 241px;
}

#shopfront_logos img{
	float: left;
}


.podC{
	width: 240px;
	float: left;
	margin: 5px;
}

.pcTitle{
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: solid 1px #fff;
}
#pc1, #pc2, #pc3, #pc4{
	height: 170px;
	background-color: #000;
}
#pod .horizDots{
	width: 515px;
}
#map{
	height: 250px;
	width: 400px;
	border: solid 1px #000;
}
#flashHolder{
	height:266px;
	width:424px;
}
/************** .offers styles ***************/
#offersBox{
	padding: 10px;
	border: #000 solid 1px;
	margin-top: 20px;
	background-color: #cfe7ca;
	width: 400px;
	margin-left: 30px;
}

#offersBox h3{
	padding: 5px;
	background-color: #016133;
	color: #FFFFFF;
	font-size: 14px;
}

#offersBox .offersItem{
	float: right;
	padding: 0px 4px 0px 0px;
	margin: 10px 4px 5px 3px;
	background-color:#fff;
	width: 120px;
	text-align: center;
	height: 230px;
	border: #ccc solid 1px;
}
#offersBox .offersItem .offersImg{
	height: 150px;
	background-repeat:no-repeat;
	background-position:center;
}


/******************PAge Nav Styles********************/

.loz {
	letter-spacing: 1px;
	white-space: nowrap;
}

.loz2 {
	
	letter-spacing: 2px;
	white-space: nowrap;
	font-weight: bold;
}

.pgBackUp a:link, .pgBackUp a:visited{	
	color: #333;
	text-decoration: none;
	font-weight: normal;	
}

.pgBackUp a:hover{
	color: #666;
}

.pgBackDn a:link, .pgBackDn a:visited{	
	color: #666;
	text-decoration: none;
	font-weight: normal;			
}

.pgBackDn a:hover{
	color: #666;
}

.pgBackUp{
	background-image: url(images/circle_up.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 21px;
	float: left;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}

.pgBackDn{
	background-image: url(images/circle_down.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 21px;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	text-align: center; 
}

.pgNav a:link, .pgNav a:visited{	
	color: #333;
	text-decoration: none;
	font-weight: normal;			
}

.pgNav a:hover{
	color: #666;
}


#adoptHolder{
	width:420px;
	height:101px;
}

#adoptHolderShop{
	width:420px;
	height:101px;
	margin: 10px 0px 0px 30px;
}
