/* --- Control Sales Page CSS --*/

/* --- HTML Selectors --- */

body	{
	background-color: #C0C0C0;
}

h1		{
	color: Black;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 16px;
	color: black;
	text-align: left;
}
			

h2		{
	color: black;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}



h3		{
	color: red;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
}

h4	{
	color: Black;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 18px;
	text-align: left;
}

a			{
	color: blue;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
			
img {
	border: 1px solid black;
}

a: hover	{color: red;
				}

hr			{width: 80%;
			}
			
p {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-weight: regular;
	line-height: 12pt;
}

table	{
	clear: both;
}

table a		{font-family: Times New Roman, serif;
				font-size: 14px;
				}

table h3 {
	text-align: center;
}

/* --- CLASSES --- */

.float_right {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}

.footer_link {
	font-family: "Arial Black", sans-serif;
	color: yellow;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;	
}

.footer_link:hover {
	font-family: "Arial Black", sans-serif;
	color: red;
	font-size: 18px;
	font-style: normal;	
}

.directions_map {
	width: 95%;
	border: 2px solid black;
	background: url(/images/backgrounds/yellow_gradient_background.gif);
	color: black;
	font-weight: none;
	font-style: Arial;
	font-size: 12px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.directions_map_text {
	width: 200px;
	text-align: left;
	float: right;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 0px solid black;
}

.office_left {
	border: 1px solid black;
	width: 275px;
	font-family: "Arial Black", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	float: left;
	margin: 30px 5px 10px 5px;
}

.office_right {
	border: 1px solid black;
	width: 275px;
	font-family: "Arial Black", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	float: right;
	margin: 30px 5px 10px 5px;
}

.people_table {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	border: 2px solid black;
}
.product_heading {
	width: 565px;
	border: 2px solid black;
	margin: 0px;
	padding: 5px;
	background-color: black;
	color: white;
	font-family: "Arial Black", sans-serif;
	font-size: 14px;
	text-align: center;
}

.right {
	margin-right: 5px;
	float: right;
}

	/* -- newsletter -- */

.newsletter {
	width: 500px;
	padding: 15px;
	border: 1px solid gray;
	background: url(/images/backgrounds/yellow_gradient_background.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: left;
	font-size: 10px;
}

.newsletter_text {
	width: 250px;
	text-align: left;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/* DISTI TABLES -- Formatting and Layout */

table.disti_table {
	width: 100%;
	border: 1px solid black;
	font-family: "Verdana";
	font-weight: 0px;
	font-size: 10px;
	text-align: center;
}

table.disti_table td {
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
}

table.disti_table a {
	color: blue;
	text-decoration: underline;
	font-family: "Verdana";
	font-size: 10px;
}

.table_row_gray {
	background-color: silver;
}

.table_row_white {
	background-color: white;
}

.table_heading_row {
	font-weight: none;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 10px;
}


/* DISTI MATRIX -- Formatting and Layout */

table.disti_matrix {
	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-weight: 0px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

table.disti_matrix td {
	border: 1px solid black;
	margin: 0px;
}

table.disti_matrix a {
	color: blue;
	text-decoration: underline;
	font-family: "Verdana";
	font-size: 10px;
}



/* PRODUCTS TABLES -- Formatting and Layout */

table.product_table {
	width: 579px;
	border: 2px solid black;
	margin: 0px;
	background: url(/images/backgrounds/yellow_gradient_background.gif);
	color: black;
	font-weight: none;
	padding: 10px;
	border-spacing: 5px;
	border-padding: 5px;
}

table.product_table img {
	width: 150px;
}

table.product_table td {
	font-family: Arial, sans-serif;
	font-size: 11px;
}




/* --- IDS --- */

#applet {
	float: left;
	margin: 0px 10px 0px 10px;
}

#disti_content {
	background-color: white;
	width: 758px;
	padding: 10px;
	border: 1px solid white;
	clear: both;
}

#footer {
	width: 768px;
	border: 4px solid black;
	padding: 2px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	font-family: "Arial Black", Arial, sans-serif;
}

#footer table {
	color: white;
	background-color: black;
	border: 4px solid white;
	padding: 10px;
	margin: 1px;
	border-spacing: 10px;
	width:  100%;
	font-size: 16px;
	line-height: 20px;
}

#header {
	width: 760px;
	background-color: black;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 35px;
	overflow: auto;
}

#header h2 {
	font-size: 20px;
	color: blue;
	text-align: center;
}

#letter {
	width: 95%;
	border: 0px solid black;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#letterheader {
	background: transparent url(/images/backgrounds/yellow_gradient_background.gif) repeat scroll 0 0;
	border: 2px solid black;
	font-color: black;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	overflow: auto;
}

#letterheader h1 {
	vertical-align: middle
}

#letterheader img {
	float: left;
	margin: 0px 10px 0px 0px;
}


#main_content {
	background-color: white;
	float: right;
	width: 595px;
	padding: 10px;
	border: 0px solid green;
}

#overall_content {
	width: 780px;
	background-color: white;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#tagline {
	background-color: red;
	width: 760px;
	padding: 10px;
	font-size: 18px;
	color: blue;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-weight: bold;	
}

#vertical_navbar {
	width: 139px;
	border: 0px solid black;
	padding: 10px;
	text-align: center;
	float: left;
}

#vertical_navbar a {
	font-size: 12px;
}
		
#vertical_navbar h2 {
	text-align: center;
	font-weight: bold;
}							

