


/*Old 3dcart css start*/
/*store-name:: Store Name*/ 
.store-name {
font-family : Arial, Helvetica, sans-serif;
font-size : 25px;
color : #5c5c5c;
text-decoration : none;
}
/*store-slogan:: Store Slogan*/ 
.store-slogan {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #8cbbd0;
font-style : italic;
text-decoration : none;
font-weight: bold;
}

/*frame:: Controls the Color of the Store's Frame */
.frame {
background-color : #efeded;
}
/*top:: Controls the Color of the top Bar */
.top {
background-color : #ffffff;
}
/*line:: Controls the Color of the line bellow the top bar */
.line {
background-color :#e1e1e1;
}
/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ffffff;
font-weight : normal;
background-color: #999999;
text-decoration : none;
line-height : 20px;
border: solid;
border-bottom-width: 1px;
border-left: none;
border-right: none;
border-top: none;
border-color: #8cbbd0;
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ffffff;
font-weight : bold;
background-color: #0A4881;
text-decoration : none;
line-height : 13px;
border: solid;
border-bottom-width: 1px;
border-left: none;
border-right: none;
border-top: none;
border-color: #ffffff;

} 
/*data:: Controls body default fonts and colors */
.data {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
color : #7E7E7C;
background-color : #ffffff;
}
/*page_headers:: Controls the page's titles */
.page_headers {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #8cbbd0;
background-color : #ffffff;
}

/*icon:: Controls the way the menu icons display*/ 
.icon {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
color: #484646;
}
/*footer:: Displays at the very bottom of your online store, copyright and desgined by notices */
.footer {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
text-align : center;
color : #484646;
}
 


/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : Normal;
color : #666666;
text-decoration: none;
}
/*price-info:: controls the way the prices display on the product page*/ 
.price-info {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : Normal;
color: #535353;
}
 /*price:: Controls the way the product's prices display*/ 
.price {
font-family :Arial, Helvetica, sans-serif;
font-size : 12px;
color : #d90d0e;
font-weight: bold;
}
/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #8cbbd0;
background-color : #ffffff;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #999999;

} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
background-color : #ffffff;
 padding: 2px 4px 2px 4px;
 border: 1px solid #e1e1e1;
}

/*borders:: Controls the color of the borders on forms*/ 
.borders {
border : #2461b6;
background-color : #2461b6;
}

/*borders_coupon:: Controls the color of the borders on the coupon and shipping box*/ 
.borders_coupon {
 border: solid;
 border-color: #aaa9a9;
border-width: 1px;
}
/*steps:: Controls the way the steps on the checkout pages display*/
.steps {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #cfd0d1;
background-color : #ffffff;
}
/*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #8cbbd0;
background-color : #ffffff;
}
/*error:: Controls the error messages*/ 
.error {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #e10e04;
text-decoration: none;
}
/*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
color : #8cbbd0;
border: solid;
border-bottom-width: 1px;
border-left: none;
border-right: none;
border-top: none;
border-color: #8cbbd0;
}
/*borders2:: Controls the color of the borders on forms*/ 
.borders2 {
border : #cbc9c9;
background-color : #cbc9c9;
}
/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
font-weight : Normal;
color: #23282a;
line-height : 18px;
background-color: #d4e5ed;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
background-color : #cbcaca;
color : #384e31;

} 
/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
 background-color : #f9f8f8;

} 
/*font1:: Primary Screen Font */ 
.font1 {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : Normal;
color: #535353;
}

/*font2:: Secondary Screen Font */ 
.font2 {
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : Normal;
color: #535353;
}
/*font3:: controls the search on the top*/ 
.font3 {
font-family :Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : Normal;
color: #484646;
}
/*btn:: Controls the buttons*/ 
.btn {
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 background-color: #8cbbd0;
 font-family: arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px; 
 color: #ffffff;
cursor: pointer;
} 
/*btn_over:: Controls the buttons*/ 
.btn_over {
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 background-color: #57afd6;
 font-family: arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px; 
 color: #ffffff;
cursor: pointer;
} 
/*btn2:: Controls the buttons*/
.btn2 {
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 background-color: #8cbbd0;
 font-family: arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 9px; 
 color: #ffffff;
cursor: pointer;
} 

