@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#jumpMenu {
	font-size: 10px;
	
	
}
body 
{
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
}

#page 
{
	width: 948px;
	margin-top:0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

#pagewrapper 
{
	width:925px;
	margin:auto;

}

#flashcontent {
	height:160px;
	width: 925px;
	position: relative;
	color: #fff;
	border-bottom: 2px solid #010d49;
}

/* @group header */

#header 
{
	height:95px;
	background-color:#ffffff;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
}

#logo 
{
	float:left;
	padding-left: 30px;
	width:293px;
	height:95px;
}

#logo img
{
	border: none;
}


#slogan 
{
	float:left;
	padding-left:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6d7399;
}

#slogan h1
{
	font-style:italic;
	font-weight:100;
	font-size:18px;
	margin-top: 36px;
	margin-bottom:0px;
}

#slogan h2
{
	font-weight:100;
	font-size:12px;
	margin-top:0px;
}

#country 
{
	float: right;
	width: 150px;
	text-align:right;
	padding-right:20px;
	padding-top: 25px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#243877;
}

/* @end */

/* @group Nav */

#nav 
{
	clear: both;
	height:24px;
	width:100%;
	background-color:#010d49;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	line-height:24px;
	color: #fff;
}

#nav ul
{
	padding: 0 0 0 60px;
	margin: 0px;
}

#nav li
{
	padding:0px;
	margin:0px;
	float: left;
	width: 140px;
	height:24px;
	list-style-type: none;
}

#nav a
{
	text-decoration:none;
	padding:0px;
	color: #fff;
}

#navtext 
{
	padding-left: 20px;
}

#mainarea 
{
	height: 162px;
	position: absolute;
	z-index: 2;
	top: 119px;
}

#top-panel 
{
	padding: 0;
	margin: 0;
	height:160px;
	width: 925px;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/transparent.png);
	background-repeat: repeat;
}

.top-panel-content 
{
	padding-left: 80px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#top-panel .column 
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	float:left;
	width:140px;
}

#secondrow 
{
	clear:both;
	width:100%;
}

#secondrow .close
{
	text-align:center;
}

#secondrow .close a 
{
	font-size: 9px;
	text-decoration:none;
	color:  #e7e7e7;
}

#secondrow .close a:hover
{
	color: #ff6600;
}

#top-panel .column h3
{
	font-size: 14px;
	padding: 0px;
	line-height: 14px;
	color: #ff6600;
	font-weight: normal;
	margin: 20px 0 5px;
}
#top-panel .column ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0;
	margin: 0;
}
#top-panel .column a{
	color: #e7e7e7;
	text-decoration: none;
	}
	#top-panel .column a:hover{
	color: #ff6600;
	}



/* @end */

/* @group subnav */
#leftsubnavtitle ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	color: #fff;
}
#leftsubnavtitle li{
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 10px;
	background-color: #787a8f;
	border-top: 1px solid #fff;
}

#leftsubnavtitle a{
	text-decoration: none;
	color: #fff;
}

#leftsubnav {
	width:170px ;
}

#leftsubnav ul{
	margin: 0px;
	padding: 0px;
}


#leftsubnav li{
	list-style-type: none;
	font-size: 10px;
	/*height: 19px;*/
	padding: 0px 0px 1px 0px;
	background: #dee0ec;
	margin: 0px;
	border-top: 1px solid #fff;
}




/* My Comment */
#leftsubnav li:hover{
	background-color: #c1c4cd;
}
#leftsubnav a{
	text-decoration: none;
	color: #010d49;
	line-height: 19px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#leftsubnav a.thisone  {
	margin-left: -10px;

}

#leftsubnav li.subsub{
		background: #979bb6;
}
#leftsubnav a.subsub {
	margin-left: 10px;
			color: #fff;
}
#leftsubnav li.subsub:hover{
		background: #787a8f;
}
#leftsubnav a.subsub:hover {

		color: #fff;
}

#leftsubnav a.subsubthisone {

	color: #fff;

}

/* @end */

