/* 
   Stylesheet for BrightSide Tanning

   ----------------------------------------------------------
   Stylesheet Author    Brent Hathaway
   Version              2.0
   Stylesheet URL       styles2.css
   --------------------------------------------------------
Comments above each style detail the usage 
*/


/* used in the item text parts of the parts (the main content) */

.main{
	font:12px/normal arial, verdana, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	white-space: pre;
	background-repeat: repeat;
}

/* item header */
.header{
	font:bold 20px/18px arial, sans-serif, verdana;
	letter-spacing:2px;
	color:#FFFFFF;
	background-color: #4A2587;
}
/* interface */
TD.arrows{font:11px verdana,arial,sans-serif; color:#000000;font-weight:bold;cursor:hand;}

/* text links */
A.nav{font:11px/23px verdana,arial,sans-serif;color:#000066;font-weight:bold; text-decoration:none;}

A.sLink{font:11px arial,sans-serif;color:#000080;text-decoration:none;}
A.sLink:hover{text-decoration:underline;}

/* unordered lists */
UL{margin-top:6px;margin-bottom:10px;}
/* ordered lists */
OL{margin-top:6px;margin-bottom:10px;}
/* lists */
LI{margin-top:5px;}
/* horizontal rule */
hr {color: #FFFFFF;}

/* main table  */
.headertable {
	background-color: #BE99FF;
	border: thick none #000000;

}
/* left pane */
.bkgndrpane {
	background-color: #8C66CC;
}
/* interface background */
.interfacebk {
	background-color: #A6CC66;
	border: thin solid #000000;
}
/* shop addresses on non-flash only */
.address {
	font-size: 12px;
	color: #FFFFFF;
}
/* the words Bright Side Tanning at top of non-flash page, non-flash only */
.addresstitle {

	font-size: 22px;
	color: #FFFFFF;
}
/* title on each page (eg: About Us)(not used on home page) */
.pagetitle {
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	font-style: normal;
}