/*txtBoxStyle:: Controls the text boxes*/ 
.txtBoxStyle {
 border-top: 1px solid #b3b4b5;
 border-bottom: 1px solid #b3b4b5;
 border-left: 1px solid #b3b4b5;
 border-right: 1px solid #b3b4b5;
 background-color: #f5f4f2;
 font-family: arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px; 
 color: #38393a;
} 

/*txtareaStyle:: Controls the text areas*/ 
.txtareaStyle {
 border-top: 1px solid #C7D5E0;
 border-bottom: 1px solid #C7D5E0;
 border-left: 1px solid #C7D5E0;
 border-right: 1px solid #C7D5E0;
 background-color: #FBFBFB;
 font-family: arial, Helvetica, sans-serif;
 font-weight: normal;;
 font-size: 11px; 
 color: #343333;
height : 80px;
width: 250px;
}
/*Old 3dcart css end*/

/*body::Controls Page Background Color and any other fonts not defined below*/ 
body{
margin:0px;
background:#fff;
font-size:12px!important; 
font-family:Arial, Helvetica, sans-serif; font-weight:normal;
color:#000000; text-decoration:none;
}
td{
font-size:12px!important; 
font-family:Arial, Helvetica, sans-serif; 
font-weight:normal;
}
/*-- begin header section here --*/
.header{
background:url(../images/header_bg.jpg) repeat-x;
height:103px; 
}
.topnavi_leftcorner{
background:url(../images/top_navileftcorner.jpg) no-repeat;
height:28px; width:9px;
}
.top_strip{
background:url(../images/bgstrip_navitop.jpg) repeat-x;
height:28px;
}
/*-- begin top navigation section here --*/
.clear{
padding:0 0;
margin:0px;
clear:both;
}
.top_navi{
padding:0 0;
margin:0px;
text-decoration:none;
font:13px/14px Arial, Helvetica, sans-serif normal;
}
ul.top_navi{
padding:0 0;
margin:0px;
text-align:left;
}
ul.top_navi li{
display:block;
list-style:none;
float:left;
padding:5px 5px 0 5px;
background:url(../images/navilistrip.jpg) top right no-repeat;
}
ul.top_navi li a{
color:#000;
text-decoration:none;
}
ul.top_navi li a:hover{
color:#000;
text-decoration:underline;
}
/*-- end top navigation section here --*/
.savenow{
background:url(../images/savenow.jpg) no-repeat;
height:75px; width:339px;
}
.callnow{
background:url(../images/callnow.jpg) top right no-repeat;
height:68px; width:202px;
}
/*-- end header section here --*/
/*-- begin search bar section here --*/
.search_bar{
background:#224771 url(../images/searchbar.jpg) no-repeat;
height:34px;
width:1003px; color:#fff;
}
.search_left{
padding:3px 0 0 24px;
}
.producttext{
font:16px/18px Arial, Helvetica, sans-serif bold;
padding:4px 0 0 0;
}
.form{
border-top:1px solid #966604;
border-right:1px solid #966604;
border-bottom:1px solid #966604;
border-left:1px solid #966604;
color:#000; text-decoration:none;
font:12px/14px Arial, Helvetica, sans-serif normal;
height:23px; width:140px; vertical-align:middle;
}
.cart_right{
padding:9px 0 0 0;
}
.search_bar a{
color:#fff; font-weight:bold;
text-decoration:underline;
}
.search_bar a:hover{
color:#fff;
text-decoration:none;
}
/*-- end search bar section here --*/
/*-- begin main navigation section here --*/
.main_navistrip{
background:url(../images/mainnavi_stirp.jpg) repeat-x;
height:41px; padding:0 25px 0 25px; 
font:16px/18px Arial, Helvetica, sans-serif bold;
color:#fff;
}
.navi{
margin:0px;
padding:0 0;
text-decoration:none;
}
ul.navi{
margin:0px;
padding:0 0;
text-align:left;
}
ul.navi li{
float:left;
list-style:none;
background:url(../images/mainstrip.jpg) top right no-repeat;
height:38px;
}
ul.navi li a{
color:#FFFFFF; 
text-decoration:none; display:block;
padding:12px 22px 0 22px;

 float:left;
}
ul.navi li a:hover{
color:#FFFFFF;
text-decoration:none; 
background:url(../images/hover.jpg) repeat-x;
height:41px;
display:block;
}
/*-- end main navigation section here --*/
/*-- begin middle setion with three sepration here --*/
.middle_pad{
padding:0 4px 0 4px;
}
/*-- begin left section here --*/
.topbrand{
background:url(../images/top150.jpg) no-repeat;
height:116px; width:200px;
}
.overpopular{
padding:14px 0 13px 0;
text-align:center;
}
.over_form{
border-top:1px solid #DBDFE2;
border-right:1px solid #DBDFE2;
border-bottom:1px solid #DBDFE2;
border-left:1px solid #DBDFE2; 
font:12px/14px Arial, Helvetica, sans-serif normal;
height:18px;
 width:133px; color:#000;
}
/*-- beign left navigation section here --*/
.left_navi_bottom{
background:url(../images/left_navi_bottom.jpg) no-repeat;
height:18px; width:200px;
}
.left_navistrip{
background:url(../images/left_navi_strip.jpg) repeat-y;
width:200px;
}
.topfront_leftnavi{
background:url(../images/topfront_leftnavi.jpg) no-repeat;
width:200px;
}
.cata{
padding:7px 0 0 0;
text-align:center;
}
.left_navi{
font:12px/14px Arial, Helvetica, sans-serif bold;
text-decoration:none; color:#000; padding:14px 0 0 0;
}
ul.navi_left{
margin:0px;
padding:0 0;
text-align:left;
}
ul.navi_left li{
display:block;
list-style:none;
background:url(../images/leftstrip.jpg) 17px 0px no-repeat;
padding:7px 0 5px 10px;
}
ul.navi_left li a{
display:block; padding:0 0 0 20px;
background:url(../images/arrow.gif) 0px 2px no-repeat;
height:14px;  text-decoration:none; color:#000;
}
ul.navi_left li a:hover{
text-decoration:underline;
}
/*-- end left navigation section here --*/
/*-- end left section here --*/
/*-- begin middle section here --*/
/*-- end middle section here --*/
/*-- begin right box section here --*/
.rightbox1{
background:url(../images/weaccepted_box.jpg) no-repeat;
height:156px; width:200px;
}
.rightbox2{
background:url(../images/rightbox2.jpg) no-repeat;
height:184px; width:200px;
}
.rightbox2_pad{
padding:11px 0 0 0;
text-align:center;
}
.rightbox1_pad{
padding:10px 10px 0 16px;
}

