/*
Project : Cables and Conductors
Code by : NISHANTH
Last modified : 22-08-12
Color Swatches
023488 - dark blue
d1e0f8 - light blue
c9c9c9 - light grey
ccd6e7 - medium blue
*/
*{margin:0; padding:0} img{border:none;} .left{float:left} .right{float:right} .clear{clear:both} span{ display:block} 
 .alignleft{ float:left; margin:0px 20px 20px 0;} .alignright{ float:right; margin:0 0 20px 20px; } img{ border:none; background: url(../images/loader.gif) no-repeat 50% 50%;}



/*=====link-styles=====*/
a:link, a:active, a:visited, a:focus{ text-decoration:none; color:#fff; outline:0;} a:hover{text-decoration: underline; color:#fff;}
a[href^="mailto"] {color:#d60000;background:url(../images/email.png) no-repeat;padding-left:22px;height:20px;padding-top:2px;}
a[href^="mailto"]:hover{text-decoration:underline;}
a[href^="http"] {color:#FFF;}
a[href^="http"]:hover{ text-decoration:underline;}
/*=====link-styles=====*/

span.phone{background: url(../images/phone.png) no-repeat left 50%;font:bold 10px  Verdana, Arial, Helvetica, sans-serif; padding-left:22px; padding-top:7px;}
span.fax{background: url(../images/fax.png) no-repeat left 50%; padding-left:22px; font:bold 10px  Verdana, Arial, Helvetica, sans-serif; padding-top:7px;}
table{border-collapse: collapse;} tr{margin: 1px;} tr.striped{background-color: #774f0a;color:#FFF;}
tr.striped2{background-color: #ebebeb;} td{padding:4px;border-right:1px solid #e8d4b3;}
.button {outline:0; border:1px solid #666; width:50px; height:30px;	background-color:#069;cursor:pointer;color:#fff; font:bold 12px  "Trebuchet MS", Arial, Helvetica, sans-serif}
.button2 { float:left;outline:0;  padding:4px;background-color:#069;cursor:pointer;color:#fff; font:bold 14px  "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow:0 2px 1px #000; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; box-shadow:0 0 4px #ccc; -moz-box-shadow:0 0 4px #ccc ;-webkit-box-shadow:0 0 4px #ccc}
.button2:hover {float:left;outline:0;  padding:4px;background-color:#093;cursor:pointer;color:#fff; font:bold 14px  "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow:0 2px 1px #000; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; text-decoration:none; box-shadow:0 0 4px #ccc; -moz-box-shadow:0 0 4px #ccc; -webkit-box-shadow:0 0 4px #ccc}




/*====form styles====*/
.formall{ float:left; width:350px; height:auto; margin:0px 0px 40px 0px; padding:0; }
 #frmhome{color:#000;} .field{ margin-bottom:5px; padding:5px;}
/* placeholder */
.placeholder{color: #b2b2b2;}
/* webkit placeholder */
::-webkit-input-placeholder{color: #b2b2b2;}
/* moz placeholder */
:-moz-placeholder {color: #b2b2b2;}
/* input field */
#frmhome input[type=text], select{background-color:#FFF;padding:5px;font-size:12px;	border:1px solid #e1e1e1; border-radius:5px; -moz-border-radius:5px;  -webkit-border-radius:5px;}
#frmhome input:focus { color:#000; background-color:#e9e9e9; }
#frmhome input:active { background-color:#e9e9e9; }
/*captcha-field*/
#frmhome input[type=text].code{background-color:#FFF;border:1px solid #e1e1e1;width:80px; height:30px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#frmhome input:focus.code{ color:#000; background-color:#e9e9e9; font-size:20px; }
/*textarea*/
#frmhome textarea{border:1px solid #e1e1e1;background-color:#FFF;padding:5px;font-size:12px;width:290px;outline:none;	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#frmhome textarea:focus{ color:#000; background-color:#e9e9e9;}
/* nested fieldset */
#frmhome fieldset {border:0;margin:0;padding:0;}
/* button */
#frmhome .button {outline:0; border:1px solid #666;	background-color:#26578d;cursor:pointer;color:#fff; padding:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
/* field label */
label{display:block;font-size:11px;color:#000;}
.innerError{font-size:9px;color:#ff0000;}
.innerHelp {font-size:9px;color:#5f8d00;}
#frmhome table tr { background:none; border-right:none;}
#frmhome table tr td{ background:none; border-right:none;}


/*PIE*/
.button,.button2,textarea,input[type=text], .code,#product-disp,#homebanner, #innerbanner, #content, #nav{behavior: url(PIE.htc);zoom:1;}