/*
Theme Name: premium-expo
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.7.2
Author: premium-expo
Author URI: http://srinig.com/wordpress
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	 margin:0;
	 padding:0;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:9pt;
	 color:#666;
}

a { 
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#27a;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}
li{list-style:none;
margin:0px;
padding:0px;
}
/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
margin:0px;
padding:0px;
width:100%;
}

#content{
	float:left;
	margin:0px;
	padding:0px;
	}

#sidebar{
	float:left;
	margin:0px;
	padding:0px;
}

#footer {
	clear:both;
	margin:0px;
	padding:0px;
}

/* Header */

#header {
	margin:0;
	padding:0px;
}

#headertitle {
	float:left;
	position:absolute;
	top:2.4em;
	left:5%;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}

.search {
	float:right;
	padding:1.5em 5% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:218px;
	border:1px solid #69b;
	margin:0;
	padding:0.2em 5px;
	background:#38b;
	color:#ddd;
	font-size:1.1em;
}


/* Top navigation */
#navbar {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#165279;
	height: 2.3em;
	margin: 0px;
	padding: 0px ;
}


	
#nav {
	margin:0 5%;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#c6c8c9;
	display: block;
    font-weight: bold;
	padding: 0.5em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0 2em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* Sidebar */


#sidebar ul {
	float: left;
    list-style: none outside none;
    margin: 0 10px 10px 20px;
    padding: 0;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
margin:0px;
padding:0px;
background:none;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	 background: url("../../../images/point.jpg") no-repeat scroll left center transparent;
    color: #888888;
    float: left;
    margin: 6px 0;
    padding: 0 0 0 15px;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	color: #CF271A;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    margin: 15px 0 10px 0px;
    text-transform: uppercase;
}


/* Footer */
#footer { 
	text-align:center;
}



/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:9pt;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}


div.navigation {
	font-size:1.1em;
}




.postentry table tr td {
	padding:5px 0px;
}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.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;
}

/*template-css*/
.global_container{
                  float:left;
				  width:100%;
                 }
.header_section,.menus_section,.body_section,.footer_section
               {
			    width:100%;
				float:left;
               }
.hbg{
     background:url(../../../images/header_bg.jpg) repeat-x;
    }
.mbg{
     background:url(../../../images/menu_bg.jpg) repeat-x;
	 background-color:#1c5498;
    }
.fbg{
     background:url(../../../images/footer_bg.jpg) repeat-x;
	 padding:0 0 20px 0;
    }
			   
.alignment{
           margin:0 auto;
		   padding:0;
		   width:960px;
		   overflow:hidden;
		   clear:both;
          }
.clearfix{
          clear:both;
		  content:".";
		  margin:0;
		  padding:0;
		  height:0;
		  overflow:hidden;
         }		  
.header_single{
               float:left;
			   width:320px;
              }
.logo{
      float:left;
	  margin:0px 0 10px 0;
     }
.logo img{
width:370px;
}
.headpic img{
             margin:8px 0 0 80px;
			 float:left; 
            }
.callus{
        font-size:14pt;
		font-weight:bold;
		text-transform:uppercase;
		color:#cf271a;
       }
.call{
       font-size:8pt;
	   line-height:22px;
	   float:right !important;
	   width:250px !important;
	   margin:54px 0 0 0;
     }	   
.call a{
        text-decoration:none;
		color:#0066CC;
       }	   
.buydirect{
           font-size:14pt;
			color:#cf271a;
          }
#header ul{
     margin:0;
	 padding:0;
	 list-style:none;
	 width:960px;
	 float:left;
    }
#header ul li{
          float:left;
		 padding: 6px 21px 6px 20px;
         }
#header ul li:first-child{
                      padding-left:20px;
                     }		 
#header ul li a{
             color: #FFFFFF;
			 font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
           }
#header ul li a:hover{
                  color:#aaeeFF;
                 }
				 
.banner{
        float:left;
		width:958px;
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		margin:2px 0 20px 0;
		background:url(../../../images/banner_bg.jpg) repeat-x;
		height: 200px;
    overflow: hidden;
    width: 958px;
       }

