/* CSS Document */
body, table {
	font-family: "Gill Sans", "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #FF0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}

a img {cursor:pointer; border: 0px; }
.pagetitle { 
	font-family: "Gill Sans", "Times New Roman", Times, serif; 
	font-size: 24px; 
	font-weight: normal;
	color: #0099FF; 
	text-align: right;
	margin: 0;  
	margin-right: 2em; 
}
.links {
	color: #333333;
	text-decoration: none;
}
.topbanner { text-align: center; }
.topbanner img { vertical-align: middle;}
.showtitle { text-transform: uppercase; }

.press, .press table { font-family: Arial, Helvetica, sans-serif; width: 950px; margin: auto; }
.press .topbanner img { margin-right: 3em; }
.press .content { background-color: #e3e7df; text-align:center; font-size:95%; }
.press .content td { padding: 0.5em;}
.press .textrow td{ padding-bottom: 3em; vertical-align:top; }
.press h2 {font-weight:normal;}
.press .content img { cursor: pointer; }
.news { width: 804px; margin: auto; font-family: Arial, Helvetica, sans-serif; }
div.row { float: left}
div.row div {
	float: left; 
	width: 268px; 
}
.news a img { border: 0px; }
.frameimages a img {border: 1px solid #ccc; margin: 5px auto;}

.install div.row div {
	width: auto;
}
.install div.row div.maincol { width: 250px; margin-right: 10px; }
.install div.row div.detailcol { width: 740px; }
.install div.row div.detailcol .textrow { width: 740px; float: none; }
.install div.row div.detailcol .thm_main { width: 520px; margin-right: 30px; }
.install div.row div.detailcol .thm_install { width: 190px; }

.install div.row div.detailcol table td{ padding: 0 5px 5px 0; }
body.install { width: 1000px; margin: auto; }
.install .spacer { background-color: #dbe4e9; width: 100%; height: 20px; margin: 10px auto; clear:both; }
.install div.row { width: 100%; }
.install table.topbanner { width: 100%; margin-top: 30px;}
.install .topbanner { text-align: left; }
.install .topbanner a { display: block; float: left; margin: 0 50px;  }
.install .topbanner h2 { color: #ff0033; font-size: 200%; font-weight:normal; }
.install .topbanner h2 span { font-size: 110%; }
.install .topbanner h1 a { text-align:right; float: none; color: #0099FF; font-family: "Gill Sans", Arial, Helvetica, sans-serif}
.install .topbanner h1 a:hover { color: #FF0033; }
.install .detailcol h4, .install .detailcol h3 { font-weight:normal; color: #ff0033; font-size: 1em; margin: 0px; }
.install .topbanner h1 a:hover { color: #FF0033; }	
.install .detailcol .textrow h3 { font-size: 1.15em; }
.install .detailcol  img { cursor:pointer;}
.install .detailcol { margin-top: 0.2em; }
/* -----------------------
 * Utility
 * ------------------------ */
.clear{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0px;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}