body
{
    margin: 0px;
    font: normal 12px/20px "Lucida Sans unicode" , Arial, Helvetica, sans-serif;
    color: #9c9c9c;
}
* html
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    color: #ffcb05;
    outline: none;
    -moz-outline-style: none;
}
a:hover
{
    text-decoration: underline;
}

.stripe_divider span
{
    background: #1d1d1d;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 1;
}

/* ################################################
			BUTTON
################################################### */

a.button
{
    background: transparent url(../images/dark/button.gif) right -32px scroll no-repeat;
    display: inline-block;
    height: 32px;
    margin: 0 5px 0 0px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    color: #9c9c9c;
    font-size: 10px;
}
a.button span
{
    background: transparent url(../images/dark/button.gif) 0 -32px scroll no-repeat;
    display: block;
    line-height: 10px;
    padding: 10px 0 11px 16px;
}
a.button:hover
{
    background-position: right 0;
    color: #fff;
}
a.button:hover span
{
    background-position: 0 0;
}


/* ################################################
			HEADINGS
################################################### */

h1, h2, h3, h4, h5, h6
{
    color: #fff;
}


/* ################################################
			LAYOUT
################################################### */

#mainpage
{
    background: #1d1d1d url(../images/dark/mainpage_bg.jpg) 0 0 repeat-x;
}
#subpage
{
    background: #1d1d1d url(../images/dark/subpage.jpg) repeat-x;
}
#main
{
    width: 960px;
    background: url(../images/dark/main.png) center top no-repeat;
    margin: 20px auto;
    overflow: hidden;
    height: 100%;
    padding: 0;
}
#main1
{
    width: 960px;
    background: url(../images/dark/main.png) center top no-repeat;
    margin: -20px auto;
    overflow: hidden;
    height: 100%;
    padding: 0;
}

/* ################################################
			TOPBAR
################################################### */

#topbar
{
    height: 45px;
    font-size: 10px;
    color: #fff;
}
#topbar a
{
    color: #dadada;
}
#topbar a:hover
{
    color: #fff;
    text-decoration: underline;
}

.clientlogin p
{
    margin-top: 10px;
    margin-right: 20px;
    text-align: right;
    color: #fff;
}


/* ################################################
			MAIN MENU
################################################### */

.sf-menu a, .sf-menu a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
    top: 0px;
    left: 0px;
    height: 17px;
}
.sf-menu li
{
    top: 0px;
    left: 0px;
}
.sf-menu li li
{
    background: #1d1d1d;
    border-bottom: 1px solid #3f3f3f;
    border-top: 1px solid #000;
}
.sf-menu li li li
{
    background: #1d1d1d;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
    color: #fff;
    outline: 0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active
{
    color: #fff;
    background: #2d2d2d;
    outline: 0;
}

.sf-menu li ul
{
}
.sf-menu li.current a
{
    color: #888;
}

/* ################################################
			SLIDER BULLETS
################################################### */

.nivo-prevNav
{
    background: url(../images/arrows.png) 0 0 no-repeat;
}
.nivo-nextNav
{
    background: url(../images/arrows.png) -34px 0 no-repeat;
}
.nivo-controlNav a
{
    background: url(../images/dark/bullets.png) no-repeat;
}

/* ################################################
			SUB HEADER
################################################### */

.subheader_left h1
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
}
.subheader_left h1 span
{
    color: #ffc63e;
}
.subheader_right p
{
    color: #fff;
    margin: 35px 10px 0 0;
    font-size: 14px;
}


/* ################################################
			SIDEBAR MENU
################################################### */

ul.subnav li a
{
    background: url(../images/dark/menu_normal.html) top left no-repeat;
    height: 43px;
    padding: 0 0 0 20px;
    color: #9c9c9c;
    margin: 0;
    line-height: 38px;
    text-decoration: none;
}
ul.subnav li li a
{
    display: block;
    margin: 0;
    color: #9c9c9c;
    height: 43px;
    text-decoration: none;
}