.banner p{
          width:600px;
		  float:left;
		  margin:0px;
		  font: italic 15px/1.4em "Georgia",Times New Roman,Times,serif;
         }
.banner p span{
               font-size:20pt;
			   font-weight:bold;
			   text-transform:uppercase;
			   color:#0760ab;
			   font-family:Arial, Helvetica, sans-serif;
			   font-style:normal;
              }
		 
	   
.main_body{
           float:left;
		   width:960px;
          }
.body_left{
           float:left;
		   width:230px;
		   border-right: 1px solid #EEEEEE;
          }
.left_single{
             float:left;
			 width:230px;
			 background:url(../../../images/tabsingle.jpg) repeat-x;
			 background-color:#f7f7f7;
            }
.left_single p.heading{
                       float:left;
					   margin:15px 0 10px 20px;
					   text-transform:uppercase;
					   color:#cf271a;
					   font-weight:bold;
					   font-size:10pt;
                      }			
.left_single ul{
                float:left;
				list-style:none;
				padding:0;
				margin:0px 10px 10px 20px;
               }
.left_single ul li{
                   padding:0 0 0 15px;
				   width:180px;
				   float:left;
				   background:url(../../../images/point.jpg) no-repeat;
				   background-position:left center;
				   margin:6px 0 6px 0;
				   color:#888;
                  }
.left_single ul li a{
                      text-decoration:none;
					  color:#888;
                    }				  			   					  
.body_right{
            
    float: left;
    margin: 0 0 20px 8px;
    width: 721px;
           }
		   
.single_sl{
           float:left;
		   width:720px;
		   padding:0 0 20px 0;
		   margin:0 0 20px 0px;
		   border-bottom:1px solid #eee;
          }
.nopadding{padding:0;margin:0;}		  		   				 
.product_single{
                float:left;
				width:178px;
				padding:0 0px 0 0px;
				border-left:1px solid #eee;
				text-align:center;
				min-height: 232px;
               }
.noborder{border:none !important;}	
.product_single:first-child{
border:none;
}		   
.product_single img{
                    
					text-align:center;
                   }
.product_single p{
                  float:left;
				  width:178px;
				  margin-top:8px;
				  margin-bottom:8px;
				  color:#888;
				  text-align:center;
                 }
.product_single a{
                    display:block;
					font-size:11pt;
					width:49%;
					margin:0 auto;
					text-transform:uppercase;
					font-weight:bold;
					text-decoration:none;
					background-color:#cf271a;
					padding:5px;
					color:#fff;
					overflow:hidden;
                   }
.product_single a p{
margin:0px;
padding:0px;
float:left;
color:#fff;
width:100%;
}
.product_single a.image-link{
                    display:block;
					font-size:11pt;
					width:auto;
					margin:0 auto;
					text-transform:uppercase;
					font-weight:bold;
					text-decoration:none;
					background:none;
					padding:0px;
					overflow:hidden;
min-height: 154px;
                   }
.product_single a.product_single-a{
display:block;
					
					margin:0 auto;
					text-transform:uppercase;
					font-weight:bold;
					text-decoration:none;
					background:none;
					padding:0px;
					color:#fff;
					overflow:hidden;
					height: 154px;
					width:100%;
					text-align:center;
}
p.para{
       float:left;
	   margin:10px 0 0 20px;
	   line-height:18px;
	   color:#888;
      }				   			   				 
.shoping img{
             margin:20px 0 20px 20px;
            }
			
							 
.order{
       padding:10px 0 20px 0;
	   text-align:center;
      }
.order p.heading1{
                  font-size:11pt;
				  text-transform:uppercase;
				  font-weight:bold;
				  color:#cf271a;
                 }
.order p.heading1 span{
                       font-size:14pt;
                      }				 	  				 
				 
.noimg{
       background:none !important;
      }	
.print ol li{
list-style:decimal;
margin-top:12px;
}	
.print ol li:first-child{
margin-top:0px;
}	 
				 
.footer_single{
               float:left;
			   width:600px;
			   margin:18px 0 8px 200px;
			   text-align:center;
			   color:#888;
			   line-height:18px;
              }
