

/* Reset.css */
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;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* End reset */

/**
 * Styles start here
 */
 
body { 
	color: #222;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	background-color:#973a3a;
}
#page{
	background: url(../images/bg.png) repeat #973a3a; 
	
}
	/* Browsers who don't support gradients */
	.no-cssgradients body {
		background-repeat: repeat;
		background-attachment: fixed;
	}

/* Always force a scrollbar in non-IE 
	Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

#wrapper {
	width: 990px;
	margin: 0 auto;
	position:relative;
	background:#973a3a;
}

/**
 * Typography and default HTML elements
 */

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	/*-moz-transition: all 100ms linear;*/
	transition: all 100ms linear;
}

a:hover {
	color: #ccc;
}

a:active { outline: none; }

p, dl, hr, h1, h2, h3,
ol, ul, dd, pre, table, fieldset {
	margin-bottom: 15px;
}
p{ font:12px/18px; color:#333;}
/* Headings */
h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

.post h3 {
	margin: 30px 0 20px;
}

h4 {
	font-size: 21px;
	margin-bottom: 15px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-weight: normal;
	font-size: 16px;
}

/* Lists */
ol, ul {
	margin-left: 20px;	
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

	/* Remove margins for navigation lists */
	nav ul, nav li { margin: 0; list-style: none; list-style-image: none; }

/* Code */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

pre {
	background: #464646;
	border: solid #121212;
	border-width: 2px 0 2px 0;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
	/*position: relative;*/
	/*text-shadow: 0px 1px 0px #333;*/
	
}

	/* This is removed for now because of a strange Chrome bug with text-shadow and position: relative; */
	/* Usage: <pre rel="CSS">...</pre>, <pre rel="PHP">...</pre> */
	/*pre:after {
		content: attr(rel);
		color: #F83D87;
		font: bold 16px 'Droid Serif', Georgia, serif;
		position: absolute;
		bottom: 10px; right: 15px;
	}*/

code {
	background: #f6dde7;
	font-size: 14px;
	padding: 3px;
	border-radius: 3px;
}
pre code {
	background: none;
	font-size: 16px;
}

/* Quotes */
blockquote {
	background: url(../images/quote.png) no-repeat left top;
	color: #424242;
	font: italic 18px/32px 'Droid Serif', Georgia, serif;
	padding: 33px 30px 0;
	margin: 40px 20px 20px;
	text-shadow: 0 1px 0 #fff;
}

blockquote p { margin: 0; }

q { font-style: italic; }

	/* Cite after <blockquote> */
	blockquote + p {
		margin-left: 20px;	
	}
	
	blockquote + p,
	blockquote + cite,
	blockquote + p cite {
		font: 18px Garamond, 'Droid Serif', Georgia, serif;
	}
	
/* Tables */
table {
	border: 1px solid #e7e7e7;
	border-collapse: collapse; border-spacing: 0;
	font-size: 14px;
	width: 100%;
	text-align: left;
}

	/* th */
	tr th,
	thead th {
		background: #f3f9fc;
		border-left: 1px solid #e9f2f7;
		color: #444;
		font-size: 15px;
		font-weight: bold;
		padding: 9px 24px;
		-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .04);
		-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .04);
		box-shadow: inset 0 0 10px rgba(0, 0, 0, .04);
	}

	/* td */
	tr td {
		background: #fafafa;
		border: 1px solid #e7e7e7;
		padding: 6px 24px;
	}
	
	td { vertical-align: top; }
	
	tr:nth-child(2n) td {
		background: #f7f7f7;
	}
	
	tr:hover td {
		background: #fff;
	}
	
	td, td img { vertical-align: top; }
	
	/* tfoot */
	tfoot td {
		color: #777;
		font-size: 11px;
		text-transform: uppercase;	
	}
	
	tfoot th {
		color: #444;
		font-size: 12px;
		text-transform: uppercase;	
	}

	/* Table caption */
	table caption {
		background: #ffffee;
		border: 1px solid #ffffc6;
		font-size: 16px;
		margin-bottom: 5px;
		padding: 10px;
		border-radius: 5px;
	}

/* Other elements */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

ins { background-color: #ff9; color: #000; text-decoration: none; }
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; }

hr {
	display: block;
	height: 2px;
	border: 0;
/*	border-top: 1px solid #7d2727;
	border-bottom: 1px solid #aa5555;
*/	margin: 20px 0;
	padding: 0;
	background:url(../images/line.png) repeat-x;
}

