﻿/*

		 Dark Gray: #272727
		 Orange: F15D27
		 
		 
*/

/*
	RESET
*/

*									{
	line-height: normal;
	font: normal normal bold 100% "Trebuchet MS";
	padding-right: 20;
}
html								{ overflow-y: scroll; }
body							{ height: 100%; }
html							{ height: 100%; }
body								{
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	color: #272727;
	background-repeat: repeat;
	background-position: left top;
	text-align: justify;
	background-image: url('images/Small-Stars-Bg-Top.jpg');
}
ul									{
	list-style: none inside;
}
ol									{ list-style: decimal inside; }
a {
	color: #706494;
	font-weight: bolder;
}
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{
	border-collapse: collapse;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}


/*
	UTILITY
*/

.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover						{ background: #0055a5; color: white; }

/*
	TEXT
*/



.bold-purple {
	color: #6D6294;
	text-align: center;
	font-family: "trebuchet MS";
	font-size: small;
	padding-top: 5px;
	font-weight: bold;
}
.bold-green {
	color: #618E61;
	text-align: center;
	font-family: "trebuchet MS";
	font-size: small;
	padding-top: 5px;
}


.header-img {

	margin-right: 0;
	margin-left: auto;
}

#page-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 840px;
	padding-top: 25px;
}

#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	width: 840px;
	height: 219px;
}
#right-hd {
	margin-left: 450px;
	margin-top: 40px;
	padding-top: 40px;
}
#catalog {
	width: 183px;
	height: 93px;
	float: left;
}

#hd-contact {
	font-family: "trebuchet MS";
	font-size: small;
	color: #000000;
	width: 180px;
	float: left;
	font-weight: bold;
	text-align: right;
}



#nav-bar {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url('images/nav-bar.png');
	background-repeat: no-repeat;
	height: 50px;
	z-index: 1000;
}

#body-left {
	width: 236px;
	float: left;
	height: 375px;
}
#body-right {
	width: 600px;
	float: right;
	min-height: 500px;
	height: auto;
}
#main-body {
	background-image: url('images/lanyards-a_12.png');
	background-repeat: repeat-y;
}
#footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	width: 840px;
	height: 67px;
	margin-bottom: 100px;
}

#body-text {
	font-family: "trebuchet MS";
	font-size: medium;
	color: #000000;
	text-align: justify;
	margin-right: 25px;
}
#help {
	vertical-align: top;
	float: right;
}

.rollover a {
	display: block;
	width: 185px;
	height: 93;
	background: url('images/Catalog-Request-Buttons.png') no-repeat 0
0;
	text-decoration: none;
}
.rollover a:hover {
	background-position: 0 -84px;
	color: #049;
	overflow: hidden;
}
.rollover a:active {
	background-position: 0 -88px;
	color: #fff;
	overflow: hidden;
}
a-footer {
	color: #6E6394;
	font-weight: bolder;
}

#footer-nav-left {
	float: left;
	width: 200px;
}
#footer-nav-right {
	float: left;
	width: 225px;
	list-style-type: none;
}
#footer-nav {
	padding-top: 70px;
	background-image: url('images/footer-bg_01.png');
	height: auto;
}
.footer-bold {
	font-weight: bold;
	color: #716796;
}
#footer-right {
	float: left;
	width: 375px;
	height: 125px;
}

.style1 {
	font-weight: normal;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: medium;
}

.text-normal {
	color: #6D6294;
	text-align: center;
	font-family: "trebuchet MS";
	font-size: small;
	padding-top: 5px;
	font-weight: normal;
}

.plain-text {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: medium;
}
.left {
	text-align: left;
}



