/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	
}



ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** Styles */

/*body {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    background: #fff;
    font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}*/

.wrapper{
	padding: 20px 0px 0px 20px;
	margin-bottom:20px;
	border: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #F1F1F1;
	min-height: 450px;
	width: 228px;
        }

h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
}

/** Contact Form **/

#contact-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.form-wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.address-wrapper {
    float:right;
    width: 280px; border:0px solid #FF0000;
   /* position: absolute;*/
  /*  right: 0;
    top: 0;*/
    color: #999;
   /* background: #fff;*/
    margin-top: 20px;
}


#contact-wrapper h2 {
	font-size: 22px;
	color: #FF007A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact-wrapper h2.success {
    color: #5791fc;
}

p.success {
    font-size: 16px;
    color: #666;
}

#map-outer {
    width: 260px;
    height: 205px;
    
    
}

#map {
    width: 260px;
    height: 200px;
    float: right;

}

#map-big {
    width: 912px;
    height: 312px;
    float: right;
}



.street-address {
	font-size: 14px;color: #777;
	text-align: left;
	background-color: #f4f4f4;
	padding: 26px;
	border-radius:10px;
	}


.directions-form {
    display: none;
    clear: both;
    padding: 12px 0;
    height: 60px;
}

.directions-form ul {
    width: 100%;
    margin-bottom: 12px;
}

.directions-form li {
    width: 441px;
    display: block;
    float: left;
}

.directions-form input, .directions-form select {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.2;
}

.directions-form input {
    width: 425px;

}

.directions-form li:first-child {
    margin-right: 10px;
}

.directions-form li:last-child {
    margin-left: 18px;
}

.directions-form .filters{
    margin-bottom:12px;
}

.dir-label {
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
}

.directions-form select {
    width: 20%;
    display: block;
    float: left;
    margin-right: 12px;
}

#get-directions {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #444444;
    display: block;
    float: right;
    height: 30px !important;
    padding: 6px;
    text-shadow: 1px 1px 0 #EEEEEE;
    width: 100px;
}

#get-directions:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.directions {
    clear: both;
    display: none;
}

#dir-container {
    display: none;
    clear: both !important;
}

.get-directions-button, .submit input {
    width: 260px;
    text-align: center;
    padding: 6px;
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    background-color: #f1f1f1;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #ddd;
    -moz-box-shadow: 0px 1px 4px #ddd;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    margin: 12px 0;
    text-align: center;
    cursor: pointer;
    float:right;
}

.submit input{
    padding: 6px 3px;
    margin-right:0px;
    height: 36px;
    cursor: pointer;
    width: 80px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #ccc;
    font-weight:bold;
    color:#666;
}

#company-street-address{
    display:none;
}
/** Form Styles **/
input, textarea, select {
    font: 16px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    width: 145px;
    padding: 8px 6px;
    margin: 0;
    color: #999999;
    text-shadow: 0 0 1px #FFFFFF;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}


input {
   /* height: 16px;*/
}

select {
    width: 230px;
    padding: 6px 6px;
}

textarea {
    width: 200px;
	float:left;
	margin-right:18px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);

}

input:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}



.field {
	position: relative;
	width: 210px;
	clear: both;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}



.error, .tooltip {
    height: 42px;
    width: 186px;
    background-color: #FFCFCF;
    border: 1px solid #E5A3A3;
    font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    color: #801B1B;
    padding: 8px 2px 8px 8px;
    margin-left: -2px;
    border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    z-index: 999;
}

.error{
    /*z-index:9999;*/
	width:15px;
}

.error span, .tooltip span{
    width:186px;
    display:block;
}

.tooltip {
    background: #F2F2F2;
    border-color: #DBDBDB;
    color: #666;
}

.overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    width: 912px;
    padding: 24px;
    min-height: 200px;
    border: 1px solid #666;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f4f4f4, #ffffff 1px, #f4f4f4 95%);
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #ddd;
    -moz-box-shadow: 0px 1px 4px #ddd;
}


.overlay .close:before {
    content: 'X';
}

.overlay .close {
    background: #eee;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    height: 23px;
    padding-top: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 29px;
}

#exposeMask{
    position:fixed !important;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}

/* Add By Anshu @ 22-Nov-2012 */
.directions-form captcha_input {
	width: 200px;

}
#error-msg{	
	font: 11px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	color: #801B1B;
	font-weight:bold;
}

.errormsg
{
	font: 11px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	color: #801B1B;
	font-weight:bold;
}

#right_panel .right-price-chart 
{
    width: 250px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

#right_panel .right-price-chart h2
{
    background-color: #AAABAF;
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

#right_panel .right-price-chart h3
{   
    font-size: 13px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
}

#right_panel .right-price-chart .inner-upper-div
{
    width: 100%;
    text-align: center;
    font-size: 15px;
    background-color: #D2D3D5;
}


#right_panel .right-price-chart .inner-div
{
    width: 100%;
    text-align: center;
    font-size: 15px;
    background-color: #E6E7E9;
    line-height: 30px;
    border: 0px solid red;
    height: 30px;
}

#right_panel .right-price-chart .inner-div .qty-left-div
{
    width: 25%;
    text-align: center;
    color: #2A7FFF;
    float: left;
}
#right_panel .right-price-chart .inner-div .qty-center-div
{
    width: 35%;
    text-align: center;    
    color: #333;
    float: left;
}
#right_panel .right-price-chart .inner-div .qty-right-div
{
    width: 35%;
    text-align: center;
    color: #333;
    float: left;
}



.conta-frm { font-size:13px; color:#333333; background-color:#e5e5e5; padding:15px; margin-top:20px;}
.conta-frm h2  { font-size:15px; font-weight:bold; color:#333333; margin-bottom:15px; }
.conta-frm input[type=text], .conta-frm textarea { font-size:13px; color:#666666; border:1px solid #CCCCCC;}
.conta-frm input[type=submit] { background:#15499B; color:#FFFFFF; padding:0px 0px; height: 30px; font-weight:bold; border:none; border-radius:2px;}
.conta-frm input[type=submit]:hover { background-color:#f58220; cursor:pointer;}


.quote_enqury{
padding: 5px 20px 20px 20px;
margin-bottom: 20px;
width: 100%;
margin-top: 34px;
background-color: #EAEAEA;
        }
        
.quote_field {
 //position: relative;
 //width: 487px;
        float: left;
 margin-right: 0;
 margin-left: 0;
 padding-right:10px;
}
.quote_input{height: 13px ; }