
@charset "utf-8";
@import "http://fonts.googleapis.com/earlyaccess/amiri.css";
* {
    margin: 0;
    outline: medium none;
    padding: 0;
}
body {
   color: #000000;
    font-family: 'Amiri',serif;
    font-size: 14px;
    text-align: right;
    line-height:19px;
    overflow-x:hidden;
}
a {
    color: #447E36;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img, img {
    border: medium none;
}
ul, ol {
    list-style: none outside none;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
h1 {
    color: #447E36;
    font-size: 18px;
    line-height: 16px;
    padding-bottom: 10px;
}
h2 {
    color: #447E36;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}
h3 {
    color: #447E36;
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
    padding-bottom: 10px;
    text-align: right;
}
h4 {
    color: #447E36;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
}
h5 {
    color: #447E36;
    font-size: 12px;
    padding-bottom: 10px;
}
input {
    color: #000000;
    font-family: tahoma,arial,sans-serif;
    font-size: 11px;
}
p {
    line-height: 19px;
    padding-bottom: 10px;
    text-align: right;
}


#outer_header {
    background: url("../images/bg-header1.jpg") repeat-x scroll center top transparent;
    border-top: 8px solid #447E36;
    width: 100%;
}
#header {
    margin: 0 auto;
    width: 1025px;
}
#header img#logo {
    float: right;
    margin-right: 40px;
    margin-top: 5px;
}
#right_header {
    float: left;
    padding-left: 42px;
}
#right_header h2 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-right: 22px;
    text-align: right;
}
.top_nav {
    float: right;
    padding-bottom: 18px;
}
.top_nav ul {
    float: right;
}
.top_nav li {
    background: url("../images/sep-top.png") no-repeat scroll left center transparent;
    float: left;
    padding: 0 2px 0 4px;
}
.top_nav li:first-child {
    background: none repeat scroll 0 0 transparent;
}
.top_nav li a {
    color: #000000;
    display: block;
    float: left;
    line-height: 23px;
    padding-left: 10px;
}
.top_nav li a span {
    display: block;
    float: left;
    font-size: 12px;
    padding-right: 10px;
}
.top_nav li a:hover, .top_nav li a.active {
    background: url("../images/bg-left-topnav.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    text-decoration: none;
}
.top_nav li a:hover span, .top_nav li a.active span {
    background: url("../images/bg-right-topnav.png") no-repeat scroll right top transparent;
}
.search {
    background: url("../images/bg-search.png") no-repeat scroll left top transparent;
    float: right;
    height: 38px;
    padding: 13px 0 0 18px;
    width: 263px;
}
.search span {
    background: url("../images/bg-search-input.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 27px;
    width: 246px;
}
.search span input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 15px;
    padding: 6px 10px;
    width: 160px;
}
.search span a {
    background: url("../images/bg-search-btn.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: right;
    line-height: 23px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    width: 57px;
}
#nav {
    float: left;
    height: 36px;
    margin-top: 0px;
    padding-bottom: 7px;
    padding-left: 18px;
    padding-top: 0;
    width: 972px;
}
#nav li {
    float: right;
    padding-right:13px;
    position: relative;
}
#nav li a {
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 36px;
    margin-left: 10px;
    padding-left: 7px;
    position: relative;
    text-decoration: none;
}
#nav li a.dropdown em {
    background: url("../images/bg-dropdown-sep-w.png") no-repeat scroll center 12px transparent;
    bottom: 0;
    display: block;
    float: left;
    height: 31px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    text-indent: -9999px;
    width: 27px;
}
#nav li a span {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-right: 9px;
}
#nav li a:hover, #nav li a.active, #nav li a.dropdown:hover, #nav li.hoveract a.dropdown {
    background: url("../images/bg-nav-left.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
}
#nav li a:hover span, #nav li a.active span{
    background: url("../images/bg-nav-right.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
   
}


 #nav li a.dropdown:hover span,  #nav li.hoveract a.dropdown span {
    background: url("../images/bg-nav-right.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    font-size:12px;
}

#nav li a.dropdown span {
    padding-right: 35px;
}
#nav li a.dropdown:hover em {
    background: url("../images/bg-dropdown-sep.png") no-repeat scroll left top transparent;
}
#nav li:hover > a.dropdown em {
    background: url("../images/bg-dropdown-sep.png") no-repeat scroll left top transparent;
}
#nav li ul {
    background: url("../images/bg-nav2.png") no-repeat scroll center bottom transparent;
    display: none;
    padding-bottom: 6px;
    position: absolute;
    right: -15px;
    top: 36px;
    width: 177px;
    z-index: 100;
}
#nav li:hover ul {
    display: block;
}
#nav li ul li {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100_1.png");
    border-top: 1px solid #D5D5D5;
    float: left;
    margin: 0;
    width: 164px;
}
#nav li:hover ul ul {
    display: none;
}
#nav li ul li:first-child {
    border: medium none;
}
#nav li ul li a {
    background: url("../images/menu_bg.png") repeat-x scroll center top transparent;
   
  /*  color: #797979;*/
