﻿/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     
    Update:     
    Version:    

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

#regbody {background:url("../../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

fieldset {margin:15px 0;}

dl {margin:15px 0;}

table {margin:15px 0;}

blockquote {margin:15px 0;}

address {margin:15px 0;}

p {margin:15px 0;}

h6 {margin:15px 0;}

h5 {
	margin: 15px 0;
	font-size: 10px;
}

h4 {margin:15px 0;}

h3 {margin:15px 0;}

h2 {margin:15px 0;}

h1 {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../../images/icons/icon_pdf.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: repeat-x;
}

    #header {
	position: relative;
	height: 120px;
	padding: 30px 20px 15px 20px;
}
    
    	#headerlogo {
	clear: both;
	float: left;
}

        #logo {margin:0;}
    
		#info {
	width: 150px;
	float: right;
	clip: rect(inherit, auto, auto, auto);
	margin-top: 0px;
	margin-bottom: 0px;
	clear: right;
	text-align: right;
}
            
    #tray {position:relative; width:960px; height:45px; background:url("../../design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {
	display: block;
	float: left;
	padding: 17px 10px 17px 10px;
	background: url("../../design/tray-separator.gif") 100% 0 no-repeat;
	text-decoration: none;
}
    #tray li a:hover {background:url("../../design/tray-hover.gif");}
    #tray li#tray-active a {
	background-color: #3A82C3;
}

        #search {
	position: absolute;
	top: 8px;
	right: 20px;
	float: right;
}
        #search div {position:relative; width:185px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("../../design/search-input.gif") 0 0 no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}

    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("../../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../../design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {
	position: relative;
	padding: 15px 30px 20px 15px;
	background: url("../../design/col.gif") 0 0 repeat-y;
}

    #col-browser img {position:absolute; top:28px; left:10px;}

    #col-text {
	float: right;
	width: 550px;
	padding-top: 15px;
	line-height: 1.7;
}
#shouldersm{
	float: left;
}

        #slogan {
	position: relative;
	width: 400px;
	height: 33px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 180%;
}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../../tmp/neoslogan.gif") 0 0 no-repeat;}
        
    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-right h4 {margin:0; font-size:100%;}
            
        #cols2 #col-left h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../../design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("../../design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}
        #cols2 .col-right-text p {margin:0;}


    .col h3 {margin:0; padding:7px 15px 12px 10px; font-size:120%;}

        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        
#policy {
	margin-left: 80px;
	width: 600px;
	list-style-type: disc;
}
#policyh2 {
	margin-left: 40px;
}

#qualitydiv {
	margin-left: 40px;
	margin-bottom: 40px;
}
#gmp {
	float: left;
	width: 480px;
}
#gmp2 {
	float: left;
	width: 320px;
}
#gmp2 p {
	font-size: 85%;
	padding: 2px 5px 0px 0%;
	margin: 0px;
}
.hspace{
	margin-top: 25px;
	margin-bottom: 60px;
}
#docholder {
	height: 325px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 15px;
}
#doctitle {
	width: 150px;
	float: left;
	background-color: #F5F5F5;
}
#docinfo {
	float: left;
	width: 350px;
}
#fileview {
	float: left;
	width: 200px;
}
#regulatoryinfo
{
	height: 200px;
	padding-top: 20px;
}
#regs {
	margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

