@charset "utf-8";
/* CSS Document for SimeSprinklers*/

/* IE6 Fix for widths*/
html, body {
margin: 0;
padding: 0;
height: 100%;}

/*End Fix*/

/* CSS Document for SimeSprinklers.com */

/*Gerneral Styles*/

/*** Main Site Wrapper necessary to retain div locations when using zoom with IE7 ***/
#wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		}

body 	{	
		background-color: #000;
		font-family: Arial, Helvetica, sans-serif;
		}

.b		{font-weight:bold}
.c		{text-align: center;}
.bc		{text-align: center; font-weight: bold;}
.bcb	{text-align: center; font-weight: bold; color: #000B87;}
.i		{font-style:italic}

.rb		{color:#e10000;
		font-size: 18pt;
		font-weight: bold}

.rbc	{color: #e10000;
		font-weight: bold;
		text-align: center;}

.bl		{color: #000B87;}

.grn	{color: #155428;}

h1 		{
		color: #C8CEFC;
		font-size: 48px;
		font-weight: bolder;
		padding: 0;
		margin: 10px 0 0 0;
		text-align: center;
		}
		
h2	    {
		color:#C8CEFC;
		font-weight: normal;
		font-size: 32px;
		padding: 0;
		margin: 10px 0 0 0;
		text-align: center;
		}

h3	    {
		color:#C8CEFC;
		font-weight: normal;
		font-size: 24px;
		padding: 0;
		margin: 10px 0 0 0;
		text-align: center;
		}
h4	    {
		color:#C8CEFC;
		font-weight: normal;
		font-size: 16px;
		padding: 0;
		margin: 10px 0 0 0;
		text-align: center;
		}

/*Holder*/
		
#main {
		position: absolute;
		top: 190px;
		width: auto;
		height: auto;
		margin: 0 0 0 0;
		z-index: 10;
		}

/*Content Styles*/

#content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50px;
		overflow: hidden;
		/*border: solid thin #000;*/
		}

#content img {
		/*float: left;*/
		margin: 10px 25px 0 0;
		}
		
.para	{
		margin: 0;
		text-align:center;
		clear: both;
		}

#link a:link {
		color:#C8CEFC;
		font-size: 18px;
		font-weight: normal;
		padding: 0;
		margin: 20px 0 20px 0;
		text-align: center;
		text-decoration: underline;
		}

#link a:hover {
		color: #C8CEFC;
		font-size: 18px;
		font-weight: bold;
		padding: 0;
		margin:  20px 0 20px 0;
		text-align: center;
		text-decoration: underline;
		}

#link a:visited {
		color: #C8CEFC;
		font-size: 18px;
		font-weight: normal;
		padding:  20px 0 20px 0;
		text-decoration: none;
		}





/*Footer Styles*/

#footer {
		margin: 0px 0 0 -10px;
		width: 101%;
		}
		
#phone {
		color: #3AE9FF;
		font-size: 24px;
		font-weight: bolder;
		text-align: center;
		padding: 0 0 0 0;
		margin: 10px 0;
		}
		
#footerbar {
		background-color: #A0B4FF;
		width: 101%;
		height: 24px;
		text-align: center;
		margin: 0 0 10px 0;
		}
		
#footerlink a:link {
		color: #0200D4;
		font-size: 18px;
		font-weight: bold;
		padding: 5px 0 0 0;
		text-decoration: none;
		}

#footerlink a:hover {
		color: #3634FF;
		font-size: 18px;
		font-weight: bold;
		padding: 5px 0 0 0;
		text-decoration: none;
		}

#footerlink a:visited {
		color: #0200D4;
		font-size: 18px;
		font-weight: bold;
		padding: 5px 0 0 0;
		text-decoration: none;
		}

#mininav {
		font-size: 10pt;
		color:#006600;
		font-weight: normal;
		text-align: center;
		margin: 0 0 10px 15px;
		}
		
#mininav a:link {
		font-size: 10pt;
		color: #542015;
		text-decoration: none;
		}
		
#mininav a:hover {
		font-size: 10pt;
		color: #542015;
		font-weight: bold;
		}

#mininav a:visited {
		font-size: 10pt;
		color: #542015;
		text-decoration: none;
		}