color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: right;
    width: 177px;
}
#nav li ul li a:hover {
    color: #000000;
}
#nav li ul li a.dropdown {
    background: url("../images/sep-down.png") no-repeat scroll 51% center transparent !important;
    color: #4C7941 !important;
    margin: 4px 0;
}
#nav li ul li a.dropdown:hover, #nav li ul li:hover > a.dropdown {
    background: url("../images/sep-down.png") no-repeat scroll 51% center transparent !important;
    color: #000000;
}
#nav li ul li ul {
    background: url("../images/bg-dropdown3.png") no-repeat scroll left bottom transparent;
    display: none;
    left: 0;
    overflow: auto;
    position: relative;
    top: -4px;
    width: 171px;
}
#nav li ul li ul li {
    background: none repeat scroll 0 0 #467B39;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 171px;
}
#nav li ul li ul li a {
    background: none repeat scroll 0 center transparent;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 161px;
}
#nav li ul li a.activebg {
    background: url("../images/bg-dropdown2.png") no-repeat scroll left top transparent !important;
    color: #FFFFFF !important;
}
#nav li ul li a.activebg:hover, #nav li ul li:hover > a.activebg {
    background: url("../images/bg-dropdown2.png") no-repeat scroll left top transparent !important;
    color: #FFFFFF;
}
#nav li ul li a:hover {
    background: none repeat scroll 0 0 transparent;
}
#outer_content {
    background: url("../images/bg-news.png") repeat-x scroll center top transparent;
    padding-top: 20px;
    width: 100%;
}
#content {
    background: url("../imges/page_bg.jpg") repeat-x scroll center top transparent;
    margin: 0 auto;
    width: 940px;
}
.latest_courses {
    background: url("../images/bg-1.png") no-repeat scroll right 2px center #F7F7F7;
    border: 1px solid #EAEAEA;
    float: left;
    margin-bottom: 10px;
    padding: 9px 13px 9px 25px;
    width: 900px;
}
.latest_courses h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 33px;
    padding: 14px 0 0;
    text-align: center;
    width: 170px;
}
.text_course {
    float: right;
    padding-right: 10px;
    padding-top: 13px;
    text-align: right;
    width: 718px;
 color:#F7F7F7;
}
.text_course p {
    color: #000000;
    font-weight:bold;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
}
.design_category {
    float: left;
    margin-bottom: 10px;
}
.category_box {
    background: url("../images/bg-products.png") no-repeat scroll left top transparent;
    float: left;
    height: 235px;
    margin-left: 6px;
    padding: 10px;
    width: 160px;
}
.category_box1 {
    background: url("../images/bg-products1.png") no-repeat scroll left top transparent;
    float: left;
    height: 235px;
    margin-left: 6px;
    padding: 10px;
    width: 124px;
}
.category_box2 {
    background: url("../images/bg-products_train.png") no-repeat scroll left top transparent;
    float: left;
    height: 235px;
    margin-left: 6px;
    padding: 10px;
    width: 154px;
}
.category_box21 {
    background: url("../images/bg-products_train.png") no-repeat scroll left top transparent;
    float: left;
    height: 235px;
    margin-left: 6px;
    padding: 10px;
    width: 154px;
}
.category_box:hover .toggle_text {
    display: block;
}
.category_box1:hover .toggle_text {
    display: block;
}
.category_box:hover span.imgbottom {
    background: url("../images/bg-2.png") no-repeat scroll left top transparent;
}
.category_box:first-child {
    margin-left: 2px;
}
.category_box:hover .toggle_text {
    display: block;
}
.category_box1:hover .toggle_text {
    display: block;
}
.category_box:hover span.imgbottom {
    background: url("../images/bg-2.png") no-repeat scroll left top transparent;
}
.category_box:first-child {
    margin-left: 2px;
}
.category_inner {
    float: right;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
    width: 210px;
    margin-right:4px;
}
.category_inner1 {
    float: left;
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    width: 210px;
}
.toggle_category {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 90px;
}
.toggle_category h2 {
    background: url("../images/bg-blank1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    letter-spacing: -0.03em;
    line-height: 16px;
    padding: 8px;
    width: 138px;
}
.toggle_category1 h2 {
    background: url("../images/bg-blank1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    letter-spacing: -0.03em;
    line-height: 16px;
    padding: 5px;
    width: 106px;
}
.toggle_category1 h2 {
    background: url("../images/bg-blank1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    letter-spacing: -0.03em;
    line-height: 16px;
    padding: 5px;
    text-align: right;
    width: 106px;
}
.toggle_text {
    background: url("../images/bg-blank2.png") repeat scroll 0 0 transparent;
    display: none;
    float: left;
    margin-top: -112px;
    padding: 7px 10px;
    width: 96px;
}
.toggle_text p {
    color: #FFFFFF;
    font-family: tahoma,arial,sans-serif;
    padding-bottom: 0;
}
span.imgbottom {
    background: url("../images/bg-2hvr.png") no-repeat scroll left top transparent;
    clear: both;
    display: block;
    height: 8px;
    margin: 18px auto;
    width: 86px;
}
.col_home {
    float: left;
    margin-bottom: 10px;
    width: 940px;
}
.col_left {
    float: left;
    width: 350px;
}
.nav_news {
  /*  background: url("../images/bg-3.png") no-repeat scroll right top transparent;
margin-left: 343px;
   */
    float: left;
    
    width: 700px;
}
.nav_news li {
    float: right;
}
.nav_news li:first-child a {
    border-left: 1px solid #D5D5D5;
    width: 138px;
}

/*
.nav_news li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
    background-position: center bottom;
    border-color: #D5D5D5 #D5D5D5 #D5D5D5 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    margin-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 173px;
}
*/


.nav_news li a {
display: block;
float: left;
line-height: 37px;
background-image:url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png);
background-position:bottom;
/* background: #447e36;  */
color: #ffffff;
font-size: 14px;
font-weight: bold;
width: 137.7px;
border: 1px solid #d5d5d5;
border-left: none;
margin-top: 4px;
text-decoration: none;
text-align: center;
}


.nav_news li.active a {
    background: url("../images/bg-header1.jpg") repeat-x scroll center top transparent;
    border-bottom: 1px solid #F7F7F7;
 /*   color: #447E36;*/
    margin: 0;
    padding-top: 4px;
}
.content_news {
  width: 692px;
float: left;
background: #f7f7f7;
border: 1px solid #d5d5d5;
border-top: none;
background: url("../images/bg-header1.jpg") repeat-x scroll top;
}
.content_news ul {
    float: left;
    height: 264px;
    padding: 0 12px;
    width: 650px;
}
.content_news li {
    border-top: 1px solid #E1E1E1;
    float: right;
    padding-bottom: 12px;
    padding-left: 1px;
    padding-top: 30px;
    width: 324px;
}
.content_news li:first-child {
    border: medium none;
}
.content_news li img {
    float: right;
    margin-top: 2px;
}
.content_news li .news_desc {
    float: right;
    margin-right: 8px;
    width: 250px;
}
.content_news li .news_desc h3 {
    padding-bottom: 3px;
       font-size: 15px;
}
.content_news li .news_desc h4 {
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 6px;
    text-align: right;
}
.content_news li .news_desc h4 strong, .content_news li .news_desc h4 a {
    color: #333333;
}
.content_news li .news_desc p {
    line-height: 15px;
    padding-bottom: 0;
    text-align: right;
     font-size: 13px;
     font-weight:bold;
}
.more_links {
    background: none repeat scroll 0 0 #F1F1F1;
    border-top: 1px solid #D5D5D5;
    float: left;
    font-weight: bold;
    padding: 9px 12px;
    text-align: right;
    width: 668px;
}
.col_middle {
    float: left;
    margin-left: 10px;
    width: 350px;
}
.search_course {
    float: left;
    margin-bottom: 12px;
    width: 350px;
}
.heading_content {
    float: right;
}

/*
.heading_content h2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/gradient.jpg") repeat scroll right top transparent;
    border-color: #D5D5D5 #D5D5D5 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    bottom: -1px;
    float: right;
    padding: 13px 15px;
    position: relative;
}

*/



.heading_content h2 {
float: left;
background: url(../images/gradient.jpg) repeat right top;

padding: 13px 15px;
border: 1px solid #d5d5d5;
border-bottom: none;
position: relative;
bottom: -1px;
}
.search_box_course {
width: 310px;
float: right;
background: #f7f7f7;
border: 1px solid #d5d5d5;
padding: 10px;
}

.search_box_course {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    padding: 10px;
    width: 310px;
}
.search_box_course span.search_field {
    background: url("../images/bg-serach-course.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 27px;
    margin-bottom: 12px;
    width: 311px;
}
.search_box_course span.search_field input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 15px;
    padding: 6px 10px;
    width: 204px;
}
.search_box_course span.search_field a {
    background: url("../images/bg-serach-btn.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
    margin-top: 2px;
    padding-left: 30px;
    text-decoration: none;
    width: 57px;
}
.option_search {
    background: none repeat scroll 0 0 #E9E9E9;
    float: left;
    padding: 8px 10px;
    width: 291px;
}
.option_search li {
    background: url("../images/sep-top.png") no-repeat scroll left 4px transparent;
    float: left;
    line-height: 15px;
    padding: 0 6px 2px 8px;
}
.option_search li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}
.option_search li a {
    color: #565656;
    font-family: tahoma,arial,sans-serif;
    font-size: 10px;
}
.top_courses {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    width: 331px;
}
.img_course {
    float: left;
    position: relative;
    width: 151px;
}
.img_course span {
    background: url("../images/bg-blank1.png") repeat scroll 0 0 transparent;
    color: #FFCC0B;
    display: block;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    letter-spacing: -1px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 151px;
}
.img_course img {
    float: left;
}
.course_info {
    float: left;
    width: 100px;
}
.course_text {
    float: left;
    height: 122px;
    padding: 8px;
    width: 155px;
}
.course_info h3 {
    letter-spacing: -0.04em;
    padding-bottom: 2px;
}
.course_info h5 {
    color: #000000;
    font-family: tahoma,arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 7px;
}
.course_info p {
    line-height: 15px;
    padding-bottom: 0;
}
.course_info a.btn_applynow_course {
    display: block;
    float: left;
}
.course_info a.btn_applynow_course img {
    float: left;
}
.col_right {
    border: 1px solid #D5D5D5;
    float: right;
    line-height: 0;
    width: 218px;
}
#outer_banner {
    background: url("../images/bg-banner-1.png") repeat-x scroll center top transparent;
    width: 100%;
}
#outer_banner_second {
    background: url("../images/bg-banner.jpg") no-repeat scroll center top transparent;
    height: 366px;
    padding-top: 0;
    width: 100%;
}
#banner {
    height: 365px;
    margin: 0 auto;
    width: 940px;
}
#banner_wrapp {
    background: url("../images/bg-banner-shadow.png") no-repeat scroll left bottom transparent;
    float: left;
    height: 312px;
    margin-bottom: 5px;
    padding-bottom: 13px;
    position: relative;
    width: 940px;
}
#pager {
    bottom: -15px;
    float: left;
    position: absolute;
    right: 10px;
    z-index: 10;
}
#pager a {
    background: url("../images/bg-slider-list.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 11px;
    margin-right: 2px;
    text-indent: -9999px;
    width: 10px;
}
#pager a.activeSlide {
    background: url("../images/bg-slider-list-hover.png") no-repeat scroll left top transparent;
}
#banner_slider {
    background: none repeat scroll 0 0 #F1F1F1;
    float: left;
    height: 296px;
    padding: 8px;
    width: 924px;
}
#banner_images {
    float: left;
    height: 312px;
    overflow: hidden;
    position: relative;
    width: 940px;
    z-index: 5;
}
#typo {
    float: left;
    padding-left: 20px;
    width: 920px;
}
#typo blockquote {
    color: #141414;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 18px;
    padding-right: 15px;
}
#typo blockquote p {
    padding-bottom: 0;
}
#typo span {
    color: #447E36;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 18px;
    word-spacing: -0.05em;
}
#outer_news {
    width: 100%;
}
#news_scroller {
    height: 41px;
    margin: 0 auto;
    position: relative;
    width: 940px;
}
#news_scroller1 {
    height: 41px;
    margin: 0 auto;
    position: relative;
    width: 840px;
}
.news_box {
    float: right;
    padding-top: 8px;
    width: 695px;
}
.news_box h3 {
    background: url("../images/bg-heading-news.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    height: 27px;
    letter-spacing: -0.03em;
    line-height: 26px;
    padding-bottom: 0;
    padding-right: 6px;
    width: 95px;
}
.news_scroll {
    float: left;
    padding-left: 12px;
    padding-top: 5px;
    width: 570px;
}
.news_scroll p {
    color: #000000;
    font-size:13px;
    font-weight:bold;
    padding: 0;
    text-align: right;
    line-height:28px;
}
#news_scroller span.apply_now {
    background: url("../images/btn-applnow.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    letter-spacing: -0.03em;
    line-height: 18px;
    padding-left: 50px;
    padding-top: 15px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 192px;
}
#news_scroller span.apply_now a {
    text-decoration: none;
}
#news_scroller span.apply_now {
    background: url("../images/btn-applnow.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    letter-spacing: -0.03em;
    line-height: 18px;
    padding-left: 50px;
    padding-top: 15px;
    position: inherit;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 192px;
}
#news_scroller span.apply_now a {
    margin-right: 6px;
    text-decoration: none;
}
#breadcrumb {
    float: right;
    margin-bottom: 7px;
    text-align: right;
    width: 940px;
}
#breadcrumb li {
    float: right;
    padding-right: 9px;
}
#breadcrumb li:first-child a {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}
#breadcrumb li a {
    background: url("../images/sep-footer.png") no-repeat scroll right 6px transparent;
    color: #999999;
    display: block;
    float: left;
    line-height: 16px;
    padding-right: 11px;
}
#breadcrumb li a.active {
    color: #447E36;
}
#banner_inner {
    background: url("../images/bg-banner-shadow.png") no-repeat scroll left bottom transparent;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 13px;
    width: 940px;
}
#banner_inner_wrapp {
    background: none repeat scroll 0 0 #F1F1F1;
    float: left;
    height: 130px;
    padding: 6px;
    position: relative;
    width: 928px;
}
#banner_inner_wrapp h1 {
    background: url("../images/bg-hd-banner.png") no-repeat scroll right top transparent;
    bottom: 12px;
    color: #FFFFFF;
    float: left;
    font-size: 26px;
    height: 62px;
    letter-spacing: -0.04em;
    line-height: 44px;
    padding: 0 23px 0 16px;
    position: absolute;
}
.pager {
    background: url("../images/bg-pager.png") no-repeat scroll left top transparent;
    float: right;
    height: 43px;
    margin-bottom: 6px;
    padding-left: 25px;
    padding-right: 20px;
    width: 654px;
}
.pager_list {
    float: right;
    padding-top: 5px;
    width: 550px;
}
.pager_list li {
    float: right;
    padding-right: 7px;
}
.pager_list li h4 {
    color: #191919;
    line-height: 24px;
    padding-bottom: 0;
    padding-right: 10px;
}
.pager_list li a {
    color: #000000;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 9px;
    text-decoration: none;
}
.pager_list li a.active, .pager_list li a:hover {
    border: 1px solid #D5D5D5;
    color: #447E36;
    line-height: 22px;
    padding: 0 8px;
}
.pager_arrow {
    float: left;
    padding-top: 5px;
    width: 61px;
}
.pager_arrow ul {
    float: right;
}
.pager_arrow li {
    float: left;
    padding-left: 6px;
}
.pager_arrow li a {
    border: 1px solid #DEDEDE;
    display: block;
    float: left;
    height: 22px;
    text-indent: -9999px;
    width: 22px;
}
.pager_arrow li a.left {
    background: url("../images/bg-arrow-left.png") no-repeat scroll center center transparent;
}
.pager_arrow li a.left:hover {
    background: url("../images/bg-arrow-left-h.png") no-repeat scroll center center #447E36;
}
.pager_arrow li a.right {
    background: url("../images/bg-arrow-right.png") no-repeat scroll center center transparent;
}
.pager_arrow li a.right:hover {
    background: url("../images/bg-arrow-right-h.png") no-repeat scroll center center #447E36;
}
#left_content {
    float: left;
    width: 699px;
}
.content_blog {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    padding: 9px 10px 0;
    width: 677px;
}
.detail_sec {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    margin-bottom: 10px;
    padding: 9px 10px 0;
    width: 677px;
   
    line-height:21px;
}
.detail_sec .bottom_panel .bottom_left {
    float: right;
    width: auto;
}
#comment_sec {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    padding: 14px 10px 0;
    width: 677px;
}
#comment_sec h3 {
    color: #333333;
    margin-bottom: 4px;
}
.comment_box {
    float: left;
    margin-bottom: 10px;
    width: 677px;
}
.comment_main {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    float: left;
    padding: 14px 12px 6px;
    width: 651px;
}
.comment_main_replay {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #F1F1F1 #F1F1F1 #F1F1F1 #447E36;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    float: left;
    margin-left: 21px;
    padding: 14px 12px 6px;
    width: 628px;
}
.comment_box .comment_main_replay .textarea {
    width: 550px;
}
.comment_box .comment_main_replay2 .textarea {
    width: 530px;
}
.comment_main_replay2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #F1F1F1 #F1F1F1 #F1F1F1 #B9E0AF;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    float: left;
    margin-left: 41px;
    padding: 14px 12px 6px;
    width: 608px;
}
.comment_box span.imgarea {
    background: none repeat scroll 0 0 #F1F1F1;
    display: block;
    float: left;
    height: 47px;
    line-height: 0;
    padding: 7px;
    width: 47px;
}
.comment_box .textarea {
    float: left;
    padding-left: 12px;
    width: 575px;
}
.comment_box .textarea h4 {
    padding-bottom: 3px;
}
.comment_box .textarea h6 {
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    padding-bottom: 6px;
}
.comment_box .textarea p {
    padding-bottom: 7px;
    text-align: justify;
}
.comment_box .textarea h5 {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 5px;
}
.replaycomment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    float: left;
    margin-bottom: 10px;
    width: 675px;
}
.replaycomment h2 {
    background: none repeat scroll 0 0 #447E36;
    color: #FFFFFF;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 12px;
}
.left_comment {
    float: left;
    padding-left: 10px;
    width: 330px;
}
.left_comment li {
    float: left;
    margin-bottom: 11px;
    width: 330px;
}
.left_comment li input.txtfld {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #000000;
    float: left;
    height: 15px;
    padding: 3px 10px;
    width: 306px;
}
.right_comment {
    float: right;
    width: 330px;
}
.right_comment li {
    float: left;
    margin-bottom: 11px;
    width: 330px;
}
.right_comment li textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    padding: 5px 10px;
    width: 306px;
}
.right_comment li a.btn_submit {
    background: url("../images/btn_submit.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 67px;
}
.blog_post {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    float: left;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    width: 655px;
}
.blog_heading {
    float: left;
    padding-bottom: 12px;
    width: 655px;
}
.blog_heading .date {
    border: 1px solid #DEDEDE;
    float: left;
    margin-top: 2px;
    text-align: center;
    width: 31px;
}
.blog_heading .date small {
    background: none repeat scroll 0 0 #447E36;
    border-bottom: 1px solid #DEDEDE;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    line-height: 12px;
}
.blog_heading .date big {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.blog_heading .right {
    float: right;
    width: 651px;
}
.blog_heading h3 {
    color: #333333;
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 15px;
    padding-bottom: 4px;
}
.blog_heading h3 a {
    color: #333333;
    text-decoration: none;
}
.blog_heading p {
    padding-bottom: 0;
}
.blog_heading p a {
    text-decoration: underline;
}
.blog_text {
    border-bottom: 1px solid #E5E5E5;
    float: left;
    margin-bottom: 10px;
    width: 655px;
}
.blog_text img {
    display: block;
    margin: 0 auto 12px;
}
.blog_text p {
    color: #000000;
    text-align: justify;
}
.bottom_panel {
    float: left;
    width: 655px;
}
.bottom_left {
    float: left;
    width: 450px;
}
.bottom_left a img {
    float: left;
    margin-right: 12px;
    margin-top: 2px;
}
.bottom_left ul {
    float: left;
}
.bottom_left ul li {
    border: 1px solid #DEDEDE;
    float: left;
    line-height: 21px;
    margin-right: 6px;
    padding: 0 6px;
    position: relative;
}
.bottom_left ul li a {
    background: url("../images/img-comment.png") no-repeat scroll left 5px transparent;
    color: #000000;
    display: block;
    float: left;
    padding-left: 16px;
}
.bottom_left ul li em {
    background: url("../images/img-arrow-comment.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 8px;
    left: -4px;
    position: absolute;
    top: 7px;
    width: 4px;
}
.bottom_right {
    float: right;
    padding-top: 3px;
    width: 200px;
}
.bottom_right a {
    background: url("../images/bg-readmore.png") no-repeat scroll right 2px transparent;
    color: #000000;
    display: block;
    float: right;
    line-height: 17px;
    padding-right: 18px;
}
#right_content {
    float: right;
    width: 230px;
}
.category {
    float: left;
    margin-bottom: 10px;
   
    width: 230px;
}
.category1 {
    float: left;
    margin-bottom: 10px;
    width: 230px;
}
.popular_post {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    padding: 10px 10px 0;
    width: 208px;
}
.popular_post li {
    float: left;
    margin-bottom: 16px;
    width: 208px;
}
.popular_post li img {
    border: 1px solid #999999;
    float: left;
}
.popular_post li div {
    float: left;
    padding-left: 10px;
    width: 197px;
}
.popular_post li div h5 {
    line-height: 17px;
    padding-bottom: 0;
}
.popular_post li div p {
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 0;
}
.popular_post li div p a {
    color: #000000;
    text-decoration: underline;
}
.category_list, .blog_rss {
    background: url("../images/gradient.jpg") repeat-x scroll left 0 transparent;
    border: 1px solid #D5D5D5;
    float: left;
    padding: 9px;
    width: 210px;
}
.blog_rss {
    padding: 12px 14px 8px 19px;
    width: 195px;
}
.blog_rss p {
    background: url("../images/ico-rss.png") no-repeat scroll left 0 transparent;
    color: #999999;
    padding: 6px 0 15px 30px;
}
.blog_rss li {
    float: left;
    margin-bottom: 3px;
    width: 20px;
}
.blog_rss1 li {
    float: left;
    margin-bottom: 3px;
    padding-left: 0;
    width: 155px;
}
.category_list li {
    float: right;
    padding-bottom: 2px;
    width: 210px;
}
.category_list li a {
    background: url("../images/bg-arrow-left.png") no-repeat scroll 200px 7px transparent;
    color: #000000;
    display: block;
    float: right;
    font-size: 14px;
    font-weight:bold;
    line-height: 22px;
    padding-right: 20px;
    width: 190px;
}
.category_list li a:hover {
    background: url("../images/bg-sep-hover.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    text-decoration: none;
}
#outer_footer {
    background: url("../images/bg-outer-footer.png") repeat-x scroll center top transparent;
    padding-top: 0;
    width: 100%;
}
#outer_footer_sec {
    background: url("../images/bg-banner1.jpg") no-repeat scroll center top transparent;
    height: 264px;
    width: 100%;
    margin-top:20px;
}
#footer {
    margin: 0 auto;
    padding-top: 32px;
    width: 940px;
}
#footer h2 {
    font-size: 18px;
    line-height: 17px;
    padding-bottom: 16px;
    text-align: right;
}
.left_footer {
    float: right;
    width: 710px;
}
.footer_tags {
    float: left;
    height: 150px;
    width: 710px;
}
.footer_nav {
    float: right;
    line-height: 15px;
    padding-top: 25px;
    text-align: right;
}
.footer_nav p {
    float: left;
    padding: 0 0px 0 0;
}
.footer_nav ul {
    float: left;
}
.left_footer .footer_nav ul li {
    background: url("../images/sep-top.png") no-repeat scroll left 3px transparent;
    float: left;
    padding: 0 10px 0 12px;
    width: auto;
}
.left_footer .footer_nav ul li:first-child {
    background: none repeat scroll 0 0 transparent;
}
.left_footer .footer_nav ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-family: tahoma,arial,sans-serif;
    padding: 0;
}
.left_footer .footer_nav ul li a:hover {
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
}
.left_footer li {
    float: right;
    padding-bottom: 8px;
    width: 160px;
}
.left_footer li a {
    background: url("../images/sep-footer.png") no-repeat scroll right 4px transparent;
    color: #000000;
    display: block;
    float: right;
  
    padding-right: 10px;
    font-size:13px;
    font-weight:bold;
}
.left_footer li a:hover {
    background: url("../images/sep-footer-hover.png") no-repeat scroll right 4px transparent;
    color: #447E36;
    font-weight: bold;
    text-decoration: underline;
}
.right_footer {
    float: left;
    width: 220px;
}
.right_footer p {
    color: #000000;
    line-height: 18px;
    padding-bottom: 8px;
    text-align: right;
}
.contact_area {
    float: left;
    height: 150px;
    width: 220px;
}
.email_subscribe {
    background: url("../images/bg-input-footer.png") no-repeat scroll left top transparent;
    float: right;
    height: 27px;
}
.email_subscribe input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 15px;
    padding: 2px 5px 6px 10px;
    text-align: right;
    width: 148px;
}
.email_subscribe a {
    background: url("../images/bg-btn-footer.png") no-repeat scroll left 3px top transparent;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
    margin: 2px 2px 2px 0;
    text-align: center;
    text-decoration: none;
    width: 63px;
}
.social_links {
    float: left;
    padding-top: 5px;
    width: 242px;
}
.social_links ul {
    float: left;
}
.social_links li {
    float: left;
    padding-right: 5px;
}
.social_links li h4 {
    line-height: 20px;
}
.nav_post {
    bottom: -1px;
    float: left;
    position: relative;
    width: 230px;
}
.nav_post li {
    float: left;
}
.nav_post li a {
    background: none repeat scroll 0 0 #447E36;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    margin-top: 5px;
    padding: 0 12px;
}
.nav_post li a:hover {
    text-decoration: none;
}
.nav_post li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #D5D5D5 #D5D5D5 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #447E36;
    line-height: 33px;
    margin: 0;
    padding: 0 10px;
}
.news_post {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    float: left;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    width: 655px;
}
.news_post .imgarea {
    border: 0px solid #CDCDCD;
    float: right;
    line-height: 0;
    width: 61px;
}
.news_detail {
    float: left;
    width: 465px;
     padding-left: 90px;
}
.news_detail h3 {
    padding-bottom: 6px;
}
.news_detail h3 a:hover {
    text-decoration: none;
}
.news_detail span.date_news {
    color: #333333;
    display: block;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 8px;
    width: 100%;
}
.news_detail span.date_news a {
    text-decoration: underline;
}
.news_detail p {
    line-height: 24px;
    padding-bottom: 8px;
    text-align: right;
}
.bottom_news {
    border-top: 1px solid #F2F2F2;
    float: left;
    padding-top: 5px;
    width: 465px;
}
.bottom_news a.readmore {
    display: block;
    float: right;
    line-height: 16px;
}
.bottom_news ul {
    float: right;
}
.bottom_news ul li {
    color: #999999;
    float: left;
    line-height: 16px;
    padding-right: 2px;
}
.bottom_news ul li a {
    text-decoration: underline;
}
#news_sec .detail_sec {
    margin-bottom: 0;
}
#courses_sec {
    float: left;
    margin-bottom: 10px;
    width: 940px;
}
.course_content {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    float: left;
    padding: 12px 9px;
    width: 920px;
}
.left_course {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: right;
    width: 218px;
}
.left_course h2 {
    background: none repeat scroll 0 0 #447E36;
    border-bottom: 1px solid #EAEAEA;
    color: #FFFFFF;
    line-height: 18px;
    padding: 5px 11px 10px;
    text-align: right;
}
.course_menu {
    float: left;
    padding: 10px 10px 5px 20px;
    width: 188px;
}
.course_menu li {
    float: left;
    margin-bottom: 10px;
    width: 188px;
}
.course_menu li a {
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.course_menu li a:hover {
    color: #447E36;
    text-decoration: none;
}
.right_course {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: right;
    height: 350px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0 12px;
    width: 300px;
}
.right_course_training {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0 12px 10px;
    width: 670px;
}
.right_course1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;
    height: 195px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0 12px;
    width: 323px;
}
.right_course2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;
    height: 310px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0 12px;
    width: 327px;
}
.right_course img {
    float: left;
}
.right_course2 img {
    float: left;
}
.right_course h3 {
    padding-bottom: 8px;
}
.right_course2 h3 {
    padding-bottom: 8px;
}
.right_course p {
    line-height: 15px;
    padding-bottom: 10px;
    text-align: justify;
}
.right_course2 p {
    line-height: 19px;
    padding-bottom: 10px;
    text-align: right;
}
.course_table {
    float: left;
    margin-bottom: 15px;
    width: 300px;
}
.course_table li.hd {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
    background-position: center bottom;
    color: #000000;
    font-weight: bold;
}
.course_table li.hd1 {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
    background-position: center bottom;
    color: #000000;
    font-weight: bold;
}
.course_table li {
    background: none repeat scroll 0 0 #F1F1F1;
   color: #000000;
    float: left;
    font-size: 12px;
    line-height: 30px;
}
.course_table li span {
    display: block;
    float: left;
}
.course_table li span.box1 {
    text-align: center;
    width: 105px;
}
.course_table li span.box2 {
    padding-left: 8px;
    width: 315px;
}
.course_table li span.box21 {
    padding-right: 8px;
    text-align: right;
    width: 319px;
}
.course_table li span.box3 {
    float: right;
    text-align: center;
    width: 120px;
}
.course_table li.hd span.box3 {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
}
.course_table_training {
    float: right;
    margin-bottom: 15px;
    width: 640px;
}
.course_table_training li.hd {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
    background-position: center bottom;
    color: #000000;
    font-weight: bold;
}
.course_table_training li {
    background: none repeat scroll 0 0 #F1F1F1;
   color: #000000;
    float: left;
    font-size: 12px;
    line-height: 30px;
}
.course_table_training li span {
    display: block;
    float: left;
}
.course_table_training li span.box1 {
    text-align: center;
    width: 105px;
     font-size:13px;
}
.course_table_training li span.box11 {
    text-align: center;
    width: 650px;
     font-size:13px;
}
.course_table_training li span.box2 {
    padding-right: 8px;
    text-align: right;
    width: 405px;
    font-size:13px;
    direction:rtl;
}
.course_table_training li span.box22 {
    padding-left: 8px;
    width: 642px;
     font-size:13px;
}
.course_table_training li span.box21 {
    padding-left: 8px;
    width: 319px;
     font-size:13px;
}
.course_table_training li span.box3 {
    float: right;
    text-align: center;
    width: 120px;
     font-size:13px;
}
.course_table_training li.hd span.box3 {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
}
.program_guide {
    width: 300px;
}
.right_course .program_guide h3 {
    padding-bottom: 12px;
}
.program_guide li {
    background: url("../images/bg-slider-list.png") no-repeat scroll left 3px transparent;
    float: left;
    line-height: 16px;
    margin-bottom: 7px;
    padding-bottom: 14px;
    padding-left: 26px;
    width: 610px;
}
.program_guide ul {
    margin-bottom: 10px;
    width: 666px;
}
.program_guide .msg {
    background: none repeat scroll 0 0 #F1F1F1;
    float: left;
    margin-bottom: 8px;
    padding: 7px 40px 0 12px;
    width: 614px;
}
.program_guide .btn_applynow {
    background: url("../images/btn_applynow.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 27px;
    text-align: center;
    width: 116px;
}
.left_contact {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #D5D8D9;
    float: right;
    margin-bottom: 12px;
    width: 348px;
}
.left_contact li {
    border-top: 1px solid #D5D8D9;
    float: left;
    width: 348px;
}
.left_contact li:first-child {
    border: medium none;
}
.left_contact li span.imgarea {
    display: block;
    float: right;
    padding-top: 10px;
    text-align: center;
    width: 40px;
}
.left_contact li div.desc {
    border-right: 1px solid #D5D8D9;
    float: right;
    padding-right: 15px;
    padding-top: 6px;
    width: 245px;
}
.left_contact li div.desc p {
    line-height: 15px;
    padding-bottom: 9px;
}
.left_contact li div.desc h3 {
    padding-bottom: 6px;
}
.right_contact {
    float: right;
    margin-bottom: 12px;
    width: 559px;
}
.right_contact h3 {
    background: url("../images/ico-location.png") no-repeat scroll left top transparent;
    line-height: 22px;
    padding-bottom: 12px;
    padding-left: 25px;
}
.maparea {
    border: 1px solid #DCDFE0;
    float: left;
    line-height: 0;
    margin-bottom: 11px;
    width: 557px;
}
.quickinquiry {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #DCDFE0;
    float: left;
    height: 234px;
    padding: 9px 9px 0;
    width: 535px;
}
.left_inq {
    float: right;
    width: 258px;
}
.quickinquiry li {
    float: left;
    margin-bottom: 11px;
    width: 258px;
}
.quickinquiry li input {
    border: 1px solid #D5D5D5;
    float: left;
    height: 15px;
    padding: 3px 10px;
    text-align: right;
    width: 236px;
}
.quickinquiry li a.btn_submit {
    background: url("../images/btn_submit.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
    text-align: center;
    width: 67px;
}
.right_contact .quickinquiry h3 {
    background: none repeat scroll 0 0 transparent;
    padding: 0 0 10px;
}
.right_inq {
    float: left;
    width: 258px;
}
.quickinquiry li textarea {
    border: 1px solid #D5D5D5;
    color: #000000;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    padding: 5px 10px;
    text-align: right;
    width: 236px;
}
.bottom_info {
    float: left;
    width: 920px;
}
.bottom_info h3 img {
    float: left;
    margin-right: 6px;
}
.left_info {
    float: left;
    width: 917px;
}
.right_info {
    float: right;
    width: 355px;
}
#gallery_sec {
    float: left;
    width: 940px;
}
#gallery_sec li {
    float: left;
    height: 121px;
    margin-bottom: 12px;
    margin-left: 12px;
    position: relative;
    width: 178px;
}
#gallery_sec li:hover a {
    background: url("../images/frame-img.png") no-repeat scroll left top transparent;
    height: 153px;
    padding: 13px 12px 13px 14px;
    position: absolute;
    width: 210px;
    z-index: 100;
}
#gallery_sec li:hover a img {
    border: medium none;
    float: left;
    height: 153px;
    line-height: 0;
    width: 210px;
}
#gallery_sec li:first-child {
    margin: 0;
}
#gallery_sec li a {
    display: block;
    float: left;
    height: 121px;
    position: absolute;
    width: 178px;
}
#gallery_sec li a img {
    border: 1px solid #EAEAEA;
    float: left;
    height: 121px;
    width: 178px;
}
.gallery_panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: -moz-use-text-color #D5D5D5 #D5D5D5;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    float: left;
    width: 938px;
}
.left_panel {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    width: 600px;
}
.left_panel h3 {
    float: left;
    padding-bottom: 0;
}
.left_panel select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #000000;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    margin-left: 10px;
    width: 200px;
}
.right_panel {
    float: right;
    width: 300px;
}
.right_panel ul {
    float: right;
}
.right_panel ul li {
    border-left: 1px solid #D5D5D5;
    float: left;
    height: 37px;
    width: 45px;
}
.right_panel ul li a {
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    display: block;
    float: left;
    height: 29px;
    line-height: 20px;
    padding-top: 6px;
    text-align: center;
    width: 43px;
}
.right_panel ul li a:hover, .right_panel ul li.active a {
    background: none repeat scroll 0 0 #447E36;
    border-left: 2px solid #CEE5C8;
    border-top: 2px solid #CEE5C8;
    color: #FFFFFF;
}
.pager_gallery {
    background: url("../images/bg-pager2.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    padding: 10px 25px;
    width: 890px;
}
#fancybox-left-ico {
    left: 20px !important;
}
#fancybox-right-ico {
    left: auto !important;
    right: 20px !important;
}
#fancybox-loading {
    cursor: pointer;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1104;
}
#fancybox-loading div {
    background-image: url("../images/fancybox.png");
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
#fancybox-overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}
#fancybox-tmp {
    border: 0 none;
    display: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
