/* CSS Document */
@font-face {
	font-family: 'Conv_MyriadPro-BoldCond';
	src: url('fonts/MyriadPro-BoldCond.eot');
	src: url('fonts/MyriadPro-BoldCond.woff') format('woff'), url('fonts/MyriadPro-BoldCond.ttf') format('truetype'),    url('fonts/MyriadPro-BoldCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'myriad_proregular';
    src: url('fonts/myriadpro-regular-webfont-webfont.eot');
    src: url('fonts/myriadpro-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-regular-webfont-webfont.woff') format('woff'),
         url('fonts/myriadpro-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-regular-webfont-webfont.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {

    font-family: 'Conv_trebuc';

    src: url('fonts/trebuc.eot');

    src: url('fonts/trebuc.eot?#iefix') format('embedded-opentype'),

         url('fonts/trebuc.woff') format('woff'),

         url('fonts/trebuc.ttf') format('truetype'),

         url('fonts/trebuc.svg#Conv_trebuc') format('svg');

    font-weight: normal;

    font-style: normal;

}
* {
	padding:0;
	margin:0;
	list-style:none;
}
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, 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: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'HelveticaBold';
	/*fontFamily:'Myriad Pro Condensed';*/
	font-size:100%;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
	background:#333333;
	color:#000;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
/*------------------------------------------------------*/

#wrapper {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/main_bg.jpg) repeat center top;
	padding-top:17px;
	margin-bottom:45px;
}

.head_container {
	width:100%;
	height:79px;
	background:url(../images/logo_bg.png) repeat-x center top;
	margin-bottom:17px;
}

.head_menu {
	width:100%;
	height:50px;
	background:#6e6e6e;
}

.footer_container {
	width:100%;
	height:50px;
	background:url(../images/footer_bg.png) repeat-x center top;
}

.container {
	width:1020px;
	margin:0 auto;
	height:auto;
}

.logo_container {
	width:195px;
	height:57px;	
	padding:10px 0 0 72px;
	float:left;
}

.menu {
	width:905px;
	height:50px;
	margin:0 auto;
}

.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu ul li {
	float:left;
	display:block;
	padding:0 15px;
	height:50px;
	line-height:50px;
}

.menu ul li.last-child {
	padding-right:0px;
}

.menu ul li a {
	display:block;
	font-family: 'Conv_MyriadPro-BoldCond';
	font-weight:bold;
	font-size:23px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 13px;
}

.menu ul li a:hover, .menu ul li a.active {
	display:block;
	background:#f48635;
}

.content_img {
	width:546px;
	height:513px;	
	padding:33px 0 50px 0;
	float:left;
	margin:0 0 0 -15px;
}

.footer_menu{
	/*width:568px;*/
	height:50px;
	margin-left:190px !important;
	margin:0 auto;
	padding-top:17px;
}

.footer_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.footer_menu ul li {
	float:left;
	background:url(../images/footer_seperator.png) no-repeat right 3px;
	display:block;
	padding:0 12px;
	height:50px;
	/*line-height:50px;	*/
}
.footer_menu ul li.last-child {
 background:none;
}

.footer_menu ul li a {
	display:block;
	font-family:arial;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}



.copy_right{
	width:514px;
	height:50px;
	margin:0 auto;
	text-align:center;
}

.copy_right .copy p{
	font-family: arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
}
/*-----------page not found----*/
.content_img1{
	float:right;
	margin-right:175px;
	margin-top:75px;
}

.pagenot{
	margin:30px 30px;
	width:516px;
}
.tab_main_content p a{
	color:#F48635;
	text-decoration:none;
}
.tabbing_content {
	width:888px;
	min-height:340px;
	margin:0 auto;
	
}
.tab_main_content{
	width:338px;
	float:left;
	margin-left:30px;
	margin-top:46px;
}

.title_content{
	font-size:27px;
	font-family:arial;
	color:#191919;
	text-decoration:none;
	line-height:128%;

}
.title_content h2 {
	width:435px;
	margin-bottom:7px;
	color:#6e6e6e;
}

.tab_main_content p{
	font-size:13px;
	font-family:arial;
	color:#6e6e6e;
	text-decoration:none;
	line-height:160%;
	margin-bottom:14px;
}
/* Kesha :: 9 August 2013 */
.logo_container2 img.smera{
margin-left:10px;
}
.logo_container2 img{
max-width: auto;
float: right;
}
.logo_container2 {
	float:right;
	width:300px;
	height:71px;
	padding:4px 0 0 0;
}
.content_txt {
	float:right;
	width:455px;
	background:url(../images/bg_txt.png) no-repeat 25px 50px;
	padding:60px 0 0;
}
.content_txt h3 {
	text-transform:uppercase;
	font-size:26px;
	font-weight:bold;
	color:#A34529;
	text-align:left;	
	padding:0 0 15px;
}
.content_txt p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:19px;
	font-weight:normal;
	padding:0 0 15px;
	text-align:left;
}
.read_more {
	background:url(../images/read_more.png) no-repeat left top;
	display:block;
	float:left;
	width:118px;
	height:44px;
	line-height:42px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	padding:0 0 0 12px;
	margin:10px 0 0;
}
.read_more:hover {
	text-decoration:underline;
}
.clients h3 {
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	background:#F48635;
	padding:0 0 0 12px;
	text-align:left;
	margin:30px 0 20px;
}
.clients h3.h3_01 {
	width:238px;
}
.clients h3.h3_02 {
	width:110px;
}
.clients h3.h3_03 {
	width:208px;
}
.clients ul li {
	float:left;
}
.clients ul {
	float:left;	
}
/*
.left_panel {
	float:left;
	width:450px;
}
.right_panel {
	float:right;
}
*/
.right_sec {
	width:476px;
	height:445px;
	padding:180px 0 0;
}
.clients {
	padding:45px 0 115px;
}
.ul_01 li {
	margin:0 0 15px;
}
.ul_01 li, .ul_02 li {
	margin:0 15px 15px 0;
}
.ul_03 li {
	margin:0 0 10px;
}
.ul_04 li {
	margin:0 15px 15px 0;
}
.ul_05 li {
	margin:0 0 10px;
}
.ul_06 li {
	margin:7px 15px 24px 0;
}
.ul_07 li {
	margin:0 22px 25px 0;
}
.ul_08 li {
	margin:0 20px 30px 0;
}
.ul_09 li {
	margin:0 20px 35px 0;
}
.ul_10 li {
	margin:0 20px 30px 0;
}
.ul_11 li {
	margin:0 30px 30px 0;
	height:79px;
	line-height:79px;
	vertical-align:middle;
}
.clients ul li img {
	vertical-align:middle;
}
.product {
	margin:25px 0 55px;
}
.product_bg {
	background:url(../images/white_bg.png) repeat left top;
	border-radius:5px;
	position:relative;
	width:972px;
	height:546px;
	margin:0 auto;
	text-align:center;
}
.product_bg h1 {
	font-size:36px;
	font-weight:bold;
	color:#333;
	line-height:110%;
	padding:10px 0 20px;
}
.product_bg ul li {
	background:url(../images/pro_li_bg.png) no-repeat left top;
	height:84px;
	width:390px;
	padding:5px;
	line-height:80px;
	float:left;
	margin:0 43px 23px;
}
.product_bg ul li a {
	height:82px;
	width:388px;
	background:#333;
	border:1px solid #FFF;
	border-radius:4px;
	text-align:center;
	color:#FFF;
	font-size:36px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	position:relative;
}
.product_bg ul li a:hover {
	background:#F48635;
	cursor:pointer;
}
.contact {
	padding:45px 0 0;
}
.contact_person {
	width:467px;
	margin:0 auto;
}
.contact h3 {
	width:467px;
	height:44px;
	line-height:44px;
	background:#F48635;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-transform:capitalize;
}
.contact h3 span {
	right:15px;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	position:absolute;
}
.contact_person h3 {
	width:437px;
	padding:0 15px;
	position:relative;
}
.contact_details h4 {
	color:#A34529;
	font-weight:bold;
	font-size:16px;
	font-family: 'myriad_proregular';
	padding:0 0 4px;
}
.contact_details h4 span {
	color:#F58635;
}
.contact_details p {
	color:#000;
	font-size:16px;
	font-weight:normal;
	font-family: 'myriad_proregular';
}
.contact_details p a {
	color:#0000FF;
	font-weight:normal;
	text-decoration:underline;
	font-size:16px;
	font-family: 'myriad_proregular';
	line-height:19px;
}
.addr {
	width:320px;
	text-align:center;
	margin:30px 0 25px;
}
.email {
	width:320px;
	text-align:center;
	margin:25px 0 65px;
}
.phone {
	float:left;
	margin:0 50px 0 100px;
}
.fax {
	float:left;
}
.conatct_form {
	float:left;
	width:878px;
}
.conatct_form h3 {
	text-align:center;
	margin:0 0 0 275px;
}
.conatct_form em {
	color:#F08B42;
	vertical-align:middle;
	text-align:center;
	padding:0 5px 0 0;	
}
.odd {
	float:left;
}
.even {
	float:right;
}
.conatct_form table {
	width:100%;
}
.conatct_form table input[type="text"] {
	background:url(../images/text_box.jpg) no-repeat left top;
	width:210px;
	padding:5px;
	height:20px;
	line-height:20px;
	margin:0 0 8px;
}
.conatct_form table label {
	color:#FFF;
	font-size:16px;
	font-family: 'myriad_proregular';
	display:block;
	width:195px;
	float:left;
	line-height:30px;
	margin:0 15px 0 0;
	position:relative;
}
/* Kesha :: 10 August 2013 */
.client_main_bg{
	background:url(../images/main_bg1.jpg) repeat 0 0 !important;	
}
.product_box_shadow {
	box-shadow:0 0 4px #999;
	width:972px;
	height:546px;
	margin:0 auto;	
	position:relative;
}

