*{ margin: 0; padding: 0; }*
body {
	line-height: normal;
	color: #000000;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, Arial, Sans-Serif;
	font-size: small;
	background-color: #FFF;
	background-image: url(../assets/bgradient.jpg);
}



a {COLOR: #000000; text-decoration: none;}
a:link {COLOR: #000000; text-decoration: none;}
a:visited {COLOR: #444488; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
a:active {COLOR: #000000; text-decoration: none;}




h1 {

	font-family: Helvetica,sans-serif;
	color: #000000;
}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h4 {
	font-family: Georgia, "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, Arial, Sans-Serif, serif;
	color: #8E8E25;
}
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
	height: 215px;
	background-color: #CCCC99;
	background-image: url(../assets/header.jpg);
	background-repeat: repeat-x;
}

#wrap {
	padding: 10px 10px 3px 10px;
	width: 770px;
	margin:20px auto;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 160px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #E7FFCC;
}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right {
	margin-bottom: 10px;
	float: right;
	width: 570px;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
#footer {
	font-size: 11px;
	text-align: center;
	padding: 10px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
/*vision slideshow style*/
div#inner {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:600px;
	background-color:transparent;
}
div#content {
	position:relative;
	width:600px;
	margin-top:30px;
	background-color:transparent;
}
div#content {
  position:relative;
  overflow:hidden;
}
div#content img {
	position:relative;
	border:none;
}
* html div#content {
	float: left;
}
* html div.controls a {
	height: 10000px;
	background-position: center 150px;
}
div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
}
div.controls a.previous {
	left: 0;
	background-image: url('../img/controller/controller_prev.png');
}
div.controls a.next {
	right: 0;
	background-image: url('../img/controller/controller_next.png');
}
		
div.controls a:hover {
	opacity: 0.40;
	filter: alpha(opacity=40);
	z-index:1;
}
div#content .details_bg {
	background-color:#000;
	opacity: 0.60;
	filter: alpha(opacity=60);
	height:50px;
	width:600px;
	bottom:10px;
	left:10px;
	position:absolute;
	z-index:2;
}
div#content #details {
	position:absolute;
	color:#fff;
	font: 36px/.9em Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	top:10px;
	z-index:1;
	left:0px;
	width:600px;
	z-index:3;
	text-align:center;
}
/* corners */
div.corners .left_top {
	position:absolute;
	background:url('../img/corners/top_left.png') no-repeat top left;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	left:10px;
	z-index:20;
}
div.corners .right_top {
	position:absolute;
	background:url('../img/corners/top_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	right:10px;
	z-index:20;
}
div.corners .right_bottom {
	position:absolute;
	background:url('../img/corners/bottom_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	right:10px;
	z-index:20;
}
div.corners .left_bottom {
	position:absolute;
	background:url('../img/corners/bottom_left.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	left:10px;
	z-index:20;
}
div#content {
	position:relative;
	background-image:url('../img/bg/bg-screen.png');
	width:600px;
	height:400px;
	padding:10px;
}
