/* SECTION CONTENT */
#product {
	float: right;
	width: 559px;
	margin: 43px 0 43px 0;
}

.article {
	clear: both;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted silver;
}

.section {
	margin-top: 20px;
}

.first {
	border-top: none;
	padding-top: 0;
}

.articleModified {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	margin: 0;
}

#mainImage,
.imageDisplay {
	float: right;
	width: 200px;
	margin: 0 0 10px 25px;
	padding: 6px;
	border: 1px solid #ddd;
}

.nonViewedImages {
	display: none;
	float: right;
	width: 160px;
	border: 1px solid blue;
}

.imageDescription {
	margin: 10px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #444;
}

.imageNavigation {
	margin: 12px 3px 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

.imageNavigation a {
	text-decoration: underline;
}

.imageNavigation a:hover {
	cursor: pointer;
}

.imageNavigation .next {
	float: right;
	width: 40px;
	height: 12px;
}

.imageNavigation .previous {
	float: left;
	width: 40px;
	height: 12px;
}

#attachments {
	float: right;
	clear: right;
	width: 222px;
	list-style-type: none;
	margin: 0 0 10px 25px;
	padding: 0;
}

#attachments li a {
	display: block;
	width: 186px;
	height: 27px;
	margin: 0 0 10px 0;
	padding: 13px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	line-height: 10pt;
	cursor: pointer;
}

#attachments li a.doc {
	background: url( '../images/buttonDOC.gif' );
}

#attachments li a.exe {
	background: url( '../images/buttonEXE.gif' );
}

#attachments li a.pdf {
	background: url( '../images/buttonPDF.gif' );
}

#attachments li a.ppt {
	background: url( '../images/buttonPPT.gif' );
}

#attachments li a.xls {
	background: url( '../images/buttonXLS.gif' );
}

#attachments li a.form {
	background: url( '../images/buttonForm.gif' );
}

#product form h3 {
	font-size: 18pt;
	margin-top: 0;
}

#product form table {
	width: 100%;
	border-collapse: collapse;
}

#product form .label {
	vertical-align: top;
	width: 120px;
}

#product form .input * {
	width: 100%;
	margin-bottom: 20px;
}

#product form td {
}

#product form .submit {
	text-align: right;
}

#product form .submit a {
	float: left;
}

#product form .submit input {
	padding: 2px 30px;
}

#product a.back {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #a8c9f0;
}

#product p.message {
	margin-top: 0;
}

.album .imageDisplay {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}

.album .image {
	clear: both;
	width: 760px;
	height: 570px;
	text-align: center;
	padding: 6px 0;
}

.album .imageNavigation {
	font-size: 10pt;
	border-bottom: 1px solid silver;
}

.album .imageDescription {
	font-size: 10pt;
	margin: 4px 0 0 0;
}

.album .imageNavigation .next,
.album .imageNavigation .previous {
	margin: 4px 0 0 0;
}

.album .back {
	margin-left: 2px;
	margin-top: 0;
	padding: 0;
	font-size: 8pt;
}

.album .back a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.album h2 span {
	color: silver;
	text-transform: uppercase;
	font-size: 12pt;
}

.album h2 {
	margin-top: 16px;
}

p.photoAlbum {
	height: 40px;
	padding: 10px 0 0 40px;
	background: url( '../images/album.gif' ) no-repeat;
}

/* REFERENCES */

#refs h1,
#news h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 21pt;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#refs .filter {
	float: right;
	clear: right;
	width: 200px;
	padding: 9px 10px;
	margin: 0 0 20px 20px;
	background: #6c91bf url( '../images/filterBgBlue.gif' ) repeat-x;
}

#news .filter {
	margin: 0 0 10px 0;
}

#refs .filter h2 {
	color: #acc3e0;
	font-size: 11pt;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#news .filter h2 {
	font-size: 11pt;
	text-transform: uppercase;
}

#refs .filter a {
	color: white;
	text-decoration: underline;
}

#refs ul,
#refs form {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#refs #refsRegionSelector ul {
	padding: 0 0 0 10px;
}

#refsRegionSelector li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13pt;
	clear: both;
}

#refsRegionSelector li li {
	font-weight: normal;
	font-size: 9pt;
	float: left;
	clear: none;
	margin-right: 15px;
}

#refsQuery .text {
	width: 140px;
}

#refs .refsList {
	width: 512px;
	float: left;
}

#refs .imageDisplay,
#news .imageDisplay {
/*	margin-top: 12px;*/
}

#refs .pageSelector,
#news .pageSelector {
	clear: both;
	padding: 14px 0;
	border-top: 1px dotted silver;
}

#refs .pageSelector a,
#news .pageSelector a {
	text-decoration: underline;
}

/* SECTION MENU */
#sectionMenu {
	float: left;
	list-style-type: none;
	width: 177px;
	margin: 43px 0 43px 0;
	padding: 0;
	font-size: 8pt;
}

#sectionMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#sectionMenu li {
	margin: 0;
	padding: 0;
	line-height: 16.5pt;
}

#sectionMenu a {
	text-decoration: none;
}

#sectionMenu li a {
	padding-left: 14px;
}

#sectionMenu ul a {
	padding-left: 22px;
}

#sectionMenu li.first {
	margin: 0 0 16px 0;
}

#sectionMenu li.selected li.selected {
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
}



