﻿@charset "utf-8";

/*  Product Page Styles */

body {
	font: 12px Arial;
	margin: 0px;
	padding: 0px 20px;
	background-image: url(/images/carbon_background.png);
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
	padding: 20px;
}

h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}

p {
	margin: 10;
	padding: 20;
	}

	
	/*  Product Page Layout */
	
.page {
	max-width: 980px;
	margin: 0px auto;
	padding: 0px;
	background-color: #EAEAEA;
}

header {
	position: relative;
	height: 28px;
	padding-top: 120px;
}
header a.logo {
	width: 200px;
	height: 120px;
	position: absolute;
	top: 0px; left: 0px; 
	background: url(/images/banner_logo.png) no-repeat 0px 0px; display: inline-block;
}

nav {
	background-color: rgba(0,0,0,.3);
/* 	background-size: contain; */
	
}




footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #CCC;
	text-align: center;
	clear: both;
	margin-top: 50;
	margin-bottom: 10;
	padding-top: 50px;
}
article {
	background-color: #EAEAEA;
	margin: 0px;
	padding-bottom: 25px;
}
.left_img {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;

}
.categoryHeading {
	background-color: #EAEAEA;
	height: 70px;
	max-width: 980px;
	border-bottom-style: ridge;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom-width: medium;
}
.categoryLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #900;
	float: left;
	width: 45%;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.categoryRight {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #900;
	margin: 0px;
	padding-top: 27px;
	padding-left: 0px;
	float: right;
	width: 35%;
	text-align: right;
	padding-right: 50px;
	font-size: 1.7em;
	font-style: oblique;
}
.productHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #CCC;
	background-color: #666;
	height: 35px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 70px;
	max-width: 980px;
	padding-right: 50px;
}
article .productLeft figure {
	float: left;
	display: block;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0em;
	margin-left: 50px;
	width: 25%;
	padding-left: 0px;
}
article .productRight {
	float: right;
	width: 65%;
	margin-top: 30px;
}
.page .productOverview {
	border-bottom-width: medium;
	border-bottom-style: ridge;
}
.pdfDownload {
	vertical-align: text-bottom;
	margin-right: 50px;
	margin-bottom: auto;
	clear: both;
	height: 50px;
	margin-left: 50px;
}
.textLeft  {
	float: left;
}


.textRight  {
	float: right;
	font-weight: normal;
}
.pdfDownload .textRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
