@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	font-style: normal;
	font-variant: normal;
	/* this center is to center our div for I.E. 5 http://bluerobot.com/web/css/center1.html */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: #FDFDFD;
}

div.centering { /* centers this div */
	margin-left: auto;
	margin-right: auto;
	width: 60em;
}


div.highlight {
	background-color:#555;
}

td.endorsement {
    width: 40em;
    font-size: 75%;
	text-align:justify;
	padding: 5px;
}

.border {
	border: 1px #FDFDFD solid;
}

.contactInformation{
			background-image: url('../graphics/turbo_2_2.jpg');
			background-repeat: no-repeat;
			background-position: center;
			text-align: center; 
			height: 465px;
			width: 100%;
			margin: 0px;
			color: black;
		}

#breadcrumbs {
    display: none;
	text-align:left;
}

/* Menu items are a light gray block with padding and no text decoration */
#breadcrumbs a
{
	cursor: pointer;
	background-color: #000;
	padding: 0.25em 0.25em;
	color: #FDFDFD;
	text-decoration: underline;
}
/* Menu items that have mouse over or focus have a blue background and white text */
#breadcrumbs a:hover, #breadcrumbs a:focus
{
	background-color: #555;
	color: #FDFDFD;
	
}

td.leftColumn {
    margin-left: 10px;
}
.leftColumn {
	background-color: black;
	border-color: #FDFDFD;
	border-width: 1px;
	border-style: solid;
	color: ivory;
	padding: 3px;
	width: 150px;
	font-size: smaller;
	vertical-align: top;
	height: 100%;
	}

div.leftColumnHeader {
	background-color: #FDFDFD;
	color: #111;
}

div.topMenu {
	float: right;
}
div.spryMenuTop {
	float: right;
}

ul.inventory {
    list-style: none;
}

div.inventoryItem {
    border-color: #FDFDFD; /*top right bottom left */
    border-width: 1px;
    border-style: solid;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 1px;
	width: 56em;
	¨

}

img.inventoryItemImage {
    vertical-align: text-top;
    text-align: left;
    width: 12em;
	float: left;
}


img.inventoryItemBigImage {
    vertical-align: text-top;
    text-align: left;
    width: 30em;
}


div.inventoryItemImage {
    float:left;
}

table.inventoryItemTable {
    vertical-align: text-top;
}

tr.invRow {
    vertical-align: text-top;
}

table.serviceList {
	background-color: #000000;
        boder-collapse: collapse;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	
}

td.serviceListText {
	padding: 5px;
	border:solid thin;
	border-color: #666666;
	border-collapse: collapse;
}




div.inventoryItemDetails {
	text-align:justify;
}

h3.inventory {
    text-align: center;
	vertical-align: top;
}
h1.inventory {
    text-align: center;
	vertical-align: top;
}

p.inventory {
    text-align: justify;
    line-height: 1.2em;
}

a.inventory {
    color: #FDFDFD;
    text-decoration: underline;
}
a.inventory:hover {
    color: #FF5;
}
a.inventory:visited {
    color: #FDFDFD;
}
a.inventory:visited:hover {
    color: #55F;
}

span.price {
    color: #FFCC50;
}

.strikethrough {

	text-decoration: line-through;
}

.overlay { visibility: hidden; position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; }

.overlay div { width:600px; margin: 50px auto; background-color: #fff; color: #000; border-style: none; padding:5px; text-align:justify; }

div.closing {
	text-align:left;
}

