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

* html img,
* html .png{
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background: #036 url(../images/mainbg.jpg) repeat-x top center fixed;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#1f1f1f;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin:0;
	padding:0;
	padding-left:20px;
}
h1 {
	font-size:1.9em;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.9em;
}
p, ul {
	line-height:1.4em;
	text-align:justify;
}
a {
	color:#062eb5;
	text-decoration:none;
}
a:hover {
	color:#b68a05;
	text-decoration:none;
}
img {
	border:none;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
.align-left {
	float:left;
	margin-right:10px;
}
.align-right {
	float:right;
	margin-left:10px;
}
.clear {
	clear:both;
}
input[type="password"], input[type="text"], textarea, select {
	margin-bottom:10px;
	background:#fff url(../images/input-bg.png) repeat-x bottom left;
	border:1px solid #b4b4b4;
	padding:3px;
	color:#666;
}
input:focus[type="text"], input:focus[type="password"], textarea:focus {
	border:1px solid #33C;
}
/*-----------------Layout CSS-----------------------------*/
.higherl-col {
	color:#e0ae17;
	font-size:15px;
}
.higherl-col span {
	color:#191c76;
}
.top-wrap {
	width:1020px;
	margin:0 auto;
	position:relative;
	color:#666;
}
#main-wrap {
	width:1064px;
	margin:0 auto;
	background:url(../images/content_bottom.png) no-repeat bottom left;
	padding:0 0 18px 0;
}
#wrap {
	background:url(../images/content_top.png) no-repeat top left;
	padding:20px 0 0 0;
}
#content-bg {
	background:url(../images/content_mid.png) repeat-y top left;
	overflow:hidden;
}
.container {
	width:1020px;
	margin:0 auto;
}
.top {
	float:right;
	margin-top:3px;
	text-align:right;
	height:22px;
}

.top ul {
		float:right;}
