/* GLOBAL SITE CSS */
/* DESIGNED BY AYDRIAN DESIGN SERVICES (WWW.AYDRIAN.COM) */
/* LICENSED FOR USE FOR BIG GIRL GEAR (BIGGIRLGEAR.COM) */
/* VERSION 1.0 (5/26/06) */
/* PRODUCTION VERSION */

/* This site is CSS driven and this is the master CSS file that provides the 
general interace appearance and feel. This file allows you to adjust the text
properties, interface box colors and adjust other properties. */

/* ------------------------------------------------------------------------------ */

/* TEXT PROPERTIES */
/* This sets up the default static text font, color and size */
		body,td,p,li,option,input,a,select,textarea {
		font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #FF00F6;
		margin: 0;
		}

		iframe {
		white-space: nowrap;
		}

/* LINK PROPERTIES */
/* This adjust the default color of the links, before the are ever clicked. */
	a:visited, a:link, a:visited.default, a:link.default {
	text-decoration: none;
	color : #FF00F6;
	}
	
/* This is the link color when the mouse is OVER the link. */ 
	a:active, a:hover,a:active.default, a:hover.default {
   	text-decoration: none;
   	color : #ffffff;
	}

/* This is the link color when the link has been clicked already. */  
	a:visited.bulletLink, a:link.bulletLink {
	text-decoration: none;
	color : #FF0000;
	}

/* LINK ROLLOVERS BOXES */
/* This is the rollover box setup and box sizing. */ 
	#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
/* This is the properties of the rollover box and width. */ 
	#navcontainer a {
	display: block;
	color: #6699CC;
	width: 19em;
	padding: .11em .11em;
	text-decoration: none;
	}
	
/* This is the rollover box color. */ 
	#navcontainer a:hover {
	background-color: #6699CC;
	color: #FFFFFF;
	}

/* CUSTOM CLASSES */
/* THIS CODE FROM HERE IS SPECIALIZED FOR EACH INDIVIDUAL SITE ITS USED FOR */
	.blueheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
	/* This is for the product headers */
	.productheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	}
	
/* forms */
	.select {
	font-size: large
	}
  
	.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF00F6;
	}
	
	.tb_captions {
 	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #FF00F6;
  	}
