@import url('reset.css');

body{
	font-family:"Yunghkio", sans-serif;
	font-size:14px;
}

.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */;
}

header {
	width: 960px;
	margin: 20px 0px;
}

header h2 {
	font-size: 18px;
	font-weight: bold;
}

footer {
	width: 500px;
	border-top: 1px solid #e3e3e3;
	margin: 20px 0px;
	padding-top: 20px;
}

/* Image Menu */

.menu_op {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

.menu_op ul {
	height: 350px;
	margin-left: 50px;
	position: relative;
	display: block;
	width: 1300px;
}

.menu_op ul li {
	float: left;
	width: 56px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.op_preview {
	width: 56px;
	height: 350px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/bw.jpg) no-repeat top left transparent;
}

.op_image {
	position: absolute;
	left: 75px;
	top: 0px;
	width: 56px;
	height: 350px;
	opacity: 0.2;
	background: url(../img/color.jpg) no-repeat top left transparent;
}

.op1 span {
	background-position: 0px 0px;
}

.op2 span {
	background-position: -71px 0px;
}

.op3 span {
	background-position: -141px 0px;
}

.op4 span {
	background-position: -211px 0px;
}

.op5 span {
	background-position: -281px 0px;
}

.op6 span {
	background-position: -351px 0px;
}

.op7 span {
	background-position: -426px 0px;
}

.op_descr {
	position: absolute;
	width: 278px;
	height: 310px;
	border-right: 7px solid #f0f0f0;
	padding: 20px;
	left: 56px;
	top: 0px;
	background: #fff;
}

.op_descr h2 {
	font-family: 'Century Gothic';
	font-size: 24px;
	color: #333;
	padding: 10px;
	text-shadow: 0px 0px 1px #fff;
	background: #e3e3e3;
}

.op_descr h3 {
	font-family: 'Century Gothic';
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	font-style: normal;
	padding: 10px;
	background: #333;
}

.op_descr p {
	color: #000;
	padding: 10px 5px 0px 5px;
	line-height: 18px;
	font-size: 12px;
	font-family: 'Yunghkio';
}

/* End of Style.css */