/* 
	index.css
	style for the index page
*/

@import "avdefault.css";

#main h2 {
	text-transform: capitalize;
}

#camera1 {
	float: right;
	margin: 1em 2em;
}

#keyfeatures h3 {
	margin: 15px 0 3px;
	font-size: 130%;
}

#keyfeatures dl{
	margin-right: 250px;
	margin-top: 0;
/*	background: #D8DBF1;*/
	border: 2px solid #000000;
	padding: 1em;
}

#keyfeatures dt{
	text-transform: uppercase;
	color: #AD2018;
	font-weight: bold;
	font-size: 90%;
}

#keyfeatures dd {
	margin-bottom: 1em;
}