/* CSS Document */

body {
	background-color: white;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/background_header.jpg);
	background-repeat: repeat-x;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a.active {
	color: black;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 151px;
	color: white;
	overflow: hidden;
}

#header .businesscard {
	padding: 3px 0px 0px 0px;
}

#header .maintitle {
	font-size: 80px;
	overflow: hidden;
	height: 85px;
}

#header .phone {
	font-size: 30px;
	padding-top: 50px;
}

#header .address {
	padding-left: 258px;
	font-size: 18px;
}

#header .nav {
	width: 800px;
	margin: 0 auto;
	clear: both;
	padding-top: 17px;
}

#header .nav a {
	display: block;
	float: left;
	color: white;
	width: 150px;
	text-align: center;
	background-color: #00C;
	font-weight: bold;
	font-size: 18px;
}

#header .nav a:hover, #header .nav a.active {
	background-color: #900;
}

#footer {
	border-top: 1px solid #00C; 
	border-bottom: 4px solid #00C; 
	padding: 3px 20px;
	background-color: #CCC;
	letter-spacing: 0.35em;
	color: #333;
	margin-bottom: 20px;
	
}

#content {
	background-image: url(/img/background_content_top.jpg);
	background-repeat: repeat-x;
}

#inner_content {
	background-image: url(/img/background_content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 24px 0px;
}

#primary {
	background-repeat: no-repeat;
	background-position: right top;
}

/***** CONTENT CLASSES *****/

.col128 {
	width: 128px;
}

.col150 {
	width: 153px;
}

.col520 {
	width: 630px;
}

.col450 {
	width: 450px;
}

.col950 {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

.pagetitle {
	width: 475px;
	font-size: 24px;
	text-align: center;
	border-top: 1px solid #00C;
	border-left: 1px solid #00C;
	border-right: 1px solid #00C;
	color: #00C;
	font-weight: bold;
	background-image: url(/img/background_pagetitle.jpg);
	background-repeat: repeat-x;
}

.borderblue1 {
	border: 1px solid #00C;
}

.col150 .tab {
	background-image: url(/img/background_tab.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 18px;
	width: 153px;
	height: 25px;
	overflow: hidden;
	text-align: center;
}

.quickinventory {
	height: 390px;
	overflow: auto;
	padding-top: 4px;
	border: 1px solid #00C;
}

.quickinventoryimage {
	width: 128px;
	height: 94px;
	background-repeat: no-repeat;
	background-position: center;
}

.colorblock {
	float: right;
	height: 16px;
	width: 16px;
	border: 1px solid #333;
	margin-right: 5px;
}

.paging a {
	padding: 3px;
}

.bg_ltblue {
	background-color: #D1E2F3;
}

.bg_ltgrey {
	background-color: #EDEDED;
}

.bg_ltblue .bg_ltgrey {
	background-color: #C2D2E2;
}

a.red {
	color: red;
}

#map_canvas {
	height: 350px;
	margin-bottom: 5px;
}

#routecontainer {
	display: none;
	font-size: 12px;
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 5px;
}

#route {
}

.directions .address_input {
	width: 375px;
}

.inventory_view td {
	border-bottom: 1px solid #00C;
	vertical-align: top;
}

.inventory_view th {
	border-bottom: 1px solid #00C;
	background-color: #D1E2F3;
	text-align: left;
	vertical-align: top;
}

/***** QUERY DEBUG CODE *****/

table.cake-sql-log {
	width: 940px;
	font-size: 10px;
	border: 1px solid #333;
	background-color: #CCC;
	margin: 10px auto;
	clear: both;
}

table.cake-sql-log td, table.cake-sql-log th {
	border-bottom: 1px solid #666;
	padding: 3px;
}

table.cake-sql-log caption {
	color: #CCC;
	border: 1px solid #333;
	background-color: #660000;
}

table.cake-sql-log caption:before {
	content: "DATABASE DEBUG: ";
}