.footer_single ul{
                  list-style:none;
				  width:580px;
				  margin:0;
				  padding:0;
                 }
.footer_single ul li{
                     display:inline;
					 padding:0 10px;
					 border-left:solid 1px #888888;
					 line-height:12px;
                    }
.footer_single ul li:first-child{
border:none;
}
.footer_single ul li a{
                       color:#888;
					   text-decoration:none;
                      }
.footer_single ul li a:hover{
                             color:#666;
                            }					  									 			  				 
/*template css*/

/*contact page*/

.icontent_wrapper{
	width:985px; padding:15px 0 15px 15px;
}
.icontent_wrapper p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:25px;
}
.icontent_wrapper input{
	width:300px;
	height:25px;
	color:#333;
	border:1px solid #CCC;
	margin:5px 0 0 0;
	padding:5px;
	float:left;
}
.icontent_wrapper input:focus{
	color:#000;
	font-weight:bold;
	background:#FFC;
}
.icontent_wrapper select{
	width:300px;
	height:30px;
	color:#333;
	border:1px solid #CCC;
	margin:5px 0 0 0;
	padding:5px;
}
.icontent_wrapper textarea{
	width:300px;
	height:80px;
	color:#333;
	border:1px solid #CCC;
	margin:5px 0 0 0;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}
.icontent_wrapper textarea:focus{
	color:#000;
	font-weight:bold;
	background:#FFC;
}
.icontent_wrapper input[type=submit]{
background:url(../../../images/submit-bg.jpg) left top repeat-x;
font-size:13px;
font-weight:bold;
width:96px;
color:#FFFFFF;
text-transform:uppercase;
margin:0px;
padding:4px;
height:33px;
float:left;
border:none;
cursor:pointer;
}
.icontent_wrapper input[type=reset]{
background:url(../../../images/submit-bg.jpg) left top repeat-x;
font-size:13px;
font-weight:bold;
width:96px;
color:#FFFFFF;
text-transform:uppercase;
margin:0px;
padding:4px;
height:33px;
float:left;
border:none;
margin-left:10px;
cursor:pointer;
}
.icontent_wrapper ul li{
clear:both;
}
#slider ul li{
margin:0px;
padding:0px;
float:left;
width: 958px;
}
#slider ul li:first-child{
margin:0px;
padding:0px;
float:left;
}
.banner_cnt{
 margin: 30px 0px 30px 40px;
 float:left;
 width:96%;
 position:relative;
}
.banner_cnt img{
margin-top:1px;
}
.banner_cnt img.attachment-banner{
top:-30px;
position:absolute;
right:41px;
}
.product-container{
border-bottom: 1px solid #EEEEEE;
    float: left;
    padding: 0 0 20px;
	}
h2.posttitle{
 color: #CF271A;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
	}
h2.posttitle a{
 color: #CF271A;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
	}
.posttitle a{
 color: #CF271A;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
	}
	
	
	/*display-items*/
.product_landing{
	width:1000px; padding:15px 0;
	position:relative;
}
.product_landing .leftimage{
	width:350px; float:left;
}
.product_landing .rightdetails{
	width:600px; float:left;
}
.product_landing .rightdetails h1{
	font:normal 30px Arial, Helvetica, sans-serif;
	color:#408abf;
	padding:0 25px 0;
}
.product_landing .rightdetails p{
	font:normal 13px/1.5em Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	padding:5px 0 0 27px;
	text-align:justify;
}
.product_landing .rightdetails ul{
	padding:10px 0 0 45px;
}
.product_landing .rightdetails li{
	list-style:none;
	font:normal 13px/1.5em Arial, Helvetica, sans-serif;
	color:#000000;
	padding:5px 0 8px 20px;
	background:url(../../../images/inner_listing_bg.jpg) no-repeat 0 3px;
}
.product_landing .rightdetails li span{
	color:#408abf;
}



/*** Product Category page      ****/
.catagory_div{
	width:704px;
	float:left;
}

.clear
{
	clear:both;
}