/* These selection declarations have to be separate
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color: #fff; text-shadow: none; }
::selection { background: #FF5E99; color: #fff; text-shadow: none; }

/**
 * Header
 */

#header {
	padding: 0;
}

#site-title a {
	float: left;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	
	/* Gain the benefits from GPU acceleration */
	-webkit-transform: translateZ(0);
	/*-moz-transform: translateZ(0);*/
	transform: translateZ(0);
	text-indent:-9999px;
	background:url(../images/Logo.png) no-repeat;
	width:228px;
	height:81px; 
	margin:0 20px 0 20px;
}

#site-title a:hover {
	background:url(../images/Logo.png) no-repeat;
	
	/* Scale the site title on hover */
	-webkit-transform: scale(1.1) translateZ(0);
	/*-moz-transform: scale(1.1) translateZ(0);*/
	transform: scale(1.1) translateZ(0);
}


/**
 * Content
 */
 
#main { 
	width: 990px;
}

	/* No support for rgba */
	.no-rgba #main {
		background: url(../images/content_bg.png) repeat;
	}
/*Slide Show*/
#banner{
	width:990px;
	height:440px;
	display:block;
	margin:10px auto 0px auto;
	position:relative;
	background:url(../images/banner/bg.png) no-repeat ;
}
#slideshow {
    position:relative;
    height:445px;
}

#slideshow{ position:relative;}
#bigPic{
	width:990px;
	height:377px;
	padding:1px;

}
#bigPic img{
	position:absolute;
	display:none;
	border-radius:10px 10px 0 0;
}
ul#thumbs
{
	background:#3c4396;
	border-radius:10px;
	padding:10px;
	display: block;
	margin:10px;
	float:left;
	position:absolute;
	top:270px;
	z-index:100;
}
ul#thumbs li.active{
	opacity:1;
	filter: alpha(opacity = 100);
}
ul#thumbs li:hover{
	opacity:1;
	filter: alpha(opacity = 100);
}
ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;
	cursor:pointer;
	margin:0 1px 0 0;
	opacity:0.6;
	filter: alpha(opacity = 60);
}
ul#thumbs li span{
	text-align:left;
	display:inline-block;
	*display:inline;
	zoom:1;
	color:#FFF;
	padding:0 5px 0 5px; 
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	
}
ul#thumbs li a{
	margin:0;
	font-size:10px;
	background:#000;
	color:#fff;
	padding:0 3px;
	display:block;
	width:36px;
}
ul#thumbs img{
	width:88px;
	height:87px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:#973a3a;
	display:block;		
/*	opacity:0.6;
	filter: alpha(opacity = 60);
*/}
/*ul#thumbs img:hover{
	opacity:1;
	filter: alpha(opacity = 100);
}
*/
/*Inner banner*/
#innerbanner{
	width:990px;
	height:235px;
	display:block;
	margin:10px auto 0px auto;
	position:relative;
}

/* socialized2*/
.icons{
  position:absolute;
  right:0;
  bottom:0;
  z-index:10;
}
a.more {
	color:#CCC;
	padding:0 20px 0 0;
	background:url(../images/more.png) no-repeat right top;
	float:left;
	margin:10px 0 0 0;
}
a.more:hover {
	color:#000;
	padding:0 20px 0 0;
	background:url(../images/more.png) no-repeat right bottom;
}
/* Content*/
#content {
	float: left;
	width: 556px;
}
#innercontent {
	width: 930px;
	background:#FFF;
	margin:0 auto 10px auto;
	padding:30px;
	border-radius: 0 0 5px 5px;
	display:inline-block;
}
.leftside{
	position:absolute;
	width:285px;
	background:#d5cfcf;
	border-radius: 5px;
	top:140px;
	left:15px;
	padding:10px;
}
.leftsidePara {
		margin:43px 0 20px 0;
}
.leftsidePara h3{
    font-family: 'AgeoneAgeone';
		color:#3c4396;
		font-size:21px;
		margin:0 0 20px 0;
		font-weight:normal;
}

.leftsideMenu{
	width:265px;
	background:#d5cfcf;
	border-radius: 5px;
	padding:10px;
	float:left;
}
.rightside{
	width:615px;
	min-height:370px;
	padding:10px;
	float:right;
}
.fullwidth{
	width:920px;
	min-height:370px;
	padding:10px;
	float:right;
}
.rightside h2, .fullwidth h2{
    font-family: 'AgeoneAgeone';
		color:#3c4396;
		font-size:30px;
		margin:0 0 20px 0;
		font-weight:normal;
}

