body {  font-family: Verdana, Arial, Helvetica, sans-serif; 
	    font-size: 10pt; 
		color: #000000; background-color: #FFF;
		margin:0; 
		padding:0; 
		text-align:center;
		display: inline;
	}
a:hover {  font-weight: bold; color: #0000AA; text-decoration: underline}
a:visited {  font-weight: bold; color: #0000AA}
a:link {  font-weight: bold; color: #0000AA; text-decoration: none}

img
{
	margin: 5px;
}
p 
{
	margin: 1em;
}

#container
{
	margin:5px auto; 
	padding:  0;
	width: 775px;
	background-color: #FFF;
	text-align: left;
	border: 1px solid black;
}

#head {
	background: url('images/head.gif') no-repeat;
	display: block;
	height: 53px;
	width: 775px;
}

#headright {
	background: url('images/headright.gif') no-repeat;
	display: block;
	height: 138px;
	width: 155px;
	float: right;
}

#content
{
	padding: 5px;
}

h4
{
	font-size: 1em;
	font-weight: bold;
}

div.video-centre
{
	text-align: center;
	zindex: -1;
	clear: both;
}

div.video-desc
{
	font-weight: bold;
	color: #2B5165;
	padding: 3px;
}

div.video-quality-button-group
{
	text-align: center;
	clear: both;
	float: none;
	
}
div.video-quality-button
{
	float: left;
	padding: 3px;
	border: 1px solid black;
	margin: 2px;
	background-color: Gray;
}

div.boxout
{
	margin:10px;
	clear: both;
	
}


div.boxout .title
{
	background-color: #2B5165;
	color: White;
	padding: 3px;
}
div.boxout .content
{
	background-color: #EAF0F5;
	padding: 3px;
}

div.boxout li
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

div.product_boxout
{
	margin:10px;
	clear: both;
	
}

div.product_boxout .title
{
	background-color: #2B5165;
	color: White;
	padding: 3px;
}
div.product_boxout .title a
{
	text-decoration: none;
	color: White;
}

div.product_boxout .content
{
	background-color: #EAF0F5;
	padding: 3px;
	height: 270px;
}

div.product_boxout .content img
{
	border: 1px black;
	margin-right: 10px;
}

div.product_boxout li
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

#footer
{
	font-size:xx-small;
	background-color:#2B5165;
	color: #ddd;
	border-top: solid 1px #ddd;
	margin: 0px;
	margin-top: 50px;
	padding: 3px;
	text-align: center;

}
#footer a
{
	color: White;
	text-decoration: underline;
	font-weight: normal;
}

#menubar 
{
}

.formcolleft
{
	float: left;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}

.formcolright
{
	margin-left: 5px;
	margin-bottom: 2px;
}

.formcolclear
{
	margin-left: 5px;
	margin-bottom: 2px;
}

.errors ul
{
	background-color: #FAA;
	padding: 3px;
}

.errors li
{
	list-style-image: bullet;
	list-style-type: disc;
	list-style-position: inside;
}

.success ul
{
	padding: 3px;
}
