/* Basic Element Formatting ------------------------------------------------------------- */

.ian_align {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

html {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

body {
/*	font-size:62.5% */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

h1 {
/*	font-size: 1.0em; */
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1.green {
/*	font-size: 1.0em; */
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
/*	font-size: 0.9em; */
	font-size: 12px; 
}

li.maintext {
/*	font-size: 0.8em; */
	font-size: 10px; 
}
li {
/*	font-size: 0.8em; */
	font-size: 12px; 
}
input {
/*	font-size: 1em; */
	font-weight: normal;
/*	height: 1.4em; */
	height: 16px;
	margin-bottom: 1px;
}

select {
/*	font-size: 1em; */
	font-size: 10px;
	font-weight: normal;
}

a img {
	border: none; 
} 
.maintext {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 0.9em; */
	font-size: 11px; 
	line-height: 16px;

}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
/*	font-size: 1em; */
	cursor: pointer;
/*	height: 1.6em; */
	height: 18px;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
/*	font-size: 0.8em; */
	font-size: 11px;
	width: 100%;
}

.jssBoldLinks { 
/*	font-size: 0.8em; */
	font-size: 10px;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
/*	font-size: 0.75em; */
	font-size: 9px;
	text-decoration: none; 
}

.jssProductTitle:hover {
/*	font-size: 0.75em; */
	font-size: 9px;
	text-decoration: none; 
}

.jssPrice {
	font-weight: bold;
/*	font-size: 0.8em; */
	font-size: 10px;
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
/*	font-size: 0.7em; */
	font-size: 9px;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
/*	font-size: 0.7em; */
	font-size: 9px;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

/* Header Styles ------------------------------------------------------------- */

img#jssLogo {
	float: left; border: 0px;
}

div#jssHeaderBuilding {
/*	font-size: 1em; */
	margin: 0;
	width: 100%;
	height: 109px;
	background-image: url('../../images/stamco_building_logo.gif');
	background-repeat: no-repeat;
}
div#jssHeaderTimber {
/*	font-size: 1em; */
	margin: 0;
	width: 100%;
	height: 109px;
	background-image: url('../../images/stamco_timber_logo.gif');
	background-repeat: no-repeat;
}
div#jssHeaderCart {
/*	font-size: 1em; */
	margin: 0;
	width: 100%;
	height: 109px;
	background-image: url('../../images/stamco_cart_logo.gif');
	background-repeat: no-repeat;
}
span#jssMainNav {
	padding-left: 205px;
	padding-top: 109;
	font-weight: normal;
/*	font-size: 0.7em; */
}
div#jssMainSubNav {
	float: center; 
	position: relative;
	display: inline;
/*	font-size: 0.7em; */
	font-size: 9px; 
	font-weight: normal;
}
div#jssMainSubNavBoth {
/*	font-size: 0.7em; */
	font-size: 9px;
	font-weight: normal;
	padding-top: 68px; 
}
div#jssSubHeader {
/*	font-size: 1em; */
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

span#jssWelcome {
	padding-left: 5px;
	font-weight: normal;
/*	font-size: 0.8em; */
	font-size: 12px;
	font-weight: bold;
        position: relative;
        left: 50px;
}

span#jssDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	top: -5px;
}
div#searchnavcontainer {
	float: right;
	position: relative;
	display: inline;
	padding-right: 20px;
}
span#branches {
	font-size: 12px;
	font-weight: bold;
}
span#branches a {
	color: #000000;
}
span#branches a:visited a:link a:hover {
	color: #000000;
}

ul#navlistsub {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-left: auto;
	padding-right: auto;
	padding-top: 10px;
	display: inline;
        height: 50px;
        vertical-align: middle;
        position: relative;
        top: 8px;
        left: 50px;
}

#navlistsub li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#navlistsub a {
	padding-left: 5px;
	padding-right: 2px;
	margin-left: auto;
	margin-right: auto; 
	font-weight: bold;
/*	font-size: 90%; */
	font-size: 12px;
}

