﻿body {
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
	background-color: White; 
}

.header 
{
	position: relative;
	background-color: #F23229;
	width: 786px;
}
	
.header-logo
{
	position: relative;
	left: 35px;
	top: 0px; 
	background-color: White;
}

.header-banner
{
	position: relative;
	left: 35px;
	top: 0px;
	background-color: White;
}

.header-banner-image 
{
	position: relative;
	top: 2px;	
}

.header-text
{
	position: relative;
	top: 0px;
	left: 40px;
	background-color: #F23229;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bolder; 
	color: White;
}

.content
{
	background-color: Red;
	width: 800px;
}

.content-menu
{
	position: relative;
	left: 35px;
	top: 0px;
	background-color: White; 
}


.content-placeholder-control
{
	position: relative; 
	top: 0px; 
	left: 35px;
	background-color: White; 
}

.content-detail 
{
	position: relative;
	top: 10px;
	left: 20px;
	width: 750px;
/*	bottom: 10px; */
}

/* **************************************************** */

.content-title
{
	position: relative;
	top: 10px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder; 
	text-transform: uppercase;
	text-align: left;
	color: #990000;
}

.content-subtitle
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
}

.content-subtitle-2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: Red; 
	text-align: center; 
	margin-top: 5px;
}

.content-subtitle-with-image
{
	position: relative; 
	left: 10px; 
	top: -20px;
}

.content-text-1
{
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.content-text-2
{
	font-family: Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin-left: 5px; margin-right: 5px;
}

.list-detail
{
	position: relative;
/*	top: 10px; */
	font-family: Sans-Serif;
	font-size: 12px;
	text-align: justify; 
	margin-bottom: 15px;
}

ul
{
	font-family: Verdana;
	font-size: 12px;
/*	line-height: 20px; */
	list-style-image: url(Images/bullet-check.gif);
}


/* ************************************************** */

.spec-image-size
{
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
}

.spec-header-field
{
	font-size: 10px; 
	font-family: Verdana; 
	font-weight: bold;
	text-transform: uppercase ;
	color: White;
	background-color: Red;
	width: 105px; 
	height: 20px;
	text-align: center; 
	border: Solid 1px Gray;
}

.spec-header-value
{
	font-size: 10px; 
	font-family: Verdana; 
	font-weight: bold;
	text-transform: uppercase ;
	color: White;
	background-color: Red;
	width: 150px; 
	height: 20px;
	text-align: center; 
	border: Solid 1px Gray;
}

.spec-detail-field
{
	font-size: 12px; 
	font-family: Arial; 
	width: 105px; 
	height: 20px;
	border: Solid 1px Gray;
}

.spec-detail-value
{
	font-size: 12px; 
	font-family: Arial; 
	width: 150px; 
	height: 20px;
	text-align: center; 
	border: Solid 1px Gray;
}

.spec-detail-value-2
{
	font-size: 12px; 
	font-family: Arial; 
	width: 200px; 
	height: 20px;
	text-align: center; 
	border: Solid 1px Gray;
}

/* ************************************************** */

.footer-text
{
	position: relative;
	top: 25px;
	margin-bottom: 25px; 
	width: auto;
	font-family: Verdana;
	font-size: 9px;
	color: Gray;
	background-color: White; 
}

.textbox-criteria
{
	font-size: x-small;
	font-family: Sans-Serif;
}