p.highlight{
    font-family: 'AgeoneRegularAgeoneRegular';
		color:#3c4396;
		font-size:18px;
		line-height:21px;
}

#sidebar {
	float: right;
	width: 400px;
}

/* Main Navigation*/
#menu {
	margin: 0 0px 0px 20px;
	float:right;
}
#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	margin: 20px 10px 0 0;
	position: relative;
}
#menu a {
	background: #6d1b1d; /* Fallback */
	border-radius: 5px;
	display: block;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	padding: 10px 10px;
	margin-bottom: 5px;
	text-transform:uppercase;
	color:#ad4848;
}
#menu a:active {
	-webkit-box-shadow: inset 1px 1px 5px #000;
	-moz-box-shadow: inset 1px 1px 5px #000;	
	box-shadow: inset 1px 1px 5px #000;	
}
#menu a:hover {
	color: #fff;
	border-radius: 6px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-box-shadow: inset 1px 1px 5px #333;
	-moz-box-shadow: inset 1px 1px 5px #333;	
	box-shadow: inset 1px 1px 5px #333;	
	background: #3c4396 url(../images/bg.png) repeat; /* Fallback */
	color: #fff;
}
/* Current nav, buttons, more-link */
#menu .current > a,
.btn,
.more-link,
input[type=submit],
legend {
	background: #3c4396 url(../images/bg.png) repeat; /* Fallback */
	color: #fff;
	border-color: transparent;
	border-radius: 6px;
	font-weight: normal;
	padding: 10px 20px;
	-webkit-transition: all 100ms linear;
	/*-moz-transition: all 100ms linear;*/
	transition: all 100ms linear;
	-webkit-box-shadow: inset 1px 1px 5px #333;
	-moz-box-shadow: inset 1px 1px 5px #333;	
	box-shadow: inset 1px 1px 5px #333;	
}

#menu .current > a:hover,
.btn:hover,
.more-link:hover,
input[type=submit]:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity = 100);
}

	/* Level 2 */
	#menu ul ul {
		display: none;
		min-width: 150px;
		position: absolute;
		top: 100%; left: 0;
		z-index: 100;
		-webkit-box-shadow: 0px 0px 6px rgba(0,0,0, 0.3);
		-moz-box-shadow: 0px 0px 6px rgba(0,0,0, 0.3);
		box-shadow: 0px 0px 6px rgba(0,0,0, 0.3);
	}
	
	#menu li:hover > ul { display: block;  }
	
	#menu ul ul li {
		float: none;
		margin: 0;
	}
	
	#menu ul ul li a {
		border-radius: 5px !important;
		margin-bottom: 0;
		border-bottom:1px solid #ad4848;
	}
	
	#menu ul ul li a:hover {
		opacity: 1;
		filter: alpha(opacity = 100);
	}

/* Sidebar Products Navigation*/
#sideBarMenu {
	margin: 0 0px 0px 0px;
}
#sideBarMenu ul {
	list-style: none;
}

#sideBarMenu li {
	float: none;
	margin:0;
	position: relative;
	list-style:none;
}
#sideBarMenu a {
	border-radius: 6px;
	display: block;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	padding: 0px 0 0 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
	color:#6a6868;
	width:245px;
	height:40px;
	line-height:40px;
	display:block;
}
	#sideBarMenu a.seikaBg  {
		background:url(../images/allproducts/menu/seikaBg.jpg) no-repeat 0 -40px;
	}
	#sideBarMenu a.seikaBg:hover, #sideBarMenu a.seikaBg.selected  {
		background-position:0 0;
	}
	
	#sideBarMenu a.teaBg {
		background:url(../images/allproducts/menu/teaBg.jpg) no-repeat 0 -40px;
	}
	#sideBarMenu a.teaBg:hover, #sideBarMenu a.teaBg.selected {
		background-position:0 0;
	}

	#sideBarMenu a.coffeeBg {
		background:url(../images/allproducts/menu/coffeeBg.jpg) no-repeat 0 -40px;
	}
	#sideBarMenu a.coffeeBg:hover, #sideBarMenu a.coffeeBg.selected {
		background-position:0 0;
	}

	#sideBarMenu a.riceBg {
		background:url(../images/allproducts/menu/riceBg.jpg) no-repeat 0 -40px;
	}
	#sideBarMenu a.riceBg:hover,#sideBarMenu a.riceBg.selected  {
		background-position:0 0;
	}

	#sideBarMenu a.cardamomBg {
		background:url(../images/allproducts/menu/cardamomBg.jpg) no-repeat 0 -40px;
	}
	#sideBarMenu a.cardamomBg:hover,#sideBarMenu a.cardamomBg.selected  {
		background-position:0 0;
	}
	#sideBarMenu a.vistaBg{
		background:url(../images/allproducts/menu/vistaBg.jpg) no-repeat 0 -40px;
	}
	#sideBarMenu a.vistaBg:hover,#sideBarMenu a.vistaBg.selected {
		background-position:0 0;
	}

