/******* Default Part CSS *******/


.preload { 
	width:0;height:0;
	font-size:0; line-height:0;
	overflow:hidden;
	visibility:hidden;
	position:absolute;
	top:-100px;
	left:-100px;
}

.preload .img1 { background: url(../images/slogan-btn-left-hover.png) no-repeat center center;}
.preload .img2 { background: url(../images/slogan-btn-right-hover.png) no-repeat center center;}
.preload .img3 { background: url(../images/nav-over-bg.png) no-repeat center center;}
.preload .img4 { background: url(../images/contact-left-hover.png) no-repeat center center;}
.preload .img5 { background: url(../images/contact-rigth-hover.png) no-repeat center center;}
.preload .img6 { background: url(../images/service-btn-hover.png) no-repeat center center;}



body, div, h1, h2, h3, h4, h5, h6, a, form, fieldset, select, input, th, dd, dl, dt
{
	padding: 0px;
	margin: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

img
{
	border: 0;
}

:focus
{
	outline: 0;
}

.t_left
{
	text-align: left;
}
.t_center
{
	text-align: center;
}
.t_right
{
	text-align: right;
}
.f_l
{
	float: left;
}
.f_r
{
	float: right;
}
.v_top
{
	vertical-align: top;
}
.v_middle
{
	vertical-align: middle;
}

.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
}


body
{
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	width: 100%;
	min-width: 1200px;
	background: #fff;
	line-height: 22px;
}


/* Content  texts and links------------------------------------------------------*/

a
{
	color: #0052ad;
	color: #006987;
	color: #0097e1;
	
	text-decoration: underline;
	cursor: pointer;
}
a:hover
{
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}

h1
{
	font: bold 30px Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	margin-bottom: 15px;
}

h2
{
	font: 30px Tahoma, Arial, Verdana, sans-serif;
	color: #000;
	border-bottom: 1px solid #ddd;
	margin: 40px 0 20px;
	padding-bottom: 10px;
}

