/* @group Universal */

/* import */

@import url("reset.css");

@import url("grid.css");

html, body {
	background-color: #F0EEE0;
	height: 100%;
}

body {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	line-height: 18px;
	 /*background: url(../i/bg.gif);*/
}

h1 {
	color: #756761;
	font-family: 'EB Garamond', serif;
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 2px 1px #FFF;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 54px;
	padding: 0 0 27px;
}

p {
	color: #585858;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 0px;
	text-shadow: 0 1px 0 #FFF;
}

a, a:active, a:visited {
	color: #0a7edb;
	text-decoration: none;
}

a:hover {
	color: #053f6d;
	text-decoration: none;
}

.outer-wrap {
	border: 2px solid #756761;/*3px*/
	margin: 0 auto 18px;
	padding: 2px;/*3px;*/
	width: 952px;/*970px;*/
}

.wrapper {
	border: 4px solid #756761;/*6px*/
	margin: 0 auto;
	padding: 14px 9px 10px;/*27px 18px 25px;*/
}

/* @end */

/* @group Header */

#header {
	height: 83px;
	line-height: 84px;
	/*margin: 0;*/
	padding: 0 0 18px;/*14px;*/
	/*text-align: center;*/
}

#header img {
	vertical-align: bottom;
         width: 350px;
}

/* @end */

/* @group Products */

.nav {
	border: 2px solid #A79A95;
	margin-bottom: 30px;/*32px;*/
	width: 292px;
	padding: 2px;
}

.product-description {
	background-color: #F0EEE0;
	height: 124px;/*127px;*/
	line-height: 18px;
	/*margin-top: -10px;*/
	padding: 19px 12px 1px;/*15px 12px 1px;*/
}

.product-description  h2 {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
}

.product-description p {
	font-size: 16px;
}

p.link {
	border-top: 1px dotted #A79A95;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 5px 4px;/*2px;*/
	margin: 0 12px;
	text-align: right;
}

a.qic, a:hover.qic {
	background: url('../i/qic-logo.gif') no-repeat center -15px;
	display: block;
	height: 70px;/*80px;*/
	width: 292px;
}

a:hover.qic {
	background: url('../i/qic-logo.gif') no-repeat center -115px;
}

	/*.qic*/ img.print {
	display: none;
	}

a.zt, a:hover.zt {
	background: url('../i/zt-logo.gif') no-repeat center -15px;
	display: block;
	height: 70px;/*80px;*/
	width: 292px;
}

a:hover.zt {
	background: url('../i/zt-logo.gif') no-repeat center -115px;
}

a.mobaso, a:hover.mobaso {
	background: url('../i/mobaso-logo.gif') no-repeat center -10px;
	display: block;
	height: 70px;/*80px;*/
	width: 292px;
}

a:hover.mobaso {
	background: url('../i/mobaso-logo.gif') no-repeat center -110px;
}

/* @end */

/* @group Footer: Contact */

.footer {
	border-top: 1px solid #BEB5B1;
	padding: 15px 0 0;
	margin-top: 3px;
}

.footer h2 {
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 18px;
padding-left: 16px;
}

.footer p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 0;
	text-shadow: 0 1px 0 #FFF;
padding-left: 16px;
}

/* @end */

/*
ul { color: #666;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: disc;
}


ul li {
	line-height: 18px;
	padding: 0 0 0 15px;
}


ul li h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
	text-indent: -10px;
	text-shadow: 0 1px 0 #FFF;
}
*/
