/* @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-size: 46px;
	/*font-style: italic;*/
	font-weight: normal;
	line-height: 54px;
	padding: 0 0 25px;
	text-align: center;
	text-shadow: 0 2px 1px #FFF;
}

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: 3px solid #756761;
	margin: 0 auto 18px;
	padding: 3px;
	width: 970px;
}

.wrapper {
	border: 6px solid #756761;
	margin: 0 auto;
	padding: 27px 18px 25px;
}

/* @end */

/* @group Header */

#header {
	height: 83px;
	line-height: 84px;
	margin: 0;
	padding: 0 0 14px;
	text-align: center;
}

#header img {
	vertical-align: bottom;
}

/* @end */

/* @group Products */

.nav {
	border: 2px solid #A79A95;
	margin-bottom: 32px;
	width: 292px;
	padding: 2px;
}

.product-description {
	background-color: #F0EEE0;
	height: 127px;
	line-height: 18px;
	margin-top: -10px;
	padding: 15px 12px 1px;
}

.product-description  h2 {
	font-weight: normal;
	font-size: 18px;
	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 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: 80px;
	width: 292px;
}

a:hover.qic {
	background: url('../i/qic-logo.gif') no-repeat center -115px;
}

	/*.qic*/ img.print {
	visibility: visible;
	}

a.zt, a:hover.zt {
	background: url('../i/zt-logo.gif') no-repeat center -15px;
	display: block;
	height: 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: 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;
}

.footer p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 0;
	text-shadow: 0 1px 0 #FFF;
}

/* @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;
}
*/