ul.subnav li a:link, ul.subnav li a:visited
{
    display: block;
    height: 43px;
    text-decoration: none;
}
/* Height of the image you use as a background*/

ul.subnav li li a:link, ul.subnav li li a:visited
{
    display: block;
    height: 43px;
    text-decoration: none;
}
/* Height of the image you use as a background*/

#sidebar ul.subnav li.current a
{
    background: url(../images/dark/menubg.png) top left no-repeat;
    display: block;
    height: 43px;
    text-decoration: none;
}

#sidebar ul.subnav li a.current
{
    background: url(../images/dark/menubg.png) top left no-repeat;
    display: block;
    height: 43px;
    text-decoration: none;
}

#sidebar ul.subnav li a:hover
{
    background: url(../images/dark/menubg.png) top left no-repeat;
    display: block;
    height: 43px;
    text-decoration: none;
}

#sidebar_right ul.subnav li.current a
{
    background: url(../images/dark/menubg_right.png) top left no-repeat;
    display: block;
    height: 43px;
    text-decoration: none;
}

#sidebar_right ul.subnav li a:hover
{
    background: url(../images/dark/menubg_right.png) top left no-repeat;
    display: block;
    height: 43px;
    text-decoration: none;
}
    
/* ################################################
	CONTENT BOX AND FEATURED BOXES
################################################### */

.feature-box2 h3 a, .feature-box h3 a
{
    margin: 0 0 5px 0;
    color: #fff;
}

.feature-box2 h3 a:hover, .feature-box h3 a:hover
{
    margin: 0 0 5px 0;
    color: #9c9c9c;
}


.abouticon
{
    background: url(../images/icons/Interpretation-Company.png) 10px 10px no-repeat;
}
.serviceicon
{
    background: url(../images/icons/Translation-Company.png) 10px 10px no-repeat;
}
.freelanceicon
{
    background: url(../images/icons/DTP-Company.png) 10px 10px no-repeat;
}
.blogicon
{
    background: url(../images/icons/Conference-Services-Company.png) 10px 10px no-repeat;
}
.copywritingicon
{
    background: url(../images/icons/Copy-Writing-Company.png) 10px 10px no-repeat;
}
.globeicon
{
    background: url(../images/icons/Localization-Services-Company.png) 10px 10px no-repeat;
}
.globeicon2
{
    background: url(../images/icons/globeicon2.png) 10px 10px no-repeat;
}
.webicon
{
    background: url(../images/icons/webicon.png) 10px 10px no-repeat;
}

.softwareicon
{
    background: url(../images/icons/softwareicon.png) 0px 7px no-repeat;
}
.check
{
    background: url(../images/icons/check.gif) 0px 7px no-repeat;
}
.boxicon
{
    background: url(../images/icons/boxicon.png) 0px 7px no-repeat;
}
.gamesicon
{
    background: url(../images/icons/gamesicon.png) 0px 7px no-repeat;
}
.websiteicon
{
    background: url(../images/icons/websiteicon.png) 0px 7px no-repeat;
}
.techicon
{
    background: url(../images/icons/techicon.png) 0px 7px no-repeat;
}
.hanbooks
{
    background: url(../images/icons/hanbooks.png) 0px 7px no-repeat;
}
.brochures
{
    background: url(../images/icons/brochures.png) 0px 7px no-repeat;
}
.catalogues
{
    background: url(../images/icons/catalogues.png) 0px 7px no-repeat;
}

.bookicon
{
    background: url(../images/icons/bookicon.png) 0px 7px no-repeat;
}
.proceedings
{
    background: url(../images/icons/proceedings.png) 0px 7px no-repeat;
}
.homeicon
{
    background: url(../images/icons/homeicon.png) 0px 7px no-repeat;
}