h3
{
	font: 18px Tahoma, Verdana, Arial, sans-serif;
	color: #606060;
	padding-bottom: 5px;
	margin: 20px 0 15px;
	border-bottom: 1px solid #ddd;
}
h4
{
	font: 16px Tahoma, Arial, Verdana, sans-serif;
	line-height: normal;
	color: #000;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

h5
{
	font-size: 13px;
	font-weight: bold;
	color: #0052ad;
	margin: 5px 0 0 0;
}

/* Header 
------------------------------------------------------*/

.header
{
	width: 100%;
	margin: 0px auto;
	border-bottom: 1px solid #c2c2c2;
}


.header-content
{
	overflow-x:hidden;
	position: relative;
	z-index: 10000;
	width: 1200px;
	height: 140px;
	margin: 0px auto;
}

a.logo
{
	background: url(../images/logo.png) no-repeat left top;
	position: absolute;
	top: 55px;
	left: 0px;
	height: 50px;
	width: 284px;
	display: block;
}



.breadcrumb-wrapper
{
	height: 22px;
	background: #ebf0eb;
	margin: 5px 0;
}
.breadcrumb-cont
{
	width: 1200px;
	line-height: 22px;
	margin: 0 auto;
	font-size: 12px;
}





/* ------------------------------------------------------------  head slogan menu  ------------------------------------------------------------ */

.head-slogan
{
	position: absolute;
	z-index: 10000;
	top: 40px;
	right: 0px;
	width: 800px;
	text-align: left;
	line-height: 26px;
	font: bold 26px Arial Black, Verdana, Arial, Tahoma, Georgia, sans-serif;
	color: #000;
}

.head-slogan span
{
	display: block;
	float: left;
	text-align: left;
	line-height: 26px;
	margin: 0 10px 0 0; /*padding-bottom:6px;*/
}



.head-slogan ul
{
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	letter-spacing: -1px;
	color: #fff;
	font: 16px Arial,Verdana,Arial,Tahoma,Georgia,sans-serif;
}

/* first level */
.head-slogan ul li
{
	margin: 0px;
	padding: 0;
	padding-right: 10px;
	list-style: none;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 32px;
}



.head-slogan a
{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 8px;
	background: url(../images/slogan-btn-left.png) no-repeat left bottom;
	text-decoration: none;
	cursor: default;
}

.head-slogan a b
{
	display: inline-block;
	padding: 0px 8px 6px 0;
	background: url(../images/slogan-btn-right.png) no-repeat right bottom;
	text-decoration: none;
	font: bold 26px/26px Arial Black, Verdana, Arial, Tahoma, Georgia, sans-serif;
	color: #fff;
	cursor: default;
}



.head-slogan ul li:hover, .head-slogan ul li.iehover
{
}

.head-slogan a:hover, .head-slogan ul li a:hover, .head-slogan ul li:hover a, .head-slogan ul li.iehover a
{
	background: url(../images/slogan-btn-left-hover.png) no-repeat left bottom;
}

.head-slogan a:hover b, .head-slogan ul li a:hover b, .head-slogan ul li:hover a b, .head-slogan ul li.iehover a b
{
    background: url(../images/slogan-btn-right-hover.png) no-repeat right bottom;
}




/* second level */



.head-slogan ul li ul
{
	background: #03b9ff;
	display: none;
	position: absolute;
	left: 0px;
	top: 32px;
	min-width: 300px;
	padding: 10px 0 10px 20px;
	z-index: 10010;
	letter-spacing: 0px;
}

.head-slogan ul li ul li
{
	background: none;
	margin: 0 0 0 10px;
	padding: 3px 0;
	display: list-item;
	list-style: disc;
	position: auto;
}

.head-slogan ul li ul li, .head-slogan ul li:hover ul li, .head-slogan ul li.iehover ul li
{
	background: none;
	font: 14px Tahoma, Arial, Verdana, Georgia, sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding-left: 0;
}


.head-slogan ul ul ul
{
	clear: both;
	float: none;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	list-style: none;
}

.head-slogan ul li ul ul li
{
	color: #add6ff !important;
	list-style: none;
	clear: both;
	float: none;
}

/* Second Menu Hover */

.head-slogan ul li:hover li a:hover, .head-slogan ul li:hover li:hover a, .head-slogan ul li.iehover ul li a:hover, .head-slogan ul li.iehover ul li.iehover a
{
	color: #000;
	background: none;
}




.head-slogan ul li:hover ul ul li a, .head-slogan ul li.iehover ul ul li a
{
	color: #add6ff;
}







.head-slogan ul li:hover li:hover, .head-slogan ul li.iehover li:hover
{
	background: none;
}


.head-slogan ul li:hover ul, .head-slogan ul li.iehover ul
{
	display: block;
}


















/* Find us */

.facebook-like
{
	position: absolute;
    right: 0;
    top: 72px;
    width: 150px;
    z-index: 11000;
}

.find-us
{
	/*position: absolute;
	top: 10px;
	right: 0px;*/
	padding-top:10px;
	float:right;
	height: 25px;
	width: 220px;
}

.find-us a
{
	text-decoration: none;
	margin: 0 3px;
}
.find-us span
{
	float: left;
	height: 16px;
	display: block;
	margin: 0 3px;
	font: 11px Tahoma;
	color: #939393;
}
a.ico-fb
{
	background: url(../images/facebook_icon.png) no-repeat left top;
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	margin: 0 3px;
}

a.ico-fl
{
	background: url(../images/flicr_icon.png) no-repeat left top;
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	margin: 0 3px;
}
a.ico-in
{
	background: url(../images/in_icon.png) no-repeat left top;
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	margin: 0 3px;
}
a.ico-tw
{
	background: url(../images/twitter_icon.png) no-repeat left top;
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	margin: 0 3px;
}
a.ico-bl
{
	background: url(../images/blogger_icon.png) no-repeat left top;
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	margin: 0 3px;
}





/* ------------------------------------------------------  Content layout manipulators ------------------------------------------------------*/

.wrapper
{
	position: relative;
	z-index: 1000;
	background:#fff;
}
.content-wrapper-bg.home-wrap-bg
{
	background: url(../images/ground_tile.png) repeat-x left bottom;
	background:#fff;
	z-index: 100;
}
.content-wrapper
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.content-wrapper-bg.home-wrap-bg .content-wrapper
{
	background: url(../images/peoples-home.png) no-repeat left top;
	background: url(../images/background-logo.jpg) no-repeat center center;
	min-height: 690px;
	z-index: 100;
}

.content
{
	position: relative;
	width: 654px;
	float: right;
}

.content li
{
	margin: 5px 0;
}

.sidebar
{
	width: 260px;
	float: left;
}
.innerpage-content
{
	padding: 30px 0;
}

/* ------------------------------------------------------------  Navigator`s Styles  ------------------------------------------------------------ */
.nav-wrapper
{
	height: 40px;
	position: relative;
	z-index: 100;
}

.nav
{
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float:left;
	height: 40px;
	padding: 0px;
	z-index: 100;
}

.nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
}