.top li {
	float:left;
	color:#666;
	margin-right:5px;
}
.top li a {
	color:#666;
}
.top li a:hover {
	color:#333;
}
.banner {
	background:url(../images/hom-banner2.jpg) no-repeat left top;
	height:222px;
	width:1020px;
}
#menu {
	background:url(../images/menu-bg.jpg) repeat-x top left;
	height:47px;
	margin-top:8px;
	overflow:hidden;
}
.logo {
	margin-right:18px;
	float:left;
}
.logo-txt {
	display:block;
	float:left;
	background:url(../images/logo-divider.jpg) no-repeat 0% 100%;
	font-size:15px;
	height:43px;
	padding-top:35px;
	font-style:italic;
	color:#666666;
	padding-left:16px;
	letter-spacing:1px;
}
#navigation {
}
#navigation li {
	float:left;
	display:block;
	text-transform:uppercase;
	background: url(../images/menu-divider.jpg) no-repeat 0% 50%;
}
#navigation li a {
	color:#333;
	float:left;
	width:140px;
	_width:139px; /*IE 6*/
	text-align:center;
	padding:14px 0;
	display:block;
	margin-left:1px;
	font-size:15px;
}
#navigation a:hover {
	display:block;
	background:url(../images/menu-over.jpg) repeat-x top center;
	color:#563906;
	margin-left:1px;
	text-decoration:none;
}
#navigation a.selected {
	display:block;
	background:url(../images/menu-active.jpg) repeat-x top center;
	color:#563906;
	margin-left:1px;
	text-decoration:none;
}
#navigation li.tech-menu a {
	width:174px;
}
#navigation li.menu-first a {
	background:url(../images/menu.jpg) no-repeat top left;
	margin-left:0;
}
#navigation li.menu-first a:hover {
	background:url(../images/menu-over.jpg) no-repeat top left;
	margin-left:0;
	color:#563906;
}
#navigation li.menu-first a.selected {
	background:url(../images/menu-active.jpg) no-repeat top left;
	margin-left:0;
	color:#563906;
}
#navigation li.menu-last a {
	background:url(../images/menu.jpg) no-repeat top right;
}
#navigation li.menu-last a:hover {
	background:url(../images/menu-over.jpg) no-repeat top right;
}
#navigation li.menu-last a.selected {
	background:url(../images/menu-active.jpg) no-repeat top right;
	color:#563906;
}
/*----------DROPDOWN--------*/

 .dropmenudiv {
	font-size:13px;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	color:#000;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	left:0;
	right:0;
	width:180px;
	padding-top:3px;
	z-index:9999;
	margin-left:0px;
	margin-top:-4px;
}
.dropmenudiv a {
	display: block;
	color:#000;
	/*background-color:#E5E5E5;*/
	text-decoration: none;
	/*text-indent:10px;*/
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dashed #f7eb86;
}
.dropmenudiv a:hover {
	background:#fac505;
	color: #563906;/*border-top:1px solid #999;
	border-bottom:1px solid #999;*/
	padding: 5px 5px 5px 10px;
}
.dropmenudiv-contact {
}
.drop-cont {
	background: #f6d866;
}
.dropmenudiv-contact {
	font-size:13px;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	color:#000;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	left:0;
	right:0;
	width:180px;
	padding-top:3px;
	z-index:9999;
	margin-left:-40px;
	margin-top:-4px;
}
.dropmenudiv-contact a {
	display: block;
	color:#000;
	/*background-color:#E5E5E5;*/
	text-decoration: none;
	text-indent:10px;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px dashed #f7eb86;
}
.dropmenudiv-contact a:hover {
	background:#fac505;
	color: #563906;/*border-top:1px solid #999;
	border-bottom:1px solid #999;*/
	padding: 5px 5px 5px 0px;
}
/*-----*/
.header-bg {
	background:url(../images/header-bg.png) repeat-x top left;
	height:390px;
}
.header-cont-bg {
	background:url(../images/header-cont-bg.png) no-repeat top left;
	height:390px;
}
.header-img-div {
	padding-top:10px;
	float:left;
	width:447px;
}
.header-cont {
	width:475px;
	float:right;
	overflow:hidden;
	padding-right:15px;
	color:#FFF;
	margin-top:50px;
}
.header-cont li {
}
.check {
	background:url(../images/icon-checkmark.png) no-repeat top left;
	padding-left:55px;
	display:block;
	padding-bottom:20px;
}
.box {
	background:url(../images/icon-box.png) no-repeat top left;
	padding-left:55px;
	padding-bottom:20px;
}
.clock {
	background:url(../images/icon-watch.png) no-repeat top left;
	padding-left:55px;
	padding-bottom:8px;
}
.explore {
	margin-left:50px;
	float:left;
	margin-top:20px;
}
#news {
	background:url(../images/news-bg.png) repeat-x top left;
	height:38px;
	padding:15px 0 0 40px;
}
#news strong {
	color:#b5930b;
	padding-right:10px;
}
.box-div {
	clear:both;
	margin-top:25px;
	overflow:hidden;
}
.box-div-bg {
	background:url(../images/box-bg.jpg) no-repeat top left;
	width:302px;
	height:192px;
	float:left;
	font-size:12px;
	margin-left:8px;
	padding:8px 8px 5px 8px;
	cursor:pointer;
}
.box-margin {
	margin-right:15px;
}
.box-div-bg h3 {
	color:#3243ab;
	padding-left:5px;
	padding-top:3px;
	text-transform:uppercase;
	font-size:12px;
}
.box-div-bg h5 {
	text-transform:uppercase;
	padding-left:6px;
}
.box-div-bg p {
	float:right;
	width:155px;
	margin-top:10px;
	text-align:left;
}
.bor-bottom {
	border-bottom:#e7e8ed 1px solid;
	overflow:hidden;
	padding-bottom:3px;
	margin-bottom:3px;
}
input.btn-learn-more {
	background:url(../images/learn-more-bg.png) no-repeat top left;
	color:#FFF;
	width:103px;
	border:none;
	cursor:pointer;
	height:25px;
	margin:5px;
	padding:3px 4px 5px 4px;
	float:right;
}
#footer {
	clear:both;
	margin-top:10px;
	background: url(../images/footer_bottom.jpg) no-repeat bottom left;
	padding-bottom:10px;
	float:left;
}
.footer-bg {
	background:#222552 url(../images/footer_01.jpg) repeat-x top left;
	padding-bottom:10px;
	width:1020px;
	float:left;
}
.foot-links-sml {
	width:100px;
	float:left;
	margin-top:20px;
	margin-left:20px;  
	color:#FFF;
	line-height:20px;
}
.foot-links-sml a {
	color:#868a96;
	font-size:12px;
}
.foot-links-sml a:hover {
	color:#dadada;
}
.foot-links-sml h3 a {
	color:#fff;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:25px;
	margin-bottom:3px;
}

