@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* Site-wide properties ======================================================== */
body {
    font: 12px/12px Arial, Helvetica, Tahoma, Verdana, sans-serif; }
    
    /* Fibonacci based heading scale ratio */
    h1{ font-size: 2.8em; font-weight: bold; 
    	line-height: 125%; margin: 15px 0;
    	color: #2E4575; font-family: 'Open Sans Condensed', sans-serif; 
    	margin: 15px 0; line-height: 125%;}
    h2{ font-size: 1.6em; font-weight: bold; 
	    line-height: 125%; margin: 15px 0;
    	color: #2E4575; font-family: 'Open Sans Condensed', sans-serif; }
    h3{ font-size: 1.4em; font-weight: bold;
    	line-height: 125%; margin: 15px 0;
    	color: #BA3B09; font-family: 'Open Sans Condensed', sans-serif; }
    h4{ font-size: 1.25em; font-weight: bold;
		color: #666; font-family: 'Open Sans Condensed', sans-serif; line-height: 125% }
    p{ font-size: 1em; font-weight: normal; 
    	line-height: 150%; margin: 15px 0;
    	color: #333; }
    a{color: #2E4575; text-decoration: none}
    a:hover{color: #BA3B09; text-decoration: underline}
    
img { 
	border: 0px; 
}

.alth1{ font-size: 1.6em; font-weight: bold; 
	    line-height: 125%; margin: 15px 0;
    	color: #2E4575; font-family: 'Open Sans Condensed', sans-serif; }
	
/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

.one-third { padding-right: 3%; width: 30.3%; float: left; }

/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    float: left;
    height: 1px;
    width: 100%; 
}
.clear {
	clear: both;
}
.up {margin-top: 0; padding-top: 0;}
.up2 {margin-bottom: 0; padding-bottom: 0;}

.nopad {padding: 0;}

.center {
	text-align: center;
}

.gradback {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

.recentName {
	line-height: 15px;
}
	
/* Basic Structure ============================================================= */
#wrap{
    margin: 0 auto;
    position: relative;
    width: 870px; }

    /* Header */
    #header {
        float: left;
        width: 100%; }
    
    /* Content */
    article{
        float: left;
        width: 100%; }
    
    /* Sidebar */
    .sidebar, aside{
        float: right;
        width: 25%;
        margin: 0 0 20px 20px;
		border: 2px solid #CCC;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		text-align: center;
		padding: 15px;
        }
        
    /* Footer */
    #footer {
        float: left;
        width: 100%;
        border-top: 1px solid #ccc; }
    
/* Project specifics =========================================================== */

body {
	background: #EEEEEE;
	padding: 0;
	margin: 0;
	border-top: 5px solid #225500;
}

#wrap{
    background: #FFFFFF;
	padding: 15px 30px 0 30px;
	-moz-box-shadow:    0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow:         0px 0px 10px #ccc;
}

#featured-home {
	float: left; 
	width: 440px; 
	padding: 20px; 
	margin-top: 11px; 
	height: 130px; 
	background: url('../images/home-back.jpg') top left no-repeat;
}

#featured-home h1 {
	text-shadow: 0 0 0.2em black;
	padding-top: 7px;
	color: white;
}

#featured-home h4{
	color: white;
	margin-top: -12px; 
	font-family: 'Open Sans', san-serif; 
	font-weight: normal;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.box-container {
	margin: 0 auto;
	position: relative;
	width: 810px;
	margin-bottom: 10px;
	padding-left: 20px;
	clear: both;
}

.box {
    border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    color: #555544;
    float: left;
    font-weight: bold;
	font-size: 16px;
	font-family: 'Open Sans Condensed',sans-serif;
    height: 195px;
    margin: 10px 20px 10px 0;
    padding: 5px 10px;
    text-align: center;
    width: 120px;
	line-height: 150%;
}

.box a {
	display: block;
	padding: 5px 0;
}

#home-cats .box {
	height: 160px;
	width: 120px;
}

.mh {
	background-color: #EFEFEF;
	padding: 6px;
	font-weight: bold;
}

.mrow {
	padding: 6px;
}

#item-price {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#item-recent {
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

.prod-photo {
	width: 140px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.prod-info{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.prod-price {
	width: 140px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
article li {
    line-height: 1.5em;
}

table.specs {
    width: 100%;
    
} 

table.specs th {
    padding: 5px;
    background: #eee;
    border: 1px solid #ccc;
}   

table.specs td {
    padding: 5px;
	line-height: 1.5em;
    border: 1px solid #ccc;
}

/* Dropdown Menu ====================================================================== */

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: black url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{

}

.ddcolortabs a:hover span{

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
visibility: hidden;
background-color: #efefef;
border: 1px solid #ccc;
padding: 5px;
}


.dropmenudiv_a a{
width: auto;
display: block;
padding: 2px 0;
text-decoration: none;
color: black;
padding: 4px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/

}

/* Header ====================================================================== */

#logo {
	float: left;
	margin: 10px;
	width: 431px;
	height: 57px;
	background: url('../images/usbanksupply-logo.png');
	cursor: hand;
}

#logo h1 {
	visibility: hidden;
}

#header-right {
	float: right;
	padding: 0 10px 0 0;
}

#header-links {
	padding: 0 0 10px 0;
	text-align: right;
}