/* @group subsubnav */
#leftsubsubnavtitle ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	color: #fff;
	
}
#leftsubsubnavtitle li{
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 10px;
}

#leftsubsubnavtitle a{
	text-decoration: none;
	color: #010d49;
}
#leftsubsubnavtitle{
	margin-top: 30px;
}

#leftsubsubnav {
	width:160px ;

}
#leftsubsubnav ul{
	margin: 0px;
	padding: 0;
}


#leftsubsubnav li{
	list-style-type: none;
	font-size: 10px;
	/*height: 17px;*/
	padding: 0px 0px 0px 20px;
	margin: 0px;
	color: #010d49;
}

#leftsubsubnav a{
	color: #FF6600;
	line-height: 17px;
	margin: 0px;
}
#leftsubsubnav a:hover{
		color: #010d49;


}

#leftsubsubnav a:hover{
		color: #010d49;


}

.span-spacer
{
	padding-left:17px; 
	background:#fff; 
	text-decoration:underline;
}

/* @end */

/* @group Dropshadows */
div.wrapper-l {
	width:100%;
	height:100%;
	background-image: url(../images/bg_border_left.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}
div.wrapper-tl {
	width:100%;
	height:100%;
	background-image: url(../images/bg_border_topleft.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
div.wrapper-b {
	width:100%;
	height:100%;
	background-image: url(../images/bg_border_bottom.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
div.wrapper-bl {
	width:100%;
	height:100%;
	background-image: url(../images/bg_border_bottomleft.png);
	background-repeat:no-repeat;
	background-position: 0 100%;
}
div.wrapper-br {
	width:100%;
	height:100%;
	background-image: url(../images/bg_border_bottomright.png);
	background-repeat:no-repeat;
	background-position: 100% 100%;
}
div.wrapper-r {
	width:100%;
	height:100%;
	background: url(../images/bg_border_right.png) 100% 0 repeat-y;
}
div.wrapper-tr {
	width:100%;
	height:100%;
	background-image: url(../images/bg_border_topright.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* @end */

/* @group Footer */



/* @end */
.marTop {
	margin-top:2px;
}

/* @group main Layout */

#leftcontent {
	float: left;
	width:170px;

}
.SignUp {
	font-size: 11px;
	color: #666666;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.SignUp p{
	padding: 0px;
	margin: 0px;
	
}
#leftcontent img{
	border: none;
	}

#centercontent {
	float: left;
	font-family: Arial;
	color: #333333;
	width: 477px;
	padding: 5px 10px 10px 30px;
	font-size: 13px;
}

#centercontent h1 {
	font-size: 16px;
	color: #010d49;
	font-weight: bold;
}
	#centercontent h2 {
	font-size: 14px;
	color: #010d49;
	font-weight: bold;
}

#rightcontent {
	float: right;
	width:228px;
	padding-top: 5px;

}
#rightcontent img{
	border: 0px;
	
}

#filterarea {
	padding: 0;
	margin: 0;
	width: 100%;
	
}



.filter {

	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#243877;
}

.search {
	float: right;
	width: 150px;
	font-size: 10px;
	padding: 0 0 5px;
}

.search {
	float: right;
	width: 150px;
	font-size: 10px;
	padding: 0 0 5px;

}

.search p{
	padding: 0px;
	margin: 0px;
}


/* @end */
.moduleblog {
	float: left;
	width: 216px;
	text-align: justify;
	padding: 0 20px 10px 0;
}

.moduleblog img{
	float:left;
	padding: 0 5px 3px 0;
}
.moduleblog h2{
	margin: 0px;
}
.moduleblog h2 a{
	font-size: 10px;
	text-decoration: none;
	color: #010d49;
}
.moduleblog h2 a:hover{
	color: #6d76b6;
}
.moduleintro {
	padding-bottom: 10px;
	text-align: left;
}
.moduleintro h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.moduleintro p{
	padding-right: 10px;
}
.moduleintro ul 
{
	list-style-image:url(../images/bullet.gif);
	line-height:18px;
}

