/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Body and Container
*/

body
{
	color: black;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	width: 800px;
	/*
	min-width: 600px;
	max-width: 900px;
	*/
	background-image: url(/images/bkgd.jpg);
	background-repeat: no-repeat;

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Header
*/
div#header
{
	color: black;
	background-color: white;
	background-image: url(/images/giheader.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 100%;
	padding: 0px;
	border-bottom: 15px solid #FF6600;
	margin: 0px;
	margin-top: 10px;
	text-align: left;
}

div#header img, a
{
	border: none;
	text-align: left;
	text-decoration: none;
}

div#headerHome
{
	height: 85px;
	border-bottom: 15px solid #FF6600;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

div#headerHome iframe
{
	height: 85px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

div#headerHome object embed
{
	margin: 0px;
	padding: 0px;
	border: none;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Navigation Bar
*/
div#navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
	background-color: #BBBBBB;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	text-align: left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}

div#navigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#navigation li 
{
	display: inline;
	color: white;
	background-color: #BBBBBB;
	border: 4px solid white;
	margin: 0px -4px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
div#navigation a 
{
	background-color: transparent;
	color: white;
}
div#navigation a:hover
{
	background-color: transparent;
	color: black;
}


/* navigation link for the current section */
body#home li.home, body#products li.products, body#sales li.sales, body#contact li.contact, body#contracts li.contracts, body#florida li.florida
{
	color: black;
	background-color: #FF6600;
}
/* navigation link for the current section */
body#home li.home a, body#products li.products a, body#sales li.sales a, body#contact li.contact a, body#contracts li.contracts a, body#florida li.florida a
{
	color: black;
	background-color: transparent;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Body - Content area
*/

div#content
{
	color: black;
	background-color: transparent;
	clear: both;
	padding: 10px;
	margin-top: 0px;
	text-align: justify;
}

div#content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -5px;
	text-align: left;
}

div#content h2
{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -10px;
	text-align: left;
}

div#content p
{
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
}


div#content a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: black;
	background-color: transparent;
	text-decoration: none;
}
div#content a:hover
{
	color: #FF6600;
	background-color: transparent;
	text-decoration: underline;
}
div#content a:active
{
	color: black;
	background-color: #FF6600;
	text-decoration: underline;
}
div#content img
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.service-list 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 180px;
}

.product-list 
{
	margin-left: 180px;
}
.productadmin-list 
{
	margin-left: 100px;
}
.productdetails-list 
{
	margin-left: 150px;
}
.adminedit 
{
	margin-left: 20px;
}

table#subCatListTable
{
	width: 90%;
	margin: 0px auto;
	font-size: .8em;
}
table#subCatListTable td.product
{
	padding: 10px;
	background-color: #CCCCCC;
	
/*	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #AAAAAA;
*/	
	border-top: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
	
}

table#subCatListTable tr.prodRow
{
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #AAAAAA;

}

table#subCatListTable .blankRow
{
	height: 10px;
	background-color: transparent;
	border: 0px;
}
/*
table#subCatListTable a:hover
{
	color: black;
}
*/

div#addressDiv
{
	margin:10px;
	text-align:center;
}

div#addressDiv a
{
	color: #FF6600;
	background-color: transparent;
	text-decoration: underline;
}

div#addressDiv h1
{
	text-align:center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Footer
*/

div#footer
{
	color: white;
	background-color: #FF6600;
	border-top: 4px solid white;
	text-align: center;
	padding: 0;
	clear: both;
	width: 100%;
}
div#footer h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 2px 10px;
	margin: 0px;
}
div#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 4px 10px;
	margin-top: -2px;
	margin-bottom: -2px;
}
div#footer a
{
	color: white;
	background-color: transparent;
	text-decoration: underline;
}
div#footer a:hover
{
	color: black;
	background-color: transparent;
}