#sideBarMenu a:active{
	-webkit-box-shadow: inset 1px 1px 5px #000;
	-moz-box-shadow: inset 1px 1px 5px #000;	
	box-shadow: inset 1px 1px 5px #000;	
}
#sideBarMenu a:hover {
	color: #6D1B1D;
	border-radius: 6px;
/*	-webkit-box-shadow: inset 1px 1px 5px #666;
	-moz-box-shadow: inset 1px 1px 5px #666;	
	box-shadow: inset 1px 1px 5px #666;	
*/}
#sideBarMenu .current > a,
.btn,
.more-link,
input[type=submit],
legend {
	background: #3c4396 url(../images/bg.png) repeat; /* Fallback */
	color: #fff;
	border-color: transparent;
	border-radius: 6px;
	font-weight: normal;
	padding: 10px 20px;
	-webkit-transition: all 100ms linear;
	/*-moz-transition: all 100ms linear;*/
	transition: all 100ms linear;
	-webkit-box-shadow: inset 1px 1px 5px #333;
	-moz-box-shadow: inset 1px 1px 5px #333;	
	box-shadow: inset 1px 1px 5px #333;	
}

#sideBarMenu .current > a:hover,
.btn:hover,
.more-link:hover,
input[type=submit]:hover {
	border-radius:0px;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity = 100);
}


/**
 * Post
 */
 
.post {
	padding: 20px 0 10px;
	/*position: relative;*/
}

.post:first-of-type {
	padding-top: 0;	
	margin-left: 10px;
}

/* Post title */
.post .entry-title {
}

.post .entry-title a {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: normal;
	-webkit-transition: color 150ms ease-in-out;
	/*-moz-transition: color 150ms ease-in-out;*/
	transition: color 150ms ease-in-out;
	text-transform:uppercase;
}

.post .entry-title a:hover { 
	color: #fff;
}
.entry-content{
}
/* Post meta */
.post-meta {
	font: 14px;
	margin: 40px 0 -20px;
	
	/* CSS3 Flexible Box Model */
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}

.post-meta p {
	background: #f3f3f3; /* Fallback */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ececec 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ececec)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* W3C */
	
	border: 1px solid;
	border-color: #fff #c9c9c9 #c9c9c9 #fff;
	border-radius: 5px;
	line-height: 1.8;
	margin: 0;
	padding: 14px 10px;
	text-shadow: 0 1px 0 #fff;
	
	/* 2:1 ratio */
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
}

