/*----------------------------------------------------------------
Basic Style Sheet

version: 1.1 (October, 09)
author: TISHON
email: hello@tishon.com
website: http://www.tishon.com
------------------------------------------------------------------*/

/* Layout
------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	background-color:#F7F7F7;
	font-family:arial, helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	line-height:18px;
}
a {
	outline:0;
}
#wrapper {
	width:1000px;
}
#Nav {
	position:relative;
	float:left;
	width:210px;
	left:0px;
	top:20px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
}
#Nav img {
	padding-left:38px;
}
#Nav a {
	font-family:arial, helvetica, sans-serif;
	font-size:8.6pt;
	text-decoration:none;
	color:#666666;
	outline:0;
	font-weight:normal;
}
#Nav a:hover {
	text-decoration:underline;
	color:#7b7b7b;
	outline:0;
	font-weight:normal;
}
.mainNav {
	padding:20px 0px 0px 25px;
}
.filtNav {
	position:relative;
	padding:15px 0px 0px 39px;
	margin:0 0 -5px 0;
	width:101px;
	z-index:999;
}
.filtNav h1 {
	text-decoration: underline;
	cursor: pointer;
}
.filt {
	background: #f2f2f2;
	padding: 5px 0px 5px 5px;
	border: 1px solid #E6E6E6;
	/*opacity:0.8;*/
	/*filter:alpha(opacity=80)*/
	display:none;
}
.anchor {
	margin:50px 0 -70px 0;
	font-family: courier new, sans-serif;
	text-transform: uppercase;	
}
#display{
	position:relative;
	float:left;
	width:750px;
}
#display a {
	color:#755699;
	text-decoration:none;
}
#display a:hover {
	color:#755699;
	text-decoration:none;
	background-color:#ECE1F9;
}
.title{
	position:relative;
	top:56px;
	left:8px;
	width:730px;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	padding:3px 0px 3px 0px;
	font-family: courier new, sans-serif;
	text-align:left !important;
	text-transform:uppercase;
	font-size:9.2pt;
	font-weight:600;
	color:#353535;
	text-indent:8px;
	z-index:100;
}
.showImage {
	position:relative;
	width:750px;
	height:620px;
	text-align:center;
}
.showImage img {
	padding-top:75px;
}
.showImage2 {
	position:relative;
	width:750px;
	padding:17px 0 15px 0;
	text-align:center;
}
.desc {
	position:relative;
	top:0px;
	width:720px;
	padding:12px 0px 15px 17px;
	text-align:left !important;
	font-size:9pt;
}
.copyLeft {
	position:relative;
	float:left;
	top:68px;
	width:448px;
	padding:12px 0px 15px 17px;
	text-align:left !important;
	font-size: 9pt;
}
.copyLeft p{
	padding-bottom: 20px;
}
.copyRight {
	position:relative;
	float:left;
	top:68px;
	width:200px;
	padding:12px 0px 15px 45px;
	text-align:left !important;
	font-size: 9pt;
}

#footer {
	padding-top:100px;
	width:750px;
	height:50px;
	font-family: courier new, sans-serif;
	text-indent:16px;
	font-size: 9pt;
}
#footer img{
	float:right;
}
h1 {
	font-family: courier new, sans-serif;
	font-weight:500;
	color:#755699;
	font-size:9pt;
	text-transform:uppercase;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
	padding-left:14px;
	line-height:15px;
}
.linksCap {
	position:relative;
	float:left;
	width:220px;
	padding:0px 6px 10px 6px;
	text-align:left !important;
	font-size: 8.6pt;
}
#homeA {
	position:absolute;
	float:left;
	top: 0;
	left: 38px;
	height:30px;
	width:120px;
	display:block;
	z-index:999;
}
#Nav a img {
	border: none;
	z-index:1;
}