﻿/* ************************************ */
/*			  General					*/
/* ************************************ */

body {
	font-size:10pt;
	background-color:Black;
	font-family:Georgia;
	color:Black;
}

a:link{
	color:Black;
	text-align:center;
	text-decoration:none;
}

a:visited{
	color:Black;
	text-align:center;
	text-decoration:none;
}

a:hover{
	color:Black;
	text-align:center;
	text-decoration:underline;
}

/* ************************************ */
/*			  Top Nav					*/
/* ************************************ */

.topNav{
	color:White;
}
.topNav a{
	font-family:Georgia;
	font-size:12pt;
	font-weight:bold;
	color:White;
	text-align:center;
	text-decoration:none;
}
.topNav a:hover{text-decoration:underline;}

/* ************************************ */
/*			  Bottom					*/
/* ************************************ */

.address{
	font-family:Georgia;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	color:White;
}
.address a{
	font-family:Georgia;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	color:White;
}
.address a:hover{text-decoration:underline;}

/* ************************************ */
/*          Default Page                */
/* ************************************ */

.dragon{
	display: block;
	width: 200px;
	height: 410px;
	text-decoration: none;
	background: url("images/layout/dragons2.jpg");
}
.dragon:hover{
	background-position: -200px 0;
}

.fairie{
	display: block;
	width: 200px;
	height: 410px;
	text-decoration: none;
	background: url("images/layout/fairie2.jpg");
}
.fairie:hover{
	background-position: -200px 0;
}

.fantasy{
	display: block;
	width: 200px;
	height: 410px;
	text-decoration: none;
	background: url("images/layout/fantasy2.jpg");
}
.fantasy:hover{
	background-position: -200px 0;
}

.legend{
	display: block;
	width: 200px;
	height: 410px;
	text-decoration: none;
	background: url("images/layout/legend2.jpg");
}
.legend:hover{
	background-position: -200px 0;
}

.displace{
	position: absolute;
	left: -5000px;
}

/* ************************************ */
/*			Distributor Page			*/
/* ************************************ */

.distrb{
	font-family:Georgia;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
	color:Black;
}
.distrb a{
	font-family:Georgia;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	color:Black;
}
.distrb a:hover{text-decoration:underline;}

/* ************************************ */
/*			Contact Us Page				*/
/* ************************************ */

.cont{
	font-family:Georgia;
	font-size:11pt;
	font-weight:normal;
	text-align:left;
	color:Black;
}
.cont a{
	font-family:Georgia;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	color:Black;
}
.cont a:hover{text-decoration:underline;}

/* ************************************ */
/*			Collection Page				*/
/* ************************************ */

.tree{
	font-family:Georgia;
	text-align:left;
	color:Black;
}

.collect{
	font-size:12pt;
	font-weight:bold;
}
.collect a{
	font-size:12pt;
	font-weight:bold;
}
.collect a:hover{text-decoration:underline;}

.product{
	font-size:10pt;
	font-weight:normal;
}
.product a{
	font-size:10pt;
	font-weight:normal;
}
.product a:hover{text-decoration:underline;}

.legendary{
	background-color:#CCCC9A;
	font-size:10pt;
	font-style:italic;
	text-align:center;
	vertical-align:middle;
	height:40px;
}

.descName{
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:Black;
}
.descNmbr{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:Black;
}
.descDesc{
	font-family:Arial;
	font-size:11pt;
	font-weight:normal;
	color:Black;
}