.foot-links-sml1 {
	width:80px;
	float:left;
	margin-top:20px;
	margin-left:40px;
	color:#FFF;
	line-height:20px;
}
.foot-links-sml1 a {
	color:#868a96;
	font-size:12px;
}
.foot-links-sml1 a:hover {
	color:#dadada;
}
.foot-links-sml1 h3 a {
	color:#fff;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:25px;
	margin-bottom:3px;
}


.foot-links {
	width:116px;
	float:left;
	margin-top:20px;  
	margin-left:13px;
	color:#FFF;
	line-height:20px;
}
.foot-links a {
	color:#868a96;
	font-size:12px;
}
.foot-links a:hover {
	color:#dadada;
}
.foot-links h3, .foot-links-com h3 {
	color:#fff;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:25px;
	margin-bottom:3px;
}
.foot-links h3 a {
	color:#fff;
	font-size:13px;
}
.foot-links li {
	line-height:19px;
	font-size:11px;
}
.foot-links-com {
	width:150px;
	float:left;
	margin-top:20px;
	color:#FFF;
	margin-left:14px;
}
.foot-links-com a {
	color:#868a96;
}
.foot-links-com a:hover {
	color:#dadada;
}
.foot-links-com h3 a {
	color:#fff;
	font-size:13px;
	line-height:25px;
}
.foot-links-com a {
	line-height:19px;
}

.foot-links-com1 {
	width:100px;
	border:1px solid #666;
	float:left;
	margin-top:20px;
	color:#FFF;
	margin-left:14px;
}
.foot-links-com1 a {
	color:#868a96;
}
.foot-links-com1 a:hover {
	color:#dadada;
}
.foot-links-com1 h3 a {
	color:#fff;
	font-size:13px;
	line-height:25px;
}
.foot-links-com a {
	line-height:19px;
}