.right_box3_bottom{
background:url(../images/right_boxbottom.jpg) no-repeat;
height:17px; width:200px;
}
.right_box3_strip{
background:url(../images/rightbox3strip.jpg) repeat-y;
}
.right_box_main{
background:url(../images/rightbox3_main.jpg) no-repeat;
width:200px; height:225px;
}
.most_wanted{
padding:8px 0 0 0;
text-align:center;
}
.right_navi{
font:15px/17px Arial, Helvetica, sans-serif bold;
text-decoration:none; color:#000; padding:0px 0 0 0;
}
ul.navi_right{
margin:0px;
padding:0 0;
text-align:left;
}
ul.navi_right li{
display:block;
list-style:none;
background:url(../images/right_navistrip.gif) 17px 0px no-repeat;
padding:7px 0 5px 10px;
}
ul.navi_right li a{
display:block; padding:0 0 0 20px;
background:url(../images/arrow.gif) 0px 2px no-repeat;
 text-decoration:none; color:#000;
}
ul.navi_right li a:hover{
text-decoration:underline;
}
/*-- end right box section here --*/
/*-- begin main middle section here --*/
.main_middle{
padding:0 0 0 6px;
}
.top_middle{
background:url(../images/top_middle.jpg) no-repeat;
height:14px; width:589px;
}
.middle_strip{
background:url(../images/middle_strip.jpg) repeat-y;
text-decoration:none; font:12px/14px Arial, Helvetica, sans-serif normal;
color:#000; line-height:18px;
}
.middle_strip_middle{
background:url(../images/middle_strip_middle.jpg) no-repeat;
width:589px; font-size:12px;
}
.bottom_middle{
background:url(../images/bottom_middle.jpg) no-repeat;
height:20px; width:589px;
}
/*-- end main middle section here --*/
/*-- begin future category middle section here --*/
.featured_products_bottom{
background:url(../images/future_category_bottom.jpg) no-repeat;
height:20px; width:589px;
}
.featured_products_bg{
background:url(../images/future_bg.jpg) no-repeat;
}
.featured_products_strip{
background:url(../images/futurestrip.jpg) repeat-y;
}
.featured_products_pad{
padding:6px 0 33px 33px;
}
.featured_inner_section{
padding:0 7px 0 5px;
}
.box_bg{
background:url(../images/box_new.jpg) top left no-repeat;
width:152px; height:152px;
font:11px/13px Arial, Helvetica, sans-serif normal;
color:#000000; text-decoration:none; padding:0 30px 0 0;
}
.box_text{
text-align:center;
color:#000; padding:0 0 3px 0px;
}
.price{
color:#B4120E;
text-decoration:none;
font-weight:bold;
font:12px/14px Arial, Helvetica, sans-serif bold;
}
/*-- end future category middle section here --*/
/*-- end middle setion with three sepration here --*/
/*-- begin newslatter section here --*/
.newslatter{
background:url(../images/getfreenewlatter.jpg) no-repeat;
height:82px; width:583px;
}
.newslatter_pad{
padding:43px 42px 0 11px;
}
.news_form{
border-top:1px solid #966604;
border-right:1px solid #966604;
border-bottom:1px solid #966604;
border-left:1px solid #966604;
height:25px; width:301px;
font:12px/14px Arial, Helvetica, sans-serif normal;
color:#000; text-decoration:none;
}
/*-- end newslattter section here --*/
/*-- begin customer center section here --*/
.customer_pad{
padding:0 0px 0 4px;
}
.customer_center{
background:url(../images/customer_center.jpg) no-repeat;
 width:999px;
}
.customer_strip{
background:url(../images/customer_strip.jpg) repeat-y;
}
.customer_bottom{
background:url(../images/customer_bottom.jpg) no-repeat;
height:21px;
}
.customer_top{
padding:7px 0 21px 30px;
}
.column_seprated{
padding:0 45px 0 47px;
}
.column_1{
width:284px; border-right:1px solid #C9C4C4;
font-size:12px; color:#000;
font-weight:normal; text-decoration:none;
}
.column_2{
width:353px; border-right:1px solid #C9C4C4;
font-size:12px; color:#000;
font-weight:normal; text-decoration:none;
}
.column_3{
width:267px; 
font-size:12px; color:#000;
font-weight:normal; text-decoration:none;
}
.colum_text{
font-weight:bold;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none; color:#971515;
}
.coustomerlink1{
font:12px/12px Arial, Helvetica, sans-serif normal;
text-decoration:none; color:#000; padding:12px 0 0 14px;
}
ul.coustomerlink{
margin:0px;
padding:0 0;
text-align:left;
}
ul.coustomerlink li{
display:block;
list-style:none;
background:url(../images/redbtn.jpg) 0px 5px no-repeat;
padding:0 0 0 0;
line-height:20px;
}
ul.coustomerlink li a{
 padding:0 0 0 16px;
 text-decoration:none; color:#000;
}
ul.coustomerlink li a:hover{
text-decoration:underline;
}
/*-- end customer center section here --*/
/*-- begin footer section here --*/
.footer_section{
background:#F7BB1A;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; font-size:14px; 
text-decoration:none; text-align:center;
padding:10px 0 10px 0;
}
/*-- end footer section here --*/
/*-- end main style section here --*/
/*-- use defualt tag's section --*/
div, p, span, a{ margin:0px; padding:0 0; outline:non; text-decoration:none;}
img, textarea, input{margin:0px; padding:0 0; border:0px;}
h1, h2, h3, h4, h5, h6{ margin:0px; padding:0 0;}
b, u, i{margin:0px; padding:0 0; text-decoration:none; outline:none;}
/*-- use defualt tag's section --*/