.newmoduleintro {
	padding-bottom: 10px;
	text-align: left;
}
.newmoduleintro h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.newmoduleintro p{
	padding-right: 10px;
}
.newmoduleintro ul
{
	list-style-image:url(../images/bullet.gif);
}

.bloglist h2 a{
	font-size: 10px;
	text-decoration: none;
	color: #010d49;
}
.bloglist h2 a:hover{
		color: #6d76b6;
}
.bloglist {
	text-align: justify;
	padding-right: 5px;
}

/* @group Boxes */
.rightbox{
	padding: 0 8px 8px;
	margin-right: 8px;
	color: #010d49;
	margin-top: 10px;
	
}

.rightbox1{
	text-decoration:none;
	padding: 0 8px 8px;
	margin-right: 8px;
	color: #010d49;
	margin-top: 10px;
	border-top: 2px solid #ff6600;
	background: url(../images/backgroundhighlight.jpg) repeat-x;
}

.rightbox1 h3{
	font-size: 12px;
	line-height: 12px;
	margin: 5px 0px 10px;

}
.rightbox1 h4{
	font-size: 10px;
	line-height: 10px;
	margin: 10px 0px 0px;
}
.rightbox1 p{
	font-size: 10px;
	margin: 5px 0px 0px;
}

.rightbox1 img{
	padding-top: 5px;
	
}
.rightbox2{
	border-top: 2px solid #ff6600;
	padding: 0 8px 8px;
	margin-right: 8px;
	color: #010d49;
	margin-top: 30px;
}
.rightbox2 h3{
	font-size: 12px;
	line-height: 12px;
	margin: 5px 0px 10px;
}
.rightbox2 h4{
	font-size: 10px;
	margin: 5px 0px 0px;
}
.rightbox2 p{
	font-size: 10px;
	margin: 0 0px 0px;
}
.requestbox {
	border: 1px solid silver;
	margin-right: 8px;
	margin-top: 10px;
	font-size: 12px;
	background: white url(../images/bluegrad2.png) repeat-x 0 100%;
	color: #010d49;
}

.requestbox img{
	float: right;
	padding-right: 5px;
}
.requestbox h3 {
	color: white;
	font-size: 12px;
	margin: 0px;
	padding: 4px 0px 4px 8px;
	background-color: #ff6600;
}
.requestbox p{
	font-size: 10px;
	margin: 0px;
	padding: 8px;
}

a.request{
	text-decoration:none;
	margin-right: 8px;
	margin-top: 10px;
	font-size: 12px;
	color: #010d49;
} 

a.request:hover{
	text-decoration:underline;
	margin-right: 8px;
	margin-top: 10px;
	font-size: 12px;
	color: #010d49;
}

.author {
	font-size: 10px;
color: #ff6600;
}

a.author:hover {
	font-size: 10px;
	color: #010d49;
}

.outsourcing {
	font-size: 11px;
	color: #ff6600;
	line-height:20px;
}

a.outsourcing:hover {
	font-size: 11px;
	color: #010d49;
	line-height:20px;

}

.hyperlinks {
	font-size: 13px;
	color: #FF6600;
}

a.hyperlinks:hover {
	font-size: 13px;
	color: #010d49;
}

.bullet-links {
	font-size: 12px;
	color: #ff6600;
}

a.bullet-links:hover {
	font-size: 12px;
	color: #010d49;
}


.rightmorelink{
	text-align: center;
	padding-top: 5px;
}
.rightmorelink a{
	color: #FF6600;
	font-size: 10px;
	font-weight: bold;
}
.rightmorelink a:hover{
	color: #010d49;
}


/* @end */

.moduleintro 
{
	float: left;
	width: 100%;
}

.morelink {


}
.morelink a
{
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
}
.morelink a:hover {
	font-size: 11px;
	text-decoration: none;
}
#whatnew p{
	font-size: 10px;
	margin-top: 0px;
}
#whatnew h3{
	color: #ff6600;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#whatnew h1{
	font-size: 12px;
}