.join {
	margin-top:10px;
}
.join img {
	padding-right:6px;
}
.support {
	float:left;
	width:117px;
	margin-top:20px;
}
.support h3 {
	color:#fff;
	font-size:13px;
	margin:0;
	padding:0;
}
h4.support {
	color:#ffcc01;
	font-size:13px;
	margin:0;
	padding:0;
}
.support a {
	color:#868a96;
}
.support a:hover {
	color:#dadada;
}
.support img {
	margin-right:8px;
	margin-top:5px;
}
.copyright {
	clear:both;
	color:#868a96;
	width:300px;
	margin:2px auto;
}
.copyright a {
	color:#868a96;
}
.copyright a:hover {
	color:#333;
}
/*----------Solutions---------------*/
.smallheader-bg {
	background:url(../images/header-small-bg.png) repeat-x top left;
	height:222px;
}
.smallheader-cont-bg {
	background:url(../images/inner-banner-new.jpg) no-repeat top left;
	height:223px;
}
.small-header-div2 {
}
.small-header-div img.display-sol {
	margin-top:16px;
}
.header-txt {
	margin:50px 0 0 25px;
}
.header-txt-sol {
	margin:80px 0 0 25px;
}
.header-txt-part {
	margin:65px 0 0 35px;
}
#content {
	min-height:300px;
	height:auto !important;
	height:300px;
}
.home-cont {
	width:600px;
	float:left;
	padding:15px 0 0 10px;
}
.home-accnt-div {
	float:right;
	background:url(../images/account-loginbox.jpg) no-repeat top left;
	width:272px;
	height:170px;
	padding:25px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.home-accnt-div input {
	padding:5px;
	width:250px;
}
.home-accnt-div h1 {
	color:#2a3d98;
	font-weight:normal;
	margin-bottom:10px;
}
input.login-button {
	background:url(../images/button-bg.jpg) no-repeat top left;
	width:88px;
	height:30px;
	color:#FFF;
	cursor:pointer;
	border:none;
}
#primery {
	width:680px;
	float:left;
	padding:15px 0 0 10px;
}
.birds-bullet {
	list-style:url(../images/bird.jpg);
	margin-left:25px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:10px;
}
#primery h1, .home-cont h1 {
	color:#2a42a9;
	margin-bottom:15px;
	/*	text-transform:uppercase;*/
	font-weight:normal;
}
#primery h2 {
	color:#2f3b42;
	margin-bottom:5px;
	margin-top:18px;
	font-size:18px;
}
#primery p, .home-cont p {
	margin:0px 0 10px 0;
	line-height:20px;
}
#secondery {
	float:right;
	width:296px;
	overflow:hidden;
}
.data-sheet {
	background:url(../images/datasheet.jpg) no-repeat bottom left;
	width:294px;
	height:245px;
	margin:8px 0;
}
.data-sheet h2 {
	color:#684d02;
	text-transform:uppercase;
	padding:60px 10px 15px 55px;
}
.data-sheet ul {
	padding-left:70px;
}
.data-sheet li {
	list-style:url(../images/arrow-icon.png);
	line-height:20px;
	font-size:15px;
	margin-bottom:5px;
	font-size:13px;
}
.data-sheet li a {
	color:#684d02;
}
.data-sheet li a:hover {
	color:#4a3700;
}
/*--*/
.data-sheet-bg {
	background:url(../images/yellow-bg.jpg) no-repeat bottom left;
	width:296px;
	margin-top:-7px;
	position:absolute;
	color:#765907;
	padding-bottom:10px;
	margin-left:0px;
}
.data-sheet-bg h2 {
	color:#765907;
	text-transform:uppercase;
	padding:15px 10px 15px 20px;
}
.data-sheet-bg ul {
	padding-left:35px;
}
.data-sheet-bg li {
	list-style:url(../images/arrow-icon.png);
	line-height:20px;
	font-size:15px;
	margin-bottom:5px;
	font-size:13px;
}
.data-sheet-bg li a {
	color:#765907;
}
.data-sheet-bg li a:hover {
	color:#4a3700;
}
.btn-request {
	/*margin-top:180px;*/
	margin-top:130px;
}
.add-box {
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.add-box-cont {
	background:#dfdede;
	width:218px;
}
.add-box-cont h3 {
	color:#b6b5b5;
	text-align:center;
	padding:30px;
	text-transform:uppercase;
	font-weight:normal;
}
.features-div {
	clear:both;
	padding-top:15px;
}
#primery .features-cont {
	background:url(../images/feauter-cont.png) repeat-y top left;
	width:618px;
	padding:0px 45px 10px 25px;
	overflow:hidden;
}
#primery .features-cont h2 {
	color:#bc7905;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.features-cont li {
	line-height:25px;
	list-style:url(../images/check-mark.png);
	margin-left:25px;
	margin-bottom:5px;
}
.check-mark {
	line-height:25px;
	list-style:url(../images/check-mark.png);
	margin-left:25px;
}
.arrow-list {
	list-style:url(../images/arrow2-icon.png);
	margin-left:20px;
	line-height:25px;
}
.profile-img {
	background:url(../images/profile-bg.png) no-repeat top left;
	height:153px;
	width:133px;
	float:left;
	padding:9px 0 0 9px;
}
.profile-txt {
	overflow:hidden;
	margin:15px 0 15px 0;
}
.profile-cont {
	float:right;
	width:530px;
}
#primery .profile-cont h2 {
	margin:0;
	padding:0;
	padding-bottom:3px;
	padding-top:3px;
}
.profile-cont h4 {
	margin-bottom:5px;
}
.border-bott {
	border-bottom:dotted 1px #000;
	clear:both;
	padding-top:20px;
}
/*----------Added by Sandip for to set the form allignment--------------*/
.frm-cont {
	/*	background:#f6f6f6;*/
	padding:10px 30px 10px 30px;
	/*	border:#CCC 1px solid;*/
	width:430px;
}
.frm-cont label {
	width:120px;
	display:block;
	float:left;
	vertical-align:top;
}
.frm-cont input[type="text"], textarea {
	margin-bottom:10px;
	width:300px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	height:17px;
	padding:2px;
	color:#8e8e8e;
}
.frm-cont input:focus[type="text"], textarea {
	border:1px solid #020e71;
}
.frm-cont select {
	margin-bottom:10px;
 	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	padding:2px;
}
.btn-submit {
	background:url(../images/btn-submit.png) no-repeat top left;
	width:83px;
	height:25px;
	border:none;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	margin:0 0 10px 0px;
}
.redstar {
	color:#F00;
	vertical-align:top;
}
.mandatory {
	color:#F00;
	font-size:12px;
}
.frm-cont2 {
	/*	background:#f6f6f6;*/
	padding:10px 30px 10px 30px;
	/*	border:#CCC 1px solid;*/
	width:430px;
}
.frm-cont2 label {
	width:170px;
	display:block;
	float:left;
	vertical-align:top;
}
.frm-cont2 input[type="text"], textarea {
	margin-bottom:10px;
	width:250px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	height:17px;
	padding:2px;
	color:#8e8e8e;
}
.frm-cont2 input:focus[type="text"], textarea {
	border:1px solid #020e71;
}
.frm-cont2 select {
	margin-bottom:10px;
 	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	padding:2px;
}
.frm-cont-careers {
	/*	background:#f6f6f6;*/
	padding:10px 30px 10px 30px;
	/*border:#CCC 1px solid;*/
	width:430px;
}
.frm-cont-careers label {
	width:60px;
	display:block;
	float:left;
	vertical-align:top;
}
.frm-cont-careers input[type="text"], textarea {
	margin-bottom:10px;
	width:350px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	height:17px;
	padding:2px;
	color:#8e8e8e;
}
.frm-cont-careers input[type="file"] {
	width:200px;
}
.frm-cont-careers select {
	margin-bottom:10px;
	width:357px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	padding:2px;
}
.frm-cont-careers input:focus[type="text"], textarea {
	border:1px solid #020e71;
}
.btn-cancel {
	background:url(../images/cancel-bg.png) repeat-x top left;
	border:none;
	width:83px;
	height:25px;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
}
.btn-reset {
	background:url(../images/btn-resetbg.png) repeat-x top left;
	border:none;
	width:83px;
	height:25px;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
}
/*----------Added by sandip for pdf file text class-------------*/
.onlypdf {
	color:#F00;
	font-size:12px;
	padding-left:60px;
}
.flt-left {
	float:left;
}
.backtotop {
	font-size:12px;
}
/*----This class is added by sandip 5 Nov 2009 for display error message in proper format*/

