/* CSS Document */

body{
	padding:0;
	margin:0 auto 0 auto;
	background-color:#FFffff;
	color:#000;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}



ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------top part--------------------*/
#top .top-menu { margin:0 auto 0 auto;
					float:right;
					width:386px;
					height:66px;
					font-size:12px;
					padding-top:15px;
					color:#497C00;
					font-family:Arial;
					}
#top .top-menu a{
	
	color:#497C00;
	font-family:Arial;
	}
.top-menu.hover{color:#497C00;}
.top-menu a:hover{color:#497C00;
								text-decoration:none;						
												}

#top{
	background:url(images/top_part.gif) 0 0 no-repeat;
	width:1000px;
	height:160px;
	margin:0 auto;
	position:relative;
}
#top img{
	position:absolute;
	left:34px;
	top:53px;
	width:286px;
	height:66px;
}
#top ul{
	width:309px;
	height:29px;
	position:absolute;
	left:700px;
	top:74px;
}
#top ul li{
	float:left;
	margin:0 1px 0 0;
}
#top ul li a{
	background:url(images/nav_bg.gif) 0 0 no-repeat;
	width:102px;
	height:29px;
	display:block;
	font:bold 11px/29px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
}
#top ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 no-repeat;
	width:102px;
	height:29px;
	color:#4C4C4C;
	background-color:inherit;
}
#top ul li.hover{
	float:left;
	margin:0 1px 0 0;
	background:url(images/nav_hover.gif) 0 0 no-repeat;
	width:102px;
	height:29px;
	display:block;
	font:bold 11px/29px Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
}
/*------------------------------------------------top part--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	width:920px;
	border-left:#ffffff solid 7px;
	border-right:#ffffff solid 7px;
	background:url(images/top_green_bg.gif) 0 0 repeat-x;
	height:162px;
	margin:0 auto;
	padding:0 17px;
}
#header h2{
	display:block;
	background:url(images/green_part_div.gif) 0 0 repeat-x;
	height:23px;
	width:682px;
	padding:21px 0 0 236px;
	margin:0 0 18px 0;
}
#header h2 span{
	font:bold 34px/20px Arial, Helvetica, sans-serif;
	color:#FDFF35;
	padding:0 0 0 0;
	background:url(images/h2_bg.gif) 0 0 repeat-x #7DBC07;
	width:448px;
}
#header p{
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-align:center;
	margin:0 0 18px 0;
	display:block;
}
#header p span{
	background-color:#3A6200;
	color:#fff;
	padding:0 2px 0 4px;
}
#header a{
	background:url(images/btn_click.gif) 0 0 no-repeat;
	width:228px;
	height:25px;
	display:block;
	margin:0 0 0 370px 
}
#header a:hover{
	background:url(images/btn_click_hover.gif) 0 0 no-repeat;
}

#menu{ position:relative;
	width:990px;
	margin:0 auto;
	}
#menu .mattblacktabs{
width: 100%;
overflow: hidden;
height:36px;
}

#menu .mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 40px; /*offset of tabs relative to browser left edge*/
font: 15px "Arial Narrow";
list-style-type: none;
color:#EBEBEB;
font-weight:bold;
}

#menu .mattblacktabs li{
display: inline;
margin: 0;
font-weight:bold;
background-color:#E1E1E1;
}

#menu .mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color: #2A2A2A;
font-weight:normal;
font-size:15px;
font-family:"Arial Narrow";
background-color:#E1E1E1;
/*background: #414141; background of tabs (default state)*/
}
#menu .mattblacktabs li a span{ color:#5FB1FF;
						font-weight:bold;
							}

#menu .mattblacktabs li a:visited{
color: #2A2A2A;
}

