﻿body
{
    margin: 0px;
    padding: 0px;
    color: #56515D;
    font-family: Century Gothic;
    font-size: 13px;
}

a
{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
    padding: 0px;
    margin: 0px;
}
img
{
    border: none;
}
.leftFloat
{
    float: left;
}
.rightFloat
{
    float: right;
}
.clearBoth
{
    clear: both;
}

#wrap
{
    width: 1000px;
    margin: 0 auto;
}
#header #banners
{
    position: relative;
    height: 217px;
    margin-top: 10px;
}
#menu
{
    background: url(../images/menu-bg.png) top left repeat-x;
    height: 49px;
    position: relative;
}
/*#menu a{text-decoration:none; color:#CEB2F1;margin-left:10px;padding:5px 10px;}
#menu a.active{background-color:#8661AE;color:#ffffff;}
#menu a:hover{color:#ffffff;}
#menu a.line{background:url(../images/line.png) top left no-repeat;height:33px;width:16px;}
#menu a:hover{background:url(../images/menu-active.png) top left no-repeat; height:49px; line-height:37px; display:block; float:left; background-position:0px 7px;}
*/
#menu a
{
    background: url(../images/line.png) top right no-repeat;
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 33px;
    margin-top: 10px;
    float: left;
    text-align: center;
    position: absolute;
    left: 0px;
}
#menu a.active
{
    background: url(../images/menu-active.png) top left no-repeat;
    color: #ffffff;
}
#menu a:hover
{
    color: #ffffff;
}


#content
{
    margin-top: 10px;
}
#main-content
{
    width: 710px;
    margin-right: 40px;
    margin-bottom: 10px;
    float: left;
}
#main-content p
{
    text-align: justify;
    padding: 0px;
    margin: 0px;
}
#main-content img.more
{
    display: block;
    float: right;
    margin: 15px 0px;
}
#main-content #training-pro
{
    clear: both;
}
#main-content #training-pro .tp-item
{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px #ddd;
    box-shadow: 0px 0px 8px #ddd;
    -moz-box-shadow: 0px 0px 8px #ddd;
    width: 170px;
    margin-right: 10px;
    float: left;
}
#main-content #training-pro .tp-item h2
{
    text-align: center;
    padding: 5px 0px;
}
#main-content #training-pro .tp-item strong
{
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0px 5px 8px;
    display: block;
    color: #2d2d2d;
}
#main-content #training-pro .tp-item img
{
    border: 1px solid #EBEBEB;
}

#content #quick-enquiry
{
    width: 250px;
    float: right;
}
#content #quick-enquiry h2
{
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
    font-size: 18px;
}
#content #quick-enquiry input
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 250px;
    border: 1px solid #C6C6C6;
    background-color: #FEFEFF;
    height: 25px;
    margin-bottom: 5px;
    color: #797979;
}
#content #quick-enquiry textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 250px;
    border: 1px solid #C6C6C6;
    background-color: #FEFEFF;
    color: #797979;
}
#content #quick-enquiry span
{
    text-align: left;
    display: block;
    margin: 2px 0px;
    color: Red;
}
#content #quick-enquiry input.send
{
    width: 56px;
    height: 19px;
    display: block;
    background-image: url(../images/send.png);
    background-repeat:no-repeat;
    float: right;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    cursor: pointer;
    margin-top:5px;
}

#footer
{
    clear: both;
    background: #6C6870;
    overflow: hidden;
}
#footer .training-list
{
    width: 220px;
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
}
#footer .training-list h2
{
    padding: 10px 0px 2px 0px;
    color: #FFFFFF;
    font-weight: normal;
    border-bottom: 1px dotted #B6B4B8;
    font-size: 16px;
}
#footer .training-list a
{
    display: block;
    color: #CECECE;
    margin: 2px 0px;
    font-size: 12px;
}
#footer .training-list a:hover
{
    color: #000000;
}
#footer .social-icons a
{
    background: url(../images/social-icons.png) no-repeat;
    width: 29px;
    height: 28px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}
#footer .copyrights
{
    background: #5B575F;
    height: 40px;
    clear: both;
    font-size: 12px;
}
#footer .copyrights span
{
    text-align: center;
    color: #A8A8A8;
    display: block;
}
#footer .copyrights span a
{
    color: #A8A8A8;
}

/*innerpages*/
#inner-content
{
    margin: 10px 0px;
    overflow: hidden;
}
#leftNav
{
    width: 240px;
    float: left;
    margin-right: 7px;
    border-right: 1px solid #BFBFBF;
}
#leftNav ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#leftNav li
{
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 1px;
    padding-right: 1px;
}
#leftNav li a
{
    color: #747474;
    padding: 8px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

#leftNav img
{
    text-align: justify;
    display: block;
    margin: 20px 0px;
}
#right-content
{
    width: 750px;
    float: left;
}
#right-content h2
{
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cdcdcd;
}
#right-content p
{
    text-align: justify;
    padding: 0px;
    margin: 0px;
}
#inner-content-tcp
{
    margin: 10px 0px;
    overflow: hidden;
}
#inner-content-tcp p
{
    text-align: justify;
    padding: 0px;
    margin: 0px;
}
#inner-content-tcp h2
{
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cdcdcd;
}

#contact-enquiry label
{
    display: block;
    width: 120px;
    float: left;
    margin: 5px 0px;
}
#contact-enquiry br
{
    clear: both;
    height: 0px;
}
#contact-enquiry input
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 250px;
    border: 1px solid #C6C6C6;
    background-color: #FEFEFF;
    height: 25px;
    color: #797979;
    margin: 5px 0px;
}
#contact-enquiry textarea
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 250px;
    border: 1px solid #C6C6C6;
    background-color: #FEFEFF;
    color: #797979;
}
#contact-enquiry p
{
    padding-left: 120px;
}
#contact-enquiry span
{
    color:red
}
#contact-enquiry input.send
{
    width: 56px;
    height: 19px;
    display: block;
    background-image: url(../images/send.png);
    background-repeat:no-repeat;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-top:5px;
    border: none;
    cursor: pointer;
    
  }



#example
{
    /*width:600px;*/
    width: 1000px;
    height: 217px;
    position: relative;
}

#ribbon
{
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500;
}

#frame
{
    position: absolute;
    z-index: 0;
    width: 1000px;
    height: 217px;
    top: 0;
    left: 0;
}

/*
	Slideshow
*/

#slides
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100; /*height:418px;*/
    height: 217px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container
{
    width: 1000px;
    overflow: hidden;
    position: relative;
    display: none;
}
.slides_container a
{
    text-decoration: none;
}
.slides_container a img
{
    border: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide
{
    width: 1000px;
    height: 217px;
    display: block;
}


/*
	Next/prev buttons
*/

#slides .next, #slides .prev
{
    position: absolute;
    top: 107px;
    left: -39px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next
{
    left: 585px;
}

/*
	Pagination
*/

.pagination
{
    margin: auto 0; /*	width:100px;*/
    width: 130px;
    position: absolute;
    bottom: 5px; /*bottom:25px;*/
    left: -27px;
    z-index: 200;
}

.pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a
{
    display: block;
    width: 7px;
    height: 0;
    padding-top: 7px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a
{
    background-position: 0 -9px;
}

/*
	Caption
*/

.caption
{
    z-index: 500;
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 30px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 540px;
    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    border-top: 1px solid #000;
    text-shadow: none;
}
