@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #e9eaeb;
	background-image: url(images/home_bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e9eaeb;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-image: url(images/tbl_bg.gif);
	background-repeat: repeat-y;
	height: 120px;
}

.oneColFixCtr #bottomlogos {
	width: 800px;
	height: 150px;
}

#ISOlogo {
	position: relative;
	width: 100px;
	left: 140px;
	top: 20px;
	float: left;
}
#sakuralogo {
	position: relative;
	width: 100px;
	left: 360px;
	top: 20px;
	float: left;
}


.oneColFixCtr #hdNav {
	background-color: #FFFFFF;
	background-image: url(images/home_01.gif);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav {
	width:398px;
	position:relative;
	top:92px;
	left:371px;
}
#intro {
	position: relative;
	height: 100px;
	width: 420px;
	left: 40px;
	top: 20px;
	text-align:justify;
	float: left;
}

#divide {
	background-image: url(images/vert01.gif);
	background-repeat: repeat-y;
	height: 100px;
	width: 3px;
	position: relative;	
	left:60px;
	top: 20px;
	float: left;
}
#add {
	position: relative;
	height: 100px;
	width: 250px;
	text-align:justify;
	float: left;
	left:80px;
	top: 20px;
	background-image: url(images/ouraddres_bg.gif);
}
#bottom {
	background-image: url(images/bottom.gif);
	height: 41px;
	width: 800px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #00CCFF;
	text-decoration: none;
}

#navhome {
	width:60px;
	position:relative;
	top:92px;
	left:32px;
	float: left;
}
#navtpl {
	width:398px;
	position:relative;
	top:91px;
	left:247px;
	float: left;
}
#tplcontent {
	background-image: url(images/tpl_bgtop.gif);
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #00CCFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#tplcontent_inner {
	background-image: url(images/tpl_bgtop.gif);
	width: 780px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
.tdprd {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.prdHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
#tplcontent_outer {
	background-image: url(images/tbl_bg.gif);
	background-repeat: repeat-y;
}
.prdTtl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.horz {
	height: 1px;
	background-image: url(images/horz01.gif);
}
a.prd {
	color:#FFFFCC;
	text-decoration:none;
	font-weight:bold;
}
a.prd:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