#fancybox-wrap {
    display: none;
    left: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1101;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: relative;
    width: 100%;
}
#fancybox-content {
    border: 0 solid #D3D3D3;
    height: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 0;
    z-index: 1102;
}
#fancybox-hide-sel-frame {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1101;
}
#fancybox-close {
    background: url("../images/fancy-close.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: none;
    height: 34px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 34px;
    z-index: 1103;
}
#fancybox-error {
    color: #444444;
    font: 12px/20px Arial;
    margin: 0;
    padding: 14px;
}
#fancybox-img {
    border: medium none;
    height: 100%;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#fancybox-frame {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}
#fancybox-left, #fancybox-right {
    background: url("../images/blank.gif") repeat scroll 0 0 transparent;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    outline: medium none;
    position: absolute;
    width: 35%;
    z-index: 1102;
}
#fancybox-left {
    left: -45px;
}
#fancybox-right {
    right: -45px;
}
#fancybox-left-ico, #fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 121px;
    left: -9999px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    width: 26px;
    z-index: 1102;
}
#fancybox-left-ico {
    background: url("../images/fancybox-left.png") no-repeat scroll center center transparent;
}
#fancybox-right-ico {
    background: url("../images/fancybox-right.png") no-repeat scroll center center transparent;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    border: 0 none;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 1001;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.fancybox-title-outside {
    color: #FFFFFF;
    padding-top: 10px;
}
.fancybox-title-over {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: left;
}
#fancybox-title-over {
    background-image: url("../images/fancy_title_over.png");
    display: block;
    padding: 10px;
}
.fancybox-title-float {
    bottom: -20px;
    height: 32px;
    left: 0;
    position: absolute;
}
#fancybox-title-float-wrap {
    border: medium none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: medium none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    background: url("../images/fancybox.png") no-repeat scroll -40px -90px transparent;
    padding: 0 0 0 15px;
}
#fancybox-title-float-main {
    background: url("../images/fancybox-x.png") repeat scroll 0 -40px transparent;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 3px;
}
#fancybox-title-float-right {
    background: url("../images/fancybox.png") no-repeat scroll -55px -90px transparent;
    padding: 0 0 0 15px;
}
.secondary_widget_block {
    float: left;
    height: 280px;
    margin-right:29px;
    overflow: hidden;
    width: 211px;
}
.secondary_widget_block1 {
    float: left;
    height: 280px;
    margin-right: 29px;
    overflow: hidden;
    width: 160px;
}
.primary_widget_block, .secondary_widget_block, .half_width_container {
    background-color: #F3F3F3;
    border: 1px solid rgba(216, 216, 216, 0.5);
}
.gradient_bar {
    background-image: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png");
    background-position: center bottom;
    height: 6px;
    margin-bottom: 5px;
    width: 100%;
}
.widget_description, ul.widget_description {
    list-style: none outside none;
    margin: 0;
    padding: 10px;
    text-align: right;
    font-size:13px;
    direction:rtl;
}
.arrowlistmenu {
    width: 218px;
}
.arrowlistmenu .headerbar {
    background: url("../images/titlebar.png") repeat-x scroll left center black;
    color: white;
    font: bold 14px Arial;
    margin-bottom: 10px;
    padding: 4px 0 4px 10px;
    text-transform: uppercase;
}
.arrowlistmenu ul {
    list-style-type: none;
    margin: 0 0 8px;
    padding: 0 0 0 6px;
}
.arrowlistmenu ul li {
    padding-bottom: 2px;
}
.arrowlistmenu ul li a {
    background: url("../images/arrowbullet.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #DADADA;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px 18px 19px;
    text-align: right;
    text-decoration: none;
}
.arrowlistmenu ul li a:visited {
}
.arrowlistmenu ul li a:hover {
    background-color: #F3F3F3;
}
crousal #prev, #next {
    cursor: pointer;
    position: absolute;
    top: 125px;
}
#prev {
    left: -50px;
}
#next {
    right: -50px;
}
crousal end .ar_txt {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 16px;
}
.brdr_right {
    border-left: 1px solid #F7AA2D;
}

 
#wrapper {
	
	background: silver;
	margin: 0 auto;
}
 
