/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#000;
	font:12px verdana;
	color:#ffffff;
}
.clear{
	clear:both;
}
#wrapper{
	width:780px;
	margin:0 auto;
}
#header{
	width:780px;
	height:109px;
	background:url(http://www.nlpbot.com/img/header_bg.gif) repeat-x;
}
.logo{
	width:249px;
	height:109px;
	float:left;
}
.logo h2{
	display:none;
}
.email{
	width:311px;
	height:33px;
	float:right;
	margin:0 13px 0 0;
}
.menu{
	position:relative;
	padding:0 0 0 24px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:780px;
	background:#000;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:left;
	display:block;
	color:#717171;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
}
.menu li.current a{
	color:#000000;
	background:url(http://www.nlpbot.com/img/menu_hover_left.gif) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:#000000;
	background:url(http://www.nlpbot.com/img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
	line-height:32px;
}
.menu li a:hover{
	color:#000000;
	background:url(http://www.nlpbot.com/img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:34px;
}
.menu li a:hover b{
	color:#000000;
	background:url(http://www.nlpbot.com/img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:780px;
}
#container{
	background:#242426;
	width:780px;
	font:12px verdana;
	color:#CCCCCC;
}
.left{
	width:550px;
	float:left;
	padding:0 0 5px 10px;
}
.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:8px 0 5px 0;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	line-height:22px;
	margin:10px 0;
}
.divider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:215px;
	float:right;
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:10px 0 10px 10px;
}
.right a{
	color: #999999;
	text-decoration: none;
}
.right p{
	margin:5px 0 5px 14px;
}
#footer{
	width:780px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align:center;
	margin:5px 0 0 0;	
}
.myinputstyle {
	border: 2px solid #000000;
	/** remember to change image path **/
	background: url(none) no-repeat #000000;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #5c5c5c;
}
.viewtoolbar {
	/*border: 2px solid #000000;*/
	/** remember to change image path **/
	/*background: url(none) no-repeat #000000;*/
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #5c5c5c;
	width: 550px;
	float:left;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 2px solid #000000;
	/** remember to change image path **/
	background: url(none) no-repeat #000000;
	color: #BAD709;
}

/** MDOAL WINDOW POPUP **/
div.modalPopupTransparent {
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    background: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 1;
}

div.modalPopupWindow {
    position: absolute;
	z-index: 2;
    background-color: #242424;
    border: 2px solid silver;
    padding: 8px;
    text-align: left;
	
}
a.blacklink:link {font-family:Arial, Helvetica, sans-serif; color:#000000; font-weight: bold}
a.blacklink:hover {font-family:Arial, Helvetica, sans-serif; color:#808080; text-decoration: underline; font-weight: bold}
a.blacklink:visited {font-family:Arial, Helvetica, sans-serif; color:#000000; font-weight: bold}
a.blacklink:active {font-family:Arial, Helvetica, sans-serif; color:#808080; font-weight: bold}

.searchstyle { font-size: 12pt; border: #000000; border-width: 5px;  color: #666666; background-color:#000000; }
.searchstyle:hover { font-size: 12pt; border: #CCCCCC; border-width: 5px;  color: #666666; background-color:#222222; }
.searchstyle:focus { font-size: 12pt; border: #FFFFFF; border-width: 5px; color: #BAD709; background-color:#000000; }