/*-- begin product css section here --*/
.product{
padding:3px 10px 0 6px;
}
.strip_product{
background:url(../images/strip_product.jpg) repeat-x;
padding:6px 0 15px 0px;
}
.home_product{
color:#0A4881;
font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
padding:3px 0 4px 12px;
}
.home_product a{
color:#0A4881;
text-decoration:none;
}
.home_product a:hover{
color:#0A4881;
text-decoration:underline;
}
.mens_product{
color:#000;
font-size:18px; font-family:"Trebuchet MS", Tahoma, Verdana; font-weight:bold;
padding:0px 0 45px 12px;
}
.disc_product{
color:#0A4881; text-decoration:underline; padding:0 0 10px 0;
font-size:15px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}
.text_product{
color:#0A4881;
font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;
padding:0px 41px 4px 12px; 
line-height:18px;
}
.two_product{
color:#F98305; text-decoration:none; padding:18px 0 17px 0;
font-size:18px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}
.box_product{
border-top:1px solid #0A4881;
border-bottom:1px solid #0A4881;
border-left:1px solid #0A4881;
border-right:1px solid #0A4881;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; color:#000; padding:0 0 6px 0;
}
.strip_box_product{
background:#0A4881;
padding:2px 0 2px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px; font-weight:bold;
text-decoration:none; color:#fff;
}
.save_product{
color:#0A4881;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
.product a{
color:#0A4881;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
.product a:hover{ 
text-decoration:underline;
}
.main_product{
color:#000;
font-size:13px;
font-weight:bold;
text-decoration:none; padding:0 0 0 8px;
}
.click_product{
color:#E5980C;
font-size:13px;
font-weight:bold;
text-decoration:none; padding:7px 0 13px 0px;
}
.click_product a{
color:#E5980C;
text-decoration:underline;
}
.click_product a:hover{
color:#E5980C;
text-decoration:none;
}
.quantity_product{
color:#0A4881;
padding:5px 0 0 0;
}
.cart_procu{
border-bottom:1px solid #7F9DB9;
border-top:1px solid #7F9DB9;
border-right:1px solid #7F9DB9;
border-left:1px solid #7F9DB9;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000; text-decoration:none;
height:22px; width:47px;
}
.gurantee_product{
color:#0A4881;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; font-size:24px;
text-decoration:none; padding:5px 0 5px 0;
}
.shopping_product{
color:#0A4881;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; font-size:18px;
text-decoration:none; padding:5px 0 0px 0;
}
.color_yell{
color:#E5980C;
text-decoration:none;
font-size:12px; line-height:18px;
}
.color_red{
color:#CC0000;
text-decoration:none;
font-size:12px; font-weight:bold;
}
.save_product a{
color:#0A4881;
text-decoration:none;
}
.save_product a:hover{
color:#0A4881;
text-decoration:underline;
}
.boxtable_product{
border-bottom:1px solid #0A4881;
border-top:1px solid #0A4881;
border-right:1px solid #0A4881;
border-left:1px solid #0A4881;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000; text-decoration:none;
}
.amount{
font-family:Arial, Helvetica, sans-serif;
font-size:16px; font-weight:bold; color:#000;
padding:5px 0 5px 12px;
}
.daily{
font-family:Arial, Helvetica, sans-serif;
font-size:14px; font-weight:bold; color:#000;
padding:5px 12px 5px 0px; text-align:right;
}
.sepration_product{
border-bottom:1px solid #0A4881;
border-right:1px solid #0A4881;
font-family:Arial, Helvetica, sans-serif;
padding:0 0 0 12px;
color:#000; text-decoration:none;
}
.sepration_product1{
border-bottom:1px solid #0A4881;

font-family:Arial, Helvetica, sans-serif;
padding:0 0 0 12px;
color:#000; text-decoration:none;
}
.amount1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px; font-weight:bold; color:#000;
padding:4px 0 4px 12px;
}
.pa_pro{
padding:0 0 0 12px;
}
/*-- end product css section here --*/
/*-- begin contact us section here --*/
.contact_strip{
background:url(../images/contactstrip.jpg) no-repeat;
width:766px;
height:44px;
}
.contacting{
color:#0A4881;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; font-size:24px;
text-decoration:none; padding:10px 0 0px 45px;
}
.main_contact{
color:#0A4881;
font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
padding:7px 0 4px 12px;
}
.yel_cont{
color:#E5980C;
text-decoration:none;
font-size:14px;
line-height:18px;
}
p{
font-size:11px;
}
/*-- end contact us section here --*/
form{
margin:0px;
padding:0 0;}
/*-- begin new add style section here --*/
.middle_some_new{
background:url(../images/middle_repeat_some.jpg) repeat-x;
height:14px;
}
.middle_some_new_bottom{
background:url(../images/middle_repeat_some_bottom.jpg) repeat-x;
height:14px;
}
.middle_text_new_some{
background:#EDEDED;
border-left:1px solid #DDDADA;
border-right:1px solid #DDDADA;
}
.customer_new_repeat{
background:url(../images/customer_repeat_new.jpg) repeat-x;
height:43px;
}
.custome_bottom_repeat_new{
background:url(../images/custome_bottom_repeat.jpg) repeat-x;
height:18px;
}
.custome_main_bg_new{
background:#ECECEC;
border-left:1px solid #DDDADA;
border-right:1px solid #DDDADA;
}
.customer_top{
padding:0px 0 21px 30px;
}
/*-- end new add style section here --*/
/*-- begin sub categories section here --*/
.sub_cate{
font:12px/14px Arial, Helvetica, sans-serif bold;
text-decoration:none; color:#000; padding:0px 0 0 0;
}
ul.cate_sub{
margin:0px;
padding:0 0;
text-align:left;
}
ul.cate_sub li{
display:block;
list-style:none;
background:url(../images/leftstrip.jpg) 17px bottom no-repeat;
padding:7px 0 5px 10px;
}
ul.cate_sub li a{
display:block; padding:0 0 0 23px;
background:url(../images/sub_cate.gif) 10px 4px no-repeat;
height:14px;  text-decoration:none; color:#000;
}
ul.cate_sub li a:hover{
text-decoration:underline;
}
/*-- end sub categories section here --*/
/*-- begin contact us section here --*/
.contact_strip{
background:url(../images/contactstrip.jpg) no-repeat;
width:766px;
height:44px;
}
.contacting{
color:#0A4881;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; font-size:24px;
text-decoration:none; padding:10px 0 0px 45px;
}
.main_contact{
color:#0A4881;
font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
padding:7px 0 4px 12px;
}
.yel_cont{
color:#E5980C;
text-decoration:none;
font-size:14px;
line-height:18px;
}
.our_services{
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0A4881; padding:20px 0 20px 0;
}
.our_services1{
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0A4881; line-height:24px;
}
.arro_pad{
padding:9px 0 0 0;
}
.filed_services{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-style:italic;
color:#000; padding:4px 0 4px 5px;
}
.name_services{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:normal;
color:#000; padding:4px 0 4px 5px;
}
.red_sr{
color:#FF0000;
font-weight:bold;
}
.forme{
border-bottom: 1px solid #7F9DB9;
border-top: 1px solid #7F9DB9;
border-right: 1px solid #7F9DB9;
border-left: 1px solid #7F9DB9;
text-decoration:none; color:#000;
width:273px; height:25px; font-family:Tahoma, Arial, Verdana; font-size:12px;
}
.form1{
border-bottom: 1px solid #7F9DB9;
border-top: 1px solid #7F9DB9;
border-right: 1px solid #7F9DB9;
border-left: 1px solid #7F9DB9;
text-decoration:none; color:#000;
width:350px; height:75px; font-family:Tahoma, Arial, Verdana; font-size:12px;
}
.note{
color:#000000;
font-size:11px;
}
.note1{
color:#000000;
font-size:12px;
}
/*-- end contact us section here --*/
/*-- new css add --*/
.new_cs{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#0A4881; line-height:18px;
}
.new_our_services{
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#E5980C; padding:10px 0 10px 0;
}
.new_our_services1{
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0A4881; padding:10px 0 10px 0;
}
blockquote{
color:#FF0000;
font-weight:bold;
}
.bg_fou{
background:#0A4881;
padding:5px 0 5px 0;
color:#fff;
font-weight:bold;
}
/*-- end new css add --*/