span.checkbox {
	background: url(../images/chk.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 15px;
    margin: -1px 10px 0 0;
    padding: 0;
    width: 15px;
}
.conatct_form td.four {
	float:left;
	margin:0 0 35px;
	width:100%;
}
.conatct_form td.four p {
	float:left;
	padding:9px 0;
}
.conatct_form td.four p label {
	font-size:15px;
	margin:0;
	line-height:15px;
}
.conatct_form td.four p.second_p {
	padding:9px 0 9px 210px;
}
.conatct_form td.four p label.first_l {
	width:230px;
}
.conatct_form td.four p label.second_l {
	width:160px;
}
.conatct_form table label span {
	position:absolute;
	right:0;
	top:0;
}
.conatct_form table label span.checkbox {
	float:left;
	position:relative;
}
.conatct_form table td.even label {
	width:150px;
}
.conatct_form table td.four label {
	width:195px;
}
.conatct_form table td input[type="submit"] {
	background:url(../images/submit_btn.png) no-repeat 0 0;
	width:89px;
	line-height:24px;
	height:25px;
	cursor:pointer;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D8C7AC;
	font-weight:normal;
	margin:50px 10px 50px 205px;
}
.conatct_form table td input[type="reset"] {
	background:url(../images/reset_btn.png) no-repeat 0 0;
	width:79px;
	line-height:24px;
	height:25px;
	cursor:pointer;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D8C7AC;
	font-weight:normal;
	margin:50px 0;
}
.required {
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-align:center;
	font-family: 'myriad_proregular';
	padding:20px 0 25px 162px;
}
.contact_main_bg {
	background:url(../images/main_bg_contact.jpg) repeat 0 0 !important;
}
.cooking_pro {
	margin:20px 0;
}
.cooking_pro_bg {
	background:#FFF;
	border-radius:3px;
	position:relative;
	box-shadow:0 0 3px #333;
	width:972px;
	/*height:2130px;*/
	height:auto;
	min-height:2130px;
	margin:0 auto;
	padding:9px 0 0;
}
.product_img {
	float:left;
	margin:0 8px 0 0;
}
.pro_desc {
	width:373px;
	float:left;
	margin:0 10px 0 0;
}
.pro_desc h3.pro_373 {
	background:url(../images/pro_373_bg.jpg) no-repeat 0 0;
	padding:5px 6px;
	width:359px;
	height:38px;
	line-height:38px;
	margin:21px 0 0;
}
.pro_desc h3 span {
	/*width:357px;*/
	width:auto;
	background:#4A4A4A;
	border:1px solid #C8C8C8;
	height:36px;
	text-align:center;
	display:block;
	color:#FFF;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}
.pro_desc p {
	font-size:18px;
	color:#515151;
	font-weight:normal;
	padding:7px 0 10px 7px;
}
.inquire, .rinquire {
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	background:#DD690B;
	width:100px;
	height:25px;
	line-height:25px;
	text-align:center;
	margin:0 0 0 7px;
}
.dimension_268_282 {
	width:282px;
	float:left;
	margin:0;
}
.dimension_268_282 h3 {	
	background:url(../images/dime_268.jpg) no-repeat 0 0;	
	width:256px;	
}
.item_96 h3 {
	background:url(../images/item_code_96.jpg) no-repeat 0 0;
	width:84px;	
}
.item_96 {
	float:left;
	width:96px;
	margin:0;	
}
.rev_pro .product_img {
	float:right;
	margin:0 0 0 8px;
}
.rev_pro .pro_desc {
	float:right;
	margin:0 0px 0 10px;
}
.rev_pro .dimension_268_282 {
	float:right;
}
.rev_pro .item_96 {
	float:right;
}
.item_100 h3 {
	background:url(../images/item_code_100.jpg) no-repeat 0 0;
	width:88px;	
}
.dimension_272 h3 {
	background:url(../images/dim_272.jpg) no-repeat 0 0;	
	width:260px;	
}
.dimension_272 {
	float: right;
    margin: 0 10px 0 12px;
    width: 275px;
}
.item_100 {
	float: right;
    width: 100px;
}
.pro_desc h3.pro_317 {
	 background: url(../images/pro_317.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width: 305px;
}
.pro_desc_317 {
	width:317px;
}
.dimension_245 {
	width:260px;
}
.dimension_245 h3 {
	background:url(../images/dim_245.jpg) no-repeat 0 0;
	width:233px;	
}
.main_dime h3 {
	color: #252525;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
   /* margin: 45px 0 6px;*/
   	margin:0 0 6px;
    padding: 0 0 0 12px;
    text-align: left;
}
.main_dime p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 0 16px;
	font-size:18px;
}
.main_dime p.p_13 {
	font-size:13px;
}
.main_dime {
	float:left;
}
.rev_pro .main_dime {
	float:right;
}
.main_dime p.p_15 {
	font-size:15px;
}
.dimension_265 h3 {
    background: url(../images/dim_265.jpg) no-repeat scroll 0 0 transparent;
    width: 253px;
}
.dimension_265 {
    float: left;    
    width: 265px;
	margin:0 10px 0 0;
}
.rev_pro .dimension_265 {
	float:right;
	margin:0 0 0 10px;
}
.pro_desc_337 {
	width:337px;
}
.pro_desc_337 h3.pro_337 {
    background: url(../images/pro_337.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:325px;
}
.pro_desc_342 {
	width:342px;
}
.pro_desc_342 h3.pro_342 {
    background: url(../images/pro_342.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:330px;
}
.dimension_265 {
	position:relative;
}
.dimension_265 span {
	position:absolute;
	right:18px;
}
.pro_desc_370 {
	width:370px;
}
.pro_desc_370 h3.pro_370 {
    background: url(../images/pro_370.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:358px;
}
.pro_img_7 {
	margin:-8px 0 0;
}
.pro_desc_350 {
	width:350px;
}
.pro_desc_350 h3.pro_350 {
    background: url(../images/pro_350.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:338px;
}
.pro_desc_400 {
	width:400px;
}
.pro_desc_400 h3.pro_400 {
    background: url(../images/pro_400.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:388px;
}
.dimension_220 {
	width:220px;
	float:left;
	margin:0 10px 0 0;
}
.rev_pro .dimension_220 {
	float:right;
	margin:0 0 0 10px;
}
.dimension_220 h3 {
	background:url(../images/dim_220.jpg) no-repeat 0 0;
	width:208px;	
}
.pro_desc_319 {
	width:319px;
}
.pro_desc_319 h3.pro_319 {
    background: url(../images/pro_319.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:307px;
}

.pro_desc_368 {
	width:368px;
}
.pro_desc_368 h3.pro_368 {
    background: url(../images/pro_368.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:356px;
}
.pro_desc_266 {
	width:266px;
}
.pro_desc_266 h3.pro_266 {
    background: url(../images/pro_266.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 6px;
    width:254px;
}
.dimension_385 h3 {
    background: url(../images/dim_385.jpg) no-repeat scroll 0 0 transparent;
    width: 373px;
}
.dimension_385 {
    float: left;    
    width: 385px;
	margin:0 10px 0 0;
	position:relative;
}
.rev_pro .dimension_385 {
	float:right;
	margin:0 0 0 10px;
}
.dimension_385 span {
	position:absolute;
	right:12px;
	top:0;
}
.pagination {
	float:right;
	padding:35px 10px 15px 0;
}
.pagination ul li {
	font-family: 'Conv_trebuc';
	float:left;
	margin:0 3px;
	line-height:21px;
	color:#333;
	font-size:14px;
}
.pagination ul li a {
	font-family: 'Conv_trebuc';
	display:block;
	float:left;
	border:1px solid #000;
	background:#4E4E4E;
	width:21px;
	height:21px;
	line-height:21px;
	text-align:center;
	text-decoration:none;
	color:#999;
	font-size:14px;
	font-weight:normal;
	border-radius:3px;
	position:relative;
}
.pagination ul li a:hover , .pagination ul li a.active1 {
	background:#A34529;
	border:1px solid #A34529;
	color:#FFF;
}
/* Kesha :: 12 August 2013 */
.cook_main_bg {
	background:url(../images/main_bg_cook.jpg) repeat 0 0 !important;	
}
.rev_pro .pro_img2 {
	margin-top:-35px;
}
.cooking_pro_bg .pro_img_h3 h3 {
	margin:12px 0 0;
}
.cooking_pro_bg .pro_img2_dim {
	margin:36px 0 0px;
	width:398px;
}
.cooking_pro_bg .pro_img3 h3 {
	margin:-10px 0 0;
}
.cooking_pro_bg .pro_img3_2 {
	margin:14px 0 0px;
	width:357px;
}
.cooking_pro_bg .pro_img_3 {
	margin:-15px 8px 0 0;
}
.a_right {
	float:right;
	margin:10px 0 0;
}
.a1_right {
	float:right;
	margin:-24px 220px 0 0;
}
.cooking_pro_bg .pro_img5 {
	margin:-25px 8px 0 0;	
}
.cooking_pro_bg .pro_img5_h3 h3 {
	margin:2px 0 0;
}
.cooking_pro_bg .pro_img5_dim  {
	margin:26px 0 0px;
	width:380px;
}
.cooking_pro_bg .bulk_corner {
	margin:25px 0 0px;
	width:372px;
}
.cooking_pro_bg .pro_img_6 h3 {
	margin:1px 0 0;
}
.cooking_pro_bg .pro_img_6_1 {
	margin:-20px 0 0 8px;
}
.cooking_pro_bg .brasing_pan {
	margin:24px 0 0px;
	width:373px;
}
.cooking_pro_bg .pro_img7_1 h3 {
	margin:0;
}
.cooking_pro_bg .pro_img9 {
	margin:-35px 8px 0 0;
}
.cooking_pro_bg .pro_img9_h3 h3 {
	margin:-9px 0 0;
}
.cooking_pro_bg .dosa_plate {
	margin:15px 0 0px;
	width:329px;
}
.cooking_pro_bg .pro_11 {
	margin:-53px 25px 0 0;
}
.cooking_pro_bg .pro_11_h3 h3 {
	margin:-12px 0 0;
}
.cooking_pro_bg .pro_11_dim {
	margin:12px 0 0px;
	width:372px;
}
a.a_mar_0 {
	margin:0;
}
.cooking_pro_bg .pro_12 {
	margin:-30px 0 0 20px;
}
.cooking_pro_bg .pro_12_h3 h3 {
	margin:-14px 0 0;
}
.cooking_pro_bg .pro_12_dim {
	margin:10px 0 0px;
	width:498px;
}
.cooking_pro_bg span.pro_12_span {
	margin:-20px 0 0;
}
.cooking_pro_bg .pro_img_10 {
	margin:-17px 0 0 8px;
}
.cooking_pro_bg .pro_img10_h3 h3 {
	margin:10px 0 0;
}
.cooking_pro_bg .pro_img10_dim {
	margin:34px 0 0px;
	width:373px;
}

.main_dime ul {
	float:left;
	display:inline-block;
}
.main_dime li {
	display:block;
}
.product_img {
	display:inline-block;
}
.pro_desc {
	display:inline-block;
}
.pro1_main_dim {
    margin: 45px 0 0 0; 
	width:380px;
}


.loader{
    cursor: wait;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background:url('../images/loader.gif') no-repeat 50% 50%;
}

.loader-bg{
	background:#000000;
    cursor: wait;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}

/* Cantiliver Installition */
.cantiliver .cooking_pro_bg {
	background:#FFF;
	border-radius:3px;
	position:relative;
	box-shadow:0 0 3px #333;
	width:972px;
	/*height:2130px;*/
	height:auto;
	min-height:380px;
	margin:0 auto;
	padding:0;
	
}

/*.cantiliver .cooking_pro_bg .heading{
	background:#000;
	width:972px;
	height:50px;
	
	border-radius:3px 3px 0 0;
	
	
}
.cantiliver .cooking_pro_bg .heading .head{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:50px;
	padding-left:15px;
	float:left;
}

.cantiliver .cooking_pro_bg .heading .image{
	float:left;
	height:50px;
	overflow:hidden;
	float:left;
}
*/
.cantiliver .cooking_pro_bg .content {
	padding-top:50px;
}
.cantiliver .cooking_pro_bg .content .left{
	height:275px;
	width:513px;
	padding-left:12px;
	float:left;	
}

.cantiliver .cooking_pro_bg .content .right{
	float:left;
	padding:1px 0 0 12px;
	width:374px;
}
.cantiliver .cooking_pro_bg .content .right .top{
	
	background:url("../images/pro_373_bg.jpg") no-repeat scroll 0 0 transparent;
	height:50px;
	width:373px;
	float:left;
}
.cantiliver .cooking_pro_bg .content .right .top span{
	background:#4A4A4A;
	border:1px solid #C8C8C8;
	display:block;
	width:359px;
	height:38px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height:38px;
	margin:5px auto;
	
}

.cantiliver .cooking_pro_bg .content .right .bottom{
	font-size:18px;
	font-weight:normal;
	color:#515151;
	float:left;
	padding:8px 0 0 10px;

	
}

/* Dish Wash Rrea */
.dish .cooking_pro_bg {
	background:#FFF;
	border-radius:3px;
	position:relative;
	box-shadow:0 0 3px #333;
	width:972px;
	/*height:2130px;*/
	height:auto;
	min-height:1000px;
	margin:0 auto;
	padding:0;
	
}

.dish .cooking_pro_bg ul li{
	padding:16px 0 5px 0;

}

.dish .cooking_pro_bg .main_dime ul li{
	padding:0;

}

.dish .pro_desc h3.pro_373 {
	background:url(../images/dish_back1.png) no-repeat 0 0;
	padding:5px 7px;
	width:359px;
	height:50px;
	line-height:38px;
	margin:15px 0 0;
}

.dish .pro_desc h3 span {
	width:auto;
	
	background:#4A4A4A;
	border:1px solid #C8C8C8;
	height:38px;
	text-align:center;
	display:block;
	color:#FFF;
	text-transform:none;
	font-size:24px;
	font-weight:bold;
}
.dish .pro_desc p {
	font-size:18px;
	color:#515151;
	font-weight:normal;
	padding:0 0 10px 7px;
}

.dish .dimension_268_282 h3 {	
	background:url(../images/dish_dim1.png) no-repeat 0 0;	
	height:24px;	
}

.dish .main_dime h3 {
	color: #252525;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
   /* margin: 45px 0 6px;*/
   	margin:0 0 6px;
    padding: 0 0 0 8px;
    text-align: left;
	position:relative;
}

.dish .dimension_268_282 {
	width:225px;
	float:left;
	margin:0;
}

.dish .pro1_main_dim {
    margin: 40px 0 0 5px; 
	width:322px;
}

.dish .pro_desc h3.pro_371 {
	background:url(../images/dish_back2.png) no-repeat 0 0;
	padding:5px 7px;
	width:246px;
	height:50px;
	line-height:38px;
	margin:-15px 0 0;
}

.dish .dish2 {
	width:265px;
	float:right;
	margin:0 10px 0 0;
}

.dish .dish2 p {
	font-size:18px;
	color:#515151;
	font-weight:normal;
	padding:0 0 10px;
}

.dish .cooking_pro_bg .pro2_dish2 {
	margin:10px 0 0px;
	width:398px;
	padding-right:15px;
}

.dish .dimension_272 {
	float: right;
    margin: 0 10px 0 10px;
    width: 275px;
}

.dish .dimension_272 h3 span {
	position:absolute;
	left:145px;
	
}

.dish .dimension_272 p span {
	/*position:absolute;
	left:155px;*/
}

.dish .cooking_pro_bg .pro2_dish2 p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 25px 16px;
	font-size:18px;
	position:relative;
}

.dish .cooking_pro_bg .pro2_dish2 p.myclass{
 padding: 0 0 10px 16px;
}


.dish .cooking_pro_bg .pro2_dish2 p.p_13 {
	font-size:13px;
	padding-top:15px;
}

.dish .pro_desc h3.pro_317 {
	 background: url(../images/pro_317.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: 38px 0 0 5px;
    padding: 5px 7px;
    width: 304px;
}

.dish .dim_dish3 h3 {	
	background:url(../images/dish_dim3.jpg) no-repeat 0 0;	
	height:24px;
	position:relative;	
}

.dish .dim_dish3 h3 span {
	position:absolute;
	left:147px;
}

.dish .cooking_pro_bg .pro_img3_2 {
	margin:47px 0 0 15px;
	width:380px;
}

.dish .it_dish3 {
	float:left;
	width:96px;
	margin:0 0 0 15px;	
}

.dish .dim_dish3 p span {
	position:absolute;
	left:155px;
}

.dish .cooking_pro_bg .pro3_dish3{
	margin:63px 0 0 15px;
}
.dish .cooking_pro_bg .pro3_dish3 ul li.pad{
	padding-bottom:40px;
}

.dish .cooking_pro_bg .pro3_dish3 p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 0 16px;
	font-size:18px;
	position:relative;
}

.dish .cooking_pro_bg .pro3_dish3 p.p_13 {
	font-size:13px;
	margin-top:-20px;
}
.dish .dim_dish3 {
	width:260px;
}

.dish .cooking_pro_bg .pro4{
	padding-bottom:15px;
}

.dish .pro_desc_337 h3.pro_337 {
    background: url(../images/pro_337.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: 55px 0 0;
    padding: 5px 7px;
    width:324px;
}

.dish .cooking_pro_bg .pro4 .pro_desc {
	float:right;
	margin:0 10px 0 10px;
}

.dish .cooking_pro_bg .pro4 .dimension_265 h3 {
    background: url(../images/dish_dim4.png) no-repeat scroll 0 0 transparent;
    width: 265px;
}

.dish .pro4_main_dim {
    margin: 80px 0 0 0; 
	width:378px;
}

/* Preparation and Processing */

.pp .dimension_268_282 h3 {	
	background:url(../images/pp_dim1.jpg) no-repeat 0 0;	
	height:24px;	
	position:relative;
}

.pp .dimension_268_282 h3 span {
	position:absolute;
	left:145px;
}

.pp .pro_img {
	float:left;
	margin:0 auto;
}

.pp .rev_pro .pro_img {
	float:right;
	margin:-45px 0 0 0;
}

.pp .pp_pro1 {
	width:373px;
	float:left;
	margin:12px 10px 0 0;
}

.pp .pro1_main_dim {
    margin: 52px 0 0 0; 
	width:380px;
}

.pp .dimension_268_282 {
	width:277px;
	float:left;
	margin:0;
}

.pp .main_dime p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 0 13px;
	font-size:18px;
	position:relative;
}
.pp .main_dime p span {
	position:absolute;
	left:150px;
}

.pp .pro_desc h3.pro_371 {
	background:url(../images/dish_back1.png) no-repeat 0 0;
	padding:5px 7px;
	width:359px;
	height:50px;
	line-height:38px;
	margin:15px 0 0;
}

.pp .dish2 {
	width:365px;
	float:right;
	margin:-14px 10px 0 0;
}

.pp .cooking_pro_bg .pro2_pp2 {
	margin:26px 10px 0 0;
	width:395px;
	
}

.pp .cooking_pro_bg .pro_img_3 {
	margin:-45px 65px 0 0;
}

.pp .pro_desc h3.pro_317 {
	 background: url(../images/pro_317.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: -5px 0 0 5px;
    padding: 5px 7px;
    width: 304px;
}

.pp .dimension_pp h3 {	
	background:url(../images/pp_dim3.jpg) no-repeat 0 0;	
	height:24px;	
	position:relative;
}

.pp .cooking_pro_bg .pro3_dish3{
	margin:20px 0 0 10px;
	width:360px;
}

.pp .dim_dish3 {
	width:240px;
	float:left;
}
.pp .cooking_pro_bg .pro3_dish3 p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 0 16px;
	font-size:18px;
	position:relative;
}

.pp .rev_pro .pro1_img {
	float:right;
	margin:-45px 0 0 10px;
}


.pp .pro_desc_337 h3.pro_337 {
    background: url(../images/pro_337.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: -5px 0 0;
    padding: 5px 7px;
    width:324px;
}

.pp .pro4_main_dim {
    margin: 20px 0 0 0; 
	width:378px;
}

.pp .pro5_img {
	float:left;
	margin:-60px 15px 0 0;
}

.pp .pro_desc h3.pro_372 {
	background:url(../images/pp_back5.jpg) no-repeat 0 0;
	padding:5px 7px;
	width:328px;
	height:50px;
	line-height:38px;
	margin:-44px 0 0;
}

.pp .descri {
	width:343px;
	float:left;
	margin:0 10px 0 0;
}


.pp .dimension_265_282 {
	width:265px;
	float:left;
	margin:0 13px 0 0;
}


.pp .dimension_265_282 h3 {	
	background:url(../images/dim_265.jpg) no-repeat 0 0;	
	height:24px;	
	position:relative;
}

.pp .pro5_main_dim {
    margin: -20px 0 0 0; 
	width:380px;
}

.pp .pro5_main_dim h3 span {
	position:absolute;
	left:144px;
}

.pp .main_dime p.p_13 {
	font-size:13px;
}



/* Refrigeration */

.refri .pro_img {
	float:left;
	margin:20px 15px 0 0;
}

.refri .pro_desc p span{
	font-size:15px;
}

.refri .pro1_main_dim {
    margin: 40px 0 0 8px; 
	width:420px;
}

.refri .dimension_268_282 {
	width:314px;
	float:left;
	margin:0;
}
.refri .dimension_268_282 h3 {	
	background:url(../images/dim_298.jpg) no-repeat 0 0;	
	height:24px;
	width:298px;	
}

.refri .dimension_268_282 h3 span {
	position:absolute;
	left:125px;
	width:175px;
}

.refri .dimension_268_282 h3 span .des{
	position:absolute;
	left:82px;
}

.refri .dimension_268_282 p span .des{
	position:absolute;
	left:75px;
}

.refri .dimension_268_282 p span {
	position:absolute;
	left:145px;
	width:175px;
}
.refri .main_dime p {
	position:relative;
}

.refri .pro1_main_dim ul li.pad{
	padding-bottom:5px;
}

.refri .rev_pro .pro_img2 {
	margin:0 auto;
}

.refri .main_dime h4.pro_371 {
	background:url(../images/dish_back1.png) no-repeat 0 0;
	padding:5px 7px;
	width:359px;
	height:50px;
	line-height:38px;
	margin:20px 0 15px;
}

.refri .main_dime h4 span {
	width:auto;
	
	background:#4A4A4A;
	border:1px solid #C8C8C8;
	height:38px;
	text-align:center;
	display:block;
	color:#FFF;
	text-transform:none;
	font-size:24px;
	font-weight:bold;
}

.refri .dish2 {
	width:465px;
	float:right;
	margin:15px -250px 0 0;
}

.refri .now{
	margin:-25px 0 0 150px;
}

.refri .cooking_pro_bg .pro2_dish2 {
	margin:-5px 0 0px;
	padding:0;
}

.refri .dimension_272 h3 {
	background:url(../images/dim_347.jpg) no-repeat 0 0;	
	width:347px;	
}

.refri .dimension_272 h3 span {
	position:absolute;
	left:135px;
	width:223px;
}

.refri .dimension_272 h3 span .cap{
	position:absolute;
	left:135px;
	width:223px;
}

.refri .dimension_272 p span {
	position:absolute;
	left:145px;
	width:223px;
}

.refri .dimension_272 p span .cap{
	position:absolute;
	left:135px;
	width:223px;
}

.refri .cooking_pro_bg .pro2_dish2 p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 1px 16px;
	font-size:18px;
	position:relative;
}

.refri .cooking_pro_bg .pro2_dish2 ul li{
	padding-bottom:0;
	padding-top:0;
}


.refri .cooking_pro_bg .pro2_dish2 ul li.pad {
	padding-bottom:5px;
	
}

.refri .cooking_pro_bg .pro_img_3 {
	margin:-5px 20px 0 0;
}

.refri .pro_desc h3.pro_317 {
	 background: url(../images/pro_317.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: 65px 0 0 5px;
    padding: 5px 7px;
    width: 304px;
}

.refri .dim_268_282 {
	width:220px;
	float:left;
	margin:0;
}

.refri .dim_268_282 h3 {	
	background:url(../images/dim_218.jpg) no-repeat 0 0;	
	height:24px;
	width:218px;	
}

.refri .cooking_pro_bg .pro3_dish3{
	margin:90px 0 0 8px;
}

.refri .it_dish3 {
	float:left;
	width:96px;
	margin:0 0 0 20px;	
}

.refri .cooking_pro_bg .pro3_dish3 p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 2px 16px;
	font-size:18px;
	position:relative;
}

/* Service Area */

.ser .pro_img {
	float:left;
	margin:0 5px 0 0;
}

.ser .dimension_268_282 h3 {	
	background:url(../images/dime_268.jpg) no-repeat 0 0;	
	height:24px;	
	width:270px;
}

.ser .pro1_main_dim {
    margin: 40px 0 0 0; 
	width:380px;
}

.ser .dimension_268_282 {
	width:280px;
	float:left;
	margin:0;
}

.ser .rev_pro .pro_img2 {
	margin:0;
}

.ser .dish2 {
	width:373px;
	float:right;
	margin:0 5px 0 0;
}

.ser .pro_desc h3.pro_371 {
	background:url(../images/dish_back1.png) no-repeat 0 0;
	padding:5px 7px;
	width:359px;
	height:50px;
	line-height:38px;
	margin:25px 0 0;
}

.ser .no{
	margin:0;
}


.ser .cooking_pro_bg .pro2_dish2 {
	margin:50px 0 0px;
	width:398px;
	padding-right:10px;
}

.ser .cooking_pro_bg .pro2_dish2 ul li{
	padding-bottom:0;
	padding-top:0;
}
.ser .cooking_pro_bg .pro2_dish2 p {
	color: #515151;
    font-weight: normal;
    padding: 0 0 0 16px;
	font-size:18px;
	position:relative;
}

.ser .cooking_pro_bg .pro2_dish2 p span.pad{
	padding-top:7px;
}

 
.ser .cooking_pro_bg .pro_img_3 {
	margin:0 70px 0 0;
}

.ser .pro_desc h3.pro_317 {
	 background: url(../images/pro_317.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: 65px 0 0 5px;
    padding: 5px 7px;
    width: 304px;
}

.ser .cooking_pro_bg .pro3_dish3{
	margin:90px 0 0 8px;
}

.ser .dim_268_282 {
	width:245px;
	float:left;
	margin:0;
}

.ser .dim_268_282 h3 {	
	background:url(../images/dim_245.jpg) no-repeat 0 0;	
	height:24px;	
	width:245px;
}

.ser .rev_pro .pro4_img {
	float:right;
	margin:0;
}

.ser .pro_desc_337 h3.pro_337 {
    background: url(../images/pro_337.jpg) no-repeat scroll 0 0 transparent;
    height: 50px;
    line-height: 38px;
    margin: 42px 0 0;
    padding: 5px 7px;
    width:324px;
}

.ser .pro4_main_dim {
    margin:67px 0 0 0; 
	width:378px;
}

.ser .dimension_265 h3 span {
	position:absolute;
	left:130px;
}

.ser .dimension_265 p span {
	position:absolute;
	left:138px;
	
}
.serv_cnt
{
  top:2px;
}
.serv_cnt2
{
  top:22px;
}
.padi
{
  top:65px;
}
/*Trolleys & Other */

.tro .cooking_pro_bg {
	background:#FFF;
	border-radius:3px;
	position:relative;
	box-shadow:0 0 3px #333;
	width:972px;
	/*height:2130px;*/
	height:auto;
	min-height:1940px;
	margin:0 auto;
	padding:9px 0 0;
}

.tro .pro_img {
	float:left;
	margin:32px 15px 0 0;
}

.tro .tro_pro1 {
	width:266px;
	float:left;
	margin:0 10px 0 0;
}

.tro .pro_desc h3.pro_373 {
	background:url(../images/pro_266.jpg) no-repeat 0 0;
	padding:5px 7px;
	width:252px;
	height:38px;
	line-height:38px;
	margin:52px 0 0;
	
}

.tro .pro_desc h3 span {
	text-transform:none;
}

.tro .pro1_main_dim {
    margin: 71px 0 0 12px; 
	width:480px;
}

.tro .dimension_268_282 {
	width:373px;
	float:left;
	margin:0;
}
.tro .dimension_268_282 h3 {	
	background:url(../images/dim_351.jpg) no-repeat 0 0;	
	width:351px;
	position:relative;
}

.tro .dimension_268_282 h3 span{
	position:absolute;
	left:150px;

}

.tro .dimension_268_282 p span{
	position:absolute;
	left:160px;

}

.tro .main_dime p {
	position:relative;
}
	
.tro .rev_pro .pro_img2 {
	margin-top:-5px;
	margin-left:30px;
}

.tro .pro_img_h3 {
	width:259px;
	float:right;
	margin:0 10px 0 0;
}

.tro .pro_desc h3.pro_259 {
	background:url(../images/dish_back2.png) no-repeat 0 0;
	padding:5px 7px;
	width:245px;
	height:38px;
	line-height:38px;
	margin:15px 0 0;
	
}

.tro .cooking_pro_bg .pro_img2_dim {
	margin:38px 0 0px;
	width:335px;
}

.tro .dimension_272 {
	float: right;
    margin: 0 10px 0 15px;
    width: 190px;
}

.tro .dimension_272 h3 {
	background:url(../images/dim_188.jpg) no-repeat 0 0;	
	width:188px;	
}

.tro .pro_desc h3.pro_317 {
	 background: url(../images/pro_317.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 38px 0 0;
    padding: 5px 7px;
    width: 303px;
}

.tro .cooking_pro_bg .pro_img_3 {
	margin:-15px 35px 0 0;
}

.tro .cooking_pro_bg .pro_img3_2 {
	margin:61px 0 0 10px;
	width:357px;
}

.tro .dim_268_282 {
	width:227px;
	float:left;
	margin:0;
}

.tro .dim_268_282 h3 {	
	background:url(../images/dim_208.jpg) no-repeat 0 0;	
	width:208px;
	position:relative;
}

.tro .pro_desc_337 h3.pro_337 {
    background: url(../images/pro_337.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 50px 0 0;
    padding: 5px 7px;
    width:323px;
}
.tro .rev_pro .pro_desc_337 {
	float:right;
	margin:0 10px 0 10px;
}

.tro .pro4_main_dim {
    margin: 80px 0 0 12px; 
	width:402px;
}

.tro .cooking_pro_bg .pro_img5 {
	margin:-15px 30px 0 0;	
}
.tro .pro_desc_266 {
	width:266px;
}

.tro .pro_desc_266 h3.pro_266 {
    background: url(../images/pro_266.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 21px 0 0;
    padding: 5px 7px;
    width:252px;
}

.tro .dimension_231 {
    float: left;    
    width: 231px;
	margin:0 14px 0 0;
}

.tro .dimension_231 h3 {
    background: url(../images/dim_231.jpg) no-repeat scroll 0 0 transparent;
    width: 231px;
}

.tro .cooking_pro_bg .pro_img5_dim  {
	margin:41px 0 0 10px;
	width:380px;
}

.tro .cooking_pro_bg .pro_img_6_1 {
	margin:-55px 0 0 40px;
}

.tro .pro_desc_259 {
	width:259px;
}

.tro .pro_desc_259 h3.pro_259 {
    background: url(../images/dish_back2.png) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 35px 0 0;
    padding: 5px 7px;
    width:245Gpx;
}

.tro .cooking_pro_bg .bulk_corner {
	margin:60px 0 0px;
	width:313px;
}

.tro .rev_pro .dimension_188 {
	float:right;
	margin:0 0 0 13px;
	width:190px;
}

.tro .dimension_188 h3 {
    background: url(../images/dim_188.jpg) no-repeat scroll 0 0 transparent;
    width: 188px;
}

.tro .pro_img_7 {
	margin:-70px 0 0;
}

.tro .pro_desc_197 {
	width:197px;
}

.tro .pro_desc_197 h3.pro_197 {
    background: url(../images/pro_197.jpg) no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 38px;
    margin: 25px 0 0;
    padding: 5px 7px;
    width:183px;
}
.tro .brasing_pan h5 {
	font-size:18px;
	color:#515151;
	font-weight:normal;
	padding:7px 0 10px 7px;
}

.tro .cooking_pro_bg .brasing_pan {
	margin:25px 0 0;
	width:500px;
}

.tro .dimension_558 {
    float: left;    
    width: 585px;
	margin:0 10px 0 -205px;
}

.tro .dimension_558 h3 {
    background: url(../images/dim_558.jpg) no-repeat scroll 0 0 transparent;
    width: 558px;
	margin-top:22px;
	position:relative;
}

.tro .dimension_558 h3 span{
	position:absolute;
	left:145px;
	}

.tro .cooking_pro_bg .brasing_pan .item_96 h3{
	float:left;
	width:96px;
	margin-top:22px;
}

.tro .dimension_558 p span{
	position:absolute;
	left:155px;
	}
/* Kesha :: 11 Oct 2013 :: infrastructure page */
.services .s-left {
	float:left;
	width:213px;
}
.services .s-right {
	float:right;
	width:629px;
}
.services {
	padding:50px 55px;
}	
.s-right p {
	font-size:18px;
	color:#515151;
	line-height:110%;
	font-weight:normal;
}
.chkb{
	float:left;
	display:inline-block;
}

body .item_96 p, body .item_100 p{
	float:left;
}

/* Kesha :: 11 Nov 2013 */
.refri .refri-ch p {
	/*padding:0;*/
	/*font-size:15px;*/
}
.refri .refri-ch h3 {
	/*font-size:17px;*/
}
.refri .dimension_268_282 h3 span.dimension {
    left: 15px;
    width: auto;
	position:absolute;
}
.refri .dimension_268_282 span.dimension {
    left: 15px;
    width: auto;
	position:absolute;
}
.refri .dimension_268_282 h3 span.capacity {
    left: 225px;
    width: 70px;
}
.refri .dimension_268_282 span.capacity {
    left: 225px;
    width: 70px;
}
.refri .refri-ch p.idi_1 {
	padding:0 0 0 16px;
}
.refri .rev_pro .dimension_268_282 {
	float:right;
}
.refri .rev_pro .dish-washing .dimension_268_282 {
	width:298px;
}
.refri .rev_pro .dish-washing  .dimension_268_282 span {
	left:15px;
	width:100px;
}
.refri .rev_pro .dish-washing  .dimension_268_282 span span.cap {
	width:70px;
	left:127px;
}
/* Kesha :: 12 Nov 2013 */
.cooking_pro_bg {
	min-height:970px;
}
.pro13 {
	margin:0;
}
.rev_pro  .pro-14 {
	margin:-35px 0 0 8px;
}
.rev_pro .pro14_2 .item_96 {
	float:left;
}
.rev_pro .pro14_2 .dimension_245 {
	width:245px;
}
.rev_pro .pro14_2 ul {
	width:100%;
}
.cooking_pro_bg .pro-15-img {
	margin: -25px 4px 0 0;
}
.cooking_pro_bg .pro-15-desc {
	margin:0 3px 0 0;
}
.pro-15-dim .dimension_265 {
	margin:0 5px 0 0;
}
.cooking_pro_bg .pro-15-dim {
	width:370px;
}
.cooking_pro_bg  .salamander {
	margin:34px 0 0;
}

/* kesha :: 14 Nov 2013 */
.conatct_form table .textarea2 {
	background:url(../images/txt_area.jpg) no-repeat 0 0;
	width:220px;
	height:61px;
	margin:0 0 15px;
	border:none;
	float:left;
}
.conatct_form table textarea {
	background:none;
	padding:5px;
	width:210px;
	height:51px;
	border:none;	
}
.product-list {	
	background:#333;	
}	
.product-list ul {
	float:left;	
	margin:0 0 0 20px;
}
.product-list ul li {
	float:left;
	display:inline-block;
	color:#FFF;
	line-height:45px;
}
.product-list ul li a {
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.bottom-space {
    height: 15px;
}
.product-list ul li a:hover , .product-list ul li a.active {
	color:#DD690B;	
}
.dish .product-list ul li {
	padding:0;
}
.dish_pro {
	margin:12px 0 0;
}
.copy a {
  color: #fff;
}
