/* TAG DEFINITIONS */
body,html {
	margin: 0px;
	padding: 0px;
}

body,html {
	height: 100%;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 200;
	color: white;
	background-color: #B4B4B4;
}

div {
	overflow: visible;
}

td {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

a, a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
	text-decoration: underline;
}

/* CONTAINER DEFINITIONS */

/* 
DAF NOTES: width required to keep body-image in 
correct location (IE Bug), left and right margins
required for centering now that width is specified.
*/
#box {
	position: relative;
	height: 100%;
        width: 768px;  
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
}

#tall {
	background-color: #12029E;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 768px;
}

#page {
	position: relative;
	background-color: #12029E;
	width: 768px;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#page-header {
	height: 168px;
	z-index: 1;
}

#header-top {
	height: 47px;
	background-image: url(/img/header-top.gif);
}

#header-bottom {
	position: relative;
	height: 121px;
	background-image:url(/img/header-bottom.gif);
}

#header-nav {
	position: absolute;
	left: 215px;
	top: 19px;
	font-size: 9pt;
	font-weight: bold;
	white-space: nowrap;
}

#header-nav a:link, #header-nav a:visited {
	text-decoration: none;
	color: white;
}

#header-nav a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

#header-nav ul, #header-nav li {
	margin: 0;
	padding: 0;
}

#header-nav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}


/* Begin Search Form Styles */
#header-search {
	position: absolute;
	left: 555px;
	top: 12px;
	font-size: 11pt;
	font-weight: bold;
	white-space:nowrap;
}

#header-search ul, #header-search li {
	margin: 0;
	padding: 0;
}

#header-search li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	vertical-align: middle;
        float: right;

}

#header-search input {
	font-size: 9pt;
        
        
}
#header-search form {
	padding-top: 3px;
        padding-right: 3px;
        
}

.searchimage {
	padding-top: 1px;
}

#header-search a:link, #header-search a:visited {
	text-decoration: none;
	color: white;
}

#header-search a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
/* End Search Form Styles */

/* Begin Product Category Styles */
#bottom-products {
	position: absolute;
	left: 183px;
	top: 17px;
	font-size: 7pt;
z-index: 1;
}

#bottom-products a:link, #bottom-products a:visited {
	text-decoration: none;
	color: white;
}

#bottom-products a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

#bottom-products ul, #bottom-products li {
	margin: 0;
	padding: 0;
	float: left;
}

#bottom-products li {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 58px;
	float: none;
	text-align: center;
}

/* End Product Category Styles */

#page-body {
	position: relative;
	height: 75%;
	background-color: #12029E;
	background-image: url(/img/page-body.gif);
	background-repeat: no-repeat;
}

#body-banner {
	position: absolute;
	width: 200px;
	height: 150px;
	left: 157px;
	top: 30px;
	text-align: center;
	z-index: 1;
}

#body-content {
	position:absolute;
	left:375px;
	top:30px;
	width:350px;
	height:85%;
	padding: 15px;
	padding-top: 0px;
	margin: 0px;
	overflow: auto;
}

/* 
LT NOTES: new div inserted here to center
up the display of the contact us form, 
thankyou page and search results.
*/

#body-content-centered{
	position:absolute;
	left:175px;
	top:20px;
	width:550px;
	height:95%;
	padding: 15px;
	padding-top: 0px;
	margin: 0px;
	overflow: auto;
        z-index: 2;
}

#body-content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #FF9933;
	font-size: 11pt;
}

#body-content h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #FFF;
	font-size: 14pt;
}

#body-content h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #FFF;
	font-size: 18pt;
}

#body-content p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#body-image {
	position: absolute;
	bottom: 0px;
        left: 0px;
	z-index: 0;
}
#body-image img{

	z-index: 0;
}

/* CLASS DEFINITIONS */