#menu .mattblacktabs li a:hover, .mattblacktabs li.selected a{
background-color:#588FB6;
border:"0" solid 1px;
padding: 6px 14px;
color:#ffffff;
/*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.search{ width:150px;
			height:23px;
			background-color:#000000;
			color:White;
			font-size:12px;
			text-align:center;
			vertical-align:middle;
			}
			
.show-back{ background-image:url(images/show-back.jpg);
			width:974px;
			height:483px;
			background-repeat:no-repeat;
			}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: #588FB6 url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:1000px;
	margin:0 auto;
	padding:0;
	background:url(images/bodyback.jpg) repeat-y;
	color:#000;
}

#body .top{ width:1000px;
			 height:25px;
			 }
			 
#body .top-menu { margin:0 auto 0 auto;
					color:#497C00;
					font-family:Arial;
					font-size:12px;
					}
#body .top-menu a{
	
	color:#497C00;
	font-family:Arial;
	}
.top-menu.hover{color:#497C00;}
.top-menu a:hover{color:#497C00;
								text-decoration:none;						
												}

/*#body ul.nav{
	width:822px;
	height:46px;
	border-bottom:#EEEEEE solid 4px;
	padding:8px 0 6px 146px;
	margin:0 0 24px 0;
	background-color:#fff;
	color:#000;
}
#body ul.nav li.navLink{
	display:block;
	background:url(images/nav_div.gif) right top repeat-y;
	float:left;
	height:46px;
	padding:0 1px 0 0;
}
#body ul.nav li.navLinkNoBdr{
	display:block;
	background-image:none;
	float:left;
	height:46px;
	padding:0 1px 0 0;
}
#body ul.nav li.navLink a.service{
	display:block;
	background:url(images/services_icon.gif) 0 7px no-repeat #fff;
	padding:0 14px 0 46px;
	font:bold 13px/46px Arial, Helvetica, sans-serif;
	color:#171717;
	text-transform:uppercase;
	text-decoration:none;
}
#body ul.nav li.navLink a.service:hover{
	background:url(images/services_icon_hover.gif) 0 7px no-repeat #fff;
	color:#39638A;
}
#body ul.nav li.navLink a.testimonial{
	display:block;
	background:url(images/testimonial_icon.gif) 10px 7px no-repeat #fff;
	padding:0 15px 0 58px;
	font:bold 13px/46px Arial, Helvetica, sans-serif;
	color:#171717;
	text-transform:uppercase;
	text-decoration:none;
}
#body ul.nav li.navLink a.testimonial:hover{
	background:url(images/testimonial_icon_hover.gif) 10px 7px no-repeat #fff;
	color:#39638A;
}
#body ul.nav li.navLink a.project{
	display:block;
	background:url(images/project_icon.gif) 9px 7px no-repeat #fff;
	padding:0 14px 0 43px;
	font:bold 13px/46px Arial, Helvetica, sans-serif;
	color:#171717;
	text-transform:uppercase;
	text-decoration:none;
}
#body ul.nav li.navLink a.project:hover{
	background:url(images/project_icon_hover.gif) 9px 7px no-repeat #fff;
	color:#39638A;
}
#body ul.nav li.navLink a.privacy{
	display:block;
	background:url(images/privacy_icon.gif) 12px 7px no-repeat #fff;
	padding:0 8px 0 42px;
	font:bold 13px/46px Arial, Helvetica, sans-serif;
	color:#171717;
	text-transform:uppercase;
	text-decoration:none;
}
#body ul.nav li.navLink a.privacy:hover{
	background:url(images/privacy_icon_hover.gif) 12px 7px no-repeat #fff;
	color:#39638A;
}
#body ul.nav li.navLinkNoBdr a.moreLink{
	display:block;
	background:url(images/more_links_icon.gif) 8px 7px no-repeat #fff;
	padding:0 0 0 49px;
	font:bold 13px/46px Arial, Helvetica, sans-serif;
	color:#171717;
	text-transform:uppercase;
	text-decoration:none;
}
#body ul.nav li.navLinkNoBdr a.moreLink:hover{
	background:url(images/more_links_icon_hover.gif) 8px 7px no-repeat #fff;
	color:#39638A;
}*/
/*------------------------------------------------left panel--------------------*/
#left{
	width:183px;
	height:650px;
	padding:5px 0 0 32px;
	margin:0 25px 0 0;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:Black;
}
#mid h3 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 0 12px 0;
	display:block;
	text-decoration:none;
}

#mid h3 a:link, a:hover, a:visited, a:active{ color:White;
							text-decoration:none;}

