@charset "utf-8";
/* CSS Document */
BODY{

	margin:0;
	padding:0;
	font: 12px/18px Arial, Helvetica, sans-serif;	
}
#wraper{
	background: url(images/bg_outer.gif) repeat-y center;
	position: relative;
}
UL,LI{
	padding: 0;
	margin: 0;
}
A, A:visited{
	color: #00519a;
	text-decoration: none;
}
A:hover{
	color: #62b946;
	text-decoration: underline;
}
#layout{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header{
	background: url(images/bg_top.gif) repeat-x;
	height: 99px;
	border: solid 1px #f2f2f2;
	position: relative;
}

#logo{
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
#product{
	width: 100%;
	min-height: 338px;
	background: url(images/bg_outer.png) repeat-x bottom;
}
#col1{
	float: left;
	width:349px;
	min-height: 338px;
	background: url(images/bg_image.png) no-repeat right bottom;
}
.table{
	width: 320px;
	height: 250px;
	
	border: solid 1px #eee;
	background: #fff;

}
.imgc{	
	
}

.imgc img{
	position: relative;
	margin: 0 auto;
	display: block;
	border: 0;
}

.imgc a, .imgc a:visited{
	display: block;	
	width: 100%;
	height: 250px;

	vertical-align: middle;
	position: relative;
}
.imgcc{
	width: 320px;
	height: 250px;
	position: relative;
	display: block;
	margin: 5px auto;
	margin-top: 50px;
}
img.zoom{
	position: absolute;
	border: solid 5px #fff;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#col1 span{
	display: block;
	color: #999;
	font-style: italic;
	font-size: 11px;
	text-align: center;
}
#col2{
	float: left;
	width: 332px;
	padding: 19px;
	padding-top: 50px;
	min-height: 269px;
	height: 269px;
	background: url(images/bg_description.png) repeat-x bottom;
	border-right: solid 2px #fff;
}
#col3{
	position: relative;
	float: left;
	width: 138px;
	padding: 50px 20px;
	min-height: 238px;
	height: 238px;
	background: url(images/bg_manual.png) repeat-x bottom;
}
#col3 a, #col3 a:visited{
	position: absolute;
	bottom: 80px;
	right: 40px;
	width: 100px;
	background: url(images/lib.gif) no-repeat left center;
	padding-left: 12px;
	color: #00519a;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#col3 a:hover{
	text-decoration: underline;
}
h1, h1 a, h1 a:visited{
	color: #00519a;
	font-size: 18px;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
#product h1{
	color: #00519a;
	font-size: 18px;
	position: absolute;
	top: 19px;
	z-index: 10;
}
#content{
	position: relative;
	margin-top: 50px;
}
#topnav{
	background: url(images/bg_nav.png) no-repeat bottom;
	height: 34px;
	position: absolute;
	width: 400px;
	left: 400px;
	margin-top: 36px;
	list-style: none;
	font-size: 14px;
	padding: 0 50px;
	font-weight: bold;
	color: #00519a;
}
#topnav li{
	float: left;
	position: relative;
}
#topnav a, #topnav a:visited{
	display: inline-block;
	text-decoration: none;
	color: #00519a;
	line-height: 34px;	
	padding: 0 15px;
	margin: 0 5px;
}
#topnav a.active, #topnav a.active:visited{	
	background: url(images/bg_lbut.png) no-repeat left;
	color: #62b946;
	padding-right: 0;
	
}
#topnav a:hover{
	
}
#topnav a.active span{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding-right: 15px;
	background: url(images/bg_rbut.png) no-repeat right;
}

#topnav .sub{
	display: none;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	width: 300px;
	left: 5px;
	top: 33px;
	line-height: 24px;
	height: 24px;
}

#topnav .sub a, #topnav .sub a:visited{
	line-height: 24px;
	height: 24px;
	padding: 0;
	margin: 0 15px;
	color: #999;
}
#topnav .sub a:hover{
	color: #00519a;
}
.slub{
	display: none;
	position: absolute;
	width: 1000px;
	height: 42px;
	background: url(images/bg_submenu.png) repeat-x;
	text-align: center;
}

.slub a, .slub a:visited{
	text-decoration: none;
	margin: 0 20px;
	color: #999;
	line-height: 42px;
}
.slub a:hover{
	color: #00519a;
}
#footer{
	padding: 30px;
	color: #999;
	font-size: 11px;
}
#footer span{
	float: left;
	display: block;
	width: 250px;
}
#botnav{
	float: right;
	list-style: none;	
}
#botnav a, #botnav a:visited{
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

.inner{
	padding: 20px 200px;
	display: block;
	float: left;
	width: 600px;
}
*html .inner{
	padding: 20px 117px;
	width: 764px;
}

.item{
	width: 180px;
	height: 150px;
	border: solid 1px #ccc;
	background: #fff;
	margin: 5px;
	float: left;
}
.item span{
	display: block;
	font-style: italic;
	text-align: center;
	margin-bottom: 3px;
	color: #999;
}
.item img{
	border: 0;
}
.item a, .item a:visited{
	display: block;
	text-decoration: none;
	text-align: center;
}
#listing ul{
	margin-left: 20px;
}

.breadcumb{
	position: absolute;
	top: -33px;
	left: 20px;
}
#col2 UL{
	padding: 20px 35px;
	list-style: circle;
}
#col2 LI{
	padding: 3px 0;
	line-height: 16px;
}

#content .home{
	background: url(images/bg_home.png) no-repeat bottom;
	min-height: 386px;
	height: 386px;
}
.home .row{
	display: none;
	position: absolute;
	top: 220px;
	width: 480px;
	padding: 0 10px;
	display: none;
}
.home .row img{
	border: 0;
}
.row a{
	width: 160px;
	height: 120px;
	display: block;
	float: left;
	position: relative;

}
.row a img{
	position: absolute;
	left: 20px;
	top: 15px;
}

.arl{
	clear: left;
}
.arl, .arr{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	float: left;
	margin: 0 20px;
}
.arr{
	float: right;
}
.tbl h2{
	clear: both;
	font-size: 14px;
}
#back{
	display: block;
	text-align: center;
	line-height: 26px;
	width: 80px;
	height: 30px;
	background: url(images/bg_back.png) no-repeat;
	color: #00519a;
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
	
}
#back:hover{
	text-decoration: none;
	color: #62b946;
}
.pages{
	width: 100px;
	position: absolute;
	bottom: 20px;
	left:200px;
	text-align: center;
}
.col{
	width: 50%;
	min-height: 286px;
	float: left;
	position: relative;
}
.bluebg{
	background: #c9d9e9 url(images/bg_blue.jpg) repeat-x ;
		clear: both;
}

.greenbg{
	background: #d2e9c8 url(images/bg_green.jpg) repeat-x ;
	clear: both;
}

#footerbord{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 124px;
	overflow: hidden;
	background: #fff url(images/footer.png) no-repeat top center;
}