#navlistsub a:link, #navlistsub a:visited {
	text-decoration: none;
}

#navlistsub a:hover {
	text-decoration: underline;
}

ul#navlistsubBoth {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}
#navlistsubBoth li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

#navlistsubBoth a {
	padding-left: 5px;
	padding-right: 2px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
/*	font-size: 1em; */
	font-size: 12px;
}

#navlistsubBoth a:link, #navlistsubBoth a:visited {
	text-decoration: none;
}

#navlistsubBoth a:hover {
	text-decoration: underline;
}


ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-weight: normal;
/*	font-size: 0.7em; */
	font-size: 9px;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
}

.jssHeaderBlock
{
	margin: 5px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
	height: 80%;
/*	font-size: 1em; */
}

.jssHeaderBlockTitle
{
	padding: 1px 5px;
/*	font-size: 0.7em; */
	font-size: 9px;
	font-weight: bold;
}

.jssHeaderBlockContent
{
	padding: 1px 5px;
/*	font-size: 0.7em; */
	font-size: 9px;
	font-weight: normal;
}

.jssHeaderBlockContent a {
	padding: 1px 4px;
	margin: 2px 2px 0px 3px;
/*	font-size: 0.8em; */
	font-size: 10px;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockContent a:hover {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockLinks {
	margin-top: 4px; margin-bottom: 2px; text-align: right;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
/*	font-size: 1em; */
	left: 5px;
	width: 150px;
	padding-top: 0px;
	float: left;
}

.jssSectionList {
	margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none; background: #B4DBFA; 
}

.jssSubSectionList {
	margin: 0px; padding: 0px; padding-left: 10px;  list-style-type: none;
}

.jssCustomerLinks {
	margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none;
}

.jssNewsLinks {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

.jss50Logo {
	padding-top: 10px;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
/*	font-size: 0.7em; */
	font-size: 9px;
	width: 150px;
	padding-top: 0px;
	margin-right: 0px;
	float: left;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 148px;
	margin-top: 10px;
	padding-top: 0px;
        background: #B4DBFA;
}

.jssMenuBoxTop {
/*	font-size: 0.8em; */
	font-size: 12px;
	font-weight: bold;
	width: 148px;
	text-align: center; 
        background: #B4DBFA;

	
}
.jssMenuBoxTitle {
/*	font-size: 0.8em; */
	font-size: 12px;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: bold;
	width: 144px;
        background: #B4DBFA;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
/*	font-size: 0.75em; */
	font-size: 9px;
	height: 1%;

}

.jssMenuBoxContent {
	text-align: left;
}

.jssMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMenuBoxContentCent {
	text-align: center;
}
.jssMenuBoxBottom {
/*	font-size: 0.8em; */
	font-size: 10px;
	font-weight: bold;
	width: 148px;
	text-align: center;
}
/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-size: 1em; */
	font-size: 12px;
	float: left;
	margin-top: 10px;
/*	width: 480px; */
	width: 630px;
}

div#jssMainContent:after { content: ""; display: block; height: 0; clear: both; }

.jssPageHeading {
/*	font-size: 0.95em; */
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

.jssPageSubHeading {
	font-size: 0.85em;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.jssBreadcrumb {
	width: 100%;
/*	font-size: 0.7em; */
	font-size: 9px;
	margin-bottom: 10px;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 0;
	width: 100%;
	clear: both;
	font-size: 11px;
}

div#jssFooterLinksDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 11px;
/*	font-size: 1em; */
}

ul#jssFooterLinks	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#jssFooterLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

#jssFooterLinks a { 
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
/*	font-size: 0.7em; */
	font-size: 10px;
	white-space: nowrap;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}

#jssFooterLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
}


div#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
/*	font-size: 0.8em; */
	font-size: 10px;
}

div#jssCopyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
/*	font-size: 0.7em; */
	font-size: 10px;
}

div#jssCopyrightSmaller {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
/*	font-size: 0.6em; /*
	font-size: 8px;
}

/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
/*	font-size: 0.8em; */
	font-size: 10px;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