/* first level */
.nav ul li
{
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
	border-left: 1px solid #C2C2C2;
	position: relative;
}

.nav ul li a
{
	text-decoration: none;
	font: 18px Tahoma, Arial, Verdana, Georgia, sans-serif;
	color: #939393;
	line-height: 36px;
	display: block;
	z-index: 1000;
	padding: 0 20px 0 20px;
}

.nav > ul > li.active
{
	background: url(../images/nav-over-bg.png) repeat-y left top;
}

.nav ul li a:hover, .nav ul li:hover a, .nav ul li.active a, .nav ul li.active a:hover, .nav ul li.iehover a
{
	color: #000;
	background: #ebf0eb url(../images/nav-over-bg.png) repeat-y left top;
}

/* second level */

/*N.B. Andrew (my rule)*/
.nav ul li ul
{
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 36px;
	min-width: 250px;
}

.nav ul li ul li
{
	margin: 0px;
	padding: 0;
	list-style: none;
	display: block;
	float: none;
	border: none;
}

.nav ul li ul li a, .nav ul li:hover ul li a, .nav ul li.iehover ul li a
{
	text-decoration: none;
	font-size: 14px;
	color: #454545;
	line-height: 18px;
	padding: 5px 20px;
	background: #ebf0eb;
	z-index: 1000;
}
.nav ul li ul li a span
{
	font-size: 11px;
	color: #989898;
	z-index: 1000;
}

/* Second Menu Hover */

.nav ul li ul li.active a
{
	color: #000;
	background: #ebf0eb url(../images/nav-over-bg.png) repeat-y left top;
	z-index: 1000;
}

.nav ul li:hover li a:hover, .nav ul li:hover li:hover a, .nav ul li.iehover ul li a:hover, .nav ul li.iehover ul li.iehover a, .nav ul li:hover ul li.active
{
	color: #000;
	background: #d3d8d3 url(../images/nav-over-bg.png) repeat-y left top;
	z-index: 1000;
}


.nav ul li:hover ul, .nav ul li.iehover ul
{
	display: block;
	z-index: 1000;
}





.contact-us
{
	/*position: relative;
	left: 600px;
	z-index: 100;*/
	float:left;
	margin-left:30px;
}

a.contact-us-link
{
	color: #fff;
	display: block;
	font: 18px/36px Tahoma,Arial,Verdana,Georgia,sans-serif;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/contact-left.png) no-repeat left bottom;
}
a.contact-us-link span
{
	color: #fff;
	display: block;
	font: 18px/36px Tahoma,Arial,Verdana,Georgia,sans-serif;
	text-decoration: none;
	padding-right: 10px;
	background: url(../images/contact-rigth.png) no-repeat right bottom;
}

a.contact-us-link:hover
{
	background: url(../images/contact-left-hover.png) no-repeat left bottom;
}
a.contact-us-link:hover span
{
	background: url(../images/contact-rigth-hover.png) no-repeat right bottom;
}

/*
.contact-us a
{
	/*position: relative;
	z-index: 100;
	left: 600px;
}



.contact-us ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.contact-us ul li
{
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	position: relative;
}
*/

















/* Footer  ------------------------------------------------------*/
.footer
{
	height: 100px;
	width: 100%;
	background: url(../images/footer-gradient_tile.png) repeat-x left top;
	background: #cce3ff url(../images/footer-image.png) repeat-x center top;
	margin-top: 20px;
	padding-top: 45px;
	color: #555;
	font: 11px Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
	clear: both;
}
.footer-cont
{
	width: 1200px;
	margin: 0px auto;
}
.footer a
{
}
.footer a:hover
{
	text-decoration: underline;
}

