/** Stylesheet for Pekin theme*//* Import */@import url(reset.css);@import url(960.css);/* Body */body {	color: #666;	font-size: 13px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	line-height: 1.6;	min-width: 960px;}a {	color: #5d97b5;	text-decoration: none;}a img {	outline: none;	border: 0;}a:hover {	color: #F26101;	text-decoration: none;}h1, h2, h3, h4, h5, h6 {	font-family: Georgia, "Times New Roman", Times, serif;	font-weight: normal;	margin: 10px 0;	color: #666;}h1 {	font-size: 50px;	margin: 20px 0 10px 0;}h2 {	font-size: 24px;	font-style: italic;}h3 {	font-size: 20px;}h4 {	font-size: 18px;}h5 {	font-size: 16px;}h6 {	font-size: 15px;}p, ul, ol {	margin: 0 0 10px 0;}li {	margin: 5px 0;}ul {	list-style: square inside;}ol {	list-style: decimal inside;}blockquote {	font-family: Georgia, Times, "Times New Roman", serif;	padding-left: 5px;	margin-left: 5px;	border-left: 3px solid #e5ecf0;	font-style: italic;	color: #888;}pre {	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/	width: 610px;	border: 1px dashed #e5ecf0;	background: #f8fafb;	padding: 5px;	margin: 0 0 15px 0;}code {	font-family: Consolas, "Courier New", monospace;	color: #888;}strong {	font-weight: bold;}.alignleft {	float: left;}.alignright {	float: right;}.tenmargin {	margin: 10px;}.nine60 {	height: 20px;}/* General */.upper {	background: url(img/bg.jpg) no-repeat center;	height: 600px;}#nav {	text-align: center;	margin: 10px 0;	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}#nav li {	display: inline;}#nav li a {	margin: 10px;	color: #fff;	font-size: 16px;}#nav li a:hover, #nav li a.current {	border-bottom: 2px solid #fff;}#logo {	text-align: center;	margin-top: 20px;	margin-bottom: 20px;}/* Tabs */ul.tabs {	margin: 0;	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}ul.tabs li {	list-style: none;	display: block;	float: left;	margin: 0;}ul.tabs li a {	color: #666;	font-size: 18px;	background: url(img/50.png) repeat;	padding: 5px 20px;	margin: 0 10px 0 0;	display: block;	-moz-border-radius-topleft: 5px;	-moz-border-radius-topright: 5px;	-moz-border-radius-bottomright: 0px;	-moz-border-radius-bottomleft: 0px;	border-top-left-radius: 5px;	border-top-right-radius: 5px;	border-bottom-right-radius: 0px;	border-bottom-left-radius: 0px;}ul.tabs li a:hover, ul.tabs li a.current {	color: #333;	background: url(img/80.png) repeat;}.panes {	border: 4px solid #eee;	background: #fff;	padding: 20px;}.feature {	margin: 30px;}.readmore {	text-align: right;}.tag {	font-family: Georgia, Times, "Times New Roman", serif;	font-style: italic;	border: 1px solid #ddd;	padding: 5px}.tag img {	margin: 0 5px;}.product {	border: 1px solid #eee;	padding: 8px;}.product:hover {	border: 1px solid #ccc;}.footer {	text-align: center;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px;	font-style: italic;	margin: 10px 0;	padding: 10px 0 0 0;	border-top: 1px solid #eee;}