.sub-head{
	color: #010d49;
	font-size: 13px;
	margin: 0;
	font-family: Arial;
	font-weight:bold;
}

.links{
	color: #010d49;
	font-size: 13px;
	margin: 0;
	font-family: Arial;
}

a.links:hover{
	color: #ff6600;
	font-size: 13px;
	margin: 0;
	font-family: Arial;
}

.articlelinks{
	color: #007CB9;
	font-size: 12px;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a.articlelinks:hover{
	color: #ff6600;
	font-size: 12px;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.breadcrumb{
	color: #949ab4;
	font-size: 10px;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 15px;

}
.breadcrumb a{
	color: #949ab4;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #4b69b7;
}


#footer {
	clear: both;
	height: 29px;
	color:#c7c7c7;
	line-height:30px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#010d49;
}

#footer a {
	color:#c7c7c7;
	text-decoration:none;
	line-height: 30px;
}
#footer a:hover {
	color:#FFFFFF;
}

#footernav {
	float: left;
	padding-left:20px;
	width:560px;
}


#siteby {
	float: right;
	text-align:right;
	padding-right:20px;

}

.highlight

{
	background-color:#dee0ec;
	padding:5px;
}


.headings {

	float: left;
	width: 216px;
	height:100%;
	text-align: justify;
	padding: 0 20px 10px 0;
}

.headings img{
	float:left;
	padding: 0 5px 3px 0;
}
.headings h2{
	margin: 0px;
}
.headings h2 a{
	font-size: 13px;
	text-decoration: none;
	color: #010d49;
}
.headings h2 a:hover{
	color: #010d49;
	text-decoration:underline;
}

.testimonial{
	color:#8186A7;
	font-size: 13px;
	margin: 0;
	font-weight:bold;
	font-style:italic;
	font-family: Arial;
}

.testimonialmain{
	font-size: 13px;
	margin: 0;
	font-family: Arial;
	padding-left:25px;
}

img.floatLeft {
	float: left;
	margin-right:10px;
	margin-top:4px;
	margin-bottom:5px;
	
}

img.floatLeft1 {
	float: left;
	margin-right:10px;
	margin-top:4px;
	margin-bottom:5px;
	padding-bottom: 225px;	
}

img.floatLefta {
	float: left;
	margin-right:10px;
	margin-top:4px;
	margin-bottom:2px;
	padding-bottom: 0px;	
}

img.floatLeft2{ 
    float: left; 
    margin-right: 35px; 
	margin-top:4px;
	
}


img.floatRight { 
    float: right; 
    margin-left: 15px; 
		margin-top:4px;
}


.request-for-service-left {
	font-family:Arial;
	font-size:12px;	
	float: left;
	width: 160px;
	height:100%;
	text-align: justify;
	padding: 0 20px 10px 0;
}


.request-for-service-right {

	float: left;
	width: 200px;
	height:100%;
	text-align: justify;
	padding: 0 20px 10px 0;
	}
	
.form {
	border:1px solid #ccc;
}

.horizontal {
	float: left;
  width: 400px;
  background-color: #dfeaf5;
  border-bottom: 2px solid #333333;
  border-left: none;
  border-right: 2px solid #333333;
  border-top: none;
  padding: 20px;
  }

