/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body
{
	margin: 0 3em 3em 3em;
	padding: 0;
	height: 100%;
	background-color: #CCC;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

a
{
	color: #000099;
	text-decoration: underline;
}

a:hover
{
	color: #cc0000;
	text-decoration: none;
}

blockquote
{
	margin: 1em;
	padding: .5em;
	background-color: #fff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

img
{
	border: none;
	border-width: 0;
	behavior: url(iepngfix.htc);
}

blockquote p
{
	margin: .5em;
}

#centerColumn
{
	margin: 0 auto;
	width: 50em;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #999999;
}

#centerColumn h2
{
	margin: 0 0 -.5em 0;
	padding: .75em 0 0 0;
	font-size: 1em;
	letter-spacing: .1em;
}

#header
{
	padding: 0 0 0 0;
}

#nav
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#footer
{
	position: relative;
	bottom: 0;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #9b1d1d;
	border-top: 1px solid #999999;
	color: #fff;
}

#footer li
{
	width: 100%;
	font-size: 10px;
}

#footer ul
{
	padding: 0;
	margin: 0;
}

#content
{
  min-height:500px;
  height:auto !important;
  height:500px;
}

#main
{
	margin: 0 25% 0 25%;
}

#header
{
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
	height: 106px;
}

#logo
{
	margin: 22px 0 0 0;
}

#lowerMenuNavBar
{
	background-position: bottom;
	background-color: #9b1d1d;
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 8px;
	margin: 0;
	vertical-align: bottom;
	background-image: url(header_shadow.gif);
	background-repeat: repeat-x;
}

#lowerMenu a
{
	background-color: Transparent;
	padding: 0px 2px 0px 4px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#lowerMenu ul
{
	list-style: none;
	vertical-align: bottom;
	display: inline;
}

#lowerMenu li
{
	margin: 0 0 0 30px;
	font-size: 10pt;
}

#lowerMenu a:hover
{
	color: #c0b2b2;
}

#lowerMenu .selected
{
	color: #eef940;
}

.subMenu
{
	border-top: solid 1px #fff;
	padding-bottom: 2px;
}

.subMenu a
{
	color: #E3D8D8;
	font-size: 10pt;
	text-decoration: none;
}

.subMenu ul
{
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#subMenu li
{
	font-size: 8pt;
	margin: 0 10px 0 0;
	color: #fff;
}

.selectedSub a
{
	color: Yellow;
	text-decoration: underline;
}


.selectedSub a:hover
{
	color: #CCC;
	text-decoration: underline;
}

.image-left
{
	margin: 10px 10px 10px 0;
	border: solid 2px;
	float: left;
}

#productList
{
	list-style: none;
}

#productList li
{
	margin-left: 50px;
	margin-bottom: 20px;
}

.productBox
{
	margin-left: 20px;
	margin-top: 10px;
	width: 600px;
	border: solid 1px #CCC;
	background-color: #CCC;
}

.productBox h1
{
	font-size: 15px;
	text-decoration: underline;
	margin-left: .1em;
}

.subProductBox
{
	background-color: #FFF;
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
}

.subProductBox table
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.subProductBox td
{
	padding: 4px;
}

.displayItemBox
{
	position: inherit;
	color: #FFF;
	margin: 20px;
	padding: 10px;
	border: 2px solid #ccc;
	background: #666;
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.displayPanel
{
	color: #FFF;
	margin: 3px;
	padding: 0;
	border: 2px solid #ccc;
	background: #666;
	width: 700px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

blockquote
{
	background-color: Transparent;
	border: none;
	padding: 0;
	margin: 8px;
}

.link-w
{
	color: #fff;
	text-decoration: none;
}

.link-w:hover
{
	color: Yellow;
}

.b-left
{
	width: 13px;
	float: left;
}

.b-center
{
	float: left;
	height: 29px;
	background-image: url(b-center.gif);
}

.b-center-text
{
	margin-top: 4px;
	width: 85px;
	text-align: center;
}

.b-right
{
	width: 14px;
	float: left;
}

.b-center a
{
	color: #000;
	text-decoration: none;
}

.b-center a:hover
{
	color: Red;
}

.linkItem
{
	padding: 2px 2px 2px 2px;
	width: 112px;
}

.header3
{
	text-align: center;
	font-size: 15pt;
}

#grid
{
	padding: 10px;
}

.grid-cell-l
{
	width: 200px;
	padding: 2px 20px 20px 5px;
	vertical-align: top;
}

.grid-cell-r
{
	vertical-align: top;
}

.grid-h-row
{
	background-image: url(gridHeader.gif);
	background-repeat: repeat-x;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}

.oddRow
{
	background-color: #f4efef;
	border: solid 1px #dcb0af;
}

.evenRow
{
}

.border
{
	border: solid 1px #CCC;
}

.centerDiv
{
	width: 100%;
	text-align: center;
}

.align-c
{
	text-align: center;
}

.noBullet
{
	list-style-type: none;
}
.noPad
{
	margin: 0 0 0 140px;
	padding: 0 0 0 0;
}

.listPad
{
	padding-top: 15px;
}

.horizontalList
{
	list-style: none;
	display: inline;
	padding-right: 10px;
}

.prodCol
{
	width: 120px;
	vertical-align: top;
}

.description
{
	font-size: 8pt;
}

.map
{
	text-align: center;
	width: 100%;
}

.grayLink
{
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.grayLinkOn
{
	color: Yellow;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.center
{
	text-align: center;
	width: 100%;
}

.left
{
	text-align: left;
	width: 100%;
}

.right
{
	text-align: right;
}

.center-90
{
	text-align: center;
	margin: 0 20px 0 20px;
}

.roundedcornr_box_113993
{
	background: #d4dea7;
}
.roundedcornr_top_113993 div
{
	background: url(roundedcornr_113993_tl.png) no-repeat top left;
}
.roundedcornr_top_113993
{
	background: url(roundedcornr_113993_tr.png) no-repeat top right;
}
.roundedcornr_bottom_113993 div
{
	background: url(roundedcornr_113993_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_113993
{
	background: url(roundedcornr_113993_br.png) no-repeat bottom right;
}

.roundedcornr_top_113993 div, .roundedcornr_top_113993, .roundedcornr_bottom_113993 div, .roundedcornr_bottom_113993
{
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_113993
{
	margin: 0 30px;
}

.repHeader
{
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: underline;
}
.repContentField
{
	font-weight: bold;
	vertical-align: top;
}
.repContentData
{
	vertical-align: top;
	text-align: left;
}
.repContent
{
	width: 100%;
	text-align: center;
}
.contactHeader
{
	vertical-align: top;
	text-decoration: underline;
}

a.uniMenuItem
{
	font-size: 8pt;
	text-decoration: none;
}

a.uniMenuItem:hover
{
	text-decoration: underline;
}

a.uniMenuItemSelected
{
	font-size: 8pt;
	color: #9B1D1D;
	text-decoration: none;
}

.glossaryItem
{
	margin: 0 10px 8px 30px;
}

.kbTable
{
	padding: 12px 12px 12px 12px;
	width: 100%;
}

.kbTable th
{
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #A32525;
}

.lightGray
{
	color: #ECECEC;
}

#uniMenu
{
	margin: 0 3em .1em 3em;
	padding: 0;
	text-align: center;
}

#kostaUniversity
{
	margin: 0 25px 0 10px;
	padding-right: 20px;
}

.kostaUFeatures
{
	margin-left: 10px;
	font-weight: bold;
	list-style-type: none;
}

.kostaUFeatures ul
{
	font-weight: normal;
	margin-left: 15px;
	text-decoration: none;
}

.kostaUDescription
{
	padding: 0 8px 0 8px;
}

.b
{
	font-weight: bold;
}

.error
{
	color: Red;
	font-weight: bold;
}

.margin-20
{
	margin-left: 20px;
	margin-right: 10px;
}

.productHeading
{
	font-size: 10.5pt;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
}

.productDescription
{
	font-size: 8pt;
}

.spacer
{
	padding-top: 1.5px;
	line-height:1px;
}

.categoryBreadcrumb
{
	color:#666666;
	background-image: url('arrow.gif');
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-right: 5px;
	text-decoration:none;
}

.categoryHeader
{
	color:#000099;
}
