/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    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
---------------------------------------------------------------------------------------------------------- */

body {
	font:1.5 "arial", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {
	margin:5px 0;
}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; }

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; }


#main2 {width:880px; margin:0 auto; }

    #header {
	position:relative;
	height:101px;
	padding:0px 20px 0px 20px;
	background:url("../tmp/logo.jpg") 0 0 no-repeat;
}

        #logo {margin:0;}
    
        #nav {
	position:absolute;
	top:1px;
	right:1px;
	float: right;

}
#nav a{	color:#000;
}

#nav span {
	margin:0 3px;
}

.transp {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	font-size:11px;
	padding:8px;
	text-align:justify;
	background-color:#FFF;
}

     #nav #nav-active {font-weight:bold; text-decoration:none;}
    
	
    #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 20px 17px 18px; 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 a:visited {color:#333;}
    #tray li#tray-active a {background:url("../design/tray-active.gif");color:#FFF;}
	#tray-active1{
	position:relative;
	list-style:none;
	background:url("../design/tray-hover.gif");
	color:#FFF;
	display:block;
	float:left;
	padding:5px 10px 17px 8px;
	height:45px;
}
#tray-active1 li {display:inline;}
#tray-active1 li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}

        #search {
	position:absolute;
	top:8px;
	right:20px;
	display: block;
	float: left;
}
        #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 {
	padding:5px 0px 55px 5px;
	font-size:85%;
	text-align:left;
	width: 49%;
	float: left;
}
    #footer p {margin:0;}
	
	    #footer1 {
	float: left;
	padding:5px 0px 55px 5px;
	font-size:11px;
	text-align:right;
	width: 49%;
	color: #9f9f9f;
	line-height: 18px;
}
    #footer1 p {margin:0;}


/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {
	width:760px;
	height:5px;
	margin-top:15px;
	background:url("../design/col-top.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;

}
#col-bottom {
	width:760px;
	height:5px;
	margin-bottom:0px;
	background:url("../design/col-bottom.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
}
#col {
	padding:5px 3px 0px 15px;
	background:url("../design/col.gif") 0 0 repeat-y;
	width: 742px;
	float: left;
}

#col-top2 {
	width:680px;
	height:5px;
	margin-top:15px;
	background:url("../design/col-top.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
	position: relative;
}
#col-bottom2 {
	width:680px;
	height:5px;
	margin-bottom:0px;
	background:url("../design/col-bottom.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
}
#col3 {
	padding:2px 3px 0px 12px;
	background:url("../design/col.gif") 0 0 repeat-y;
	width: 660px;
	float: left;
}




#col1-top {
	width:960px;
	height:5px;
	margin-top:20px;
	background:url("../design/col1-top.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
	z-index:999;
}
#col1-bottom {
	width:960px;
	height:5px;
	margin-bottom:5px;
	background:url("../design/col1-bottom.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	float: left;
}
#col1 {
	padding:0px 10px 0px 10px;
	background:url("../design/col1.gif") 0 0 repeat-y;
	float: left;
	width: 940px;
	margin-right: 10px;
}

    #ribbon {position:absolute; top:-5px; left:0; width:100px; height:100px; background:url("../design/ribbon.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden; z-index:10;}

    #col-browser {
	position:relative;
	float:left;
	width:164px;
	height:170px;
	padding-left: 10px;
}
    #col-browser img {
	position:absolute;
}

    #col-text {
	float:left;
	padding-top:5px;
	line-height:20px;
	padding-left: 15px;
	padding-right: 20px;
	font-size:11px;
	font-family:"Arial", Gadget, sans-serif;
	text-align: justify;
}
    #col2 img {
	position:relative;
}

#col2-top {width:190px; height:5px; margin-top:5px; background:url("../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col2-bottom {
	width:190px;
	height:5px;
	margin-bottom:5px;
	background:url("../design/col-bottom.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
#col2 {
	width: 180px;
	float: right;
	margin-left: 0px;
}
    #col2-text {
	float:left;
	width:190px;
	padding-top:5px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:11px;
	font-family:"Arial", Gadget, sans-serif;
}

    #col1-browser {
	position:relative;
	float:left;
	width:164px;
	height:170px;
	padding-left: 10px;
}
    #col1-browser img {
	position:absolute;
}

    #col1-text {
	float:left;
	width:900px;
	padding-top:5px;
	line-height:30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:11px;
	font-family:"Arial", Gadget, sans-serif;
	text-align: justify;
}
#lg-text {
	float:left;
	width:900px;
	padding-top:5px;
	line-height:30px;
	padding-left: 15px;
	padding-right: 5px;
	font-size:11px;
	font-family:"Arial", Gadget, sans-serif;
	text-align: center;
}
        #slogan {position:relative; width:289px; 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/slogan.gif") 0 0 no-repeat;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {
	width:720px;
	height:5px;
	margin-top:15px;
	background:url("../design/cols2-top.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
#cols2-bottom {
	width:720px;
	height:5px;
	margin-bottom:15px;
	background:url("../design/cols2-bottom.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
#cols2 {background:url("../design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {
	float:left;
	width:680px;
	padding:20px;
	text-align: justify;
	line-height: 28px;
}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right 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;
	text-align: justify;
}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../design/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("../design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF; font-size:14px;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}
		.top_text-right {
	position:absolute;
	top:80px;
	right:1px;
	margin:0;
	text-decoration: none;
	font-size:11px;
	float: right;
	width:auto;
	color: #237E3A;
}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("../design/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../design/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}
.faqHeader {
	margin:0 0 4px 0;
	text-align:left;
	border:1px dashed #C5C5C5;
	text-indent:20px;
	cursor:pointer;
	background-color: #EAEAEA;background:transparent url(../design/ul-01.gif) no-repeat left center;

}
.faqContent {
	color:#900;
	margin:0 0 6px 0;
	text-align:left;
	padding:5px 5px;
	background-color:#FFF;
	border:1px solid #e0eeee;
}
#faqContent {
	color:#600;
	margin-top:10px;
	text-align:left;
	background-color:#999;
	border:1px solid #e0eeee;
}
.faqContent ul li {
	color:#600;
	text-align:left;
	list-style:none;
	background:transparent url(../design/bullet_arrow_right.gif) no-repeat 8px 6px;
	margin:0px;
	padding-left:8px;
	text-indent:14px;line-height:19px;
}
