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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:99%;
	/*vertical-align:baseline;*/
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	/*border-collapse:collapse;*/
	border-spacing:1px;
	border-style:solid 1px red
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#838383;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fffbc5 url(img/bgr_main.png) repeat-x;
	color:#838383;
	font:80%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:928px;
}
/* mainmenu */
#mainmenu{
	width:100%;
	height:39px;
}
#mainmenu ul{
	float:left;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#fff8a2;
	padding:0 0 0 28px;
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	background:url(img/bgr_menu_li.gif) no-repeat center left;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#fff8a2;
	padding:12px 10px 10px 10px;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	background:#af2e0e;
	text-decoration:none;
	color:#fff;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 28px;
	padding:0;
	background:#fffbcc;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #dedbb2;
	background:#fffbcc;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#2e332f;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#edeabf;
	color:#2e332f;
}
/* header */
#header{
	width:100%;
	height:113px;
	overflow:hidden;
	margin:0 0 25px 0;
}
/*header_logo*/
#header_logo{
	float:left;
	padding:0px 0 0 0;
	width:690px;
}
#logo{
	height:111px;
	background:url(img/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
#header_logo .description {
	font-size:1.3em;
	font-weight:bold;
	position:absolute;
	margin:-15px 0 0 325px;
}


/*header_rss*/
#header_rss{
	float:left;
	width:235px;
	padding:25px 0 0 0;
}
#header_rss a{
	width:45px;
	height:48px;
	background:url(img/button_rss.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
/*header_search*/
#header_search{
	width:172px;
	float:left;
}
#header_search fieldset{
	float:left;
	padding:24px 0 0 0;
}
#main_search_title{
	float:left;
	color:#fffbbf;
	font-size:1.8em;
	background:url(img/ico_search.png) no-repeat left center;
	padding:7px 0 7px 30px;
}
#main_search_val{
	float:left;
	border:0;
	background:#fffbc4;
	color:#71716e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	padding:4px;
	margin:0 6px 0 0;
	width:135px;
}
#main_search_sub{
	float:left;
}
#header_search p{
	width:100%;
	clear:both;
	color:#ffffff;
	font-size:1.1em;
	padding:5px 0 0 0;
}
#header_search p a{
	color:#ffffff;
}
/*body*/
#body{
	width:100%;
	background:url(img/bgr_body.gif) repeat-y;
	margin:0 0 39px 0;
}
#body_top{
	width:100%;
	background:url(img/bgr_body_top.gif) no-repeat;
}
#body_end{
	width:100%;
	background:url(img/bgr_body_end.gif) no-repeat bottom left;
	overflow:hidden;
	padding:12px 0 12px 0;
}
#content{
	float:left;
	width:539px;
	padding:0 0 0 16px;
}
#sidebar{
	float:right;
	width:295px;
	padding:0 12px 0 0;
}
/*block*/
#block{
	width:531px;
	overflow:hidden;
	background:#fffab9;
	padding:8px 0 8px 8px;
	margin:0 0 20px 0;
}
#block img{
	float:left;
	width:522px;
}
/*post*/
.post{
	width:100%;
	margin:0 0 25px 0;
}
.post .title{
	color:#c43916;
	font-size:1.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px 0;
}
.page .title{
	border-bottom:1px solid #ede9b9;
	padding:0 0 6px 0;
}
.post .title a{
	color:#c43916;
}
.post .info{
	background:#f3f6ce;
	padding:5px 10px 5px 10px;
	border-bottom:1px dashed #b2bd78;
	border-top:1px dashed #b2bd78;
	color:#4a4a49;
	font-size:1.1em;
	font-weight:bold;
}
.post .info .post_date{
	background:url(img/ico_date.gif) no-repeat left center;
	padding:2px 0 2px 19px;
	margin:0 20px 0 0;
}
.post .info .post_author{
	background:url(img/ico_author.gif) no-repeat left center;
	padding:2px 0 2px 19px;
	margin:0 20px 0 0;
	color:#81a411;
}
.post .info .post_author span, .post .info .post_author span a{
	font-weight:normal;
	color:#217098;
	text-transform:capitalize;
}
.post .entry{
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0 5px 0;
}
.post .entry a{
	text-decoration:underline;
}
.post .entry a:hover{
	background:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #fffab9;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 15px;
}
.post .entry ul li{
	margin: 0;
	background:url(img/ico_list.gif) no-repeat left 4px;
	padding:0 0 0 12px;
	color:#217098;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 0;
	color:#217098;
}
.post .entry li a{
	text-decoration:underline;
	color:#217098;
	background:none;
}
.post .entry li a:hover{
	text-decoration:none;
}
.postmetadata{
	width:100%;
	overflow:hidden;
	background:#b93311;
	font-size:1.1em;
	line-height:1.5em;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-weight:bold;
}
.postmetadata a{
	color:#fff;
	padding:3px 18px 3px 18px;
	border-left:4px solid #fff;
	float:right;
	background:#94b515;
}
.postmetadata .post_comment a{
	background:#f7710b;
	padding:3px 10px 3px 10px;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	color:#217098;
}
.sidebar_widgets a{
	color:#217098;
}
.sidebar_widgets .widgettitle {
background:none repeat scroll 0 0 #f1aD47;
border:1px dashed #afaf7a;
color:#fff;
font-size:1.6em;
font-weight:normal;
margin:0 0 5px;
padding:6px 0 6px 10px;
}
.sidebar_widgets .widget_categories a{
	display:inline;
}
.sidebar_widgets .widget_recent_comments a.url{
	color:#217098;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	background:#fffac4;
/*	margin:0 0 20px 0; */
	padding:0 0 5px 0;
}
.sidebar_widgets ul ul{
}


