body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.top-h1 {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
h1 {
	color: #666666;
	font-size: 12px;
	margin-bottom: 70px;
	text-align: right;
	margin-right: 50px;
	margin-top: 0px;
	font-weight: lighter;
}
h2 {
	font-family: "Century Gothic";
	font-size: 40px;
	text-align: center;
	font-weight: lighter;
	margin: 0px;
	padding-top: 5px;
}

.blue-bold1 {
	font-weight: bold;
	color: #AAD5FF;
	font-size: 14px;
}
.blue-bold2 {
	font-weight: bold;
	color: #AAD5FF;
	font-size: 13px;
}
.nav-bottom {
	background-image: url(images/nav-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav1 {
	background-image: url(images/nav-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
}
.nav1 p {
	margin-bottom: -2px;
}

#nav1 a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
#nav1 a:hover {
	color: #FF6600;
	text-decoration: none;
}
.bottom {
	background-image: url(images/bottom.jpg);
	height: 30px;
	font-size: 11px;
	line-height: 12px;
}
.bottom1 {
	font-weight: bold;
	color: #828181;
	font-size: 10px;
}
.bottom .bottom1 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom2 {
	font-weight: bold;
	color: #828181;
	font-size: 10px;
}
.bottom2 a {
	color: #828181;
	text-decoration: none;
}
.nav2 {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	background-color: #313131;
}
#nav2 a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#nav2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#main {
	background-image: url(images/main-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
#main p {
	padding-right: 10px;
	padding-left: 10px;
}
#main a {
	color: #FF0000;
	text-decoration: none;
}
#main h3 {
	font-size: 18px;
	color: #96CAFF;
	margin-left: 25px;
}
#main ul {
	margin-left: 1em;
	padding-left: 1em;
	font-size: 12px;
	font-weight: bold;
	list-style-type: circle;
}
#main li {
	padding-bottom: 5px;
}
.buy  {
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFFF;
	width: 20px;
	border: 1px solid #666666;
	height: 15px;
	font-weight: bold;
	text-align: center;
}
.buy-drop {
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 18px;
	font-weight: bold;
	text-align: center;
}

.buy-t {
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
h3 a {
	color: #96CAFF;
	text-decoration: none;
}
.pics {
	border: 1px solid #FFFFFF;
}



/*info */

a.info {
	text-decoration: none; /* definition for the link that will display the layer */
	color: #CC0000;
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	font-weight: bold;
}
a.info:hover {
	background-image: none;
	z-index:25;
}
a.info span { /* definition of <span> tag included in <a> */
display: none;
}
a.info:hover span{ /*the span will display just on :hover state*/
	display: inline;
	position: absolute;
	top: 0; /* layer's place and dimension that you can change at will */
	left: 20px;
	width: 300px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	font-weight: normal;
	z-index:25;
}

/*zones */

a.zones {
	text-decoration: none; /* definition for the link that will display the layer */
	color: #CC0000;
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	font-weight: bold;
}
a.zones:hover {
	background-image: none;
	z-index:25;
}
a.zones span { /* definition of <span> tag included in <a> */
display: none;
}
a.zones:hover span{ /*the span will display just on :hover state*/
	display: inline;
	position: absolute;
	top: 0; /* layer's place and dimension that you can change at will */
	left: 20px;
	width: 650px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	font-weight: normal;
	z-index:25;
}


/*photo enlargements*/

a.photo {
	text-decoration: none; /* definition for the link that will display the layer */
	color: #006699;
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	font-weight: bold;
}
a.photo:hover {
	background-image: none;
	z-index:25;
}
a.photo span { /* definition of <span> tag included in <a> */
display: none;
}
a.photo:hover span{ /*the span will display just on :hover state*/
	display: inline;
	position: fixed;
	top: 0;
	color: #003366;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	margin-left: -300px;
	margin-top: 20px;
	z-index:25;
}
.normal {
	font-weight: normal;
}
.noul {
	color: #FFFFFF;
	text-decoration: none;
}
.noul a {
	color: #FFFFFF;
	text-decoration: none;
}
.comp tr:hover {
	background-color: #999999;
}
