@charset "utf-8";

html,body {
	width: 100%;
	height: 100%;
	padding: 0px; margin: 0px;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1, h2, h3 {
	margin: 0px 0px 5px 0px; padding: 0px;
	color: #9E1B1F;
}

h1 {
	font-size: 21px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: normal;
}

p,li {
	color: #000;
	margin: 0px 0px 10px 0px; padding: 0px;
	line-height:18px;
}

a {
	color: #FFF;	
}

td {
	color: #333;
}

#framework {
	width: 1000px;
	border: 1px solid #f7bfc1;
	background-color:#FFF;
	margin: 25px 0px 0px 0px;
}

#flashHeader {
	margin: 0px;
	padding: 0px;
	height: 173px;
	width: 1000px;
	clear: left;
}

#squares {
	width: 1000px;
	height: 0px;
	margin: 0px; padding: 0px;
}

#squares img{
	margin: 0px; padding: 0px;
}

#navigationBar {
	width: 1000px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	display: block;
	clear: left;
	background-image: url(../images/shell/nav-back.jpg);
	background-repeat: repeat-x;
}

#navigationBar a {
	text-decoration: none;
	font-size: 13px;
	font-weight: boldest;
	padding: 0px 21px 0px 21px;
	line-height: 26px;
}

#navigationBar .navSelected {
	background-color: #FFF;
	color: #333;
	padding: 4px 20px 5px 20px;
	background-image:url(../images/shell/navSelected.jpg);
	background-repeat:repeat-x;
}

#redback {
	background-color: #9E1B1F;
	height: auto;
}

#navigationVert {
	width: 240px;
	padding: 25px;
	margin: 0px;
	height: 100%;
	background-color: #9E1B1F;
	background-image:url(../images/shell/foiling-embossing.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
}

#leftnav {
	text-decoration: none;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
	color: #FFF;
}

#leftnav li {
	list-style-image: url(../images/shell/die-tools.gif);	
}

#leftnav li:hover {
	list-style-image: url(../images/shell/die-tooling.gif);	
}

#leftnav a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 660px;
	padding: 25px;
	text-align:left;
	float:left;
	border: 0px;
	background-color: #FFF;
	min-height:450px;
	background-image:url(../images/shell/die-tooling-equipment.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#content img {
	float:right;
	margin: 0px 0px 25px 25px;
	border: 0px;
}

#footer {
	width: 1000px;
	height: 90px;
	padding: 8px;
	text-align:right;
	font-size: 10px;
}

#content .categoryBanners {
	width:315px;
	height:125px;
	border:1px solid #666;
	padding:0px; margin: 0px 0px 25px 0px;
	text-align:left;
	float:left;
}

#content .categoryBannersAlt {
	width:315px;
	height:125px;
	border:1px solid #666;
	padding:0px; margin: 0px 0px 25px 0px;
	text-align:left;
	clear:right;
	float:right;
}

#content .categoryBannerText {
	padding: 10px; margin: 0px;
	width: 145px;
	height: 105px;
	float:left;
}

#content .categoryBannerText p{
	line-height:16px;
}

#content .categoryBanners img{
	float: left;
	margin: 0px; padding: 0px 20px 0px 0px;
}

#news a {
	color: #9E1B1F;
	font-weight: bold;
	font-size:18px;
}

#clearBothDown {
	clear: both;
	height: 1px;
}

.companyDetails {
	font-size:12px;
}

.redHighlight {
	color: #9E1B1F;
	font-weight: bold;
}

a.redHighlight:link {
	color: #9E1B1F;
	font-weight: bold;
}

a.redHighlight:active {
	color: #9E1B1F;
	font-weight: bold;
}

a.redHighlight:visited {
	color: #9E1B1F;
	font-weight: bold;
}

a.redHighlight:hover {
	color: #9E1B1F;
	font-weight: bold;
}

.homeBullets {
	list-style-image:url(../images/bullet3.gif);
}

.homeBullets li{
	font-size: 18px; 
	color: #9E1B1F; 
	font-weight: bold;
	padding: 0px 0px 13px 0px; margin: 0px;
}

.homeBullets a {
		color: #9E1B1F;
		text-decoration: none;
}