/* CSS Document For Individual Product Sheets*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
}

.box {
	width: 735px;
	height: 58px
	margin: auto;
	padding: 0 20px;
	background-image: url(images/bigboxmiddle1.jpg);
}

.box .top {
	height: 20px;
	font-size: 1px;
	margin: 0 -20px;
	background-image: url(images/bigboxtop1_1.jpg);
}
.box .bottom {
	height: 20px;
	font-size: 1px;
	margin: 0 -20px;
	background-image: url(images/bigboxbottom1.jpg);
}

p {
	color: #000000;
	text-align: left;
	font-size:12px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1ems;
}

h1 {
	color: #000000;
	text-align: left;
	font-size: 11pt;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}

h2 {
	color: #000000;
	text-align: left;
	font-size: 9pt;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}

h3 {
	color: #000000;
	text-align: left;
	font-size: 12pt;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}

.style1 {
	color:#9C9C9C;
	text-align: left;
	font-size: 6.5pt;
	font-weight: strong;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style2 {
	color:#FFF;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.35ems;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/*style3 is used for the back button at bottom of product sheet.*/
.style3 {
	color:#FFFFFF;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style4 {
	color:#9C9C9C;
	text-align: left;
	font-size: 8.5pt;
	font-weight: strong;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.style9 {
	color:#FFFFFF;
	text-align: left;
	font-size: 9px;
	font-weight: strong;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style10 {
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
}

.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
}

.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
}

.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px
}

/*styles for links.*/
a:link {
	color:#868686;
	text-decoration:underline;
}

a:visited {
	color:#868686;
	text-decoration:underline;
}

a:focus {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#0F0F0F;
	text-decoration:none;
}



/*style8, style17 and h6 are for the transparent text inside scalable boxes.*/
.style8 {
	color:#F1F1F1;
	text-align: left;
	font-size: 6.5pt;
	font-weight: strong;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style17 {
	color: #FFFFFF
}

h6 {
	color: #F1F1F1;
	text-align: left;
	font-size: 9pt;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}
