#pagebody
{
	width: 700px;
	margin: 0 auto 10px auto;
}

#titlebar
{
	width: 100%;
	height: 150px;
	background-image: url(images/titlebg.png);
	background-repeat: repeat-x;
}

#columns
{
	width: 100%;
	margin: 0 auto 0 auto;
}

#maincolumn
{
	margin-right: 220px;
}

.firstparagraph
{
	font-weight: bold;
}

.caption
{
	text-align: left;
	font-size: 9px;
}

h1, h2 { display: none; }

h1.subtitle, h2.subtitle 
{ 
	display: block;
	color: black;
	background-color: white;
}

h4
{
	font-size: 100%;
	color: #3B2A7D;
	margin-bottom: 0;
	padding-bottom: 0;
}

p { margin: 0 0 1em 0; }

.centeredcolumn
{
	text-align: center;
	margin-right: 150px;
	margin-left: 150px;
	width: 400px;
	padding: 10px;
}

#sidecolumn
{
	width: 200px;
	padding: 10px;
	margin: 0 0 0 10px;
	font-size: 80%;
	line-height: normal;
	float: right;
}

.feature
{
	width: 100%;
	background-color: #DDD;
	padding: 0.5em;
	margin: 0;
}

.feature img.inlay
{
	margin: 5px;
	float: left;
}

#sidecolumn h4
{
	width: 100%;
	text-align: center;
	background-image: url(images/midgradientbg.png);
	background-repeat: repeat-x;
	color: black;
	padding: 0.5em;
	font-size: 100%;
	margin: 0;
	background-color: #919191;
}

#copyright
{
	font-size: 8px;
	line-height: normal;
	border-color: #E6E6E6 gray gray gray;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.lrcolumns
{
	background-position: 50%;
	background-repeat: repeat-y;
	background-image: url(images/1x1gray.png);
}

.leftcenteredcolumn
{
	float: left;
	display: block;
	text-align: center;
	width: 300px;
	margin-left: 25px;
}

.rightcenteredcolumn
{
	float: right;
	display: block;
	text-align: center;
	width: 300px;
	margin-right: 25px;
}

table.formalign
{
	width: 100%;
}

table.formalign tr
{
}

table.formalign th
{
	text-align: left;
	vertical-align: baseline;
	font-weight: bold;
}

table.formalign td
{
	text-align: left;
}

table.formalign td.centercol
{
	text-align: center;
}

.centerbox
{
	text-align: center;
}

.errormsg
{
	color: red;
}

.missingdata
{
	border-color: red;
	border-width: 2px;
	border-style: solid;
}

#sidecolumn .cameraSelector select
{
	width: 100%;
}

#mainlayout td
{
	border: 1px solid gray;
	width: 33%;
}


.featuretable
{
	width: 100%;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto 0 auto;
}

.featuretable tr
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
}

.featuretable th, .featuretable td
{
	border-color: #929292;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.featuretable .heading
{
	background-color: black;
	background-image: url(images/darkgradientbg.png);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
}

.featuretable .section
{
	background-image: url(images/midgradientbg.png);
	background-repeat: repeat-x;
	background-color: #929292;
	text-align: center;
}

.featuretable .details
{
	text-align: left;
	font-size: 10px;
}

.featuretable caption
{
	caption-side: bottom;
	font-size: smaller;
}

#buynow
{
	display: table-row;
}

#buynow div
{
	display: table-cell;
	min-height: 80px;
	vertical-align: middle;
}

#buynow img
{
	float: left;
	margin-right: 10px;
}

