/* CSS Document */
#nav {
	width:180px;
	border:1px;
	float: left;
	background-image: url(../spotlights/images/orange_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 577px;
	display: inline;
}

#content {
	margin-left:180px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: none;
	text-align: left;
}

#category, #customer, #photo {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 145%;
}

#category {
	float: left;
	font-weight: bold;
}

#customer {
	float: left;
	margin-left: 5px;
	width: 160px;
}

#photo {
	float: right;
	margin-left: 5px;
	right: 0px;
	top: 0px;
}

#quote {
	float:left; 
	width:395px; 
//	margin-top:50px;
}

.navlinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000099;
	font-size: 13px;
	word-spacing: normal;
}

.navlinks a {text-decoration:none;
}

.navlinks li {
	margin-bottom: 15px;
}

table {
	display:inline-table;
}

.quote {
	font-style: italic;
	font-weight: bold;
	color: #000099;
	margin-top: 10px;
	clear: both;
}

.navlinks a:visited {
	color: #000099;
}

a:link {
	color:#000099;
}

a:visited {
	color:#000099;
}

span {
	white-space: nowrap;
}