/*	jvr-screen.css	Style sheet for Web pages
	Begun 17/01/10
*/

.central	{
	text-align:	center
}

.new-row	{
	clear:	both
}

.column	{
	float:		left;
	margin:		0 20px 0 0
}

/*	divisions	*/

div#description	{
	margin:			0 0 32px 20px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		14px
}

#description h3, #description ul	{
	font-size:	112%
}

div#icons	{
	margin-bottom:	32px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10px;
	font-weight:	bold
}

#icons table	{
	margin-bottom:	20px
}

div.offer-section	{
	padding-bottom:	10px;
	border-right:	1px solid #ccc;
	border-bottom:	1px solid #ccc;
	border-left:	1px solid #ccc
}

div.offer-section p	{
	width:		134px;
	margin:		2px auto
}

div.offer-section div p	{
	width:		120px;
	margin:		10px auto 4px;
	font-size:	90%
}

div.offer-section div.inner	{
	width:		100px;
	margin:		4px auto 0
}

div.prices	{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px
}

/* amended Original divisions */

div#PageCopy	{
	padding-bottom:	32px
}

#PageCopy h2	{
	padding:	0 8px
}

#PageCopy p	{
	padding:	0 6px
}

/*	tables	*/

table#price-table	{
	width:			520px;
	margin-bottom:	32px
}

#price-table td	{
	width:		150px;
	text-align:	center
}

#price-table tr.caption	{
	height: 	32px
}

#price-table tr.caption td	{
	font-weight:	bold
}

#price-table tr.data	{
	height: 	24px
}

/*	images	*/

img	{
	border:	0
}

img.primary	{
	padding:	1px;
	border:		1px solid silver
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

h3.table-title	{
	margin-bottom:	16px
}

span.lead-in, span.run-in	{
	font-weight:	bold
}

/*	colours	*/

a:link	{
	background-color:	inherit;
	color:				blue
}

a:visited	{
	background-color:	inherit;
	color:				navy
}

a:hover	{
	background-color:	inherit;
	color:				blue
}

a:active	{
	background-color:	inherit;
	color:				red
}

div.offer-section	{
	background-color:	#ff9
}

div#PageCopy h2	{
	background-color:	inherit;
	color:				#4d167c	/* purple */
}

h3.table-title	{
	background-color:	inherit;
	color:				red
}

h3.listhead, span.lead-in	{
	background-color:	inherit;
	color:				#ff6600	/* orange */
}

/*	EOF	*/
