/*STYLESHEET FOR CRANE DORRAY'S PRODUCTS PAGE */

p
{
	font-family: Arial, Veranda, sans-serif;
	font-size: 11px;
	color: #767676;
}

.contact
{
	color:#194180;
}

h1
{
	font-family: Arial, Veranda, sans-serif;
	font-size: 11px;
	color: #767676;
	font-weight: bold;
	text-align: left;
}

h2
{
	font-family: Arial, Veranda, sans-serif;
	font-size: 11px;
	color: #767676;
	text-align: left;
	font-weight: normal;
}

.links
{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

/* text effects for product menu */
a:link {color: #194180}
     
a:visited {color: #194180} 

a:hover {color: #acc4eb} 
 
a:active {color: #194180}

/* text effect for top menu */
a.top:link {color: #194180}
     
a.top:visited {color: #194180} 

a.top:hover {color: #ffffff} 
 
a.top:active {color: #194180}

#photo
{
	position: absolute;
	top: 50px;
	left: 40px;
}

#topheader
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#linksmenu
{
	position: absolute;
	top: 102px;
	left: 609px;
}

#links
{

	position: absolute;
	top: 103px;
	left: 630px;
	z-index: 2;
	text-decoration: none;
}

#menuheader
{
	position: absolute;
	top: 130px;
	left: 3px;
}

#infoheader
{
	position: absolute;
	top: 130px;
	left: 165px;
}



#menu
{
	position: static;
	width: 140;
        border-top: 1px solid #194180;
        border-left: 1px solid #194180;
	border-right: 1px solid #194180;

	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	font-family: 'Arial','Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #fff;
	color: #ccc;
}

#address
{
        position: absolute;
	top: 160px;
	left: 10px;
	width: 140;
}
	

#menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
}
		
#menu li {
		border-bottom: 1px solid #194180;
		margin: 0px;
}

#menu li a {
		display: block;
		padding: 1px 1px 1px 5px;
		border-left: 10px solid #819cc9;
		background-color: #fff;
		font-size: 11px;
		color: #194180;
		text-decoration: none;

		}

html>body #button li a {
		width: auto;
}

#menu li a:hover {
		border-left: 10px solid #194180;
		background-color: #acc4eb;
		color: #fff;
}


#rolloverimage {
	position:absolute;
	top: 380px;
	left: 35px;
}



#summary
{
	position: static;
	width: 578px;
	height: 355px;
	
}

#productsummary
{
	position: absolute;
	top: 15px;
	left: 230px;
	width: 325px;
	padding-left: 20px;
	border-left: 1px solid #194180;
}



#indexlinks
{
	position: absolute;
	top: 150px;
	left: 0px;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 12;
	line-height: 2;
	font-size: 11px;
	font-family: Arial;
}

.altul
{
	list-style-type: square;
	padding:0;
	padding-left: 15px;
	line-height: 1.1;
	color: #767676;
}


	



	



	