/* -------------------------------- Addition  ----------------------------------*/

.jsAction
{
	cursor: pointer;
	color: #2672C0;
	text-decoration: none;
}

.hided ul
{
	display: none;
}


/* Home boxes */

.home-points 
{
    float:left;
    width:570px;
    margin-right:50px;
    padding-top:70px;
}

.home-point 
{
    margin:0 0 50px 0;
    padding-left:155px;
}


.home-point h1
{
    font-size: 30px;
    font-weight:normal;
    line-height:32px;
}

.home-point.experience  
{
    background: url(../images/pig-icon.png) no-repeat left top;
}

.home-point.remote  
{
    background: url(../images/manage-icon.png) no-repeat left top;
}

.home-point.advantage  
{
    background: url(../images/no-risks-icon.png) no-repeat left top;
}



.home-services 
{
    float:right;
    width:560px;
    padding-top:70px;
    
        
}

.home-services 
{
    float:right;
    width:560px;
        
}



.home-services h2
{
    margin:0 0 20px;
    padding:0;
    font: 29px Tahoma, Arial, Verdana, Trebuchet MS, sans-serif;
    color:#0097e1;
    border:none;
}







.home-service-box 
{
    background: url(../images/home-service-top.png) no-repeat left top;
    padding:10px 0 0 0;
    width:265px;
    float:left;
}

.home-service-box.scrum
{
    margin-right:30px;
}

.home-service-box-cont
{
    background: #0097e1;
    padding:10px 18px;
    color:#fff;
    height:230px;
}

.home-service-box-bottom 
{
    background: url(../images/home-service-bottom.png) no-repeat left top;
    height:10px;
    font-size:1px;
}



.home-service-box-cont a,
.home-service-box-cont a:visited,
.home-service-box-cont a:link
{
    display:block;
    background: url(../images/service-btn.png) no-repeat left top;
    color:#fff;
    height:57px;
    width:229px;
    font: bold 22px Arial Black, Verdana, Tahoma, Trebuchet MS, sans-serif;
    line-height:57px;
    text-decoration:none;
    text-align:center;
    margin:10px 0;
}

.home-service-box-cont a:hover
{
    background: url(../images/service-btn-hover.png) no-repeat left top;
    text-decoration:none;
}



.home-service-box h4
{
    margin:0;
    padding:0;
    font-size:18px;
    font-weight:normal;
    color:#fff;
}

.home-service-box ul
{
    margin:0;
    padding-left:20px;
}















.homebox
{
	width: 340px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	margin: 0 20px;
}

.homebox-team
{
	left: 0px;
}

.homebox-scrumteam
{
	left: 370px;
	width: 370px;
}
.homebox-scrumprj
{
	left: 770px;
}

.homebox-top
{
	width: 340px;
	height: 57px;
	background: url(../images/homebox-top.png) no-repeat left top;
}
.homebox-cont-bg
{
	width: 340px;
	background: #3d7094 url(../images/homebox-bg.png) no-repeat left top;
}
.homebox-cont
{
	padding: 5px 30px 30px 30px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}


.homebox-cont ul
{
	color: #c8e1f0;
	font-size: 14px;
	line-height: 18px;
	padding-left: 15px;
	font-weight: normal;
}



.homebox-question
{
	position: relative;
	background: #ccba8d;
}




.homebox-question a
{
	display: block;
	font-size: 18px;
	color: #472b0e;
	line-height: 22px;
	margin: 5px 0;
}

.homebox-question a:hover
{
	text-decoration: none;
}

.homebox-question-ico
{
	position: absolute;
	top: -19px;
	left: 20px;
	width: 37px;
	height: 39px;
	background: url(../images/ico-question.png) no-repeat left top;
}

.homebox-question-cont
{
	padding: 30px;
}

.homebox h1
{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 30px;
	padding: 10px 0;
	background: url(../images/myteam-doubleline_tile.png) repeat-x left bottom;
}
.homebox h1 b
{
	display: block;
	text-shadow: #000 1px 1px 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,Strength=1);
}


/* homebox-scrumteam */

