@import url(http://fonts.googleapis.com/css?family=Niconne|Source+Sans+Pro);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: url(../img/bg.png);
	padding: 0px;
	margin: 0px;
	font-family: 'Source Sans Pro';
	font-size: 13px;
	color: #444;
	text-align: justify;
	line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #6f5012;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.wrap {
	width: 1002px;
	margin: 0px auto;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Niconne';
	padding: 10px;
	margin: 0px;
	border-bottom: 2px solid #6f5012;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	background: url(../img/header-bg.png);
	font-weight: normal;
	line-height: 1;
}

h1, h2 {
	font-size: 24px;
}

h3 {
	background: url(../img/divider.png) center center repeat-x;
	color: #444;
	text-shadow: none;
	border: none;
	text-align: center;
	font-size: 24px;
	margin: 0px;
}

h3 span {
	background: #fff;
	padding: 0 20px;
}

.clear {
	clear: both;
}

.blank {
	height: 3px;
}

.blank1 {
	height: 5px;
}

.blank2 {
	height: 8px;
}

.blank3 {
	height: 10px;
}

.blank4 {
	height: 12px;
}

.blank5 {
	height: 15px;
}

.container {
	width: 1002px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.header {
	width: 1002px;
	height: 125px;
	float: left;
	padding: 0px 0px 15px 0px;
}

.logo {
	width: 254px;
	height: 126px;
	float: left;
}

.logo img {
	max-width: 254px;
	max-height: 126px;
	float: left;
}

.header-right {
	width: 735px;
	float: right;
	height: 130px;
}

.header-text {
	width: 500px;
	padding: 5px 0;
	height: auto;
	float: left;
	color: #cc9933;
	font-size: 32px;
	font-family: Arial;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.header-text span {
	font-size: 12px;
	display: block;
	margin: 0px 0 0 0;
	font-style: italic;
}

.social span {
	font-size: 12px;
	display: block;
	margin: 10px 0 10px 0;
}

.social {
	float: right;
	color: #cc9933;
	font-family: Arial;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-align: right;
}

.social a {
	display: inline-block;
	margin: 0 0px 0 5px;
}

.nav {
	width: auto;
	padding: 0px 15px;
	margin: 0px;
	float: right;
	background: url(../img/header-bg.png);
}
.read{
	background:#D7AF5F;
	float:right;
	padding:2px 5px;
	text-decoration:none;
}
.mid {
	width: 982px;
	height: 354px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	float: left;
}

.slider {
	width: 982px;
	height: 354px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}

.lean-slider {
	position: relative;
 *zoom: 1;
}

.lean-slider:before, .lean-slider:after {
	content: " ";
	display: table;
}

.lean-slider:after {
	clear: both;
}

.lean-slider-slide {
	float: left;
	width: 100%;
	height: 354px;
	margin-right: -100%;
	display: none;
}

.lean-slider-slide.current {
	display: block;
}

.slider-wrapper {
	width: 982px;
	height: 354px;
	overflow: hidden;
	margin: 0px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 2999px;
	background: #fff url(../img/loading.gif) no-repeat 50% 50%;
}

.lean-slider {
	overflow: hidden;
}

.lean-slider-slide {
	display: block;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 0.6s linear;
	-moz-transition: opacity 0.6s linear;
	-ms-transition: opacity 0.6s linear;
	-o-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}

.lean-slider-slide.current {
	opacity: 1;
}

.lean-slider-slide img {
	display: block;
	width: 100%;
	height: 354px;
}

#slider-direction-nav {
	position: absolute;
	left: 0;
	top: 47%;
	width: 100%;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0.2;
}

.slider-wrapper:hover #slider-direction-nav {
	opacity: 1;
}

#slider-direction-nav a {
	float: left;
	display: block;
	width: 26px;
	height: 37px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

#slider-direction-nav .lean-slider-next {
	float: right;
	background-position: 100% 0;
	margin: 0 10px 0 0px;
}

#slider-control-nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	text-align: center;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0.5;
}

.slider-wrapper:hover #slider-control-nav {
	opacity: 1;
}

#slider-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/bullets.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 3px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#slider-control-nav a.active {
	background-position: 100% 0;
}

.shadow {
	width: 1002px;
	height: 25px;
	float: left;
	background: url(../img/shadow.png) center top no-repeat;
}

.sub-container {
	width: 1002px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.content {
	width: auto;
	padding: 10px;
	background: #fff;
}

.cheeta {
	background-image: url(../img/tiger.png);
	background-position: 200px 10px;
	background-repeat: no-repeat;
}

.product-container {
	width: 1002px;
	float: left;
	background: url(../img/left-shadow.png) bottom center no-repeat;
	padding: 0 0 13px 0;
}

.left {
	width: 700px;
	float: left;
	background: url(../img/left-shadow.png) bottom center no-repeat;
	padding: 0 0 13px 0;
}

.right {
	width: 280px;
	float: right;
	background: url(../img/right-shadow.png) bottom center no-repeat;
	padding: 0 0 13px 0;
}

.like {
	display: block;
}

.like a {
	display: block;
	margin: 3px 0px;
	text-decoration: none;
}

.like a img {
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}

.footer {
	width: 982px;
	padding: 10px;
	float: left;
	background: url(../img/header-bg.png);
	border-top: 3px solid #6f5012;
	font-family: 'Source Sans Pro';
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.footer a {
	color: #fff;
}

/**********************************************
Process style starts here 
**********************************************/
.cbp_tmtimeline {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 982px;
	list-style: none;
}

ul.cbp_tmtimeline li {
	width: 982px;
	float: left;
	margin: 0 0 15px 0px;
	position: relative;
}

/* Right content */
.cbp_tmlabel {
	display: inline-block;
	background: rgba(248,248,248,.7);
	border: 1px solid rgba(0,0,0,0.1);
	border-left: none;
	width: 766px;
	overflow:auto;
	color: #222;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	right: 0px;
	padding: 5px;
}

.cbp_tmlabel h2 {
	font-size: 22px;
	padding: 5px;
}

.divimg {
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	background: #ccc;
	background: rgba(248,248,248,.7);
	border: 1px solid rgba(0,0,0,0.1);
	border-right: rgba(0,0,0,0.1) 3px solid;
}

.divimg img {
	max-width: 180px;
	max-height: 180px;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* The triangle */
.cbp_tmlabel:after {
	right: 780px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: rgba(0,0,0,0.1);
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
	z-index: 2;
}

.thumb {
	display: block;
	width: 176px;
	height: 140px;
	position: relative;
	margin: 10px;
	float: left;
}

.thumb-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0,0,0,0.3);
}

.thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

.thumb .thumb-detail {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
}

.thumb .thumb-detail a {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	padding: 10px;
	font-size: 18px;
}

/*
	* Without CSS3
	*/
.thumb.scroll {
	overflow: hidden;
}

.thumb.scroll .thumb-detail {
	bottom: -280px;
}

/*
	* CSS3 Flip
	*/	
.thumb.flip {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}

.thumb.flip .thumb-wrapper {
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -moz-transform 1s;
	-o-transition: -moz-transform 1s;
	transition: -moz-transform 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.thumb.flip .thumb-detail {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.thumb.flip img,  .thumb.flip .thumb-detail {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.thumb.flip .flipIt {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

table{
	border:1px solid #CC9933;
}
table tr th{
	background:#CC9933;
	padding:5px;
	color:#fff;
}
table tr td{
	padding:5px;
}