@import url("/styles/menu.css");
/* PB BASE CSS
*
*  I.Typography (paragraphs,links,lists,headers,etc.)
*  II. Colors (common background/text colors,border styles)
*  III. Page Structure (header,content,footer,etc.)
*  IV. Elements (tables,boxes,buttons,etc.)
*
*	Rules for updating this file:
*		- To change page dimensions, change the values at the top of section III
*		- Colors are all located in section II, if there are colors defined outside of this section, I did it wrong
*		- Properties (height,width,padding,margin,etc.) should all be alphabetized within each element declaration
*
*/

/* I. Typography ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
    display:block;
    font-weight:bold;
    line-height:2em;
    margin:0 0 .5em 0;
    padding:0px;
}
h1,h2{
    text-align:center;
}
h3,h4,h5,h6{
    font-size:9pt;
    text-align:left;
}
h1{
    font-size:14pt;
}
h2{
    font-size:9pt;
}
h4{
    font-style:italic;
    font-weight:normal;
}
p,address,blockquote,ul,ol{
    line-height:1.4em;
    margin:0 0 1.4em 0;
}
ul,ol{
	padding:0 0 0 3em;
}
a{
    font-weight:bold;
    text-decoration:underline;
}

/* II. Colors ------------------------------------------------------- */
/* Text colors */
html,a{
    color:#000; /* Base text color */
}
.crumb a,#footer a,#footer address{
    color:#666; /* Crumbs and Footer text */
}
#footer a:hover,.crumb a:hover{
    color:#333; /* Crumbs and Footer text link hover */
}
/* Background Colors */
#content{
    background-color:#fff; /* Content background color */
}
#banner{
    background-color:#2e3e7e; /* Banner Background color */
}
#footer{
    background-color:#eee; /* Footer background color */
}
#menu a{ /* Top-level menu text style */
    color:#000;
}
#menu a:hover, #menu li:hover a { /* Top level menu hover */
    color:#fff;
}
#menu ul li,#menu{ /* Top-level background color and top-level text style */
    background-color:#eee;
}
#menu a:hover, #menu li:hover a,#menu ul li ul li { /* Top-level hover background and sub-menu background */
    background-color:#5674B9;
}
#menu ul li ul li a { /* Sub-menu link color */
    color:#fff;
}
#menu ul li ul li a:hover { /* Sub-menu link hover effect */
   background-color:#fff;
   color:#000;
}
#menu ul li ul li a.drop { /* Additional dropdown image style */
   background-image:url(http://www.portlandbolt.com/image/common/arrow.gif);
   background-position:right;
   background-repeat:no-repeat;
}
/* Border Styles */
#content,#footer,#menu,#menu ul li ul,#menu ul li ul li{
    border:1px solid #bfbfbf;
}

/* III. Page Structure ---------------------------------------------- */

    /*
	* The below styles are used to set the basic dimensions for the site.
	* the #container selector is 2px wider than the others to accomodate for a 1px stroke
	*/
 
    #container{width:668px;}/*2px more than the the width of the below line if there is a stroke on any of the below line items*/
    #content,#footer,#menu{width:666px;} /*Content widths*/
    #top{height:25px;}/*The space between the top of the window and the banner*/
    #banner{height:82px;}/*Height of the banner*/
    #menu{height:20px;}/*Height of the menu*/
    #content{height:500px; min-height:500px;}/*Minimum height of the content*/

html {
    font-family:verdana, helvetica, sans-serif;
    height:100%;
}
body {
    background-image:url(http://www.portlandbolt.com/image/common/bg_tan2.gif);
    font-size:12px;
    margin:0;
    min-height:101%;
    padding:0;
    text-align:center;
    width:100%;
    padding-bottom:10px;
}
#container {
    margin:0 auto;
    text-align:left;
}
/* Banner */
#bannercontainer {
    width:100%;
}
#banner {
    background-image:url(http://www.portlandbolt.com/image/common/banner-right.gif);
    background-position:top right;
    background-repeat:no-repeat;
    position:relative;
    width:100%;
}
    #banner img{
        margin-bottom:-2px;
        padding:0;
    }
    .header_link{
	   left:310px;
	   position:absolute;
	   top:53px;
    }
	   .header_link img{
		  height:20px;
		  width:210px;
	   }