.search-result-Msg
{
	width:704px;
	float:left;
	/*font:normal bold 18px /1.3em Arial, Helvetica, sans-serif; */
	font:normal 18px /1.3em Century Gothic; 
	color:#B00000;
	padding-left:15px;
}
.category-intro
{
	 color:#999999;
	 font-size:14px;
	 line-height:1.2em;
	 margin:10px 0px 0px 20px;
}
.c_head{
	height:42px;
	float:left;
	width:704px;
}
.catagory_name_div{
	
	/*font:normal bold 13px /1.3em Arial, Helvetica, sans-serif; */
	font:normal 20px /1.3em Century Gothic; 
	color:Black;
	float:left;
	padding-left:5px;
}
.gvSearchResult
{
	margin-left:10px;
	font-style:normal;
	font:normal 14px /1.3em Century Gothic; 
}

.products_div{
	float:left;
	width:704px;
	background-color:#fff;
	padding-left:15px;
}
.product_box_p{
	width:233px;
	height:133px;
	float:left;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	margin:0 27px 0 0;
	padding:19px 20px 23px 18px;
}
.product_box_3{
	width:253px;
	height:143px;
	float:left;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	padding:9px 9px 23px 9px;
}

.Prdoct_right
{
	width:350px;
	
	float:left;
	/*padding:21px 21px 30px 21px;
	height:350px;
	background-image:url(../images/bg_product.jpg);
	background-repeat:no-repeat;*/
}
.product_discription
{
	width:100%;
	color:#333333;
	font-family:Century Gothic;
	font-size:15px; 
	float:left;
}
/*.product_name{
	margin:0; padding:0;
	font:normal bold 18px /1.3em Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:5px;
	border-bottom:solid 1px #C8C8C8 ;
	width:704px;
	padding-bottom:3px;
}*/

.product_details{
	margin-top:5px;
	float:left;
	width:233px;
	height:83px;
}
.product_image{
	width:79px;
	height:79px;
	border:2px solid #dedbdb;
	float:left;
}
.Other-menu
{
	width:350px;
	height:43px;
	float:right;
	/*height:75px;border:solid 1px Black;*/
	font-family:Century Gothic;
}
.Other-menu-image
{
	width:20px;
	height:15px;
	float:left;
}

.Other-menu-item
{
	width:145px;
	height:15px;
	padding-left:5px;
	/*padding-top:5px; */
	float:left;
	margin-top:5px;
}

.other-menu-link
{
	color:Black;
	float:left;
	
}

.other-menu-row
{
	height:25px;
	border-bottom:solid 1px #C8C8C8 ;
	padding-bottom:1px;
}
.enquire-button
{
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	height:20px;
}
.product-image
{
	
}
.product-otherImages
{
	width:100%;
	
}
/*--------------------Hover image changing css-----------------------------*/
.Prdoct_left
{
	position:relative;
	width:340px;
	float:left;
	margin-left:10px;
	margin-bottom:15px;
}

.product-image 
{
	left:0px;
}

.rowImage
{
	/*border:solid 1px #E8E8E8;*/
}

.rowImage img
{
	/*border:solid 1px #C8C8C8;
	width:100px;
	height:100px;
	float:left;*/
}

.rowImage span
{
	
	position:absolute;
	visibility: hidden;
	left: -1000px;
}
.rowImage:hover span
{
	position:absolute;
	visibility: visible;
	display:block;
	width:300px;
	height:300px;
	background:white;
	top:0px;
	left: 0px;
	z-index:50;
}
.rowImage:hover product-image 
{
	visibility: hidden;
}

/*---------------- for color -------------------------------*/

.rowcolor
{
	display:block;
	border:solid 1px #E8E8E8;
	width:10px;
	height:10px;
	float:left;
}
.choose-colorHead
{
	width:70%;
	font-size:11px;
	background-color: #E8E8E8;
	vertical-align:middle;
	padding:5px 0px 5px 10px;
}
.rowcolor span
{
	position:absolute;
	visibility: hidden;
	left: -1000px;
}

.rowcolor:hover span
{
	position:absolute;
	visibility: visible;
	top:0px;
	left: 0px;
	z-index:50;
}

.rowcolor:hover product-image 
{
	visibility: hidden;
}



