.boxfifth { width: 186px; }
.box2fifths { width: 382px; }
.box3fifths { width: 578px; }
.box4fifths { width: 774px; }

.boxquarter { width: 235px; }
.boxhalf { width: 480px; }
.box3quarters { width: 725px; }

.boxthird { width: 316px; }
.box2thirds { width: 644px; }

.boxfifth, .box2fifths, .box3fifths, .box4fifths, .boxquarter, .boxhalf, .box3quarters, .boxthird, .box2thirds {
	float: left;
	margin: 0px 10px 10px 0px;
}
.boxfifth div, .box2fifths div, .box3fifths div, .box4fifths div, .boxquarter div, .boxhalf div, .box3quarters div, .boxthird div, .box2thirds div {
	padding: 10px 15px;
}

a { color: #8B8D8E; }
a:hover { color: Black; }

.selected { font-weight: bold; }

#canvas { width: 970px; margin: 0px auto; }

#headbar, #footbar {
	clear: both;
	border-style: solid;
	border-color: #C5C6C6;
	border-width: 0px;
	background-repeat: no-repeat;
}
#headbar {
	margin: 10px 0px 10px;
	background-image: url(../ui/headbar_bg.gif);
	background-position: 0px 0px;
	border-bottom-width: 2px;
}
#footbar {
	margin: 10px 0px;
	background-image: url(../ui/footbar_bg.gif);
	background-position: 0px 100%;
	border-top-width: 2px;
}
#headbar ul, #footbar ul { list-style-type: none; padding: 0.5em 12px; margin: 0px; }
#headbar li, #footbar li { display: inline; }
#headbar ul#topLinks { text-align: right; }
#footbar ul { text-align: center; }
#headbar a, #footbar a { color: #999999; font-weight: bold; padding-left: 3px; padding-right:3px; }
#headbar a:hover, #footbar a:hover { color: Black; }

#columnLeft {
	width: 195px;
	border-right: 1px dashed White;
}

#columnLeftContents {
	padding-top: 20px;
}

#navLeft {
	margin: 0px 15px 20px 0px;
}

#navLeft ul {
	list-style-type: none;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #E6E6E6;
}
#navLeft li { border-bottom: 1px solid #E6E6E6; }
#navLeft a, #navLeft li.selected { padding: 0.25em 15px; }
#navLeft a { color: #8B8D8E; display: block; }
#navLeft a:hover { background-color: #FCFCFC; }
#navLeft a:hover, #navLeft li.selected { color: black; }
#navLeft li.selected {
	background-image: url(../ui/listitem_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% center;
}

#extraLeft {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 1em 15px;
}
#extraLeft li { margin-left: 15px; }

#titleBox {
	height: 130px;
	margin-bottom: 10px;
	background-color: #8B8D8E;
}

#columnMain {
	width: 774px;
}

#sectionTitle {
	padding: 20px 0px 10px 15px;
	color: White;
}
#sectionCaption {
	padding: 0px 0px 10px 15px;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#sectionContentMain {
	width: 525px;
	float: left;
	margin: 0px 0px 2em 0px;
}

#last { margin-right: 0px; }

#sectionContentMain li { margin-left: 15px; }

img.productPic {
	float: right;
	margin-left: 20px;
}

#anyquestions {
	float: right;
	clear: right;
	margin: 0px 0px 10px 0px;
	background-image: url(../ui/boxfifth_generic_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#anyquestions div {
	padding: 2em 15px 1em;
	background-image: url(../ui/boxfifth_aq_generic_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#smallprint {
	margin-top: 10px;
	margin-bottom: 10px;
}
#smallprint p {
	font-size: 9px;
	line-height: 1.5em;
}

.footercardlogo {
	float: left;
	margin-right: 10px;
}