#chat {
    position:absolute;
    right:0;
    top:50px;
}
/* Content */
#content {
    border-top:0px none transparent;
    height:auto !important;
}
#pagecontent,#pagecontentwide{
    clear:both;
}
#pagecontent {
    padding:10px 25px;
}
#pagecontentwide {
    padding:10px 3px;
}
#footer {
    font-size:8pt;
    line-height:17px;
    margin:5px 0px 0px 0px;
}
#footer a {
    font-weight:normal;
}
#footer address{
    font-style:normal;
    text-align:right;
}
/* Layout */
.align-left{
    text-align:left;
}
.align-right{
    text-align:right;
}
.center{
    text-align:center;
}
.center img{
    margin:auto;
}
a.center{
    display:block;
}
.col1,.col2,.col3,.col23{
    display:block;
    float:left;
    padding:10px 0;
}
.col1,.colend,#padding,.padding{
    clear:both;
    width:100%;
}
.colend{
    height:0px;
}
.col2{
    width:50%;
}
    .col1 *,.col2 *,.col3 *,.col23 *{
        margin:0px 10px;
    }
        .col1 * *,.col2 * *,.col3 * *,.col23 * *{
            margin:0px;
        }
    .col1 > *,.col2 > *,.col3 > *,.col23 > *{
        margin:0 10px;
    }
.col3{
    width:33%;
}
.col23{
    width:66%;
}
.clearfix:after{
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
    width:0;
}
.clearfix{
    display:inline-block
}
* html .clearfix{
    height:1%
}
.clearfix{
    display:block
}
.vborder,.hborder{
    background-color:#000;
    display:block;
}
.vborder{
    float:left;
    height:100%;
    margin:0;
    width:1px;
}
.hborder{
    height:1px;
    width:100%;
}
div.style1 {
    background-color:#eee;
    border:1px solid #BFBFBF;
    padding:1.4em;
}
    .style1 p,.style1 ul,.style1 ol,.style1 div{
        margin:0;
    }

