/*
12/2007 - Sweetwater Gems
www.weirdstuffwemake.com/sweetwatergems
*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #000000 ;
	font: normal small Arial, Helvetica, sans-serif;
	color: #AAAAAA;
}	

h2 {
	margin: 0;
	padding: 0;
	letter-spacing: .1em;
	color: #000000;
	font-size: 3em;	
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 100%;
}


p.submenutop {
    margin: 55px 0px 10px 0px;
	color: #ff7700;
	line-height: 100%;
	font-size: 1.7em;
	text-align: left;
}

p.submenu {
    margin: 50px 0px 10px 0px;
	color: #ff7700;
	line-height: 100%;
	font-size: 1.7em;
	text-align: left;
; text-decoration: none
}


p.pgs {
	line-height: 80%;
	font-size: 1em;
	font-style: italic;
	text-align: left;
	color: #ff7700;
} 

p.pgsfooter {
	line-height: 80%;
	font-size: 1em;
	font-style: italic;
	text-align: center;
	color: #ff7700;
} 


p.bodytext {
    margin: 20px 20px 20px 20px;
	line-height: 100%;
	font-size: 1.1em;
	text-align: center;
	color: #999999;
}


p.bodytextleft  {
    margin: 20px 20px 20px 20px;
	line-height: 100%;
	font-size: 1.1em;
	text-align: left;
	color: #999999;
}


p.btlb  {
    margin: 20px 20px 20px 20px;
	line-height: 100%;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #999999;
}


p.bodytextleftbold  {
    margin: 20px 20px 20px 20px;
	line-height: 100%;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	color: #999999;
}

p.phototext {
   text-align: center;
   font-size: 1.4em;
   color: #999999;
}



	
p.desc {
   padding: 0px 5px 5px 5px;
   line-height: 110%;
   float: left;
   font-size: 1.1em;
   color: #999999;
   width: 250px;
   margin: 1px;
}


p.descwide {
    padding: 0px 5px 5px 5px;
    line-height: 110%;
	text-align: center;
    font-size: 1.1em;
    font-style: italic;
    color: #999999;
    width: 650px;
	margin-left: auto;
    margin-right: auto;
}


p.itemnumber {
    float:left;
	line-height: 100%;
	font-size: 1em; 
	font-style: italic;
	color: #ccb033;
	padding: 2px 0px 0px 10px;
}

p.price  {
    float: right;	
	text-align: right;
/*    direction: rtl;  */
	color:#ccb033;
    padding: 2px 5px 0px 0px;
  }


p.itemnumberspecial {
    float:left;
	line-height: 100%;
	font-size: 1em; 
	font-style: italic;
	color: #ccb033;
	padding: 2px 20px 0px 240px;
}


p.pricespecial  {
    float: right;	
	text-align: right;
    direction: rtl;
	color:#ccb033;
    padding: 2px 240px 0px 10px;
  }
 
  
p.largetext  {
	text-align: center;
	line-height: 130%;
    font-size: 1.5em;
    color: #ccb033;  
 } 
 
p.hugetext  {
	text-align: center;
	line-height: 130%;
    font-size: 2.0em;
    color: #ccb033;  
 } 
 
p.descspecial {
	clear: both;
    padding: 0px 5px 5px 5px;
    line-height: 110%;
	text-align: center;
    font-size: 1.1em;
    font-style: italic;
    color: #999999;
    width: 400px;
	margin-left: auto;
    margin-right: auto;
}
  
p.special {
   padding: 0px 25px 5px 5px;
   line-height: 110%;
   float: left;
   text-align: center;
   font-size: 1.2em;
   color: #ff0000;
   width: 90px;
   margin: 1px;
}
 
  
 p.matching  {
    margin: 0px 2px 0px 0px;
	line-height: 110%;
	font-size: .9em;
	color:#eeeeee;
	float: right;
}

/* p.centered {
    margin-left: auto;
    margin-right: auto;  
} */

p.centered {
	text-align: center; 
}



/*-----------------------------------------*/

a {
	text-decoration: underline;
    color: #ccb033;
}

a:hover {		
	color: #dddddd;
}


a.matched {
    color: #FF0000;
    text-decoration: none;
}