/*--------------------Hover image changing css-----------------------------*/

.product_text{
	width:133px;	
	/*font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;*/
	font:normal 11px/1.3em Century Gothic;
	color:#616161;
	float:left;
	margin-left:10px;
	text-align:justify;
}
.product_text1{
	width:133px;	
	/*font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;*/
	font:normal 11px/1.3em Century Gothic;
	color:#616161;
	float:left;
	margin-left:10px;
	text-align:justify;
}
.product_bottom_div{
	width:100%;
	float:left;
}
.rating{
	width:80px;
	float:left;
	margin-top:5px;
}
.product_more{
	float:left;
	width:145px;
}

/*** Product Category page End     ****/

/*-------Promotional Products-----------*/
.ratingStar {
                font-size: 0pt;
                width: 13px;
                height: 12px;
                /*margin: 0px;
                padding: 0px;*/
                cursor: pointer;
                display: block;
                background-repeat: no-repeat;
                margin-top:4px;
            }

            .filledRatingStar {
                background-image: url(../images/FilledStar.png);
                
            }

            .emptyRatingStar {
                background-image: url(../images/EmptyStar.png);
                
            }

            .savedRatingStar {
                background-image: url(..iImages/SavedStar.png);
                
            }
            /*------End---Promotional Products-----------*/
            
            
 /*------Contact Us Page---------*/
#middil_leftSt
{
	width:673px;
}

.middil_text
{
	padding-left:4px;
	width:656px;
	float:right;	
	padding-top:10px;
	padding-right:4px;
}
h1
{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Century Gothic;
	font-size: 22px;
	color: #cc3333;
	padding-left: 20px;
}
.lblerror
{    
    color: White;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:Century Gothic;
    font-size: 14px;
    background-color: #F6631D;
    font-weight: lighter;
    
}
.box_02
{
	width:200px;
	padding-left:10px;
	float:left;
	text-align:justify;
	padding-top:1px;
	height:75px;
}
.enquiry
{
	width:400px;
	padding-left:15px;
	float:left;
	border-left:#c4bfbf solid 2px;
} 
 .box_06
{
	float:left;
	width:97px;
	height:22px;
	padding-top:4px;
}
.box_05
{
	float:left;
	width:280px;
	height:26px;
}
.input
{
	width:245px;
	height:18px;
	border:#c4bfbf solid 1px;
}.input_area
{
	width:245px;
	height:120px;
	border:#c4bfbf solid 1px;
}
.lbl
 {
   /*font-family:Arial, Helvetica, sans-serif;*/
   font-family:Century Gothic;
   font-size:11px;
   font-weight:bold;
   color:#333333;
   padding-left:10px;
 }
 /*------End Contact Us Page---------*/
 
 /*------Product Category------------*/
 .categoryDescription
 {
 	float:left;
 	width:44%;
 	text-align:justify;
 	color:#989898;
 	font-size:16px;
	margin:35px 0 0 25px;
	
 }
 
 .categoryDescription  h1.cat-head
 { 
 	font:normal 18px Century Gothic,arial;
 }
  
 #category-image
 {
 	float:left;
 	text-align:center;
 	width:50%;
 }

/* email editor -----------*/
.email-editor
{
	width:450px;
	height:300px;
}
.email-close
{
	float:right;
	vertical-align:top;
}
.emaiil-head
{
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#B80000 ;
}
.email-label
{
	float:left;
	text-align:right;
	padding-right:15px;
	width:75px;
	color:Black;
}
.email-textbox
{
	float:left;
	text-align:left;
	padding-left:15px;
	width:300px;
}
.email-buttons
{
	text-align:right;width:50%;	border:solid 1px balck;
}
.email-modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#gvShoppingCart
{
	margin-left:15px;
}
#testimonial p
{
	text-align:justify;
	padding-right:30px;
}
#testimonial
{
	padding-top:20px;
	
	margin-left:20px;
	width:100%;
}

/*.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}*/

/* ------------------email popup css--------------------*/


img{border:none;}

.pop_wrapper{
	width:459px;
	border:1px solid #a6a6a6;
	padding:9px;
    position:relative;
    background:#fff;
}

