/* CSS Document */

/* -------------------------- Styles for the TEMPLATE -------------------------- */
/*-- center content -- */
#centretable {
text-align: left;
}
#contenttable {
width: 980px;
overflow: hidden;
margin: 0 auto;
position: relative;
border-left: 1px #4f4f4f solid;
border-right: 1px #4f4f4f solid;
}




/* -------------------------- Styles for the HEADER -------------------------- */
#header-inner {
height: 133px;
width: 980px;
margin: 0 auto;
position: relative;
border-left: 1px #4f4f4f solid;
border-right: 1px #4f4f4f solid;
}
	
	
	
/* -------------------------- Styles for the FOOTER -------------------------- */
#footer-inner {
overflow: hidden;
padding: 20px;
width: 940px;
margin: 0 auto;
position: relative;
line-height: 22px;
border-left: 1px #4f4f4f solid;
border-right: 1px #4f4f4f solid;
border-bottom: 1px #4f4f4f solid;
}

#footer-left {
float: left;
width: 600px;
overflow: hidden;
}

#footer-right {
float: left;
width: 340px;
overflow: hidden;
text-align: right;
}

#footer-nav-text-on {
float: left;
overflow: hidden;
padding-right: 20px;
}
#footer-nav-text-off {
float: left;
overflow: hidden;
padding-right: 20px;
}
#footer-logo {
float: right;
overflow: hidden;
border: 1px solid #898989;
margin-left: 10px;
}





/* -------------------------- Styles for the NAVIGATION -------------------------- */
#navigation-inner {
height: 31px;
width: 980px;
margin: 0 auto;
position: relative;
border-left: 1px #4f4f4f solid;
border-right: 1px #4f4f4f solid;
background-image: url(../images/microtemp-nav-base.gif);
background-repeat: repeat-x;
}


#navigation-trim-bottom {
height: 1px;
width: 980px;
margin: 0 auto;
position: relative;
border-left: 1px #4f4f4f solid;
border-right: 1px #4f4f4f solid;
background-image: url(../images/microtemp-nav-trim-1px.gif);
background-repeat: no-repeat;
}




#navigation-unit{
float: left;
overflow: hidden;
}






/* -------------------------- Styles for the NAVIGATION -------------------------- */
#page-banner-container{
float: left;
width: 940px;
height: 160px;
padding: 20px;
background-color: #070704;
border-bottom: 1px solid #787878;
}
#page-banner-text-container{
float: left;
overflow: hidden;
padding-left: 460px;
padding-top: 40px;
}
#page-content-container{
float: left;
width: 960px;
overflow: hidden;
padding: 20px;
background-color: #414141;
}

#page-content-container-inner{
float: left;
width: 920px;
overflow: hidden;
padding: 10px;
background-color: #1a1a18;
}





#page-content-container-left{
float: left;
width: 510px;
overflow: hidden;
margin-right: 20px;
}

#page-content-container-right{
float: left;
width: 390px;
overflow: hidden;
}


























/* -------------------------- Styles for the PRODUCT PAGES -------------------------- */
#page-product-container{
float: left;
width: 450px;
height: 130px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 20px;
margin-bottom: 20px;
background-color: #1a1a18;
}

#page-product-image-outer{
float: left;
width: 100px;
height: 100px;
padding: 5px;
background-color: #474745;
}
#page-product-image-inner{
float: left;
width: 100px;
height: 100px;
background-color: white;
}

#page-product-header{
float: left;
width: 330px;
overflow: hidden;
padding-left: 10px;
font-size: x-large;
font-weight: bold;
letter-spacing: -1px;
padding-bottom: 5px;
}

#page-product-subhead{
float: left;
width: 330px;
overflow: hidden;
padding-left: 10px;
font-size: small;
font-weight: bold;
color: red;
letter-spacing: -1px;
padding-bottom: 5px;
}

#page-product-price{
float: left;
width: 330px;
padding-left: 10px;
overflow: hidden;
font-weight: bold;
padding-bottom: 5px;
}

#page-product-btn-buy{
float: left;
padding: 5px;
overflow: hidden;
border: 1px solid #747473;
margin-top: 10px;
background-image: url(../images/microtemp-red-btn-base.gif);
background-repeat: repeat-x;
}