.translate1
{
    background: url(../images/icons/translate1.png) 0 0 no-repeat;
}
.translate2
{
    background: url(../images/icons/translate2.png) 0 0 no-repeat;
}
.translate3
{
    background: url(../images/icons/translate3.png) 0 0 no-repeat;
}
.translate4
{
    background: url(../images/icons/translate4.png) 0 0 no-repeat;
}
.translate5
{
    background: url(../images/icons/translate5.png) 0 0 no-repeat;
}
.translate6
{
    background: url(../images/icons/translate6.png) 0 0 no-repeat;
}
.translate7
{
    background: url(../images/icons/translate7.png) 0 0 no-repeat;
}
.arabic
{
    background: url(../images/languages/arabic.png) 0 0 no-repeat;
}
.chinese
{
    background: url(../images/languages/chinese.png) 0 0 no-repeat;
}
.english
{
    background: url(../images/languages/english.png) 0 0 no-repeat;
}
.farsi
{
    background: url(../images/languages/farsi.png) 0 0 no-repeat;
}
.french
{
    background: url(../images/languages/french.png) 0 0 no-repeat;
}
.german
{
    background: url(../images/languages/german.png) 0 0 no-repeat;
}
.indonesian
{
    background: url(../images/languages/indonesian.png) 0 0 no-repeat;
}
.italian
{
    background: url(../images/languages/italian.png) 0 0 no-repeat;
}
.japanese
{
    background: url(../images/languages/japanese.png) 0 0 no-repeat;
}
.kurdish
{
    background: url(../images/languages/kurdish.png) 0 0 no-repeat;
}
.romanian
{
    background: url(../images/languages/romanian.png) 0 0 no-repeat;
}
.russian
{
    background: url(../images/languages/russian.png) 0 0 no-repeat;
}
.spanish
{
    background: url(../images/languages/spanish.png) 0 0 no-repeat;
}
.swedish
{
    background: url(../images/languages/swedish.png) 0 0 no-repeat;
}
.urdu
{
    background: url(../images/languages/urdu.png) 0 0 no-repeat;
}
.indian
{
    background: url(../images/languages/indian.png) 0 0 no-repeat;
}
.malaysian
{
    background: url(../images/languages/malaysian.png) 0 0 no-repeat;
}
.portuguese
{
    background: url(../images/languages/portuguese.png) 0 0 no-repeat;
}
.greek
{
    background: url(../images/languages/greek.png) 0 0 no-repeat;
}
.turkish
{
    background: url(../images/languages/turkish.png) 0 0 no-repeat;
}


/* ################################################
	GALLERY PAGE	
################################################### */

.gallery_box h2 a:hover
{
    color: #999;
}


/* ################################################
		PORTFOLIO PAGE
################################################### */

.portimg a:hover
{
    color: #999;
}


/* ################################################
			BLOG POST
################################################### */

.post h2 a:hover
{
    color: #999;
}


/* ################################################
			BLOG POST AUTHOR BOX
################################################### */

.authorbox
{
    background: #eee;
    border: 1px solid #dadada;
    padding: 15px;
    margin: 10px 0;
}


/* ################################################
	GENERIC		
################################################### */

blockquote
{
    font-style: italic;
    color: #000;
    font: italic bold 16px/20px Georgia, Arial, Sans-serif;
    width: auto;
    padding: 20px;
    margin: 15px 0;
    background: #fff;
    border-left: 3px solid #333;
}


/* ################################################
	TABLES	
################################################### */

table.customtable
{
    border: none;
    border-collapse: collapse;
    margin: 10px 0;
}

table.customtable td, th
{
    border-bottom: 1px solid #333;
    border-collapse: collapse;
    color: #fff;
    padding: 10px 15px;
}

table.customtable tbody td
{
    border: 1px solid #333;
    border-collapse: collapse;
    color: #4c4c4c;
}

table.customtable th
{
    background: #111;
    padding-left: 20px;
    text-align: left;
    color: #FFFFFF;
}

table.customtable th.lefthead
{
    background: #111;
    padding-left: 20px;
    text-align: left;
}

table.customtable th.righthead
{
    background: #111;
    text-align: left;
}

table.customtable table a
{
    text-decoration: none;
}

table.customtable tbody tr:hover
{
    background: #222;
}


/* ################################################
	FIELDSET	
################################################### */


