/* Site Defaults */
body, p, td, ul, li, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

body {
	margin:0px;
	text-align: center;
}

#wrapper {
	width: 760px; 
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	vertical-align: top;
	text-align: left;
	cell-spacing: 0px;
	cell-padding: 0px;
}

div.spacer {
  clear: both;
  }
  
.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.leftPad {
	margin: 5px 0px 5px 22px;
}

.rightPad {
	margin: 5px 22px 5px 0px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

form {
	padding:0;
	border:0;
	margin:0;
}

a:hover {
	color: #0099FF;
}


/* Main Layout Containers */
#level1 {
	background-color: #000;
	width: 760px;
	color: #fff;
	text-align: left;
	border: none;
}

#level1 a {
	color: #fff;
}

 #level2 {
	width: 760px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #cccc99;
}

#level2 a {
	color: #fff;
}

#level3 {
	width: 760px;
	text-align: left;
}

#level4 {
	background-color: #933;
	width: 760px;
	color: #fff;
	text-align: left;
}

#level4 a {
	color: #fff;
}

/* Level 1 Elements */

#logo {
	padding: 5px 0px 5px 22px;
	vertical-align: center;
	text-align: left;
}

#topRight {
	padding: 5px 22px 5px 0px;
	vertical-align: middle;
	text-align: right;
}

/* Level 2 Elements */

#leftNav {
	width: 114px;
}

#banner {
	width: 646px;
}

#brandwindow {
	height: 214px;
	width: 390px;
}

#bannerRight {
	height: 214px;
	width: 256px;
}

/* Level 3 Elements */

#title {
	padding-left: 22px;
	width: 436px;
	margin-top: 23px;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
}

#linksHeader {
	padding-left: 22px;
	width: 187px;
	margin-top: 17px;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-decoration: none;
}

#content {
	width: 504px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align: top;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

#content1col {
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align: top;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

#links {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 255px;
	vertical-align: top;
	text-align: left;
}

#copy {
	margin-left: 21px;
	margin-right: 35px;
	margin-bottom: 30px;

}

#linksCopy {
	margin-left: 15px;
	margin-right: 5px;
	text-align: left;
}

#subNav {
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

#translation {
	margin-left: 80px;
	margin-right: 10px;
	text-align: right;
}

#redBar {
	background-color: #993333;
	height: 6px;
	width: 255px;
}

/* Level 4 Elements */

#lowerLeft {
	padding: 5px 0px 5px 22px;
	vertical-align: center;
	text-align: left;
}

#lowerRight {
	padding: 5px 22px 5px 0px;
	vertical-align: center;
	text-align: right;
}



#copyright {
	padding: 5px 0px 5px 22px;
	vertical-align: center;
	text-align: left;
}


.prodNew {
	vertical-align: top;
	color: #009900;
	background-position: top;
	font-size: 120%;
}

.prodDiscontinued {
	color: #FF0000;
}

.HighlightRed {
	color: #FF0000;
	font-weight: bolder;
}

.TableMain {
	vertical-align: top;
	border: none;
	height: auto;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
}

.TableTh {
	font-weight: bold;
	padding: 6px 3px 5px 5px;
}

.TableCentJust {
	vertical-align: top;
	padding: 6px 3px 5px 5px;
	text-align: center;
	white-space: nowrap;
}

.TableLeftJust {
	vertical-align: top;
	padding: 6px 3px 5px 5px;
	text-align: left;
    white-space: nowrap;	
}

.TableLeftJust2 {
	vertical-align: top;
	padding: 6px 3px 5px 5px;
	text-align: left;
	width: auto;
}

