/* IRIS Style */


/* Body */
body {
	margin: 0;
	padding: 0;
	background-color: #E2E2E2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Layout */
.wrap { width: 100%; text-align: center; }
.container { width: 884px; margin: 0 auto 0 auto; background: url(/iris_img/bg-mainsd.jpg) repeat-y; }
.cont-in { padding: 0 2px 0 2px; text-align: left; }

.account { font-size: 14px; line-height: 20px; background: url(iris_img/icon_person.jpg) no-repeat; text-indent: 15px; margin: 0 5px 10px 5px; }

/* Head Navigation */
.iris-headnav { height: 38px; background: url(/iris_img/headnav-bg.jpg); width: 880px; display: inline-block; }
.iris-headnav:after { content: ""; display: block; height: 0; clear: both; }

.iris-headnav table { float: left; margin-left: 10px; padding-left: 2px; background: url(/iris_img/headnav-line.jpg) no-repeat; }
.iris-headnav td img { vertical-align: bottom; }

.iris-headnav dl { margin: 0; padding: 0; }
.iris-headnav dd { margin: 0; padding: 0; position: absolute; overflow: hidden; width: 180px; display: none; z-index: 200; opacity: 0; }
.iris-headnav ul { width: 180px; margin: 0; padding: 0; list-style: none; }
.iris-headnav li { margin: 0; padding: 5px; border-top: 1px solid #5D5D5D; border-bottom: 1px solid #151515; background-color: #1D1D1D; line-height: 14px; z-index: 200; }
.iris-headnav li a { color: #FFFFFF; text-decoration: none; }
.iris-headnav li a:hover { text-decoration: underline; }

.iris-headnav form { float: right; margin: 0 10px 0 0; padding: 0; }
.iris-headnav select { margin: 8px 0 0 0; }


/* Head Flash */
.head-fla-box { width: 880px; height: 95px; position: relative; }
.iris-fla { width: 880px; height: 95px; margin: 0; position: absolute; display: block; z-index: 1; }
.iris-fla-more { height: 22px; position: absolute; left: 650px; top: 20px; z-index: 100; }


/* Main Menu */
.iris-mainmenu { height: 30px; background: url(/iris_img/bg-mainmenu.jpg) no-repeat; }
.iris-mainmenu ul { background: none; width: 596px; height: 25px; list-style: none; margin: 0 0 0 42px; padding: 0; display: inline-block; }
.iris-mainmenu ul:after { content: ""; display: block; height: 0; clear: both; }
.iris-mainmenu li { height:25px; background: none; float: left; display: block; font-size: 12px; color: #FFFFFF; padding-left: 15px; line-height: 25px; }
.iris-mainmenu li img { vertical-align: bottom; }
.iris-mainmenu a { color: #FFFFFF; text-decoration: none; }
.iris-mainmenu a:hover { text-decoration: underline; }


/* Contents */
.iris-contents { margin: 10px 20px 30px 20px; }
.iris-footer { background: url(/iris_img/bg-footer.jpg) repeat-x; text-align: center; font-size: 12px; color: #FFFFFF; font-family:Arial; line-height: 20px; }

