/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Class Styles*/
.cls {
		clear:both;
}
/*ID Styles*/
#wrapper {
	background-color: #FFF;
		
}#header-wrapper {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	height: 178px;
	width: 100%;
}
#header {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 89px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 744px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 665px;
}
#left {
	float: left;
	width: 260px;
	padding-top: 100px;
	padding-left: 80px;
	padding-bottom: 190px;
}
#left ul {
}
#left ul li {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #6683d9;
	list-style-type: disc;
	line-height: 32px;
}
#left ul li ul {
	padding-left: 25px;
}
#left ul li ul li {
	list-style-type: square;
}


#right {
	float: right;
	width: 380px;
	padding-top: 100px;
}
#right p {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #6683d9;
	line-height: 32px;
	text-align: center;
}
#right a  {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #6683d9;
	text-decoration: none;
}
#right a:hover {
	color: #2d50b7;
}
#right  .brochure {
	font-weight: normal;
}

.product_img{
	text-align:center;
	top:-25px;
	left:0;	
	z-index:50;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 220px;
	width: 980px;
}
.product_img .img_holder{width:120px; float:left; text-align:center;}
.zoom-txt {
	float: left;
	font-family: Calibri, Arial;
	font-size: 18px;
	font-style: italic;
	line-height: 100px;
	color: #6d89db;
	font-weight: bold;
	padding-right: 10px;
}

.viewport {
	float:left;
	height:105px;
	width:120px;
	text-align:center;
	padding-right: 24px;
}


#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	height: 71px;
	width: 100%;
}
