/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	
	
}


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#content {
	width:710px;
	float:left;	
	margin-bottom:25px;
}
.inner-content{
	padding:0 15px 10px 15px;
}
.post-innner-content{
	background:#efdede url('images/post-bg.png') repeat-x !important;
	padding-top:10px;
	padding-bottom:20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 234px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	background-image:url('images/footer_bg.png');
	background-repeat:repeat-x;
	height:130px;
}

.footer-right{
	float:right;
	padding-top: 22px;
	text-align:right;	
	color: white;
	font-size:11px;
}
.footer-right a{
	color:white !important;
	font-size:12px;
}
ul.menu{
	float:right;
	margin:0;
}
ul.menu li{
	float:left;
	list-style:none;	
}
ul.menu li a{	
	text-decoration:none;
	padding:0 7px;	
	border-right: 1px solid white;
}
ul.menu li:last a{
	border:none !important;
}
ul.menu li a:hover{
	text-decoration:underline;
}

#menu-home li a{
	border:none !important;	
    padding:0;
	display:block;
}

#footer-content{
	width: 960px;
	margin: 0 auto;
}
.clr{
	clear:both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}
table tr td{
	vertical-align:top;
}

table.price-list{
	background:#fff;
	width:100%;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #9a8545;
}
.price-list .serial{ 
	width:195px;
	color:#9b8644;
	padding-left:15px;
	padding-top:6px;	
	border-bottom:1px solid #9a8545;
	border-left:1px solid #9a8545;
}
.price-list .arrow{
	width:32px;
	border-bottom:1px solid #9a8545;
}
.price-list .value{
	width:170px;
	border-bottom:1px solid #9a8545;
}
.price-list .dotted{
	color:#be7977;
	padding-left:15px;
	padding-top:7px;
	border-bottom:1px solid #9a8545;
	border-right:1px solid #9a8545;
}
.value-div{
	width:150px;
	height:23px;
	background:#be7977;
	color:#fff;
	padding-left:20px;
	padding-top:5px;
	margin:3px 0px;
}
.white-box{
	height: 40px;
	font-size: 15px; 
	background: #fff; 
	color: #9b8644; 
	border: 1px solid #9d8849; 
	padding: 0 10px;
	margin-bottom:4px;
}
#custom-title {
    background: url("images/latest-news.png") no-repeat scroll 0 0 transparent;
    height: 51px;      
}
#primary ul li.custom-li {
    border: 1px solid #BE7876;
    margin-top: -2px;
	margin-bottom: 15px;  
}
#primary ul li ul li .date {
    color: #be7977;
    font-weight: bold;
}
#primary ul li ul li .date a.event-title {
    color: #666;
    font-weight: normal;
    text-decoration: none !important;
}
#primary ul li.custom-li ul{
	 background: #f0e1e1 url("images/custom-li-bg.png") repeat-x ;
	 margin:2px;
	 border:none !important;
}
#primary ul li.custom-li ul li {
    padding-bottom: 5px;
}
.blog-permalink{
 text-align:right;
}
.blog-permalink a{
	color:#be7977 !important;
	text-decoration:none;
	font-weight:bold;
}
.blog-permalink a:hover{
	text-decoration:underline;
}
table.about-us{
	width:100%;
	margin-top:10px;
	border-top:1px solid #be7977;
}
table.about-us .label{
	background:#be7977;
	width:119px;
	padding-top:5px;
	height:32px;
	border-bottom:1px solid #fff;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
table.about-us .value{
	border-bottom:1px solid #be7977;
	border-right:1px solid #be7977;
	padding-left:37px;
	vertical-align:middle;

}
.heading{
	color:#be7977;
	font-weight:bold;
}
.inner-menu-div{
	margin-bottom:20px;
	height:53px;
	position:relative;
	z-index:500;
}
ul.inner-menu{
	padding:0;
	margin:0;
}
ul.inner-menu li{
	float:left;
	
}
ul.inner-menu > li{
	height:53px;
}
ul.inner-menu li img{ 
	width:160px;
	height:53px;
}
.entry-title, .page-title{
	color:#BE7977;
	font-size:15px;
	font-weight:bold;
}
.page-title a{
	text-decoration:none;
	color:#BE7977;
	font-size:15px;
	font-weight:bold;
	display:block;
}
.form-allowed-tags{
	display:none;
}
/* submenu*/
.inner-menu li ul
{	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	visibility: hidden;	
	list-style: none;
	margin-top:-4px;
	
}

.inner-menu li ul li
{
	list-style: none;
}

.inner-menu li ul li a
{
	width: 140px;
	display: block;
	background: #000000;
	opacity:0.85;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

.inner-menu li ul li a:hover
{	
	background: #bead6f;
	opacity:0.9;
	filter:alpha(opacity=70);
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	font-family:tahoma;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 6px;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #BE7977;
}
a:visited {
	color: #BE7977;
}
a:active,
a:hover {
	color: #BE7977;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 5px 0 0 0;
	
}
#header-top{
	width: 960px;
	margin:0 auto;
}
.header-left{
	float:left;
	width: 187px;
}
.header-left img{
	border: 0;
	float:left;
}
.header-right{
	float:right;
	width: 470px;	
	font-size:11px;
}
.header-right a{
	color: gray;
	border-color:gray !important;
}
#masthead{
	width: 100%;
	background-image:url('images/header_bg.png');
	background-repeat:repeat-x;
	height:90px;
}