p.viewMore{
	width:77px;
	height:13px;
	background:url(images/view_more_bg.gif) 0 0 repeat-x;
	padding:0 0 0 100px;
	margin:31px 0 15px 0;
	font-size:0;
	display:block;
}
p.viewMore a{
	background:url(images/view_more.gif) 0 0 no-repeat;
	width:77px;
	height:13px;
	display:block;
}
p.viewMore a:hover{
	background:url(images/view_more_hover.gif) 0 0 no-repeat;
}
.show-back{ background-image:url('images/show-back.jpg');
			width:974px;
			height:483px;
			background-repeat:no-repeat}
.arrowlistmenu{
width: 160px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: #588FB6 url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-right:15px;
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*------------------------------------------------categories start--------------------*/


/*------------------------------------------------categories end--------------------*/




/*------------------------------------------------left panel--------------------*/

/*------------------------------------------------mid panel--------------------*/
#mid{
	width:510px;
	background:url(images/orange_background.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:4px 5px 0 0px;
	margin:0 10px 0 10px;
	float:left;
	height:600px;
	background-repeat:no-repeat;
}

#mid-sub{
	width:510px;
	color:#fff;
	padding:4px 5px 0 0px;
	margin:0 10px 0 10px;
	float:left;
	height:600px;
}

#mid-sub .heading{ font-family:Arial;
			font-size:12px;
			color:#3781E0;
			text-decoration:none;
			font-weight:bold;
			}

#mid-sub .text{ font-family:Arial;
			font-size:12px;
			color:#808080;
			text-decoration:none;
			font-weight:bold;
			}
		
#mid-sub a.link, a.hover, a.visited{ color:#3781E0;
								text-decoration:none;						
												}



#mid-msg{
	width:610px;
	color:#fff;
	padding:4px 5px 0 0px;
	margin:0 10px 0 10px;
	float:left;
	height:600px;
}

#mid-msg .heading{ font-family:Arial;
			font-size:12px;
			color:#3781E0;
			text-decoration:none;
			font-weight:bold;
			}

#mid-msg .text{ font-family:Arial;
			font-size:12px;
			color:#808080;
			text-decoration:none;
			font-weight:bold;
			}
		
#mid-msg a.link, a.hover, a.visited{ color:#3781E0;
								text-decoration:none;						
												}


#sendmes{
	width:410px;
	background-repeat:no-repeat;
	color:#fff;
	padding:4px 5px 0 0px;
	margin:0 10px 0 10px;
	float:left;
	height:70px;
	}

#sendmes .head{ font-family:Arial;
			font-size:16px;
			color:#E35151;
			font-weight:bold;}


/*------------------------------------------------mid panel--------------------*/

/*------------------------------------------------right panel--------------------*/
#right{
	width:195px;
	float:left;
}

.join{ background:url(images/join.jpg) no-repeat;
	width:182px;
	height:407px;}

h2.mem{
	width:190px;
	height:57px;
	background:url(images/member_login.gif) no-repeat;
	padding:0 0 0 10px;
	font:bold 20px/57px Arial, Helvetica, sans-serif;
	color:#7BCA0A;
	}