.cont-erreo-msg {
	background:#FBE3E4;
	text-align:center;
	color:#f25757;
	border:2px solid #FBC2C4;
	padding:5px;
	font-size:12px;
	margin-bottom:8px;
	padding:5px;
	font-weight:bold;
}
.cont-erreo-msg-reqDemo {
	background:#FBE3E4;
	text-align:center;
	color:#f25757;
	border:2px solid #FBC2C4;
	font-size:12px;
	margin-bottom:8px;
	padding:5px;
	font-weight:bold;
}
.cont-erreo-msg-contact {
	background:#FBE3E4;
	text-align:center;
	color:#f25757;
	border:2px solid #FBC2C4;
	padding:5px;
	font-size:12px;
	width:380px;
	margin:5px;
	font-weight:bold;
}
.cont-succ-msg-reqDemo {
	background:#E6EFC2;
	text-align:center;
	color:#264409;
	border:1px solid #C6D880;
	padding:5px;
	font-size:12px;
	margin-bottom:8px;
	padding:5px;
	font-weight:bold;
}
.col-blue {
	color:#020e71;
}
.login-infotxt {
	/*border:#d1d1d1 1px solid;
	background:#ececec;*/
	color:#5c5c5c;
	padding:5px 0;
	font-size:15px;
	font-weight:bold;/*text-transform:uppercase;*/
}
.frm-cont-signup {
	padding:15px;/*background:#f6f6f6;
	border:#CCC 1px solid;*/
	padding-top:2px;
	width:600px;
}

.frm-cont-signup form {
			width:350px;}
.frm-cont-signup label {
	width:123px;
	display:block;
	float:left;
	padding-top:3px;
	vertical-align:top;
}
.frm-cont-signup h3 {
	border-bottom:3px solid #FC3;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#333;
}
.frm-cont-signup input[type="password"], .frm-cont-signup input[type="text"], .frm-cont-signup textarea {
	width:210px;
}
.frm-cont-signup select {
	margin-bottom:10px;
	width:217px;
	background:url(../images/input-bg.png) repeat-x top left;
	border:1px solid #cfcfcf;
	padding:2px;
}
.login-box {
	width:280px;
	float:left;
	padding:5px 0;
}
.login-box h3 {
	border-bottom:3px solid #FC3;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#333;
}
.login-box label {
	width:70px;
	display:block;
	float:left;
	margin-right:5px;
	padding-top:3px;
}
.login-box input {
	margin-bottom:10px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	font-weight:bold;
}
.error {
	background: #FBE3E4;
	color: #f25757;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #416e15;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #416e15;
}
/*-----------------*/