a.matched:hover {		
	color: #dddddd;
}

/*-----------------------------------------*/


/* Header */

#header {
	width: 960px;
	height: 220px;
	margin: 0 auto;
	background: url(images/sunriselogo_02.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;

}

#header h1 {
	padding-top: 5px;
	font-size: 4em;
}

#header h2 {
	font-size: 1.5em;
}

/*-----------------------------------------*/
/* Menu */

#menu {
	width: 970px;
    height: 25px;
	margin: 0px auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 157px;
	height: 20px;
	padding: 6px 0px 0px 0px; 	
	margin: 7px 0px 0 3px; 
	
	background:  url(images/button.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1em;
	font-weight: bolder;
	color: #ccb033;
}


#menu a:hover {
	background-image: url(images/button.gif);	
	color: #ffffff;
}

#menu .active a {
	background-image: url(images/hoverbutton.gif);	
	color: #ff7700;
}

/*-----------------------------------------*/
/* Content */

#content {
	width: 970px;
	margin: 20px auto;
}

#colOne {
	float: left;
	width: 140px;
    margin: 0px 0px 0px 5px;
}

#colTwo {
	float: left;
	width: 810px; 
    margin: 0px 0px 0px 5px;
}


/*-----------------------------------------*/
div.img {
  display: inline;
  margin: 1px 0px 1px 8px;
  border: 1px solid #000000;
  padding: 2px 7px 2px 3px;
  height: 370px;
  width: 250px; 
  float: left; 
  text-align: left;
  }
  

div.img a:hover img
  {
  border: 1px solid #000000;
  display: inline;
  margin: 1px;
  }

  div.img img {
  display: inline;
  margin: 1px;
  border: 1px solid #000000;
  }
  
  
  div.imgtall  {
  display: inline;
  margin: 1px 0px 1px 8px;
  border: 1px solid #000000;
  padding: 2px 7px 2px 3px;
  height: 500px;
  width: 250px; 
  float: left; 
  text-align: left;
  }
  
  div.imgtall a:hover img
  {
  border: 1px solid #000000;
  display: inline;
  margin: 1px;
  }
 

 div.imgtall img {
  display: inline;
  margin: 1px;
  border: 1px solid #000000;
  }
  
  
div.imgsmall {
  display: inline;
  margin: 1px 0px 1px 8px;
  border: 1px solid #000000;
  padding: 2px 7px 2px 3px;
  height: 100px;
  width: 130px;
  float: left;
  text-align: left;
  }
  
div.imgwide {
  margin: 1px 0px 1px 8px;
  border: 1px solid #000000;
  padding: 2px 7px 2px 3px;
  height: 200px;
  width: 800px; 
  float: left; 
  text-align: center;
  }
  
div.imgfree {
  margin: 1px 0px 1px 8px;
  border: 1px solid #000000;
  padding: 2px 7px 2px 3px;
  width: 800px;
  float: left; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
  }
  
div.imgfree a:hover img {
  border: 1px solid #bbbb00;
  display: inline;
  margin: 1px;
  }

div.imgfree img {
  display: inline;
  margin: 1px;
  border: 1px solid #000000;
  }
  
  
  
div.imgcats {
  display: inline;
  margin: 10px 10px 10px 10px;
  border: 1px solid #ccb033;
  padding: 10px 10px 10px 10px;
  height: 100px;
  width: 80px; 
  float: left; 
  text-align: left;
  }

 
  
div.centered  {
	width: 800px;
	float: left;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
  
  

img.centered  {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: none;
}

span.special {
	color: #ff0000;
}


	
/*-----------------------------------------*/
/* Content  */

#content h2 {
    height: auto;
	margin-bottom: auto;
	padding: 5px 0 0 0px;
	background: url(images/orgsunrise.jpg);
	letter-spacing: normal;
	text-align: center;
	font-size: 1.2em;
}


#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/*-----------------------------------------*/
/* Footer */

#footer {
	height: 50px;
	padding: 7px 0 0 0;
	background: url(images/orgsunrise.jpg) repeat-x;
}

#footer * {
	color: #000000;
}

#footer p {	
	text-align: center;
	font-size: small;
}