/*	font-size: 0.8em; */
	font-size: 10px;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
/*	font-size: 0.70em; */
	font-size: 9px;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
/* 	font-size: 0.8em; */
	font-size: 9px;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
/*	font-size: 0.8em; */
	font-size: 10px;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
/*	font-size: 1em; */
	font-weight: normal;
/*	height: 1.3em; */
	height: 16px;
}

.jssFormTable select {
/*	font-size: 1em; */
	font-size: 12px;
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	font-weight: bold;
/*	font-size: 0.8em; */
	font-size: 10px;
	cursor: pointer;
	height: 16px;
}

.jssFormError {
	font-weight: bold;
/*	font-size: 0.8em; */
	font-size: 10px;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
/*	margin-left: auto;  margin-right: auto; */
/*	font-size: 0.70em; */
	font-size: 9px;
}

.jssCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
	vertical-align: top;
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
/*	font-size: 0.70em; */
	font-size: 9px;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
/*	font-size: 0.70em; */
	font-size: 9px;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
/*	font-size: 0.75em; */
	font-size: 9px;
	vertical-align: top;
}
.jssCartLinksContinue {
	height: 29px;
	width: 193px;
	background-image: url('../../images/continue_shopping.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksContinue:hover {
	height: 29px;
	width: 193px;
	background-image: url('../../images/continue_shopping_f2.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksUpdate {
	height: 29px;
	width: 100px;
	background-image: url('../../images/update_quote.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksUpdate:hover {
	height: 29px;
	width: 100px;
	background-image: url('../../images/update_quote_f2.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksEmpty {
	height: 29px;
	width: 100px;
	background-image: url('../../images/clear_quote.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksEmpty:hover {
	height: 29px;
	width: 100px;
	background-image: url('../../images/clear_quote_f2.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksCheckout {
	height: 29px;
	width: 100px;
	background-image: url('../../images/submit_quote.gif');
	background-repeat: no-repeat;
	display: block;
}
.jssCartLinksCheckout:hover {
	height: 29px;
	width: 100px;
	background-image: url('../../images/submit_quote_f2.gif');
	background-repeat: no-repeat;
	display: block;
}
/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
/*	font-size: 0.70em; */
	font-size: 9px;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
/*	font-size: 1em; */
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
/*	font-size: 1em; */
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
/*	font-size: 1em; */
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
/*	font-size: 0.70em; */
	font-size: 9px;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
/*	font-size: 0.70em; */
	font-size: 9px;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	margin: 0px; font-weight: normal; font-size: 0.75em; */
	margin: 0px; font-weight: normal; font-size: 9px;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
/*	font-size: 1em; */
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
/*	font-size: 0.6em;  */
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: 100%; clear: both; text-align: left;
}
.jssBuildingSubSecDiv {
width: 155px; 
/*padding-left: 3px;
padding-right: 3px;*/
text-align: left; 
/*border: 1px solid #000000;*/
float:left;
text-align: left;
}

.jssSecImages {
	float: left; margin-right: 5px; padding: 3px;
}

.jssLinksDiv {
	padding: 3px; font-weight: bold;
}

.jssSubSecTitle {
	padding-top: 3px;
}
#jssSectionTitle {
clear: both;
}
.jssSectionContent {
	/*clear: both; */
	padding-top: 0px;
}
.jssSectionContentExtrafields {
	display: inline-block; 
	clear: both;
}
.jssSectionProductContent {
	display: inline-block; 
}
.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	clear: both; 
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.jssProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 5px;
}

.jssProductFullImage {
	float: left; margin-right: 10px; border: 1px solid;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.jssSendFriendDiv {
	float:right; font-weight: bold;
}

.jssSendFriendDiv a { 
/*	font-size: 1em; */
	text-decoration: none; 
}

td.wavetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.homehead {
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;

}
.bullet {
	list-style-image: url('../../images/bullet.gif');
}	
