@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial,verdana, sans-serif;
	color: #696969;
	font-size:12px;
	background: #eeeeee;
	}	
html{
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	}
img {
	border: none
	}
.hiddenPic{
	display:none;
	}
a:link{
	text-decoration: none;
	color: #696969;
	}
a:visited
	{text-decoration: none;
	color: #696969;
	}
a:active{
	text-decoration: none;
	color: #696969;
	}	
a:hover{
	text-decoration: underline;
	color: #999
	}
a:focus{
	color: #696969;
	}
/*--------------------
		LAYOUT
--------------------*/
.wrapper{
	position: relative;
	width: 853px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	z-index: 200;
	/*--------------------
	border-width:1px;
  	border-color:red;
  	border-style: dotted;*/
	}
.nav{
	position: relative;
	width: 853px;
	height: 80px;
	z-index: 250;
	/*--------------------
	border-width:1px;
  	border-color:blue;
  	border-style: dotted;*/
	}
.logo{
	position: absolute;
	width: 155px;
	height: 60px;
	bottom: 0px;
	z-index: 250;
	/*--------------------
	border-width:1px;
  	border-color:blue;
  	border-style: dotted;*/
	}
.lineLogo{
	position: absolute;
	width: 150px;
	height: 1px;
	left: 0px;
	bottom: 0px;
	z-index: 250;
	background-color: #696969;
	}
.linkBar{
	position: absolute;
	width: 300px;
	height: 12px;
	right: 495px;
	bottom: 0px;
	text-align: right;
	z-index: 250;
	/*--------------------
	border-width:1px;
  	border-color:blue;
  	border-style: dotted;*/
	}
.lineLink{
	position: absolute;
	width: 220px;
	height: 1px;
	right: 495px;
	bottom: 0px;
	z-index: 250;
	background-color: #696969;
	}
.cont{
	position: relative;
	width: 853px;
	min-height: 600px;
	z-index: 250;
	/*--------------------
	border-width:1px;
  	border-color:yellow;
  	border-style: dotted;*/
	}
.slide_content{
	width: 853px;
	height: 500;
	z-index: 250;
	}
.slideNav{
	position: absolute;
	height: 12px;
	right: 0px;
	bottom: 4px;
	}
.spacer{
	position: relative;
	width: 853px;
	height: 10px;
	top: 0px;
	}
.rightCap{
	position: absolute;
	width: auto;
	height: 10px;
	top: 512px;
	right:0px;
	}
#noFlash{
	position: absolute;
	width: auto;
	height: 10px;
	top: -50px;
	right:260px;
	}
.gap{
	position: relative;
	width: 6px;
	height: 4px;
	float:left;
	top: 0px;
	}
.headBlock{
	position: relative;
	width: 280;
	height: 24px;
	top: 0px;
	padding-left: 10px;
	padding-top:4px;
	color: #eeeeee;
	background-color: #696969;
	}
.column3{
	position: relative;
	width: 280px;
	height: auto;
	float:left;
	top: 0px;
	overflow:hidden;
	}
.sdCrop{
	position: relative;
	width: 280px;
	height: 158px;
	overflow:hidden
	}
.sdCropHalf{
	position: relative;
	width: 140px;
	height: 79px;
	float:left;
	overflow:hidden
	}
.midVert{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 210px;
	margin-top: -105px; /* Half the height */
	margin-left: -140px; /* Half the width */
	}
.midVertHalf{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 105px;
	margin-top: -53px; /* Half the height */
	margin-left: -70px; /* Half the width */
	}
.imgHov{
	float:left;
	}
.imgHov:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	overflow:hidden;
	}
.blankImg{
	width: 140px;
	height: 79px;
	float: left;
	background-color:#696969;
	}
.footer{
	position: relative;
	width: 853px;
	height: 40px;
	text-align: right;
	text-transform:uppercase;
	font-size:9px;
	}