.sidebar_widgets ul li ul li {
background:none repeat scroll 0 0 #FFFAC4;
border-bottom:1px solid #FFFFFF;
margin:0;
padding:5px 5px;
}
.widget_tag_cloud a, .widget_text .textwidget{
	/*padding:5px 15px 5px 15px;*/
	line-height:1.3em;
}
/*sidebar_flickr*/
.sidebar_flickr{
	background:#fffcd9;
	border:1px solid #eeebbe;
	padding:10px;
	margin:0 0 20px 0;
}
.sidebar_flickr_title{
	font-size:1.8em;
	color:#c43916;
	background:url(img/ico_sidebar_flickr.gif) no-repeat left 2px;
	padding:2px 0 2px 24px;
	font-weight:normal;
}
.sidebar_flickr ul{
	width:100%;
	overflow:hidden;
}
.sidebar_flickr li{
	float:left;
	padding:10px 10px 0 0;
}
.sidebar_flickr li.last{
	padding:10px 0 0 0;
}
.sidebar_flickr li img{
	float:left;
	border:3px solid #fff;
	width:122px;
	height:68px;
}
/*sidebar_tabs*/
#sidebar_tabs{
	margin:0 0 20px 0;
}
#sidebar_tabs_links{
	width:293px;
	overflow:hidden;
	background:#c43916;
	border:1px solid #d9e0c2;
	margin:0 0 1px 0;
	padding:4px 0 3px 0;
}
#sidebar_tabs_links li{
	float:left;
	padding:0 0 0 9px;
	font-size:1.4em;
	text-transform:uppercase;
}
#sidebar_tabs_links li.last{
}
#sidebar_tabs_links li a{
	color:#fffbcd;
	text-align:center;
	float:left;
	display:block;
	padding:6px;
	border:1px solid #c43916;
}
#sidebar_tabs_links li a.selected{
	background:#8ac101;
	border:1px solid #5b9400;
	color:#fffbcd;
	text-decoration:none;
}
.sidebar_tabs_item{
	padding:10px 10px 10px 10px;
	background:#fffcd9;
	border:1px solid #ede9b9;
}
.sidebar_tabs_item li{
	color:#838383;
	font-size:1.2em;
	line-height:1.4em;
	padding:4px 0 4px 0;
}
.sidebar_tabs_item li a{
	color:#217098;
	text-decoration:underline;
	background:url(img/ico_list.gif) no-repeat left 4px;
	padding:0 0 0 12px;
}
.sidebar_tabs_item li a:hover{
	text-decoration:none;
}
/*sidebar_ads*/
.sidebar_ads{
	margin:0 0 20px 0;
}
.sidebar_ads h2{
	color:#c43916;
	font-size:1.8em;
	margin:0 0 10px 0;
	font-weight:normal;
}
.sidebar_ads_google{
	text-align:center;
}
/*footer*/
#footer{
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
	text-align:center;
}
#footer ul{
	background:#b93311;
	padding:10px 0 10px 0;
}
#footer li{
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
	color:#f6ed47;
	font-weight:bold;
	background:url(img/bgr_footer_menu_li.gif) no-repeat left center;
	padding:0 0 0 35px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#f6ed47;
}
#footer .copyrights{
	color:#000;
	padding:15px 0 0 0;
	line-height:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}