.contact-info h3 {
	padding-bottom:5px;
}
/*------------------Login Div------------------------------*/
#signin_menu {
	display:none;
	background:#fee000 url(../images/signin-top.jpg) repeat-x bottom left;
	position:absolute;
	width:210px;
	z-index:999999;
	border:#d6b311 1px solid;
	border-top:none;
	text-align:left;
	padding:10px;
	top: 19px;
	right: 0px;
	margin-top:5px;
	margin-right: 4px;
	color:#865a06;
	font-size:12px;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	font-size:13px;
	margin:0 0 5px 0;
	padding:3px;
	width:203px;
}
#signin_menu input[type=text]:focus, #signin_menu input[type=password]:focus {
	border:1px solid #865a06;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#d6b311;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:0px 0;
	z-index:1;
}
#signin_menu p a {
	color:#865a06!important;
}
#signin_menu p a:hover {
	color:#865a06!important;
	text-decoration:underline;
}
#signin_submit {
	border:1px solid #865a06;
	color:#fff;
	background:#865a06;
	text-shadow:0 -1px 0 #865a06;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}
.top a.signin {
	padding:4px 3px;
	text-decoration:none;
	color:#666;
	border-radius:2px;
}
.top a.signin:hover {
	/*background:#59B;*/color:#333;
}
.top a.signin, .top a.signin:hover {
/*	*background-position:0 3px!important;*/
}
a.signin {
	position:relative;
	margin-left:0px;
}
/*a.signin span {
	background-image:url("images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}*/
.top a.menu-open {
	background:#fee000!important;
	color:#865a06!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
/*a.signin.menu-open span {
	background-image:url("images/toggle_up_dark.png");
	color:#789;
}*/

/*-------------------------------------------------
				TRANSPARENT BOX
----------------------------------------------------*/

/*-----------	*/

.pop-top-mid1 {
	background:url(../images/b.png) repeat-x top left;
}
.pop-bot-mid1 {
	background:url(../images/b.png) repeat-x top left;
}
.pop-left-side1 {
	background:url(../images/b.png) repeat-y top left;
	width:10px;
	height:50px;
}
.pop-right-side1 {
	background:url(../images/b.png) repeat-y top left;
	width:10px;
	height:50px;
}
.pop-mid-cont1 {
	background:#FFF url(../images/transbox-bg.jpg) repeat-x bottom left;
	padding:15px 20px 20px 20px;
}
.pop-mid-cont2 {
	background:#ffe1eb url(../images/transbox-bg.jpg) repeat-x bottom left;
	padding:15px 20px 20px 20px;
}
.pop-mid-cont2 h2 {
	color:#8a1818;
	padding-bottom:5px;
	width:400px;
}
.pop-mid-cont1 h2 {
	color:#020e71;
	padding-bottom:5px;
}
.pop-mid-cont1 input[type=text] {
	padding:5px;
	margin-top:5px;
}
.pop-error-mid-cont {
	background:#fedcdc url(../images/error-popup.jpg) repeat-x bottom left;
	padding:20px;
}
.error-img {
	vertical-align:middle;
	float:left;
}
.error-h4 {
	float:left;
	vertical-align:bottom;
	padding-top:8px;
	width:320px;
}
/*--------POP UP DIV */	


.popup-box {
	position:fixed;
	left:30%;
	margin-top:20px;
	z-index:999999;
	_position:absolute;
}
.popup-errorbox {
	position:fixed;
	left:40%;
	z-index:999999;
}
/*---------------------News--------------------*/

.news {
}
.news span {
	display:block;
	float:right;
	width:836px;
}
.newsbox {
	margin-top:2px;
 filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}
.newsbox a {
	text-decoration: none;
	color:#1f1f1f;
}
.rssdate { /*shared class for all date elements in an RSS feed*/
	color: gray;
	font-size: 85%;
}
.rssdescription { /*shared class for all description elements in an RSS feed*/
}
/*-----*/

.higherl-div {
	background:url(../images/higherl-div.jpg) no-repeat top left;
	width:296px;
	height:239px;
	padding:40px 0 0 15px;
}
.higherl-div ul {
	margin-top:15px;
	font-size:14px;
	line-height:25px;
	margin-left:15px;
}
.higherl-div li {
	list-style:url(../images/arrow.png);
}
.higherl-div a {
	color:#4f5055;
}
.higherl-div a:hover {
	color:#333;
	text-decoration:underline;
}
.round-box-main {
	background:url(../images/roundbox_02.jpg) repeat-y top left;
	overflow:hidden;
	width:492px;
}
.round-box-top {
	background:url(../images/roundbox_01.jpg) no-repeat top left;
	width:492px;
	padding-top:10px;
}
.round-bot {
	background:url(../images/roundbox_03.jpg) no-repeat bottom left;
}
.margin-left {
	margin-right:25px;
}
input.errortdfield {
	border:1px solid #F00;
}
.small-font {
	font-size:12px;
}
ul#portfolio {
	padding:52px 0 0 380px;
	width:402px;
}