.more-link {
	display: inline-block;
	*display:inline;
	zoom:1;
	padding: 8px 12px;
	margin-left: 0px;
	
	/* 2:1 ratio */
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.more-link:hover {
	color: #fff;
	text-shadow: none;
}

	/* No support for CSS3 Flexible Box Model */
	.no-flexbox .post-meta p {
	display: inline-block;
	*display:inline;
	zoom:1;
		max-width: 480px;
	}
	
	.no-flexbox .more-link {
		float: right;
	}
	
/* Post thumbnail and images */
figure { 
	float: left;
	padding: 0px;
	text-align: center;
}


figure,
figure.alignleft  {
	margin: 0 20px 00px 0;
}

figure.alignright {
	margin: 0 0 20px 20px;
}

figcaption {
	margin: 10px 0;
	font: 14px 'Droid Serif', Georgia, serif;
	color: #555;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

	/* Thumbnail rotation */
	/*.thumbnail,
	.post:nth-of-type(2n) .thumbnail:hover {
		-webkit-transform: rotate(0.45deg); 
		-moz-transform: rotate(0.45deg); 
		transform: rotate(0.45deg); 
	}
	
	.thumbnail:hover,
	.post:nth-of-type(2n) .thumbnail {
		-webkit-transform: rotate(-0.45deg);
		-moz-transform: rotate(-0.45deg);
		transform: rotate(-0.45deg);
	}*/

/**
 * Sidebar
 */

#sidebar {
	float:right;
		margin: 0 0 10px 0;
}

.widget {
	margin: 0 0 10px 0;
}
.widget h3{
	color: #000;
	display: block;
	font-size: 14px;	
	font-weight: normal;
	-webkit-transition: color 150ms ease-in-out;
	/*-moz-transition: color 150ms ease-in-out;*/
	transition: color 150ms ease-in-out;
	text-transform:uppercase;
	margin:0 0 15px 0;
}
.productBox{
	background: #6e1b1d url(../images/probg.jpg) no-repeat center center;
	float: left;
	text-align: center;
	-webkit-transition: border 200ms ease;
	-moz-transition: border 200ms ease;
	transition: border 200ms ease;
	width:400px;
	height:270px;
	margin:0 0 10px 0;
/*	
	-webkit-box-shadow: inset 1px 1px 5px #333;
	-moz-box-shadow: inset 1px 1px 5px #333;	
	box-shadow: inset 1px 1px 5px #333;	
*/}
/*
 * Footer
 */
 
#footer {
	color: #222;
	padding: 0px;
	width:100%;
	background:url(../images/footer.jpg) top center no-repeat #6a6869;
	min-height:150px;
	float:left;
	margin:0px 0 0 0;
}
.footerBlock{
	width:990px;
	margin:0 auto;
	padding:20px 0
}
.bottom-a{
	width:auto;
	float:left;
	margin:10px 45px 0 0;
	border-right:1px dashed #7b7b7b;
	padding-right:18px;
	min-height:60px;
}
.bottom-b{
	width:190px;
	float:left;
	margin:10px 15px 0 0;
	border-right:1px dotted #ddd;
	padding-right:18px;
	min-height:100px;
}
/*Socialized with us*/
ul#socialized {
	height:35px;
	margin:0;
	padding:0;
}
ul#socialized li {
  float:left;
  list-style:none;
}
ul#socialized li a {
  background:url(../images/social2.png) no-repeat top left;
  display:block;
  height:35px;
  position:relative;
  margin:0 2px 0 0
}
ul#socialized li a.facebook {
  width:34px;
}
ul#socialized li a.twitter {
  width:34px;
  background-position:-34px 0px;
}
ul#socialized li a.youtube {
  width:34px;
  background-position:-68px 0px;
}


ul#socialized li a span {
  background:url(../images/social.png) no-repeat scroll bottom left;
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:100;
}

ul#socialized li a.facebook span{
background-position:0px -35px;
  cursor:default;
}
ul#socialized li a.twitter span {
background-position:-34px -35px;
}
ul#socialized li a.youtube span{
background-position:-68px -35px;
}

/*Socialized2 with us*/
ul#socialized2 {
	height:35px;
	margin:0;
	padding:0;
}
ul#socialized2 li {
  float:left;
  list-style:none;
}
ul#socialized2 li a {
  background:url(../images/social2.png) no-repeat top left;
  display:block;
  height:35px;
  position:relative;
  margin:0 2px 0 0
}
ul#socialized2 li a.facebook {
  width:34px;
}
ul#socialized2 li a.twitter {
  width:34px;
  background-position:-34px 0px;
}
ul#socialized2 li a.youtube {
  width:34px;
  background-position:-68px 0px;
}


ul#socialized2 li a span {
  background:url(../images/social2.png) no-repeat scroll bottom left;
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:100;
}

ul#socialized2 li a.facebook span{
background-position:0px -35px;
}
ul#socialized2 li a.twitter span {
background-position:-34px -35px;
}
ul#socialized2 li a.youtube span{
background-position:-68px -35px;
}
/*---------------------****************Product Gallery CSS****************---------------------*/
.productsGallery{
  text-align:center;
  float:left;
  width:630px;
  display:block;
	margin:20px 0 0 0;
}
.productsGallery li {
  display:inline-block;
  *display:inline;
  zoom:1;
}
.productsGallery li a{
  text-align:center;
  margin:0px 10px 30px 10px; 	
  border:1px solid #ddd;
  display:inline-block;
  *display:inline;
  zoom:1;
  width:180px;
  padding:0;
	background:#fff;
}
.productsGallery li a:hover{
  border:1px solid #00939d;
}
.productsGallery li a span{
  display:inline-block;
  *display:inline;
  zoom:1;
  padding:10px 0;
  background:#f7f7f7;
  font-size:14px;
  border-top:1px solid #00939d;
  width:180px;
}

