body {
	background-color: #DEDEDE;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backgrounds/background.gif);
	font-size: 14px;
}
a {
	color: #0D82CC;
}
#mainbox {
	width: 650px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 5px solid #0D82CC;
}
#header {
	background-color: #0D82CC;
	background-repeat: no-repeat;
}
img#logo {
	margin: 15px;
	float: left;
}
/* @group Phone numbers */
#header #phone-numbers {
	text-align: right;
	color: #d9e7f1;
}
#header #phone-numbers p {
	margin: 0;
	font-size: 10px;
}
#header #phone-numbers p.first {
	font-weight: bold;
	font-size: 14px;
}
/* @end */
/* @group Top menu */
ul#topmenu {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}
ul#topmenu li {
	list-style-type: none;
	display: inline;
	padding: 5px 12px 5px 15px;
}
ul#topmenu li a {
	color: white;
	text-decoration: none;
}
ul#topmenu li + li {
	margin: 0;
}
body#home li#home-button, body#aboutus li#aboutus-button, body#products li#products-button, body#capabilities li#capabilities-button, body#casestudies li#casestudies-button, body#contact li#contact-button {
	background-color: white;
}
body#home li#home-button a, body#aboutus li#aboutus-button a, body#products li#products-button a, body#capabilities li#capabilities-button a, body#casestudies li#casestudies-button a, body#contact li#contact-button a {
	color: #0D82CC;
	font-weight: bold;
}
/* @end */
#content {
	padding: 20px;
}
#content h1 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 0;
}
#content h2 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
#content table {
	clear: both;
	margin: 0;
}
#content td {
	vertical-align: top;
	padding-bottom: 10px;
}
#content td h2 {
	margin-top: 0;
}
#content h2 + p {
	margin-top: 5px;
}
#content p {
	line-height: 120%;
}
p.pdf-link {
	background-image: url(../images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 24px;
	padding-top: 3px;
}
#content img.float-left, #content img[align=left] {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content img.float-right, #content img[align=right] {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content img.float-left, #content img.float-right {
	clear: both;
	margin-bottom: 10px;
}
#content div.captionedimage {
	margin-bottom: 10px;
}
#content div.captionedimage p {
	font-size: 90%;
	margin: 0;
	font-style: italic;
}

#content ul#product-snapshots {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
}
ul#product-snapshots li {
	float: left;
}
ul#product-snapshots li:first-child {
	margin-right: 3px;
	margin-bottom: 10px;
}
ul#product-snapshots li:last-child {
	margin-top: 1px;
}
div#footer {
	font-size: 10px;
	text-align: right;;
	width: 650px;
	margin: 5px auto;
}