﻿/*
CSS For B&K Mfg site
*/

body {
    font-family: Times New Roman, Helvetica, Arial, sans-serif;
	line-height: 120%;	letter-spacing: .02em;    background-color: #cccccc;
	font-size: 13pt;
}

h1 {
    font-size: x-large;
	font-weight: normal;
    color: #000000;
    padding-top: 10px;
    padding-left: 10px;
    margin: 1em;
}

h2 {
    color: blue;
    font-size: 16pt;
    font-weight: normal;
}

h3 {
    color: #aaaaaa;
}

h4 {
	font-size: small;
}

h6 {
    font-size: x-small;
	font-weight: normal;
    color: #ffffff;
	padding: 0;
	
}

p {
    color: #000000;
}

a {
	color: blue;
	text-decoration: underline;
	
}

a:link {
    color: blue;
	text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    /*text-decoration: overline;*/
}

a:active {
    color: red;
}

 #bodycontent {
    position: absolute;
}


#navigation {
	/*z-index: -3;*/
	position: absolute;
	top: .5px;
	left: .5px;
    height: 675px;
    width: 220px;
    background-image: url(./images/navbar.png);
    background-attachment: scroll;
    background-position: top left;
    background-repeat: no-repeat;
	font-family: Times New Roman, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #b2b2b2;
}

#navcontainer { 
	position: relative;
	top: 150px;
	margin-left: 30px;
	display: block;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	width: 100px;
	color: #b2b2b2;
	background-color: #224b82;
	text-decoration: none;
	list-style-type: none;

}

#navcontainer li { 
	margin: 0 0 1px 0; 
	padding: .5px .5px 10px;
	width: 120px;
	color: silver;
	background-color: #224b82;
	text-decoration: none;
	/*list-style-type: none;*/
}

#navcontainer a {
color: #b2b2b2;
}

#navcontainer a:hover {
color: #4c4c4c;
background-color: #69C;
text-decoration: none;

}

#navcontainer ul ul {
	display: block;
	width: 125px;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 10pt;
}

#navcontainer ul ul li {
	display: block;
	width: 125px;
	padding: 0;
	margin-left: 15px;
	font-size: 10pt;
	
	}

#navcontainer ul ul a {
	color: #b2b2b2;
	background-color: #224b82;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #4c4c4c;
	background-color: #69C;
	/*text-decoration: none;*/
}


#navbottom {
	padding: 0;
	text-align: left;
	line-height: 0;
	position: absolute;
	bottom: 25px;
	margin-left: 25px; 
}
	

#header {
	z-index: 1;
	position: absolute;
	top: 1px;
	left: 1px;
}

#headbanner {
	z-index: -3;
	position: absolute;
	top: 5px;
	left: 160px;
}

#body_text {
	margin-left: 240px;
    margin-top: 220px;
	/*margin-right: 220px;*/
	margin-right: 30px;
    text-align: left;
}

#descbox {
  padding: 5px;
  min-height: 120px;
  width: auto;
  text-align: center;
	
}

 #descbox .left {
	 float: left;
	 
 }

#descbox  .right {
	float: right;
	
}

#shopnow_box {
	float: right;
	margin-top: 220px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: silver;
	width: 20%;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	/*height: 600px;*/
	text-align: center;
	background-image: url(./images/store_ad.jpg);
	background-attachment: scroll;
    background-position: left;
    background-repeat: no-repeat;
	
}

#shopnow_top {
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-size: x-large;
	text-align: center;
	position: relative;
	padding: 10px;
	color: red;
	text-align: center;
	font: large bold;
}
	

#shopnow_top a {
	color: red;
	text-align: center;
	font: x-large bold;
}

#shopnow_top a:hover {
	color: blue;
	text-decoration: underline;
	background-color: #9f9f9f;
}



#copyright {
    text-align: right;
    position: bottom;
    padding: .5em;
    font-size: xx-small;
}