#header {
	background: black;
	color: white;
}
 

 
#bottom {
	background: #447E36;
	clear:both;
	height:50px;
}


#column-right {
	width: 14%;
	float: left;
	height: 25px;
	background-image: url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png);
	padding-right: 5px;
margin-left: 1px;
	font-size: 13px;
	font-weight: bold;
}
#column-right1 {
	width: 14%;
	float: left;
	height: 25px;
	padding-right: 5px;
	color: #447E36;
	background: #D3E4CB;
	height: 100px;
	margin-left: 1px;
	vertical-align: auto;
	margin-top: 1px;
}

#column-right1a {
	width: 14%;
	float: left;
	height: 25px;
	padding-right: 5px;
	color: #447E36;
	height: 100px;
	margin-left: 1px;
	vertical-align: auto;
	margin-top: 1px;
	background-color: #F2F8F0;
}
 
#column-center {
	width: 43%;
	margin-left: 1px;
	padding-right: 5px;
	float: left;
	height: 25px;
	background-image: url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#column-center1 {
	width: 43%;
	margin-left: 1px;
	float: left;
	height: 100px;
	color: #447E36;
	padding-right: 5px;
	overflow: auto;
	margin-top: 1px;
	background-color: #D3E4CB;
	
}


#column-center1a {
	width: 43%;
	margin-left: 1px;
	float: left;
	height: 100px;
	color: #447E36;
	padding-right: 5px;
	overflow: auto;
	margin-top: 1px;
	background-color: #f2f8f0;
	
}
 
#column-left {
	width: 40%;
	float: left;
	margin-left: 1px;
	height: 25px;
	background-image: url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#column-left1 {
	width: 40%;
	float: left;
	margin-left: 1px;
	height: 25px;
	background: #D3E4CB;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #447E36;
	height: 100px;
	margin-top: 1px;
}

#column-left1a {
	width: 40%;
	float: left;
	margin-left: 1px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #447E36;
	height: 100px;
	margin-top: 1px;
	background-color: #F2F8F0;
}


#liuniqueid:hover 
{
	background: none;
	
} 
#auniqueid
{
	padding-right:10px;
}

#auniqueid:hover 
{
	background: none;
	
	
	
} 



#imguniqueid:hover 
{
	background: none;
	
} 