/**
 * Forms
 */
 
	/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
	   2) WebKit browsers add a 2px margin outside the chrome of form elements. 
		  Firefox adds a 1px margin above and below textareas 
	   3) Align to baseline */
	button, input, select, textarea { width: auto; overflow: visible; margin: 0; vertical-align: baseline; outline: none; }

	/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   	   2) Align to text-top */
	textarea { overflow: auto; vertical-align: text-top; }
	
	/* Hand cursor on clickable input elements */
	label[for], input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
	
	/* Remove extra padding and inner border in Firefox */
	input::-moz-focus-inner,
	button::-moz-focus-inner { border: 0; padding: 0; }
	
	input[type="button"],
	input[type="checkbox"],
	input[type="radio"],
	input[type="submit"],
	select {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	input[type="text"],
	input[type="password"],
	textarea {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	
button, input, select, textarea, label {
	font: 14px 'Droid Serif', Georgia, serif;	
}

label {
	display: block;
	font-weight: bold;
	margin: 0 0 7px 10px;
}

fieldset {
	background: rgba(204, 204, 204, 0.2);
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.7);
}

legend {
	font: bold 14px 'Droid Serif', Georgia, serif;
	padding: 10px 12px;	
}

/* Input fields */
input,
textarea {
	background: #fff;
	border: none;
	border-radius: 20px;
	color: #777;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 1px 1px #bbb;
	-moz-box-shadow: 0px 1px 1px #bbb;
	box-shadow: 0px 1px 1px #bbb;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	color: #333;
	-webkit-box-shadow: 0px 1px 1px #ccc, inset 1px 2px 1px rgba(250, 79, 170, 0.3);
	-moz-box-shadow: 0px 1px 1px #ccc, inset 1px 2px 1px rgba(250, 79, 170, 0.3);
	box-shadow: 0px 1px 1px #ccc, inset 1px 2px 1px rgba(250, 79, 170, 0.3);
}

textarea {
	border-radius: 10px;
}

input[type="checkbox"],
input[type="radio"],
select {
	margin-left: 10px;
}

/* Submit */
input[type="submit"] {
	color: #fff;
}

input[type="submit"]:hover {
	text-shadow: 0 1px 0 #AC0649;
}

/* Search inputs */
input[type="search"] {
	background: #fff url(../images/search.png) no-repeat 10px center;
	padding-left: 25px;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-button {
	-webkit-appearance: none;
}

.searchform input[type="search"] {
	padding-right: 0;
	max-width: 200px;
}

.searchform input[type="submit"] {
	padding: 10px 12px;
	float: right;
}

/**
 * Misc
 */
 
.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }
.sep { padding: 0 5px; }

.hide { display: none; }

.success {
	background: url(../images/accepted.png) no-repeat 10px center;
	background-color: rgb(231, 247, 211);
	background-color: rgba(231, 247, 211, 0.5);
	border: 1px solid #6c3;
	border-radius: 5px;
	padding: 20px 0 20px 80px;
}

.error {
	background: url(../images/cancel.png) no-repeat 10px center;
	background-color: rgb(255, 235, 232);
	background-color: rgba(255, 235, 232, 0.5);
	border: 1px solid #C00;
	border-radius: 5px;
	color: #C00;
	padding: 20px 0 20px 80px;
}

.warning {
	background: #fffbbc;
	border: 1px solid #E6DB55;
	padding: 20px;
	border-radius: 5px;
}

div.warning { margin-bottom: 20px; }

/**
 * Media queries for responsive design.
 * These follow after, and will override, the primary styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (max-width: 1024px) {

	/* Style adjustments for viewports 1024px and under go here */
	#wrapper { width: 100%; }
	#site-title a, #site-description { float: none; margin-bottom: 0; }
	#main { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	#content { float: none; width: 100%; }
	#sidebar { float: none; margin-top: 20px; }
	figure { margin-left: 0; }

}/*/mediaquery*/

