/* CSS FOR GREATER THAN 980 */
@media only screen and (min-width: 980px) {

div#home img {
float: left;
}

div#home {
border:2px solid gray;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#homepics {
	padding: 3px 6px;
	border-radius: 5px;
	margin-bottom: 1em;
	border: 4px groove #dddddd;
        line-height: normal; /* Added to fix double border in IE */
}

#homepics ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 85px;
	text-align: center;
}

#homepics img {
	width: 75px;
	height: 70px;
}

}
/* END GREATER THAN 980 */

#homepics ul li {
	list-style: none !important;
	text-align: center;
}

h2.title {
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

a {
  text-decoration: none !important; 
  vertical-align: top !important;
}
a.plain {
  vertical-align: baseline !important;
}
a:hover {
text-decoration: none;
}

#sidebar ul {
list-style: none;
font-size: .9em;
width: 220px;
font-weight: bold;
line-height: .1em !important;
}

#sidebar ul li a {
	line-height: 1.4em;
	color: black;
	padding:0;
}



#text-3 .textwidget {
    color: #cd2d13 !important;
    font-size: 1.0625em;
    font-weight: bold;
}

.widget_text {
   padding-left: 1em;
}

#footer {
    border-top: 40px solid #000 !important;
    padding: 6px 0 !important;
margin-top: -40px;

background: rgb(216,216,216); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(216,216,216,1) 10%, rgba(255,255,255,1) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(216,216,216,1)), color-stop(35%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 10%,rgba(255,255,255,1) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(216,216,216,1) 10%,rgba(255,255,255,1) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(216,216,216,1) 10%,rgba(255,255,255,1) 35%); /* IE10+ */
background: linear-gradient(top,  rgba(216,216,216,1) 10%,rgba(255,255,255,1) 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#sidebar {
	overflow: visible;
}

#navigation {
	margin-bottom: 0px;
	padding: 5px 0;
}

#navigation li {
	margin-right: 6px;
}

.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected {
    border-radius: 3px;
}


li.sub-rss, ul.rss {
	display: none;
}

li#menu-item-18 a {
border-left: 0;
}

.menu-left-sidebar-container {
border-right: 3px groove #999999;
border-bottom: 6px groove #999999;
border-bottom-right-radius: 8px !important;
background: #fff;
margin: 0 -10px 0 0;
padding: 8px 0;
}

.menu-left-sidebar-container a:hover {
    color: #D7240E !important;
}

.two-col-right-980 #main-sidebar-container #main {
	width: 700px;
}

.two-col-right #main-sidebar-container #sidebar {
    width: 235px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 74%, rgba(215,215,215,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 74%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 74%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 74%,rgba(215,215,215,1) 100%); /* IE10+ */
  background: linear-gradient(left,  rgba(255,255,255,1) 74%,rgba(215,215,215,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=1 ); /* IE6-9 */

}

img {
border: none !important;
}
/*
.entry img {
float: right;
}
*/
.button, a.button:visited, a.button:active, a.button:hover {
background: #093594;
margin-bottom: 2px;
font-weight: bold;
font-size: 1.25em;
box-shadow: 3px 3px 3px rgba(0,0,0,.7);

}

.fr {
float: right;
}

.fl {
float: left !important;
}


.b {
  font-weight: bold !important;
}

.padding-right {
padding-right: 10px !important;
}

p#bold {
  font-weight: bold !important;
}

  p#bold span {
    color: #CD2C12;
}

p#bold span a {
    color: #CD2C12;
}


#contact-buttons {
  margin-left: 100px;
}

td {
padding: 6px;
}

#hairdryer {
padding-top: 40px;
}

.top-margin {
margin-top: 30px !important;
}

h1.title {
text-shadow: none;
text-align: right;
border-bottom: 2px solid #000;
}

.gray-border {
border: 1px solid #eee !important;
}

.red {
    color: #CD2C12;
}

.no-bullets {
list-style: none !important;}

#button-red {
padding: 8px;
background: #D7240E;
margin-top: 10px;
text-transform: uppercase;
font-size: 1.2em;

-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,.5);
-moz-box-shadow: 1px 1px 0px rgba(0,0,0,.5);
box-shadow: 1px 1px 0px rgba(0,0,0,.5);

}