.form{
	background-color:#131313;
	width:154px;
	padding:0 18px;
	margin:0;
}
.form input.txtBox{
	width:90px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	/*font:normal 11px/19px Arial, Helvetica, sans-serif;*/
	color:#000;
	background-color:#fff;
	margin:0 0 17px 0;
	padding:0 0 0 10px;
}
.form a{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#FF6600;
	background-color:#131313;
	text-decoration:underline;
	float:left;
	background:url(images/register_here_bg.gif) 0 5px no-repeat;
	padding:0 0 0 10px;
	width:79px;
}
.form a:hover{
	text-decoration:none;
}
.form input.send{
	background:url(images/btn_login.gif) 0 0 no-repeat;
	width:53px;
	height:13px;
	border:none;
	cursor:pointer;
	float:right;
}
 p.bottom2{
	background:url(images/memberlogin_bot.gif) no-repeat;
	width:190px;
	height:25px;
	margin:0 0 5px 0;
}


 .form{
	background:url(images/memberlogin_bg.gif) 0 0 repeat-y;
	width:154px;
	padding:0 18px;
	margin:0;
}
 .input{
	width:154px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	/*font:normal 11px/19px Arial, Helvetica, sans-serif;*/
	color:#000;
	background-color:#fff;
	margin:0 0 17px 0;
	padding:0 0 0 20px;
}
 .form a{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#FF6600;
	background-color:#131313;
	text-decoration:underline;
	float:left;
	background:url(images/register_here_bg.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	width:79px;
}
 .form a:hover{
	text-decoration:none;
}
 .send{
	background:url(images/btn_login.gif) 0 0 no-repeat;
	width:53px;
	height:13px;
	border:none;
	cursor:pointer;
	float:right;
	font-family:Arial;
	color:White;
}
.friend-request{ background:url(images/friend.jpg) no-repeat;
				width:187px;
				height:134px;}

/*
#right h2.solution{
	font:bold 24px/39px Arial, Helvetica, sans-serif;
	color:#497C00;
	background-color:#fff;
	padding:0 0 0 17px;
}
#right ul{
	width:238px;
	padding:0 0 0 17px;
}
#right ul li{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	height:20px;
	width:238px;
	padding:0 0 1px 0;
}
#right ul li a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
}
#right ul li a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#right ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
------------------------------------------------right panel--------------------*/

/*------------------------------------------------bodyBottom--------------------*/
#bodyBottom{
	width:953px;
	margin:18px 0 0 0;
	padding:8px 8px 19px 7px;
	float:left;
}
#advancesearch{ border-width:5px;
				background-color:#F58E57;
				font-family:Arial;
				font-size:12px;
				color:White;
				font-weight:bold;
				padding:15px;
				border-color:#FA752E;}

#bodyBottom ul{
	width:944px;
	background-color:#F1F1F1;
	color:#000;
	padding:8px 0 8px 9px;
	float:left;
	display:block;
}
#bodyBottom ul li.one{
	padding:7px 47px 36px 21px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#131313;
	background-color:#fff;
	float:left;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:258px;
}
#bodyBottom ul li.one a{
	font:bold 11px/43px Arial, Helvetica, sans-serif;
	color:#D35400;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
}
#bodyBottom ul li.one a:hover{
	color:#528B00;
	background-color:#fff;
	text-decoration:none;
}
#bodyBottom ul li.two{
	padding:7px 18px 36px 24px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#131313;
	background-color:#fff;
	float:left;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:271px;
}
#bodyBottom ul li.two a{
	font:bold 11px/43px Arial, Helvetica, sans-serif;
	color:#D35400;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
}
#bodyBottom ul li.two a:hover{
	color:#528B00;
	background-color:#fff;
	text-decoration:none;
}
#bodyBottom ul li.three{
	padding:7px 16px 16px 26px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#131313;
	background-color:#fff;
	float:left;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:238px;
}
#bodyBottom ul li.three a{
	font:bold 11px/43px Arial, Helvetica, sans-serif;
	color:#D35400;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
}
#bodyBottom ul li.three a:hover{
	color:#528B00;
	background-color:#fff;
	text-decoration:none;
}
/*------------------------------------------------bodyBottom--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:968px;
	margin:0 auto;
	height:128px;
	background-color:#fff;
	color:#000;
	padding:0 0 16px 0;
}
#footer{
	width:953px;
	margin:0 auto;
	background:url(images/footer_bg.gif) 0 0 repeat-x;
	height:128px;
	position:relative;
}
#footer ul{
	width:557px;
	position:absolute;
	left:262px;
	top:20px;
}
#footer ul li{
	float:left;
	color:#fff;
	background-color:inherit;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	padding:0 11px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#03373B;
}
#footer p.copyright{
	font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FDFF35;
	background-color:inherit;
	position:absolute;
	left:400px;
	top:38px;
}
#footer a.xht{
	width:85px;
	height:13px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:391px;
	top:59px;
	margin:0;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	width:85px;
	height:13px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:478px;
	top:59px;
	margin:0;
}
#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer p.design{
	display:block;
	width:207px;
	height:17px;
	padding:3px;
	position:absolute;
	left:382px;
	top:83px;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#03373B;
	text-transform:none;
	text-align:center;
}
#footer p.design a.link{
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#03373B;
	text-decoration:none;
	text-transform:none;
}
#footer p.design a.link:hover{
	color:#FDFF35;
	background-color:#03373B;
}
/*------------------------------------------------footer--------------------*/