.homebox-scrumteam .homebox-top
{
	height: 67px;
	width: 370px;
	background: url(../images/homebox-main-top.png) no-repeat left top;
}
.homebox-scrumteam .homebox-cont-bg
{
	width: 370px;
	background: #005eb3 url(../images/homebox-main-bg.png) no-repeat left top;
}
.homebox-scrumteam .homebox-cont
{
	padding: 10px 30px 30px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.homebox.homebox-scrumteam h1
{
	font-size: 30px;
	padding: 15px 0;
	background: url(../images/myteam-doubleline_tile.png) repeat-x left bottom;
}







/* common inner pages styles */

.content-heads-table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
}


.content-heads-table th
{
	vertical-align: bottom;
	font: 24px tahoma;
	color: #006987;
	text-align: left;
	border-bottom: 1px solid #c9e5f7;
	padding: 30px 30px 10px 0;
}

.content-heads-table td
{
	padding: 10px 30px 10px 0;
	vertical-align: top;
	width: 33%;
}

.content-heads-table.twocols td
{
	width: 50%;
}


.content-heads-table h4
{
	margin-top: 0;
	font-weight: normal;
}


.innerpage-content ul
{
	padding-left: 15px;
	margin: 0;
}



.details-table
{
	width: 740px;
	margin: 20px auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.details-table th
{
	background: #ebfaff;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 10px 30px;
	text-align: left;
	font-weight: normal;
	font-size: 21px;
	color: #000;
	width: 150px;
}

.details-table td
{
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 30px;
}

.details-table tr:last-child th, .details-table tr:last-child td
{
	border-bottom: none;
}


ul.ul-links
{
	float: left;
	padding-left: 5px;
	width: 550px;
	line-height: 25px;
	font-weight: normal;
}

ul.ul-links li
{
	list-style: none;
}

ul.ul-links ul
{
	padding-left: 40px;
}

ul.ul-links ul a
{
	color: #5ea0b3;
}

.ul-links a
{
	text-decoration: none;
	border-bottom: 1px dashed #93cbef;
}

.ul-links > li > ul
{
	margin-left: -10px;
}

.ul-links a:hover
{
	border-bottom-color: inherit;
	border-bottom-style: none;
	border-bottom-width: 0;
	color: #006987;
}

.innerpage-testi
{
	float: right;
	background: #ebfaff url(../images/testi-coma-top.png) no-repeat left top;
	width: 600px;
}

.innerpage-testi-cont
{
	margin: 20px 20px 10px 50px;
	padding: 0 0 0px 10px;
	border-left: 1px solid #c2c2c2;
}
.innerpage-testi-bottom
{
	background: #ebfaff url(../images/testi-left-bottom) no-repeat left bottom;
	height: 30px;
	font-weight: bold;
	padding: 0 0 0px 60px;
}



.twocol-bluebox
{
	width: 560px;
	background: #ebfaff url(../images/twocol-bluebox-top.png) no-repeat left top;
	margin: 10px 0;
}

.twocol-bluebox-bg
{
	background: url(../images/twocol-bluebox-bottom.png) no-repeat left bottom;
}

.twocol-bluebox-cont
{
	padding: 20px;
}


/* own scrum team */
.team-size-table
{
	margin-top: 20px;
}

.team-size-table td
{
	padding: 0 0 0 30px;
	text-align: center;
	font: 20px Tahoma, Verdana, Arial, sans-serif;
	vertical-align: bottom;
}
.team-size-table td b
{
	font: bold 22px Tahoma, Verdana, Arial, sans-serif;
}

.team-size-table th
{
	padding: 0 0 0 0px;
	font: bold 16px Tahoma, Verdana, Arial, sans-serif;
	vertical-align: bottom;
}


/* ext scrum team */

.cont-box-padding
{
	padding-top: 20px;
	padding-left: 40px;
}
ol.ol-bignum li
{
	font: bold 30px Verdana, Tahoma, Arial, sans-serif;
	color: #222;
	padding: 3px 0;
}
ol.ol-bignum li span
{
	font: 14px Tahoma, Verdana, Arial, sans-serif;
	color: #5A5A5A;
}
ol.ol-bignum ul li
{
	font: 14px Tahoma, Verdana, Arial, sans-serif;
	color: #5A5A5A;
	list-style-type: disc;
}


.team-members-table
{
	margin-top: 25px;
	width: 250px;
	float: left;
}

.team-members-table th
{
	width: 50px !important;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}

.team-members-table td
{
	vertical-align: top;
	width: auto !important;
	text-align: left;
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
}

/* story -list page */


.stiries-line
{
	border-bottom: 1px solid #c2c2c2;
}
.stiries-line-last
{
	border: none;
}
.story-logo
{
	margin: 0px 0px 0px 60px;
}
.story-box
{
	float: left;
	width: 580px;
	margin: 10px 10px 20px;
}

.story-box-cont
{
	margin: 0px 20px 10px 0px;
	background: url(../images/story-comas.png) no-repeat left top;
}

.story-box-cont div
{
	margin: 0px 0px 0px 50px;
	padding: 0 0 0px 10px;
	border-left: 1px solid #c2c2c2;
}

.story-box-author
{
	line-height: 20px;
	font-weight: bold;
	color: #000;
	padding: 0 0 0px 60px;
}

.story-box-author span
{
	font-weight: normal;
}
.story-box h3
{
	line-height: 30px;
	font-weight: bold;
	font: bold 18px Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	border: none;
	padding: 0 0 0px 60px;
	margin-bottom: 10px;
}




/* ------------------------ communication ----------------------------- */


.grid
{
	font-size: 12px;
	border: none;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.grid th
{
	border: 1px solid white;
	background: #2282c4 url(../images/table-head-bg.gif) no-repeat left top;
	font-weight: bold;
	color: #fff;
	padding: 6px 4px;
	margin: 0;
}

.grid td
{
	background: #f2f2f2;
	border: 1px solid white;
	margin: 0;
	padding: 6px 4px;
	vertical-align: top;
}

.margin_left
{
	margin-left: 40px;
}

.innerpage-imgcontent h4
{
	font-weight: normal;
}

.ordered_list
{
	line-height: 40px;
}

.ordered_list li
{
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.ordered_list ul
{
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 45px;
}

.list_number
{
	font-weight: bold;
	font-size: 30px;
	color: Black;
}

.margin_left h4
{
	margin-top: 40px;
	margin-bottom: 30px;
}

.content-heads-table ul
{
	margin-left: 0px;
}

.map
{
	float: right;
	padding-right: 140px;
	margin-left: -140px;
}
.innerpage-imgcontent .with_margin li
{
	margin-bottom: 10px;
}

.innerpage-content .margin_left h4
{
	font-weight: normal;
	margin-bottom: 20px;
}


#mainForm
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#mainForm .content-wrapper, #inner .content-wrapper-bg.home-wrap-bg
{
	background: none;
	min-height: 200px;
}
#mainForm .content-wrapper
{
	width: 1182px;
	padding: 0;
	overflow: hidden;
}
#mainForm .main
{
	padding: 36px 0;
	width: 100%;
}
#mainForm .main:after
{
	clear: both;
	display: block;
	content: "";
}
#mainForm h1
{
	margin: 0 0 25px;
	font: bold 30px/36px Tahoma, Arial, Helvetica, sans-serif;
}
.holder
{
	height: 1%;
	overflow: hidden;
}


/* popup */

.popup
{
	min-height: 300px;
	width: 649px;
	padding: 21px 0px 21px 0px;
	z-index: 6001;
	background: url(../images/bg-popup-t.png) no-repeat;
}

.popup .frame
{
	min-height: 300px;
	line-height: 20px;
	padding: 11px 59px 6px 40px;
	background: url(../images/bg-popup-c.png) repeat-y;
}

.popup .b
{
	background: url(../images/bg-popup-b.png) no-repeat;
}
.popup h2
{
	font-size: 24px;
	margin: 0 0 30px;
	padding: 0 0 8px;
	border: 0;
	background: url(../images/my_team/bg-dot4.gif) repeat-x 0 100%;
}
.popup h4
{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.popup ul
{
	margin: 0 0 38px;
	padding: 0;
	list-style: none;
}
.popup li
{
	padding: 0 0 0 15px;
	background: url(../images/my_team/bullet.gif) no-repeat 0 9px;
}
.popup h3
{
	font-size: 16px;
	border: 0;
	color: #000;
	font-weight: bold;
	margin: 0 0 11px;
}
.popup p
{
	margin: 0 0 11px;
}

#simplemodal-container a.modalCloseImg
{
	background: url(../images/pop-up-close.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline;
	position: absolute;
	right: 19px;
	top: 11px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 6002;
	cursor: pointer;
}

.popup p strong
{
	color: #000;
	font-weight: bold;
}

.popup strong
{
	color: #000;
	font-weight: bold;
}


.popup .heading
{
	font-size: 24px;
	margin: 0 0 20px;
	padding: 10px 0;
	
	
}

.popupContent
{
	width: 554px;
	padding: 0 !important;
}

.popupContent ul
{
	margin: 0 0 5px;
}


#SupportFrame .popupContent  ul
{
	margin: 0 0 35px;
}

.popupContent li 
{
	margin: 0 0 5px;
}

#SupportFrame .popupContent li
{
	margin: 0 0 5px;
	list-style:none;
	/*padding:0;
	background:none;*/
}



.popupContent li:first-child
{
	padding-top: 0 !important;
}
.popupContent li.last
{
	padding-bottom: 0 !important;
	position:relative;
}

.popupContent .text
{
	float: left;
	width: 200px;
	overflow: hidden;
	line-height: 21px;
	padding-right: 5px;
}



.popupContent input.textinput
{
	border: none;
   	background: url(../images/textfiled-bg-long.png) no-repeat top left;
	height:25px;
	color:#222;
	font-size:14px;
	padding: 4px;
    width: 546px;
}

.popupContent input.textinput.required 
{
   	background: url(../images/textfiled-bg-long-requried.png) no-repeat top left;
}



.popupContent .form-2column input.textinput
{
	border: none;
   	background: url(../images/textfiled-bg.png) no-repeat top left;
    width: 254px;
}

.popupContent .form-2column input.textinput.required 
{
   	background: url(../images/textfiled-bg-requried.png) no-repeat top left;
}







.popupContent .submitButton 
{		    
	display: block;
	position:relative;
	margin: 0 auto;
	border:0;
	height:39px;
	color:#fff;
	font-size:18px;
	padding: 0 20px;
    width: 105px;
    cursor:pointer;
   	background: #666 url(../images/btn-submit-bg.png) no-repeat top left;
    
    /*
	background: #666 url(../images/button-bg.png) repeat-x top left;

    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(images/border-radius.htc);*/
}

.popupContent textarea.textarea
{
	border: none;
   	background: url(../images/textarea-bg.png) no-repeat top left;
	height:96px;
	color:#222;
	font-size:14px;
	padding: 4px;
    width: 546px;
}



.popupContent textarea.textarea.required
{
   	background: url(../images/textarea-bg-requried.png) no-repeat top left;
}



.popupContent .form-2column
{
	width: 262px;
	float:left;
	margin:0 0 5px 0;
}

.popupContent .form-2column.f_r
{
	float:right;
}
.popupContent .form-required-msg 
{
    font-style:italic;
    font-size:12px;
    line-height:14px;
    margin-bottom:3px;
    }
    
.label-left 
{
    float:left; margin-right:20px;
}
.radio-list input
{
    margin-right:10px;
}
.buttons 
{
    margin:15px 0 0 0;
}

.form-field 
{
    margin:0 0 5px 0;
}
.popupContent h5
{
    background:#ebfaff;
    color:#222;    
    font-size:12px;
    font-weight:bold;
    text-align:center;
    margin:10px 0 5px 0;
    
}

#EstablishFrame li
{
   background: url(../images/establish-arrowdown.png) no-repeat bottom center; 
   padding: 0 0 36px 60px;
   margin-left:100px;
}



#EstablishFrame li h4
{
   margin: 0 0 0 -60px;
   padding:7px 0 13px 60px;
}



#EstablishFrame li.search h4
{
   background: url(../images/establish-search.png) no-repeat top left; 
}
#EstablishFrame li.hire h4
{
   background: url(../images/establish-hire.png) no-repeat top left; 
}
#EstablishFrame li.goals h4
{
   background: url(../images/establish-goals.png) no-repeat top left; 
}
#EstablishFrame li.office h4
{
   background: url(../images/establish-office.png) no-repeat top left; 
}
#EstablishFrame li.infrastructure h4
{
   background: url(../images/establish-infrastructure.png) no-repeat top left; 
}
#EstablishFrame li.infrastructure 
{
   background: none; 
}