.w {
color: #fff !important;
}

.entry p.bigred {
	font-size: 150%;
	color: #CC0000;
}

td {
border: 5px solid transparent !important;
padding-right: 34px;
font-size: .875em;
}

img#girl {
margin: 0 30px 0 -32px;
}

.clear {
clear: both;
}

.button-gray {
background: #ccc !important;
font: bold 1.5em;
width: 200px;
border-radius: 10px;
padding: 10px;
text-align: left;
-webkit-box-shadow: inset 5px 5px 5px rgba(255,255,255,.5);
-moz-box-shadow: inset 5px 5px 5px rgba(255,255,255,.5);
box-shadow: inset 5px 5px 5px rgba(255,255,255,.5);
margin-top: 10px;
}

.button-gray a {
	font-size: 150%;
	line-height: 125%;
}

#tubular_glass_viles {
margin-right: 20px !important;
}

th {
font: .875em;
font-weight: bold !important;
}

.align-left {
  text-align: left !important;
}

table {
margin-bottom: 12px !important;
}

div#home img {
	padding: 0 2px !important;
	display: inline !important;
	position: relative;
}

div#home {
	margin-bottom: 12px;
}

#main {
	padding: 10px 0 10px 10px;
}

#indent {
	margin-left: 20px !important;
}

.entry ul ul li {
font-size: 1.2em !important;
}

div#home-table {
	border: 2px solid gray;
	border-radius: 10px;
	width: 600px;
	margin-bottom: 15px;
}

div#home-table table {
	padding: 5px;
	margin: auto;

  	color: #000 !important;
  	font-weight: bold; !important;
  	text-align: center;
}

div#home-table td {
	padding: 0 !important;
}

/* GRAVITY FORMS */
.gform_wrapper .top_label .gfield_label { width: auto; }
li.gfield div.ginput_complex span.ginput_left, li.gfield div.ginput_complex span.ginput_right { width: auto; margin-right: 1em; }
li.gfield div.ginput_complex span.ginput_left input[type=text], li.gfield div.ginput_complex span.ginput_right input[type=text] { width: 10em; }
.gform_wrapper .ginput_complex .ginput_right { float: left; width: auto; }
.gform_wrapper input { padding: 3px !important; }
div.gform_body input, div.gform_body textarea { margin-bottom: 0; }
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
  width: 68%;
}
td.gfield_list_25_cell3 { width: 15em; }
td.gfield_list_25_cell6 { width: 10em; }
.gform_wrapper { width: 100%; }

@media only screen and (min-width: 1400px) {

/* Distributor Sales Kit - Tubular Glass Vial Market Info - Gravity Form #4 */
form#gform_5 .gform_description {
	font-size: 125%;
	font-style: italic;
	color: #000099;
	font-weight: bold;
}
#field_4_7 label.gfield_label, #field_4_37 label.gfield_label {
	display: none;
}
#field_4_33 label.gfield_label, #field_4_34 label.gfield_label, #field_4_31 label.gfield_label, #field_4_18 label.gfield_label{
	width: 5em !important;
}
ul#input_4_7, ul#input_4_32, ul#input_4_33, ul#input_4_34, ul#input_4_37, ul#input_4_31, li#field_4_15, li#field_4_25, li#field_4_17 {
	margin-left: 0 !important;
}
ul#input_4_7 li, ul#input_4_33 li, ul#input_4_34 li, ul#input_4_31 li, ul#input_4_39 li, ul#input_4_30 li, li#field_4_19, li#field_4_18 {
	float: left;
	margin-right: 1.5em !important;
}
li#field_4_11 label, li#field_4_12 label, li#field_4_13 label, li#field_4_14 label {
	float: right !important;
	width: 78% !important;
}
li#field_4_20 label.gfield_label, #field_4_19 label.gfield_label  {
	width: 13em !important;
}
#field_4_19 label.gfield_label  {
	width: 7em !important;
}
#field_4_32 label.gfield_label {
	float: none;
}
li#field_4_7, li#field_4_33, li#field_4_34, li#field_4_32, li#field_4_11, li#field_4_12, li#field_4_13, li#field_4_14, li#field_4_18, li#field_4_19, li#field_4_20 {
	clear: none;
}
li#field_4_33 {
	margin-bottom: 0 !important;
	height: 2em;
}
img.moveup {
	margin-top: -1.5em;
}
.leftlgindent {
	padding-left: 275px;
}
.extratop {
	margin-top: 3.0em;
}
body .gform_wrapper .gf_left_third {
	width: 29% !important;
	float: left !important;
	clear:  none !important;
	margin-top: 0 !important;
}
body .gform_wrapper .gf_middle_third {
 	width:39% !important;
	float: left !important;
	clear: none !important;
	margin-top: 0 !important;
}
body .gform_wrapper .gf_right_third {
 	width: 20% !important;
	float: left !important;
	clear: none !important;
	margin-top: 0 !important;
}
.gform_wrapper .left_label input.medium {
	width: 22% !important;
}
/* End Form #4 styles */