#footer .copyrights a{
	color:#000;
}

/* Begin img */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End img */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#5f6963;
}
#respond a{
	color:#5f6963;
}
#respond h3{
	font-size:1.8em;
	line-height:1.4em;
	color:#c43916;
	border-bottom:1px solid #ede9b9;
	padding:0 0 6px 0;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:1.2em;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#94b515;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:1.8em;
	line-height:1.4em;
	color:#c43916;
	border-bottom:1px solid #ede9b9;
	padding:0 0 6px 0;
	font-weight:normal;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#5f6963;
}
.commentlist a{
	color:#5f6963;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ede9b9;
	background:#fcfae0;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#94b515;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#f7710b;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #ede9b9;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote blockquote{
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.navigation a{
	font-weight:bold;
	color:#217098;
}
#content .wp-pagenavi{
}
#content .wp-pagenavi a {
	padding: 4px; 
	margin: 2px;
	color:#000;
	background:#f3f6ce;
	border:1px dashed #b2bd78;
}
#content .wp-pagenavi a:hover{
	color:#000;
	border:1px solid #b2bd78;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	background:#f3f6ce;
	border:1px solid #b2bd78;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	background:#f3f6ce;
	border:1px solid #b2bd78;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*sidebar_twitter*/
#sidebar_twitter{
	width:100%;
	background:url(img/bgr_twitter.png) no-repeat;
	background-color:#fffcd9;
	border:1px solid #eeebbe;
	margin:0 0 20px 0;	
}
#sidebar_twitter_inner{
	padding:10px 0 10px 92px;
	display:block;
	height:74px;
	
}
#sidebar_twitter h2{
	color:#c43916;
	font-size:2.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 5px 0;
}
#sidebar_twitter p{
	color:#ae7014;
	font-size:1.1em;
	padding:0 0 10px 5px;
}
#sidebar_twitter p a{
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	border:1px solid #e3510c;
	background:url(img/bgr_readmore.gif) repeat-x;
	display:block;
	height:20px;
	text-align:center;
	padding:5px 15px 0 15px;
	float:left;
}
.contents {
font-size:12px;
}
.contentBoxHeading {
font-size:14px;
}

.vleft{text-align: center;font-size:9.5px; background-color:#fFFBC5; border:1px solid #e3510c;padding:3px}
.manufacture {width:100%; text-align: center; font-weight:bold; font-size:12px;border:1px solid #e3510c;background-color:#d3310c;color:#fff;}
.price{font-family:Georgia,Times,serifGeorgia;color:#F95500;font-size:15px;font-weight:bold;}
.contentBoxContents1 {
border:1px solid #e3510c;

}