#site-title {
	float: left;
	width: 234px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {	
	margin: 1px 0;
	float:left;
	width: 726px;
}

/* This is the custom header image */
#branding img {	
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#content-top{
	width: 960px;
	margin: 20px auto;
}
#content-top .content-left{
	width: 247px;
	height: 310px;
	border: 1px solid #9D8847;
	float:left;
	
}

#content-top .content-left img{
	width: 247px;
	float:left;
}
#content-top .content-right{
	float:left;
	margin-left: 9px;
	border: 1px solid #9D8847;
}
#content-top .content-right img{
	float:left;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding:0px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {	
	font-size:14px;
	color:#BE7977;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 10px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {	
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin-top:5px;
	font-size:14px;
	color:#BE7977;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #fff;
	font-weight: bold;
	display:block;
	background: url(images/block_bg.png) top left repeat-x transparent;
	height:46px;
	padding-left: 15px;
	line-height: 23px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;	
}
#main .widget-area ul ul {
	border: 1px solid #BE7876;	
	padding: 5px;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



.footer-left{
	float:left;
	}
 
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
.home_content img{
	border: 1px solid #BE7876;
}
.product-list9{
	height:60px;
	color:#9b8644;
	font-size:22px;
	line-height:26px;
	letter-spacing:2px;
}
.navigation{
	margin-top:30px !important;
}
.nav-previous a, .nav-next a{
	color:#BE7977 !important;
}
.text-field{
	width:538px;
	height:17px;
	background:#fff !important;
	box-shadow:0 !important;
	margin:8px 0;
}
.content-textarea{
	width:538px;
	height:109px;
	margin:8px 0;
	background:#fff !important;
}
table.contact-us .value{
	padding-left:10px !important;
}
table.contact-us .value .value-span{ 
	color:#be7977;
	font-weight:bold;
	margin-bottom:5px;
}
.contactus-inner{
	background:#f0dfdf url('images/contactus-bg.png') repeat-x;
	margin-top:-10px;
	padding-top:10px;
	padding-bottom:30px;
}
.contact-bottom{
	border:none;
	margin-top:20px;
	color:#be7977;
	font-weight:bold;
	line-height:25px;
}
.contact-submit{
	width:127px;
	height:30px;
	background:url(images/submit.png) no-repeat;
	border:none;
	color:#fff !important;
}
.submit-div{
	text-align:center;
	color:#fff;
	margin-top:15px;	
}
.choice-heading{
	width:60px;
	color:#BE7977;
	font-weight:bold;
}
table.choice{
	margin:10px 0;
}
.slideshow{
	margin-bottom:20px;
	height:279px;
	width:960x;
	border:1px solid #be7977;
	text-align:center;
}
.slideshow img{	
	max-width:950x;	
}
.featured-image{
	margin-bottom:10px;
}

.featured-image img {
	border: 1px solid #9D8847;
	width: 958px;
}
.tableproduct{
	background: transparent;
	border: 1;
	margin: 10;
	padding: 0;
	vertical-align: baseline;
}
.custom-table{	
}
.custom-table tr td{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 10px;
}