.maintext
{
	font-size: 13px;
	color:#010d49;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}

.subscription
{
	font-size:13px;
	color:#333333;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}

.form-request {
	border:1px solid #7f9db9;
}


.left
{
	float:left;
	width:150px;
	font-size:13px;
	color:#333333;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}

.right
{
	float:right;
	width:350px;
	font-size:13px;
	color:#333333;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}


.left-a
{
	float:left;
	width:170px;
	font-size:13px;
	color:#333333;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}

.center-a
{
	float:left;
	width:175px;
	font-size:13px;
	color:#333333;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}

.right-a
{
	float:right;
	width:170px;
	font-size:13px;
	color:#333333;
	margin: 0;
	text-align:justify;
	font-family: Arial;
}

.clear
{
	clear:both;
}

.leftfloat {
	float: left;
	margin-right:15px;
	margin-top:8px;
	margin-bottom:8px;
	
}

.p-margin {

	padding-top:40px;
	
	
}

/* ---------------------------------------- Edit 13-07-09 (For career) --------------------------------------------*/

.full-time
{
	clear:both;
	margin:0px 0px 15px 4px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.full-time h6
{
	background:#dfe3ef;
	border-bottom:2px solid #000b49;
	font:bold 13px Arial, Verdana,  Helvetica, sans-serif;
	color:#000b4b;
	padding:3px 0px 3px 4px;	
	margin:0px 0px 6px 0px;
}

.full-time b
{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#111c54;
}

.full-time span
{
	color:#ff6400;
}

.spacer-top
{
	margin:5px 0px;
	padding:0px;
	clear:both;
}

.spacer-top a
{
	color:#ff6400;
	text-decoration:none;
}

.spacer-top a:hover
{
	color:#000b49;
}

.check-form
{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	/*font:normal 11px Arial, Verdana, Helvetica, sans-serif;*/
}

.box-left
{
	float:left;
	width:230px;
	margin-bottom:5px;
}

.box-right
{
	float:left;
	width:230px;
	margin-bottom:5px;
}

.box-left input, .box-right input
{
	/*margin:4px 0px;*/
	vertical-align:middle;
	cursor:pointer;
}

.tool-tip-img
{
	background:url(http://www.alsbridge.com/about/images/tool-tip.gif) left center no-repeat;
	width:9px;
	height:8px; 
	text-decoration:none;
}

.tool-tip-img:hover
{
	background:url(http://www.alsbridge.com/about/images/tool-tip-hover.gif) left center no-repeat;
	text-decoration:none;
}


#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	margin-top:-28px;
	top: 0;
	background: #f7f8fc;
	width: 200px; /*Default width of hint.*/ 
	padding: 4px;
	font:normal 11px/14px Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
	z-index:100;
	border:1px solid #000b49;
	border-right: 3px solid #54555a;
	border-bottom: 3px solid #54555a;
	visibility: hidden;
}


/* ---------------------------------------- Edit 03-11-09 (For Download The Pros and Cons) --------------------------------------------*/



.quote
{
	font:italic 18px Arial, Verdana,  Helvetica, sans-serif; 
	color:#3d4467; 
	margin:15px 0px 6px 18px;
}

.q-bottom
{
	padding-top:12px;
}

.heading-h2
{
	font:normal 19px Arial, Verdana,  Helvetica, sans-serif; 
	color:#253b77;
	margin-top:10px;
}

.p-text
{
	line-height:20px; 
	color:#000;
}

.form-text
{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	width:470px;
}

.download-input, .textarea, .file
{
	background:url(http://www.alsbridge.com/about/images/input-bg.jpg) top left repeat-x;
	border:none;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #e1e1e1;
	height:25px;
	padding:2px 0px 0px 3px;
	margin:4px 0px 6px 0px;
}

.textarea, .textarea-big 
{
	background:none #f0f0f0;
	border:1px solid #c3c3c3;
	width:218px;
	height:150px;
}

.textarea-big 
{
	width:458px;
}


.width-big
{
	width:458px;
}

.width-small
{
	width:218px;
}

.width-small-2
{
	width:208px;
}

.download-now
{
	background:#60a316;
	height:27px;
	width:110px;
	margin:3px 0px 12px 0px;
	text-align:center;
	font:bold 12px Arial, Georgia, Times New Roman, Times, serif;
	color:#fff;
	cursor:pointer;
	padding:0px;
	border:none;
}

.download-now:hover
{
	background:#72c911;
	height:27px;
	width:110px;
}

.link-orange
{
	font:normal 14px Arial, Verdana,  Helvetica, sans-serif;
	color:#d0651a;
}

.link-orange:hover
{
	color:#1c2e5c;
}



/* ---------------------------------------- Edit 21-01-09 --------------------------------------------*/

/*.subscription-bg
{
	background:url(../images/subscription-bg.jpg) top no-repeat;
	height:318px;
	width:480px;
}

.sep
{
	padding:6px;
}

.text
{
	font:normal 12px Arial, Verdana,  Helvetica, sans-serif;
	color:#102978;
	padding:8px 0px 10px 15px;
	text-align:center;
	margin:0px;
	clear:both;
}

#left
{
	width:300px;
	float:left;
}


.left-col
{
	float:left;
	width:100px;
	text-align:right;
	padding-top:6px;
	font:normal 12px Arial, Verdana,  Helvetica, sans-serif;
	color:#0f2d88;
}

.right-col
{
	float:left;
	width:190px;
	text-align:left;
	padding:6px 0px 0px 4px;
}

.box
{
	border:1px solid #ccc;
	width:180px;
	height:17px;
}

#right
{
	width:170px;
	float:left;
	
	margin:6px 6px 0px 0px;
}



.subscriber
{
	font:bold 16px Arial, Verdana,  Helvetica, sans-serif; 
	color:#ec6105; 
	text-align:center;
	padding-top:8px;
}

.sep-border
{
	border-bottom:2px solid #979695; 
	margin:15px 4px 11px 4px;
}

.sep-space
{
	margin:0px;
	padding:0px;
	height:15px;
}

.radio
{
	text-align:left; 
	padding:0px 0px 6px 25px; 
	margin:0px;
	font:normal 12px Arial, Verdana,  Helvetica, sans-serif;
	color:#102978;
}*/

/* ---------------------------------------- Edit 21-01-09 (For header right menu) --------------------------------------------*/

.justify
{
	text-align:justify;
}

img
{
	border:0px;
}

.header-bg
{
	clear:both;
	background:url(../images/header_bg.png) top repeat-x #010d49;
	height:95px;
	margin:0px;
	padding:0px;
	width:925px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#6d7399;
	border-bottom:3px solid #60a314;
}

#left
{
	float:left;
	padding-left: 30px;
	width:293px;
	height:95px;
	
}

#right
{
	float:left;
	width:602px;	
	background:url(../images/all-top-logo.jpg) right center no-repeat;
	height:95px;
}


#col-center
{
	float:left;
	position:absolute;  
	top:20px;
	padding-left: 40px;
	margin:10px 0px 0px 0px;
	width:602px;
	z-index:1px;	
	
	/*width:300px;
	height:59px;*/
	
}

.logo-container
{
	float:right;
	padding-right:50px;
	height:50px;
}


.logo-container img
{
	padding-right:12px;
}

#col-center h1, #col-center h2
{
	font:italic 18px Verdana, Arial,   Helvetica, sans-serif;
	margin:0px;
	padding:px;
}

#col-center h2
{
	font-style:normal;
	font:100 12px Verdana, Arial,  Helvetica, sans-serif;
}

.login
{
	z-index:0;
	clear:both; 
	text-align:right;
	width:595px; 
	padding-right:5px;
	position:absolute;  
	top:25px;
	/*background:url(../images/login-bg.jpg) top right no-repeat;
	height:70px;*/
	line-height:18px;
}

.login a
{
	color:#d28a00;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.input
{
	border:1px solid #babccc;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#3d4976;
	height:17px;
	width:118px;
	vertical-align:middle;
	padding-left:2px;
}

.v-align
{
	vertical-align:middle;
}

.tag-faq
{
	margin:15px 0px
}

.tag-faq li
{
	margin-bottom:15px;
	text-align:left;
}


/*.button
{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	text-align:center;
	width:58px;
	margin:0px;
}


#col-right, .col-right
{
	float:right;
	width:226px;
	text-align:right;
	padding-right:20px;
	margin:25px 0px 0px 0px;
	color:#243877;
}

.col-right
{
	margin:0px;
}

.contact
{
	text-align:right;
	line-height:17px;
	padding:4px 0px;
}

.contact a
{
	text-decoration:none;
	color:#243877;
}

.select-country
{
	height:50px;
}

.sign-up-bg
{
	clear:both;
	text-align:right;
	padding:0px 20px 0px 0px;
	height:20px;
}

.sign-up-bg-a
{
	font:bold 12px Arial, Trebuchet MS,  Verdana,  Helvetica, sans-serif;	
	color:#010d49;
	line-height:18px;
	padding-right:8px;
	text-decoration:none;
	display:block;
	background:url(../images/sign-up-bg.jpg) top right no-repeat; 
	outline:none;
}

.sign-up-bg-a:hover
{
	background:url(../images/sign-up-bg.jpg) top right no-repeat; 
	color:#04770d;
}
*/

/* ---------------------------------------- Edit 01-10-09 (For header right menu) --------------------------------------------*/

.right-menu-bg
{
	background:url(../images/righ-menu-bg.jpg) top right no-repeat;
	height:20px;
	width:602px;
	
}

.chromestyle 
{
	padding: 0;
	margin: 0 ;
	width:372px;
	margin-left:206px;
	text-align: left; 
}

.chromestyle a{
	color: #494949;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
	color:#000c4a;
	/*font:normal 12px/18px Arial, Verdana,  Helvetica, sans-serif;*/
	font:bold 10px/17px Verdana, Arial;
	display:block;
	float:left;
	
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	top: 2;
	background:#adb4c5;
	font:normal 10px Verdana;
	width: 184px;
	visibility: hidden;
	margin:2px 0px 0px -0px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index:9999px;
}

.drop-menu
{
	display: block;
	text-indent: 25px;
	border-bottom: 1px solid #fffbff; 
	padding: 1px 0;
	margin:0px;
	text-decoration: none;
	color:#000c4a;
}

.drop-menu:hover,
.drop-menu-2:hover
{
	background:#cad0de; 
	color:#228b2a;
}


.dropmenudiv-2
{
	position:static;
	float:right;
	background:#7483a9;
	font:normal 10px Verdana;
	text-align:center;
	width: 212px;
	visibility: hidden;
	margin:3px 0px 0px -35px;
	z-index:9999px;
}

.z-index
{
	z-index:999; 
	position:relative; 
	background:#7483a9;
}	

.drop-menu-2
{
	width: auto;
	display: block;
	text-align:center;
	padding: 3px 0;
	margin:0px;
	text-decoration: none;
	color:#fff;
	border-bottom: 1px solid #fffbff; 
}

/* ---------------------------------------- Edit 25-11-10 --------------------------------------------*/

#request
{
	float:right;
	width:602px;
	height:95px;
}

#col-right-new, .col-right-new
{
	float:right;
	width:226px;
	text-align:right;
	padding-right:20px;

	
}

.col-right-new
{
	margin:0px;
}

.request-bg
{
	background:url(../images/request-bg.png) top right no-repeat;
	display:block;
	font:normal 14px/38px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	float:right;
	text-align:center;
	width:226px;
	margin-top:35px;
	text-decoration:none;
}


.request-bg:hover
{
	background:url(../images/request-bg.png) top right no-repeat;
	display:block;
	font:normal 14px/38px Arial, Verdana, Helvetica, sans-serif;
	color:#000066;
	float:right;
	text-align:center;
	width:226px;
	margin-top:35px;
	text-decoration:none;
}
.quote{
  padding-top:55px;  
  margin-right:6px;
 font-size:11px; 
 font-style:normal;
 font-weight:bold;
 
}

#col-center-new
{
	float:left;
	position:absolute;  
	top:25px;
	padding-left: 40px;
	margin:10px 0px 0px 0px;
	
	z-index:9;		
	/*width:300px;
	height:59px;*/
	
}

#col-center-new h1, #col-center-new h2
{
	font:italic 18px Verdana, Arial,   Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

#col-center-new h2
{
	font-style:normal;
	font:100 12px Verdana, Arial,  Helvetica, sans-serif;
}

.color-orange
{
	color:#ff6600;	
}

.color-orange:hover
{
	color:#010d49;	
}



/* ---------------------------------------- Edit 25-11-10 --------------------------------------------*/