/* IV. Elements ----------------------------------------------------- */
img{
    border:0px none transparent;
    margin:0;
    padding:0;
}
a.pdf,a.external{
    background-repeat:no-repeat;
}
a.pdf {
    background-image:url(http://www.portlandbolt.com/image/common/pdficon_small.gif);
    padding-left:20px;
}
a.external {
    background-image:url(http://www.portlandbolt.com/image/common/external.gif);
    background-position:right;
    padding-right:18px;
}
.icon {
	border-style:none;
}
.underline {
    text-decoration:underline;
}
.red {
    color:red;
}
.caption{
	font-size:80%;
	color:#aaa;
	text-align:center;
}
.border-black{
	border:1px solid #000;
}
.border-gray{
	border:1px solid #bfbfbf;
}
img.align-left{
	float:left;
	margin:0 10px 10px 0;
}
img.align-right{
	float:right;
	margin:0 0 10px 10px;
}
/* Page Crumbs */
.crumb {
    color:#666;
    font-size:7.5pt;
    font-weight:bold;
    line-height:19px;
    padding:5px 0px 0px 10px;
    text-align:left;
}
/* Search Bar */
.searchbar,.crumb{
    height:20px;
}
.searchbar {
    float:right; 
    padding:5px 10px 0 0;
}
.searchbar input{
    font-size:8pt;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding-top:2px !important;
}
.searchbar input.button{
    background-image:url(http://www.portlandbolt.com/image/common/searchbutton.gif);
    background-position:0 -19px;
    background-repeat:no-repeat;
    border:0px none transparent;/**/
    /*border:1px solid #bbb;
    background-color:#ddd;
    border-bottom-width:2px;
    border-right-width:2px;/**/
    padding-top:0px !important;
    cursor:pointer;
    height:19px;
    width:62px;
}
.searchbar input.button:hover{
    background-color:#eee;
    background-position:0 0;
}
.searchbar input.button:active{
    background-position:0 -38px;
}
/* Tables */
table,th,td{
    border:1px solid #000;
}
th,td{
    border-style: none solid solid none;
}
table {
    background-color:#fff;
    border-collapse:collapse;
    border-style:solid none none solid;
    font-size:8pt;
    text-align:center;
}
th {
    background-color:#E0E0E0;
    font-weight:bold;
    padding:2px 5px 2px 5px;    
}
td {
    border-style: none solid solid none;
    padding:1px 3px 1px 3px;
}
.noborder,.noborder td,.noborder th{
    border:0px none transparent;
}
.tableRollOverEffect{
    background-color:#ddd;
    color:#000;
}
.tableRowClickEffect{
    background-color:#336699;
    color:#FFF;
}
.tableRowClickEffect a, .tableRowClickEffect a:hover{
    color:#fff !important;
}
.tableRowClickEffect:hover {
    background-color:#336699 !important;
    color:#FFF;
}
td.caption {
    margin:5px 10px;
}
td.caption ul {
    list-style:none;
    margin:0px;
    padding:0px;
    text-align:left;
}
td.caption ul li {
    margin:0px 0px 5px 0px;
}
.tab-content{
    clear:both;
}
    .tab-content ul.tabs{
        float:left;
        margin:0px;
        padding:0px;
        list-style-type:none;
    }
        .tab-content ul.tabs li{
            float:left;
		  margin-right:2px;
        }
        .tab-content ul.tabs a{
            display:block;
            width:10em;
            text-align:center;
            background-color:#d6d6d6;
            border:1px solid #bfbfbf;
            border-top-right-radius:3px;
            border-top-left-radius:3px;
            -moz-border-radius-topright:3px;
            -moz-border-radius-topleft:3px;
            height:20px;
            line-height:20px;
            border-bottom:0px none transparent;
            position:relative;
        }
        .tab-content ul.tabs a.active{
            top:1px;
            background-color:#eee;
        }
    .tab-content .content{
        background-color:#eee;
        border:1px solid #bfbfbf;
        float:left;
        clear:left;
        width:100%;
        min-height:200px;
	   padding:10px 0;
	   list-style-type:none;
    }
        .tab-content .content li{
            margin:10px;
        }
/* Index Pages */
.indexpagescard {
    width:290px;
    margin:3px;
    border:1px solid #555;
    background-color:#eee;
    padding:5px;
    float:left;
}
    .indexpagescard img {
        float:left;
        border:1px solid #000;
        margin:0px 5px 0px 0px;
        width:100px;
        height:100px;
    }
    .indexpagescard h2 {
        line-height:1em;
        text-align:left;
    }
    .indexpagescard p {
        margin:0px;
        font-size:8pt;
        line-height:13px;
        float:right;
        display:block;
        text-align:left;
        width:183px;
    }
    .indexpagescard a:link, .indexpagescard a:visited {
        color:#000;
    }
    .indexpagescard a:hover {
        color:#336699;
    }
.expanded{
    cursor:pointer;
}
.expanded:hover{
    background-color:#ddd;
}
.gallery{
    margin:0px;
    padding:10px;
    background-color:#eee;
    border:1px solid #bfbfbf;
}
#top.alert{
    margin:5px;
    border:3px solid #f00;
    padding:10px;
    font-weight:bold;
    height:auto;
    background-color:#fff;
}.right{
    float:right;
    margin:0 0 10px 10px;
    text-align:center;
}
.imagegallery{
    border:1px solid #ccc;
    background-color:#eee;
    padding:5px;
    width:182px;
    margin:10px 0 10px 0;
}
#loadarea{
    width:170px;
    height:112px;
    border:1px solid #ccc;
    margin:5px;
}
.imagegallery #loadarea img{
    width:170px;
    height:112px;
}
.imagegallery a img{
    width:50px;
    height:50px;
}
.imagegallery a{
    float:left;
    border:1px solid #ccc;
    margin:4px;
}
.imagegallery .caption{
    display:block;
    width:100%;
    text-align:center;
    font-size:7pt;
    color:#666;
    clear:both;
    padding-top:5px;
}
.right a[href="../../quick-quote.html"],.right a[href="/quick-quote.html"]{
    margin:auto;
}
#largeimage {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
#largeimage img {
	margin:auto;
	margin-bottom:5px;
}
ul.shadetabs{
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	clear:both;
     width:100%;
     float:left;
     margin-bottom:0;
	/*line-height:14px;/**/
}
.shadetabs li{
	float:left;
     margin-top:0px;
	padding-top:0px;
     margin-right:10px;
}
.shadetabs li a{
	text-decoration: none;
	/*position: relative;/**/
	padding: 0px 10px 0px 10px;
     float:left;
     padding-bottom:3px;
     overflow:hidden;
     height:20px;
     line-height:24px;
     background-color:#eee;
     border:1px solid gray;
     border-style:solid solid none solid;
     border-bottom:0px none transparent;
     -moz-border-radius:5px 5px 0 0;
     -webkit-border-top-left-radius:5px;
     -webkit-border-top-right-radius:5px;
     border-radius:5px 5px 0 0;
     -webkit-borderRadius
}
.shadetabs li a img{
    display:none;
}
.shadetabs li a:visited{
	color: #2d2b2b;
	text-decoration:none;
}
.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: #eee;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
.tabcontainer {
	border:1px solid gray; 
	width:600px; 
	margin-bottom: 1em; 
	margin-left:22px; 
	padding: 10px; 
	background-color:#eee;
     clear:both;
}
.tabcontent{
	background-color:#eee;
	width:570px;
	margin-left:15px;
	margin-top:10px;
	min-height:200px;
	font-size:9pt;
}
.tabcontent h2{
	font-size:9pt;
	font-weight:bold;
	margin:0px;
     text-align:left;
}
h2.title{
	font-size:9pt;
	font-weight:bold;
	margin:0px;
	text-align:center;
	padding-bottom:5px;
	text-transform:uppercase;
}
ul.relatedlinks {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:9pt;
}
.relatedlinks li{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.relatedlinks li ul {
	list-style:none;
	padding-left:10px;
	padding-bottom:10px;
}
p.spec {
	font-size:8pt !important;
}
img.barrierpin {
	float:right;
	margin-left:15px;
	border:1px solid #ccc;
	width:50%;
	height:50%;
}
@media print {
.tabcontent {
	display:block !important;
	background-color:#eee;
}
}
/* TOP LEVEL INDEX STYLE */
.indexcard {
	padding:5px;
	margin:5px;
	border:1px solid #666;
	background-color:#eee;
	float:left;
	width:182px;
	font-size:7.5pt;
}
.indexcard h3 {
	font-size:10pt;
	margin:0px;
	padding:0px;
}
.indexcard img {
	width:172px;
	margin:3px;
	height:162px;
	border:1px solid #666;
}
.indexcard p {
	font-size:7.5pt;
	line-height:normal;
	height:85px;
}
.indexcard ul {
	margin:0px; 
	padding-left:15px;
	margin-bottom:5px;
}
.indexcard ul li a {
	color:#666666 !important;
}
.indexcard a:hover {
	color:#336699 !important;
}
.indexcard a.viewall {
	font-size:10pt;
	margin:0px;
	padding:0px;
}
/* CATEGORIES INDEX STYLE */
.indexcardsmall {
	margin:3px;
	padding:2px;
	border:1px solid #666;
	background-color:#eee;
	width:152px;
	float:left;
	font-size:7.5pt;
}
.indexcardsmall h3 {
	font-size:10pt;
	margin:0px;
	padding:0px;

}
.indexcardsmall img {
	width:148px;
	height:110px;
	margin:1px;
	border:1px solid #666;
}
.indexcardsmall p {
	font-size:7.5pt;
	line-height:normal;
	height:75px;
}
.indexcardsmall a.viewpage {
	font-size:9pt;
	margin:0px;
	padding:0px;
}
    #popup{
        background-color:#fff;
        padding:20px;
        position:absolute;
        z-index:100;
        top:50%;
        left:50%;
    }
    #popup .imageContainer {
        border:1px solid #eee;
        width:auto;
        cursor:pointer;
        position:relative;
    }
    #popup .closeButton{
        padding:10px 0px 0px 0px; 
        display:block;
        cursor:pointer;
        text-align:right;
        float:right;
    }
    #popup .printButton{
        float:left;
        display:block;
        text-align:left;
        font-size:8pt;
        text-transform:uppercase;
        color:#aaa;
        margin-top:10px;
        text-decoration:none;
    }
    #popup .printButton img {
        padding-right:5px;
        margin-top:3px;
    }
    #whiteOut {
        position:absolute;
        background-color:#000;
        opacity:.7;
        rgba(0,0,0,.7);
        filter:alpha(opacity=70);
        width:100%;
        height:100%;
        z-index:99;
        top:0;
        left:0;
    }
    #popup .nextArrow {
        display:none;
        position:absolute;
        z-index:102;
        right:0;
        top:0;
    }
