body {
	margin: 0px;
	padding: 0px;
	background-color: #13278a;
	font: normal normal normal 11pt "trebuchet ms";
	color: #13278a;
	text-align: center;
}

td {
	font-size: 11pt;
}

h1 {
	color: #e7031a;
	font-size: 14pt;
	font-weight: 900;
}

h1 span {
	float: right;
	font-size: 11pt;
	font-weight: normal;
}

.emp {
	color: #e7031a;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	color: #e7031a;
}

a:hover {
	color: #ffa600;
}

p.footer a {
	color: #ffa600;
}

p.footer a:hover {
	color: #e7031a;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 25px;
}

li {
	background-image: url("list.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
}

#bigdiv {
	position: relative;
	width: 830px;
	min-height: 100%;
	margin: 0px auto;
	background: #ffffff url("bg.png") repeat-x;
}

#bigpic {
	margin-top: 15px;
	width: 783px;
	height: 132px;
}

#links {
	position: absolute;
	right: 66px;
	top: 89px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
}

#links td.link {
	padding: 0px 2px;
	vertical-align: middle;
	background-image: url("link_bg.png");
	color: #13278a;
}

#links td.link:hover {
	padding: 0px 2px;
	vertical-align: middle;
	background-image: url("link_hover_bg.png");
	color: #ffffff;
	cursor: pointer;
}

#text {
	margin: 20px auto;
	padding-bottom: 10px;
	width: 689px;
	text-align: justify;
}

#products {
	width: 600px;
	margin: 0 auto;
}

#products td {
	padding: 20px;
}

#products td:hover {
	background-color: #e7031a;
	color: #ffffff;
	cursor: pointer;
}

#products p.title {
	margin: 0px;
	font-size: 12pt;
	font-weight: 900;
}

#products img {
	float: right;
}

#product {
	width: 100%;
}

#product td {
	padding: 0px 20px 20px 20px;
	color: #e7031a;
	text-align: center;
}

img.greedyimg {
	padding-left: 20px;
}

#compslink {
	border: 2px solid #ffa600;
}

#comps td.desc {
	margin-top: 15px;
	width: 250px;
	background-color: #c5c9e1;
	color: #000000;
	font-size: 10pt;
}

#comps p.title {
	font-weight: bold;
	text-transform: uppercase;
}

#comps p {
	margin: 5px;
}

#comps td.code {
	margin-left: 15px;
	background-color: #13278a;
	color: #ffffff;
	font-weight: bold;
}

#comps img {
	width: 150px;
	height: 100px;
}

#contact td.emp {
	width: 150px;
	text-transform: none;
}

#contact td {
	padding: 5px 0px;
	vertical-align: top;
}

p.footer {
	font-size: 10pt;
	color: #ffffff;
}

