/*the standard links will style the links in the categories box*/
a:link{
	color: #333399;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited{
	color: #0066CC;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #18609F;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

a:active{
	color: #0099FF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body{
	background: #FFFFFF url(../images/misc/Picture%202back.png);
	color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*styles the text for the p and td tags*/
p,td{
	color: #333366;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
	letter-spacing: normal;



}

ul{
	color: #666666;
	font: 14px Arial, Helvetica, sans-serif;
	list-style-image: url(../images/misc/bullet.gif);

}

/*styles the box tables in the left and right columns eg category table*/
.boxes{
	background: #DEEFFF;
	border: 1px solid;
	border-color: #99CCFF;
	padding: 0px;
}

/*this styles the main heading on the products page*/
.cattable h1{
	border-bottom-color: #663366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #660066;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;




}

/*styles the content table links inside the maintable*/
.contenttable a:hover{
	color: #FF9900;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;



}

.contenttable a:active,.contenttable a:link,.contenttable a:visited{
	color: #CC0033;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;




}

/* formats center content area table  */
.contenttable h1{
	color: #CC0033;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: blink;



}

.contenttable h2{
	color: #3D3D7A;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;

}

.contenttable h3{
	color: #6699CC;
	font: 12px Verdana,Arial,Helvetica,sans-serif;

}

.contenttable,.producttable{
	border: 1px solid;
	border-color: #BFDFFF;
	margin: 4px;
	padding: 2px 2px 2px 2px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;




}

.ftrlinks{
}

/*styles the footer links*/
.ftrlinks a:visited,.ftrlinks a:active,.ftrlinks a:link{
	color: #6666CC;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.ftrlinks a:hover{
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/*the background for the header table - use full url to keep netscape happy*/
.headertable{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;

}

/*used to align images left of right*/
.imageleft{
	float: left;
	padding: 4px;
}

.imageright{
	float: right;
	padding: 4px;
}

/*styles the main wrapper table*/
.maintable{
	margin: 5px 0px;
	padding: 5px 5px;

}

/*navbar background image - use full url for netscape compatibility*/
.navbar{
	background: url(../images/buttons/buttonback.jpg) repeat-x;
}

/*these are various styles for the products page*/
.producttable h1{
	color: #990000;
	font-size: 12px;
}

.producttable h2{
	color: #333366;
	font-size: 12px;
}

/*product page styles */
.producttablespec{
	border-bottom: 1px solid;
	border-bottom-color: #BFDFFF;
}

/*  can be used for when smaller text is needed */
.small{
	font: normal 10px Verdana,Arial,Helvetica,sans-serif;
}

/* use this if you want to use css rather than images to format the text fields and submit buttons in the store*/
.submitbtn{
	background: #CCCCFF url(../images/misc/Picture%202back.png);
	color: #333399;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}