a.popclose:link,visited,hover{
	position:absolute;
	width:21px;
	height:20px;
	left:449px;
}

.pop_header{
	width:459px;
	height:37px;
	background:url(../images/popup_header.jpg) no-repeat;
}

.pop_wrapper p{
	width:459px;
	/*font-family:"Arial", Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	font-size:11px;
	font-style:italic;
	color:#787878;
	margin:5px 0 5px 0;
}

.popup_form{
	width:459px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background:#f5f5f5;
	margin:0 0 6px 0;
}

.popup_form span{
	/*font-family:"Arial", Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	font-size:11px;
	color:#8f8f8f;
	text-transform:uppercase;
	margin:4px 0 0 4px;
}

.popup_form ul{
	 padding:0 0 0 77px;
	 margin:0;
}

.popup_form ul li{
	padding:0;
	margin:0 0 6px 0;
	list-style:none;
}

.popup_form label{
	/*font-family:"Arial", Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	font-size:10px;
	color:#000;
	width:62px;
	float:left;
	display:block;
	margin:4px 0 0 0;
}

.txtbox{
	width:210px;
	/*font-family:"Arial", Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	font-size:11px;
	color:#000;
}

.popup_btn{
	width:91px;
	float:right;
}

.clear{
	clear:both; 
}

.sub-links
{
	/*font-family:"Arial", Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	font-size:12px;
	float:left;
	text-align:left;
	/*border-bottom:solid 1px #B0B0B0 ;*/
}

.sub-links a
{
	color:#D00000;
	text-decoration:none;
}
.sub-links a :visited
{
	color:rgb(208,0,0) ;
}


#direct-marketing
{
	width:100%;
	height:590px;
}
#Printed-marketing-Service
{
	background-image: url(../Admin/CategoryImages/02.jpg);
	width:267px;
	height:590px;
}
.lblCartAlertMsg
{
	margin-left:5px;
	color:Red;
	font-size:15px;
}
.marketing-links
{
	width:704px;
	float:left;
	padding:10px 0 15px 10px;
	background:#f1f1f1;
	border-top:1px solid #CFCFCF;
}
.marketing-links ul
{
	padding:0 0 0 0;
}
.marketing-links ul li
{
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	color:#b28200;
	list-style:none;
	background: url(../images/arrow_down.png) no-repeat;
	padding:10px 15px 10px 38px;
	float:left;
	text-transform:uppercase;
	height: 14px;
	width: 239px;
}
.marketing-links ul li a:link
{
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	color:#b28200;
	text-decoration:none;
}
.marketing-links ul li a span{color:#2c2c2c;}
.marketing-links ul li a:visited
{
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	color:#b28200;
	text-decoration:none;
}
.marketing-links ul li a:hover
{
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	color:#2c2c2c;
	text-decoration:none;
}
.product-NavLinks
{
	width:100%;
	float:left;
	margin-left:10px;
	margin-bottom:15px;
	padding-left:10px;
}
.product-NavLinks .navs
{
	padding-right:20px;
	font-family:Century Gothic;
	float:left;
	color:#505050;
	padding-left:18px;
	font-size:14px;
	background:url(../Images/arrow-up-left.png) no-repeat;
}
.searchSuggestion
{
	width:100%;
	font-family:'Century Gothic',Arial;
}
.cats
{
	text-decoration:underline;
	font-size:11px;
	color:Black;
	font-style:italic;
}
.cats a:visited
{
	text-decoration:underline;
	font-size:11px;
	color:Black;
	font-style:italic;
}
.photospace ul.thumbs li {
margin:0px !important;
}
.photospace ul.thumbs img{
width:110px;
height:110px;
}
.gal_content{
float:left !important;
position:absolute;
top:10px;
}
.photospace .controls{
margin-top:0px !important;
}
.photospace{
width:350px !important;
margin:0px !important;
}
.thumbs_wrap{
float:left;
margin-top:350px;
}
.photospace .gal_content a:hover{
color: #CF271A;
text-decoration:none !important;
}
.inner-body{
width:99%;
}
.display-item-row{
width:99%;
}
.display-product{
width:187px;
}