/* Vial Sales RFQ Form - Gravity Form #7 */
form#gform_7 .gform_description {
	font-size: 125%;
	font-style: italic;
	color: #000099;
	font-weight: bold;
}
#field_7_7 label.gfield_label, #field_7_37 label.gfield_label {
	display: none;
}
#field_7_33 label.gfield_label, #field_7_34 label.gfield_label, #field_7_31 label.gfield_label, #field_7_18 label.gfield_label{
	width: 5em !important;
}
ul#input_7_7, ul#input_7_32, ul#input_7_33, ul#input_7_34, ul#input_7_37, ul#input_7_31, li#field_7_15, li#field_7_25, li#field_7_17 {
	margin-left: 0 !important;
}
ul#input_7_7 li, ul#input_7_33 li, ul#input_7_34 li, ul#input_7_31 li, ul#input_7_39 li, ul#input_7_30 li, li#field_7_19, li#field_7_18 {
	float: left;
	margin-right: 1.5em !important;
}
li#field_7_11 label, li#field_7_12 label, li#field_7_13 label, li#field_7_14 label {
	float: right !important;
	width: 78% !important;
}
li#field_7_20 label.gfield_label, #field_7_19 label.gfield_label  {
	width: 13em !important;
}
#field_7_19 label.gfield_label  {
	width: 7em !important;
}
#field_7_32 label.gfield_label {
	float: none;
}
li#field_7_7, li#field_7_33, li#field_7_34, li#field_7_32, li#field_7_11, li#field_7_12, li#field_7_13, li#field_7_14, li#field_7_18, li#field_7_19, li#field_7_20 {
	clear: none;
}
li#field_7_33 {
	margin-bottom: 0 !important;
	height: 2em;
}
img.moveup {
	margin-top: -1.5em;
}
.leftlgindent {
	padding-left: 275px;
}
.extratop {
	margin-top: 3.0em;
}
body .gform_wrapper .gf_left_third {
	width: 29% !important;
	float: left !important;
	clear:  none !important;
	margin-top: 0 !important;
}
.appointments-list td.appointments-weekly-calendar-hours-mins {
  font-size: 20px;
}
body .gform_wrapper .gf_middle_third {
 	width:39% !important;
	float: left !important;
	clear: none !important;
	margin-top: 0 !important;
}
body .gform_wrapper .gf_right_third {
 	width: 20% !important;
	float: left !important;
	clear: none !important;
	margin-top: 0 !important;
}
.gform_wrapper .left_label input.medium {
	width: 22% !important;
}
/* End Form #7 styles */

/* RFQ Survey - Gravity Form #8, Order Survey - Gravity Form #9 */
form#gform_8 ul.gfield_checkbox, form#gform_9 ul.gfield_checkbox {
        margin-left: 50px !important;
}

/* End Form #8, #9 styles */

} /*end only show for screens greater than 980px */

/* CSS FOR LESS THAN 980 */
@media only screen and (max-width: 980px) {

#sidebar {display: none;}
.two-col-right-980 #main-sidebar-container #main {width: 100%;}

#homepics img {width:60%;}
#homepics ul {margin:0; padding:0;}
#homepics li {padding:5px 0;}

}

#footer #credit span {
    display: block;
}