fieldset
{
    padding: 15px;
    border: 1px solid #ddd;
}

fieldset legend
{
    font-weight: bold;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #ddd;
}


/* ################################################
	CONTACT FORM	
################################################### */

#form
{
    padding: 15px 0;
}

#form label
{
    font-size: 1.3em;
    width: 140px;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
}

#form .input
{
    background: #e7ecf2;
    border: 1px inset #ccc;
    padding: 5px 7px;
    margin-bottom: 15px;
    width: 360px;
}

#form .upload
{
    margin: -40px 0px 0px 100px;
    padding: 5px 12px;
    width: 360px;
}

#form .careerupload
{
    margin: -60px 0px 0px 100px;
    padding: 5px 7px;
    width: 360px;
}

#form select
{
    background: #e7ecf2;
    width: 375px;
    font: 1.2em Tahoma;
    border: 1px inset #ccc;
    padding: 5px 6px;
    margin-bottom: 15px;
}

#form textarea
{
    background: #e7ecf2;
    border: 1px inset #ccc;
    vertical-align: top;
    width: 355px;
    font: 1.1em Tahoma;
    line-height: 1.7em;
    padding: 9px;
    height: 200px;
}

#form .indent
{
    padding-left: 145px;
    padding-top: 15px;
}


/* ################################################
	FOLLOW US BOOKMARK FOOTER	
################################################### */

.follow
{
    background: #000;
    margin-top: 20px;
    height: 40px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #555;
}
.follow h5 img
{
    vertical-align: middle;
}
.follow h5
{
    color: #9c9c9c;
}
.followus
{
    width: 940px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
}
.followus img
{
    padding-left: 10px;
}


/* ################################################
	FOOTER	
################################################### */

#footer_wrap
{
    width: 100%;
    overflow: auto;
    height: 100%;
    padding: 20px 0 30px 0;
    background: #2b2b2b url(../images/dark/footer_bg.jpg) top center no-repeat;
    border-bottom: 1px solid #222;
}
#footer
{
    width: 940px;
    margin: 0 auto;
    position: relative;
}
#footer p
{
    margin: 0;
}
#footer a
{
    color: #767676;
}
#footer a:hover
{
    color: #fff;
    text-decoration: underline;
}

.footerlistbox
{
    width: 160px;
    float: left;
    padding: 10px;
    margin-top: 15px;
    z-index: 200;
    position: relative;
    color: #767676;
}
.footerlistbox h4
{
    margin-bottom: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footerlistbox ul li
{
    margin-left: 0px;
    list-style-type: circle;
    list-style-position: inside;
}

.f_img
{
    background: url(../images/dark/quick_icon.png) bottom left scroll no-repeat;
    position: absolute;
    top: -20px;
    left: 710px;
    display: block;
    width: 192px;
    height: 227px;
    z-index: 1;
}

.quick
{
    color: #FFFFFF;
    padding-right: 0;
}



/* ################################################
COPYRIGHT 	
################################################### */

#copyright
{
    width: 100%;
    background: #181818;
    height: 50px;
    color: #fff;
}
#copyright .content
{
    width: 940px;
    margin: 0 auto;
}

.footer-logo
{
    float: left;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 10px;
}

.copyrighttext
{
    float: right;
    text-align: right;
    margin: 10px 10px 0 0;
}
.copyrighttext p
{
    font-size: 12px;
    margin: 0;
}
.copyrighttext a
{
    color: #fff;
}
.copyrighttext a:hover
{
    color: #fff;
    text-decoration: underline;
}



/* ################################################
LOGIN POPUP FORM	
################################################### */

#loginform
{
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}
#loginform
{
    width: 300px;
    text-align: left;
    margin: 0 auto;
}
#loginform label
{
    font: normal 11px/30px Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: right;
    float: left;
    width: 80px;
    padding: 0;
}
#loginform input
{
    width: 180px;
    float: right;
    background: #f0f0f0 url('../images/bg-input.html') top left repeat-x;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 8px !important;
}
#loginform p
{
    padding: 0;
}
#loginform p .button
{
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
}



