﻿/* Default Style for broncocleaning.com */

html		{
		height: 100%;
		}

body		{
		height: 100%;
		margin: 0px;
		font-family: "Times New Roman", Times, Serif;
		font-size: 100%;
		color: #3399ff;
		background-color: #FFFFFF;
		}

h1		{
		color: #ff6600;
		font-size: 350%;
		text-align: center;
		padding: 0px;
		margin: 0px;
		}

h2		{
		color: #ff6600;
		font-size: 225%;
		font-style: italic;
                text-align: center;
		}

h3		{
		font-size: 150%;
                text-align: left;
                text-align: center;
                }

hr		{
		border: none;
		color: #ff6600;
		background-color: #ff6600;
		width: 85%;
		height: 2px;
		text-align: center;
		}

img		{
		border: none;
		margin: 4px;
		}

img.spacer	{
		border: none;
		margin: 0px;
		width: 50px;
		height: 0px;
		}

img.logo	{
		width:3.5em;
		height:4.5em;
		}

li		{
		font-size: 110%;
		}

p		{
		font-size: 100%;
		}

ul		{
		margin-top:0px;
		margin-left:1em;
		padding-left:0em;
		}

.blue		{
		color: #3399ff;
		}

.bold		{
		font-weight: bold;
		}

.caption	{
		font-size: 80%;
		text-align: center;
		}

.center		{
		text-align: center;
		}

.error		{
		color: #FF0000;
		font-weight: bold;
		}

.form-error	{
                text-align: right;
		color: #FF0000;
		font-weight: bold;
		font-size: 110%;
		}

.form-left	{
                text-align: left;
		font-size: 110%;
		}

.form-right	{
                text-align: right;
		font-size: 110%;
                }

.left		{
                text-align: left;
		}

.onpage		{
		text-decoration: underline;
		font-weight: bold;
		}

.orange		{
		color: #ff6600;
		}

.reference	{
                float: right;
		border-left: 2px solid #ff6600;
		width: 10em;
		}

.right		{
		text-align: right;
		}

.testimony	{
		font-size: 125%;
		}

.underline	{
		text-decoration: underline;
		}	

a:link		{
		color: #ff6600;
		text-decoration: none;
		}

a:visited	{
		color: #ff6600;
		text-decoration: none;
		}

a:hover		{
		color: #ff6600;
		text-decoration: underline;
		}

a:active	{
		color: #ff6600;
		text-decoration: none;
		}

a.foot:link	{
		color: #ffffff;
		text-decoration: none;
		}

a.foot:visited	{
		color: #ffffff;
		text-decoration: none;
		}

a.foot:hover	{
		color: #ffffff;
		text-decoration: underline;
		}

a.foot:active	{
		color: #ffffff;
		text-decoration: none
		}

a.menu:link	{
		color: #ffffff;
		text-decoration: none;
		}

a.menu:visited	{
		color: #ffffff;
		text-decoration: none;
		}

a.menu:hover	{
		color: #ffffff;
		text-decoration: underline;
		}

a.menu:active	{
		color: #ffffff;
		text-decoration: none
		}

table.banner	{
		border-collapse: collapse;
		margin-left: auto; 
		margin-right: auto;
		}

table.contact	{
		border-collapse: collapse;
		margin-left: auto; 
		margin-right: auto;
		}

table.content	{
		width: 100%;
		}

td		{
		vertical-align: top;
		padding: 8px;
		}

td.banner	{
		vertical-align: top;
		text-align: center;
		padding: 0px;
		}

td.backL	{
		background-image: url(images/bannerbackL.gif);
		background-position: top left;
		background-repeat: repeat-y;
		width: 50px;
		}

td.backR	{
		background-image: url(images/bannerbackR.gif);
		background-position: top right;
		background-repeat: repeat-y;
		width: 50px;
		}

td.content	{
		height: 100%;
		width: 40em;
		text-align: left;
		}

td.spacer	{
		background-color: #3399ff;
		width: auto;
		}

td#footer	{
		border-top: 2px outset #ffcc66;
		border-bottom: 3px outset #cc3300;
		background-color: #ff6600;
		text-align: center;
		padding: 2px;
		color: #ffffff;
		font-family: Verdana, Arial, "sans serif";
                font-style: italic;
		font-size: 80%;
		}

td#menu		{
		border-top: 2px outset #ffcc66;
		border-bottom: 3px outset #cc3300;
		background-color: #ff6600;
		text-align: center;
		padding: 2px;
		color: #ffffff;
		font-family: Verdana, Arial, "sans serif";
		}

#slogan		{
		font-weight: bold;
		font-size: 120%;
		font-style: italic;
		color: #ff6600;
		white-space: nowrap;
		}

#title		{
		font-size: 230%;
		font-weight: bold;
		font-style: italic;
		white-space: nowrap;
		}

table#main	{
		width: 100%;
		height: 100%;
		border-collapse: collapse;
		}
		