#header-links2 {
	padding: 10px 0 0 0;
	text-align: right;
	font-weight: bold;
}

#header-right input[type=text] {
	width: 235px;
	padding: 5px;
	outline: none;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:    inset 1px 1px 1px #CCCCCC;
	-webkit-box-shadow: inset 1px 1px 1px #CCCCCC;
   	box-shadow:         inset 1px 1px 1px #CCCCCC;
   	margin-right: -11px;
} 

#search-go {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  position: relative;
  left: -9px;
  top: 2px;
  background-image: url('../images/search-go.png'); 
}

/* Navigation ================================================================== */

#nav-margin {
	height: 15px;
	clear:both;	
}

#nav {
	height: 40px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 10px;
	background: #447722; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NzcyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjU1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #447722 0%, #225500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#447722), color-stop(100%,#225500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #447722 0%,#225500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #447722 0%,#225500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #447722 0%,#225500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #447722 0%,#225500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447722', endColorstr='#225500',GradientType=0 ); /* IE6-8 */
}

#nav ul {
	list-style-type:none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
} 

#nav ul li {
    display: inline-block;
    float: none;
}

#nav a {
	display:block;
	color:white;
	height: 40px;
	line-height: 40px;
	padding: 0 12px 0 11px;
	margin: 0 -2px 0 -1px;
	border-right: 1px solid #447722;
	border-left: 1px solid #225500;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#nav  a:hover {
	color: #2E4575;
	text-decoration: none;
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 47%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#f6f6f6), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 47%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

#nav a.first {
	border-left: 0;
}

#nav a.last {
	border-right: 0;
}

a.sample_attach, a.sample_attach:visited, div.sample_attach {
	display: block;
	width: 450px;

	border: 1px solid #ccc;
	padding: 15px;

	background-color: #EFEFEF;
	font-weight: bold;
	line-height: 100%;
}

.popMenuTable {
	width: 100%;
}

.popMenuCell {
	padding: 5px;
	width: 50%;
	vertical-align: top;
}

/* Breadcrumbs ================================================================== */

#breadcrumbs {
	margin-left: 10px;
	color: #999;
}

/* Content ====================================================================== */

.title {
	font-size: 1.4em; 
	font-weight: bold;
    line-height: 125%; 
	margin: 15px 0 10px;
    color: #263961; 
	font-family: 'Open Sans Condensed', sans-serif; 
}

.infohead {
	font-weight: bold;
}

.button {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border: 1px solid #225500;
	text-align: center;
	padding: 3px 10px;
	color: white;
	font-weight: bold;
	font-size: .9em;
	background: #447722; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NzcyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjU1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #447722 0%, #225500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#447722), color-stop(100%,#225500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #447722 0%,#225500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #447722 0%,#225500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #447722 0%,#225500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #447722 0%,#225500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447722', endColorstr='#225500',GradientType=0 ); /* IE6-8 */
}

a.remove {
	color: #CC0000;
	font-weight: bold;
}

#footer .np a  {
	color: #666666;
}

/* Footer ====================================================================== */

#footer, #footer p {
	color: #666;
	line-height: 150%;
}

#footer {
	color: #666;
	line-height: 150%;
}

/* US Bank Supply Specials Box ====================================================================== */
.usbanksupply-specials {
	background-image:url(../images/usbanksupply-specials-bg.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	height: 120px;
}

.usbanksupply-specials h2 {
	color: #3e711c;
	font-size: 2em;
	text-align: center;
	padding-top: 5px;
}

.specials-fineprint {
	color: #3e711c;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
}