h1, h2, h3, h4, h5, h6, pre, code, p
{
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
input
{
    background: url(../images/input_bg.jpg) repeat-x left top;
    border: solid 1px #bcbcbc;
}
textarea
{
    background: url(../images/input_bg.jpg) repeat-x left top;
    border: solid 1px #bcbcbc;
    height: 100px;
    width: 250px;
    padding-top: 5px;
    line-height: 20px;
}
select
{
    border: solid 1px #bcbcbc;
}


.cls
{
    clear: both;
}

.red
{
    color: #FF0000;
}

html
{
    height: 100%;
    margin-bottom: 1px;
}
body
{
    font: 12px Arial, Helvetica, Verdana, sans serif;
    background: #a5c7e3 url(../images/bg.gif) repeat-x left top;
    margin: 0 0 10px 0;
}
.clear
{
    clear: both;
}
/* headers */
h1, h2, h3
{
    font-family: 'Trebuchet MS' , Tahoma, Sans-serif;
    font-weight: Bold;
    color: #333;
}

h1
{
    font-size: 1.8em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1em;
}
h1, h2, h3, h4
{
    font-family: Georgia, serif;
    font-weight: normal;
    line-height: 1.4em;
    color: #1e7dd2;
}
h5, h6, strong
{
    font-weight: bold;
}
h1
{
    margin-bottom: 0.6em;
}
h2, h3, h4
{
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}
h1 a, h2 a, h3 a, h4 a
{
    color: #c00;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover
{
    color: #c00;
}

h2
{
    font-size: 100%;
    text-transform: uppercase;
}
h3
{
    font-size: 130%;
}

h1, h2, h3, h4, h5, p
{
    padding: 10px;
    margin: 0;
}
ul, ol
{
    margin: 5px 20px;
    padding: 0 20px;
}

/* images */
img
{
    background: #FAFAFA;
    border: 1px solid #DCDCDC;
    padding: 5px;
}
img.float-right
{
    margin: 5px 0px 10px 10px;
}
img.float-left
{
    margin: 5px 10px 10px 0px;
}

p
{
    margin: 0 0 0px 0;
    color: #838182;
    line-height: 18px;
    text-align: justify;
}

p a
{
    margin: 0 0 20px 0;
    color: #666666;
    line-height: 18px;
    text-decoration: underline;
}

p a:hover
{
    margin: 0 0 20px 0;
    color: #838182;
    line-height: 18px;
    text-decoration: underline;
}


/********************************************
   LAYOUT
********************************************/

#valid
{
    float: right;
    width: 190px;
    text-align: left;
    padding: 0px;
    position: relative;
}
#valid p
{
    padding: 0px;
    margin: 5px 5px 5px 0;
}
#wrapper
{
    margin: 0 auto;
    width: 972px;
    padding: 0;
    position: relative;
    background: url(../images/content_bg.png) repeat-y center top;
}
#header
{
    position: relative;
    background: url(../images/header_bg.gif) center top repeat-x;
    height: 83px;
    width: 960px;
    padding: 0;
    color: #fff;
    margin: 0 6px 0 6px;
}
#header h1#logo-text a
{
    position: absolute;
    width: 613px;
    height: 70px;
    margin: 0;
    padding: 0;
    font: normal 42px Georgia, "Times New Roman" , Times, serif;
    background: url(../images/logo.png) no-repeat left top;
    color: #014685;
    text-transform: none;
    text-decoration: none;
    top: 9px;
    left: 10px;
}
#header p#slogan
{
    position: absolute;
    margin: 0;
    padding: 0;
    font: bold 16px Georgia, "Times New Roman" , Times, serif;
    text-transform: none;
    color: #014685; /* change the values of top and left to adjust the position of the slogan*/
    top: 51px;
    right: 25px;
}

/* header-images */

#pageHead
{
    width: 960px;
    margin: 0 6px 0 6px;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
    background-color: #fff;
}

/* Navigation */
#nav
{
    clear: both;
    padding: 0;
    height: 38px;
    background: #93ccff url(../images/li_link.jpg) repeat-x;
    margin: 0 6px 0 6px;
}
#nav ul
{
    text-align: left;
    list-style: none;
    background: #93ccff url(../images/li_link.jpg) repeat-x;
    width: 960px;
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    margin: 0 6px 0 6px;
    height: 38px;
    display: inline;
    text-transform: uppercase;
}
#nav ul li
{
    display: inline;
    margin: 0;
    padding: 0;
    height: 38px;
}
#nav ul li a
{
    display: block;
    height: 38px;
    float: left;
    width: auto;
    margin: 0;
    padding: 0 17px;
    border-right: 1px solid #a9d7ff;
    border-left: 1px solid #a9d7ff;
    border-bottom: none;
    color: #fff;
    font: bold 14px/45px "Century Gothic" , "Trebuchet MS" , Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
#nav ul li a:hover, #nav ul li a:active
{
    color: #FFFFFF;
    background: url(../images/li_hover.jpg) repeat-x #2c77ba;
    height: 38px;
}
#nav ul li#current a
{
    background: #69b8fe url(../images/li_hover.jpg) repeat-x;
    height: 38px;
}

#content-wrap
{
    position: relative;
    background: url(../images/inner-page.jpg) repeat-y left top #FFFFFF;
    clear: both;
    float: left;
    padding: 0;
    margin: 1px 6px 1px 6px;
    display: inline;
    border-left: 1px solid #fff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#content-wrap2
{
    position: relative;
    background: #fff url(../images/page_bg.gif) repeat-x;
    clear: both;
    float: left;
    padding: 0;
    margin: 1px 6px 1px 6px;
    display: inline;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #dddddd;
}
#content-boxes
{
    position: relative;
    float: left;
    padding: 0;
    margin: 0 6px 0 6px;
    display: inline;
    border: 1px solid #dddddd;
    background-color: #FFFFFF;
}
img
{
    border: none;
    padding: 0px;
    margin: 0px;
}


.breadcrumb
{
    font-size: 11px;
    color: #314349;
}
.breadcrumb p
{
    font-size: 11px;
    color: #314349;
}
.breadcrumb a
{
    font-size: 11px;
    color: #1a6eb6;
    text-decoration: none;
}
.breadcrumb a:hover
{
    text-decoration: underline;
    font-size: 11px;
    color: #999999;
}


/* Main Column */
#main
{
    float: right;
    width: 700px;
    padding: 0px 0 0 0;
    margin: 0 0px 0 10px;
    display: inline;
}

#main h2
{
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #CCCCCC;
    font: normal 2.0em 'Trebuchet MS' , Tahoma, Sans-serif;
    color: #2f2f2f;
    text-transform: none;
}
#main h3
{
    font-weight: bold;
}
#main h2 a
{
    color: #2f2f2f;
    text-decoration: none;
}
#main ul
{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
#main ul li
{
    list-style-image: url(../images/left-nav-closed.gif);
    line-height: 18px;
    padding-bottom: 10px;
}
#main #tem ul li
{
list-style-image: url(../images2/left-nav-closed.gif);
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	font: normal 12px arial;
	list-style: none;
	 border-left: solid 1px #CCC;
	 	 
	border-right: solid 1px #FFFFFF; 
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
}
/*------------------------------*/
#main2
{
    float: right;
    width: 700px;
    padding: 0px 0 0 0;
    margin: 0 0px 0 10px;
    display: inline;
}
#main2 h2
{
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #CCCCCC;
    font: normal 2.0em 'Trebuchet MS' , Tahoma, Sans-serif;
    color: #2f2f2f;
    text-transform: none;
}
#main2 h3
{
    font-weight: bold;
}
#main2 h2 a
{
    color: #2f2f2f;
    text-decoration: none;
}
#main2 ol
{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
#main2 ol li
{
    list-style-image: url(../images/left-nav-closed.gif);
    line-height: 18px;
    padding-bottom: 10px;
}
/* homepage */
#homepage
{
    float: left;
    width: 700px;
    padding: 0px 0 0 0;
    margin: 0 0px 0 0px;
    display: inline;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#homepage h2
{
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #CCCCCC;
    font: normal 2.0em 'Trebuchet MS' , Tahoma, Sans-serif;
    color: #2f2f2f;
    text-transform: none;
}
#homepage h2 a
{
    color: #2f2f2f;
    text-decoration: none;
}
/*#homepage ul li
{
    list-style-image: url(../images/bullet.gif);
    line-height: 20px;
}*/

/* News */


/************/
/* BOX NEWS */
/************/
#box-news
{
    width: 245px;
    float: right;
    color: #333333;
    font-size: 11px;
    line-height: 15px;
    position: relative;
    padding: 0px;
    margin: 0px;
}
#box-news h2
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 4px;
}
#box-news ul
{
    border-top: 1px solid #0B5767;
    width: 200px;
    text-align: left;
}
#box-news li
{
    list-style-type: none;
    background: url(../images/box-news-li-e.gif) no-repeat 3px 8px;
    text-indent: 16px;
    padding: 7px 3px 5px 3px;
    border-top: 1px solid #0B5767;
}
#box-news li.update
{
    background-image: url(../images/box-news-li-update.gif);
}
#box-news li.skoleni
{
    background-image: url(../images/box-news-li-skoleni.gif);
}
#box-news li strong a
{
    color: #333333;
    font-weight: bold;
}
#box-news .archive
{
    position: absolute;
    top: 2px;
    right: 0px;
    line-height: 100%;
    color: #474747;
}
#box-news .archive a
{
    color: #7D7D7D;
}
#box-news .read-more, #box-news .read-more a
{
    color: #7D7D7D;
}
#news
{
    float: right;
    height: 100%;
    width: 245px;
    padding: 0px 0 0 10px;
    margin: 0;
    background: url(../images/news_bg.gif) repeat-y left bottom;
}

#news ul
{
    text-align: left;
    margin: 7px 10px 8px 0px;
    padding: 0;
    line-height: 18px;
    text-decoration: none;
}

#news li
{
    background: url(../images/li_div.gif) repeat-x left top;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    font-size: 11px;
    text-align: left;
    padding: 10px 0 10px 0;
}

#news li.date
{
    font-size: 11px;
    color: #1e7bb0;
}

#news a
{
    font-size: 11px;
    text-align: right;
    color: #7A7A7A;
    text-decoration: none;
    font-weight: normal;
}
#news a:hover
{
    font-size: 11px;
    text-align: right;
    color: #1e7bb0;
    text-decoration: underline;
    font-weight: normal;
}

#news strong
{
    font-size: 11px;
    text-align: left;
    color: #1e7bb0;
}

/* Sidebar */

#sidebar
{
    float: left;
    height: 100%;
    width: 245px;
    padding: 5px 0 0 0;
    margin: 0; /*background:url(../images/inner-page.jpg) repeat-y right top #FFFFFF;*/
    display: inline;
    overflow: hidden;
}
#sidebar h3
{
    margin-top: 10px;
    padding: 5px 5px;
    font: normal 1.6em 'Trebuchet MS' , Tahoma, Sans-serif;
    color: #2f2f2f;
}



/*--- Sidebar / Left Nav ---*/


#left-nav
{
    margin: 10px 0 0 0;
    background: url(../images/left-nav-sep.jpg) bottom left no-repeat;
}
#left-nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    background: url(../images/left-nav-sep.jpg) top left no-repeat;
}
#left-nav li a
{
    margin: 0;
    padding: 8px 8px 8px 30px;
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    width: 186px;
}
#left-nav li a:hover
{
    background-color: #eee;
    border-right: 1px solid #d9d8d8;
}
#left-nav li a.active
{
    color: #fff;
    background-color: #666;
    border: none;
}

/*-----Board Of Director page-----*/

#sh_Content
{
    line-height: 18px;
    color: #818283;
}
.sh_color
{
    color: #0080ca;
}
.post
{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 11px;
    color: #0099cc;
}
#sh_Content .strong
{
    color: #990000;
}
#sh_Content dl
{
    margin: 0px;
    border-top: 1px solid #ccc;
}
#sh_Content dt
{
    padding: 3px;
    background-color: #FFFFFF;
    background: url(../images/board_bg.jpg) repeat-x left top;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
#sh_Content dt a
{
    text-decoration: none;
}
#sh_Content dd
{
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}




/* header-images as per the page */
#pageHead dl.page-head
{
    height: 0;
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
}
#pageHead dl.home
{
    padding-top: 333px;
    background: url(../images/pagehead/home.jpg);
}
#pageHead dl.about
{
    padding-top: 250px;
    background: url(../images/pagehead/about_us.jpg);
}
#pageHead dl.history
{
    padding-top: 250px;
    background: url(../images/pagehead/history.jpg);
}
#pageHead dl.quality
{
    padding-top: 250px;
    background: url(../images/pagehead/quality.jpg);
}
#pageHead dl.marketing
{
    padding-top: 250px;
    background: url(../images/pagehead/marketing.jpg);
}
#pageHead dl.infra
{
    padding-top: 250px;
    background: url(../images/pagehead/infra.jpg);
}
#pageHead dl.environment
{
    padding-top: 250px;
    background: url(../images/pagehead/environment.jpg);
}
/* header-images as per the page */


#box
{
    width: 300px;
    float: left;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    padding: 0px;
    margin: 0px 15px 0 0;
    border: 1px solid #CCCCCC;
}
#box h2
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 4px;
}
#box ul
{
    width: 250px;
    text-align: left;
}
#box li
{
    font-size: 12px;
    list-style-type: none;
    background: url(../images/icon-arrow.gif) no-repeat 3px 10px;
    text-indent: 16px;
    padding: 7px 3px 5px 3px;
    border-top: 1px solid #dddddd;
    line-height: 20px;
}

#box li a
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#box li a:hover
{
    text-decoration: underline;
    color: #666666;
}


#box li.update
{
    background-image: url(../images/box-news-li-update.gif);
}
#box li.skoleni
{
    background-image: url(../images/box-news-li-skoleni.gif);
}
#box li strong a
{
    color: #333333;
    font-weight: bold;
}
#box .archive
{
    position: absolute;
    top: 2px;
    right: 0px;
    line-height: 100%;
    color: #474747;
}
#box .archive a
{
    color: #7D7D7D;
}
#box .read-more, #box .read-more a
{
    color: #7D7D7D;
}



.footer-list
{
    float: left;
    width: 320px;
    height: auto;
    margin: 5px 10px 5px 10px;
    padding: 0;
}

.footer-list h3
{
    margin: 0 0 8px 0;
    padding: 0;
}

.footer-list ul
{
    margin: 0;
    padding: 0;
}

.footer-list ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #FFFFFF;
}

.footer-list ul li a
{
    color: #333;
    display: block;
    margin: 0;
    padding: 4px 18px 4px 0;
    background: url(../images/icon-arrow.gif) no-repeat scroll 250px 5px;
}

.footer-list ul li a:hover
{
    color: #0088cc;
    background: url(../images/icon-arrow-on.gif) no-repeat scroll 250px 5px;
}
.dotdot
{
    background: url(../images/dotted-lines.gif) repeat-x left bottom;
}
.footer-list ul ul
{
    height: 0;
    visibility: hidden;
    display: none;
}
/* hide child page links */

a.commonlink
{
    color: #a3a3a3;
    font-size: 12px;
    text-decoration: none;
}
a.commonlink:hover
{
    color: #1589d0;
    font-size: 12px;
    text-decoration: underline;
}

.content_form
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-weight: normal;
    color: #7c7b7b;
    font-size: 11px;
    padding: 3px;
}
#contact_ustxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #7c7b7b;
}

.dropdowm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #7c7b7b;
}

.contact_title
{
    color: #009557;
    font-size: 13px;
    font-weight: bold;
    display: block;
}
.contact_title_sub
{
    color: #0080ca;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #99bbcf;
}

.more
{
    font-size: 11px;
    text-align: right;
    color: #7A7A7A;
}



/* footer-wrap */
#footer-wrap
{
    clear: both;
    width: 972px;
    font-size: 95%;
    padding: 0px 0;
    height: 55px;
    text-align: left;
    background: url(../images/page_end.gif) no-repeat center top #396aaa;
}
#footer-wrap p
{
    text-decoration: none;
    color: #a9d7ff;
}
#footer-wrap a
{
    text-decoration: none;
    color: #a9d7ff;
    font-weight: bold;
}
#footer-wrap a:hover
{
    color: #FFF;
}
#footer-wrap h2
{
    color: #a9d7ff;
    margin: 30px 0;
    padding: 40px 10px;
}

/* footer  */
#footer
{
    clear: both;
    color: #a9d7ff;
    margin: 0px auto 0px auto;
    width: 950px;
    padding: 5px 0;
    text-align: center;
}
.post-footer
{
    background: #F5F5F5;
    padding: 5px;
    margin: 5px 10px 0 10px;
    font-size: 100%;
    color: #666666;
}
.post-footer .date
{
    margin: 0 10px 0 5px;
}
.aList
{
    line-height: 25px;
    font-weight: normal;
    font-style: italic;
    font-size:14px;
    color: #000000;
    text-decoration: none;
}
