@charset "utf-8";
/* CSS Document */
body
	{
		margin:0px;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/bg.jpg);
		background-repeat:repeat-x;
		background-color:#bbcd72;
		font: 13px "Verdana", "Trebuchet MS", Helvetica, sans-serif;

	}
h1,h2,h3,h4,h5,h6,span
	{
		margin:0px;
		padding:0px;
	}
a
{
	text-decoration: underline;
	
}

.red
{
		float:left; 
		color:#aa3333; 
		font-size:15px; 
		font-family:Verdana;
}

.menu1
	{
		float: center;
		margin:0px;
		padding:10px;
		font-family: "Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#c5c5c5;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
	}
.menu1:hover
	{
		float: left;
		margin:0px;
		padding:10px;
		font-family: "Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#99eaf5;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		background-repeat:no-repeat;
		background-position:center bottom;
	}

.menu
	{
		height:22px;
		float: left;
		margin:0px;
		padding:5px 11px 0 11px;
		font-family: "Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#c5c5c5;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
	}
.menu:hover
	{
		height:22px;
		float: left;
		margin:0px;
		padding:5px 11px 0 11px;
		font-family: "Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#99eaf5;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		background-repeat:no-repeat;
		background-position:center bottom;
	}

#titles{
	font-size:20px;
	color:#808080;	
	padding:14px 0 0 0px;
	font-family: "Trebuchet MS";
}

.que_image{
	padding:5px 15px 15px 0;
	float:left;

}

.que_title{
	font-size:13px;
	color:#808080;
	margin-right: 30px;
	margin-bottom: 10px;
	padding:10px;
	font-family: "Trebuchet MS";
	background:#F9F9F9 ;
	border: solid 1px;
	border-color: #E9E9E9;
}

.qus_title2{
	font-size:13px;
	color:#808080;
	font-weight:bold;

}

.qus_title3{
	font-size:13px;
	color:#330000;
	margin: 8px 0 0px 0;

}

.qus_title4{
	font-size:13px;
	color:#330000;
}

#error{
	font-size:13px;
	color:#330000;
	margin-right: 0px;
	margin-bottom: 10px;
	padding:10px;
	font-family: "Trebuchet MS";
	background:#FFC4C4 ;
	border: solid 1px;
	border-color: #FF0000;
}

#succes{
	font-size:13px;
	color:#330000;
	margin-right: 0px;
	margin-bottom: 10px;
	padding:10px;
	font-family: "Trebuchet MS";
	background:#C4FFE1 ;
	border: solid 1px;
	border-color: #006600;
}

.textarea {
	height:50px;
	width:785px;
	margin-top: 10px;
	padding:10px ;	
	border: solid 5px;
	border-color: #E1E1E1;
	font-size:20px;
	color: #13819a;
}



.textarea:focus {
	height:50px;
	width:785px;
	margin-top: 10px;
	padding:10px ;	
	border: solid 5px;
	border-color: #D5E49C;
	font-size:20px;
	color: #13819a;
}


.input {
	height:25px;
	width:250px;	
	padding:5px;	
	border: solid 2px;
	border-color: #E1E1E1;
	font-size:16px;
	color: #13819a;
}

.input1 {
	height:35px;
	width:250px;	
	padding:5px;	
	border: solid 2px;
	border-color: #E1E1E1;
	font-size:16px;
	color: #13819a;
}

.submit {
	height:35px;
	margin-top: 15px;
	margin-right: 5px;
	padding:5px;	
	border-color: #E1E1E1;
	font-size:17px;
	border: 0px;
	float:right;
	background:#CCCC66 ;

}

.submit2 {
	height:35px;
	margin-top: 15px;
	margin-right: 30px;
	padding:5px;	
	border-color: #E1E1E1;
	font-size:17px;
	border: 0px;
	float:left;
	background:#CCCC66 ;

}

.textarea2 {
	height:150px;
	width:450px;	
	padding:10px;	
	border: solid 2px;
	border-color: #E1E1E1;
	font-size:20px;
	color: #13819a;
}

.textarea3 {
	height:90px;
	width:450px;	
	padding:10px;	
	border: solid 2px;
	border-color: #E1E1E1;
	font-size:20px;
	color: #13819a;
}

#leftheading h2
	{
		width:460px;
		float:left;
		margin:0px;
		padding:0px 0 0 0;
		font-family: "Trebuchet MS";
		font-size:20px;
		font-weight:bold;
		color:#13819a;
	}
#lefttxtblank
	{
		width:509px;
		float:left;
		margin:0px;
		padding:27px 0 0 20px;
	}
#leftredtxt
	{
		width:509px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:18px;
		color:#cf7d09;
	}
#lefttxt
	{
		width:509px;
		float:left;
		margin:0px;
		padding:31px 0 0 0;
		font-family: "Trebuchet MS";
		font-size:12px;
		color:#4a513d;
		line-height:20px;
	}
.leftboldtxt
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#4a513d;
	}
.lefttxt
	{
		font-family:Verdana;
		font-size:12px;
		color:#4a513d;
		background-color:#cee181;
	}
.lefttxt02
	{
		font-family:Verdana;
		font-size:12px;
		color:#4a513d;
		background-color:#cee181;
		padding:0 27px 0 3px;
	}
#buttonbg
	{
		width:501px;
		height:25px;
		float:left;
		margin:10px 0 0 0;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/hline.jpg);
		background-repeat:repeat-x;
		background-position:center;
	}
.more
	{
		width:82px;
		height:20px;
		float: right;
		margin:0px;
		padding:5px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#414141;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		background-image: url(../<?php echo WEB_ROOT;?>images/morebutton.jpg);
		background-repeat: no-repeat;
	}
.more:hover
	{
		width:82px;
		height:20px;
		float: right;
		margin:0px;
		padding:5px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#414141;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;		
		background-image: url(../<?php echo WEB_ROOT;?>images/morebutton.jpg);
		background-repeat: no-repeat;
	}	
/*-----------------------------------------------------CONTENTLEFT-------------------------------------------------------------------------------------------------------------END----------*/	
#contentright
	{
		width:229px;
		float:left;
		margin:0px;
		padding:95px 0 0 0;
	}
#search
	{
		width:229px;
		height:78px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/search.jpg);
		background-repeat:no-repeat;
	}
#searchblank
	{
		width:179px;
		height:56px;
		float:left;
		margin:0px;
		padding:22px 0 0 50px;
	}
#searchinput
	{
		width:103px;
		height:22px;
		float:left;
		margin:0px;
		padding:0px;
	}
.searchinput
	{
		width:97px;
		height:18px;
		float:left;
		margin:0px;
		padding:4px 0 0 6px;
		font-family: Arial;
		font-size:10px;
		color:#070808;
	}
#searchbutton
	{
		width:51px;
		height:21px;
		float:left;
		margin:1px 0 0 10px;
		padding:0px;
	}
.search
	{
		width:51px;
		height:18px;
		float:left;
		margin:0px;
		padding:3px 0 0 0;
		font-family: Arial;
		font-size:10px;
		color:#070808;
		text-align:center;
		text-decoration:none;
		background-image:url(../<?php echo WEB_ROOT;?>images/searchbutton.jpg);
		background-repeat:no-repeat;
	}
.search:hover
	{
		width:51px;
		height:18px;
		float:left;
		margin:0px;
		padding:3px 0 0 0;
		font-family: Arial;
		font-size:10px;
		color:#070808;
		text-align:center;
		text-decoration:none;
		background-image:url(../<?php echo WEB_ROOT;?>images/searchbutton.jpg);
		background-repeat:no-repeat;
	}
#advancesearch
	{
		float:left;
		margin:0px;
		padding:0px;
	}
.advancesearch
	{
		float:left;
		margin:0px;
		font-family: Arial;
		font-size:13px;
		font-weight:bold;
		color:#0033FF;
		text-decoration:none;
	}
.advancesearch:hover
	{
		float:left;
		margin:0px;
		font-family: Arial;
		font-size:13px;
		font-weight:bold;
		color:#669933;
		text-decoration:underline;
	}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#rightnav
	{
		width:230px;
		height:54px;
		float:left;
		margin:11px 0 0 0;
		padding:0px;
	}
#rightnav ul
	{
		width:230px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;
	}
#rightnav ul li
	{
		width:45px;
		height:54px;
		float:left;
		margin:0 1px 0 0;
		padding:0px;
		display:block;		
	}
#rightnav ul li a.login
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/login.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.login
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/login.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.check
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/check.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.check:hover
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/check.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.chat
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/chat.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.chat:hover
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/chat.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.idea
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/idea.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.idea:hover
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/idea.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.privecy
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/privecy.jpg);
		background-repeat:no-repeat;
	}
#rightnav ul li a.privecy:hover
	{
		width:45px;
		height:54px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/privecy.jpg);
		background-repeat:no-repeat;
	}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/		
#morelinksheading
	{
		width:229px;
		height:41px;
		float:left;
		margin:25px 0 0 0;
		padding:0px;
		background-image: url(../<?php echo WEB_ROOT;?>images/morelinksheading.jpg);
		background-repeat:no-repeat;
	}
#morelinksheading h5
	{
		width:177px;
		height:31px;
		float:left;
		margin:0px;
		padding:10px 0 0 52px;
		font-family:Arial;
		font-size:18px;
		font-weight:normal;
		color:2a2a2a;
	}
#morelinks
	{
		width:180px;
		float:left;
		margin:0px;
		padding:0px 0 34px 18px;
		background-color:#F5F5F5;
	}
.date
	{
		width:47px;
		height:15px;
		float:left;
		margin:0px;
		padding:2px 0 0 17px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		background-image:url(../<?php echo WEB_ROOT;?>images/datebg.jpg);
		background-repeat:no-repeat;
	}
.linkblank
	{
		width:200px;
		height:12px;
		float:left;
		margin:8px 0 12px 0;
		padding:0 0 0 11px;
		font-family:Arial;
		font-size:11px;
		color:#FFF;
		background-image: url(../<?php echo WEB_ROOT;?>images/arrow.jpg);
		background-repeat:no-repeat;
		background-position:left 5px;
	}
.linkblank02
	{
		width:180px;
		height:12px;
		float:left;
		margin:5px 0 8px 0;
		padding:0 0 0 11px;
		font-family:Arial;
		font-size:12px;
		color:#FFF;
		background-image: url(../<?php echo WEB_ROOT;?>images/arrow.jpg);
		background-repeat:no-repeat;
		background-position:left 5px;
	}
.linkblank03
	{
		width:200px;
		height:12px;
		float:left;
		margin:0 0 8px 0;
		padding:0 0 0 11px;
		font-family:Arial;
		font-size:11px;
		color:#FFF;
		background-image: url(../<?php echo WEB_ROOT;?>images/arrow.jpg);
		background-repeat:no-repeat;
		background-position:left 5px;
	}
.linkblank04
	{
		width:200px;
		height:12px;
		float:left;
		margin:0 0 14px 0;
		padding:0 0 0 11px;
		font-family:Arial;
		font-size:11px;
		color:#FFF;
		background-image: url(../<?php echo WEB_ROOT;?>images/arrow.jpg);
		background-repeat:no-repeat;
		background-position:left 5px;
	}
.link
	{
		height:12px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		text-decoration: underline;
	}
.link:hover
	{
		height:12px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		text-decoration: none;
	}
#morelinksbot
	{
		width:229px;
		height:8px;
		float:left;
		margin:0px;
		padding:0px;
		overflow:hidden;
		background-image: url(../<?php echo WEB_ROOT;?>images/morelinksbot.jpg);
		background-repeat:no-repeat;
	}
/*--------------------------------------------------------------RIGHTPART------------------------------------------------------------------------------------------------------END----------*/
#testimonialbg
	{
		width:825px;
		height:202px;
		float:left;
		margin:36px 0 0 0;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/testmonialbg.jpg);
		background-repeat:no-repeat;
	}
#testimonialtxtblank
	{
		width:806px;
		height:184px;
		float:left;
		margin:0px;
		padding:18px 0 0 19px;
	}
#testimonialheading
	{
		width:742px;
		height:40px;
		float:left;
		margin:0px;
		padding:0 0 0 64px;
		font-family:Arial;
		font-size:30px;
		color:#33b0cd;
		background-image:url(../<?php echo WEB_ROOT;?>images/testimonial.jpg);
		background-repeat:no-repeat;
	}
#testimonialheading h2
	{
		width:806px;
		height:40px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:30px;
		color:#33b0cd;
	}
#testimonialdate
	{
		width:56px;
		height:38px;
		float:left;
		margin:11px 0 0 0;
		padding:26px 0 0 0;
		font-family:Arial;
		font-size:28px;
		font-weight:bold;
		color:#829241;
		text-align:center;
		background-image: url(../<?php echo WEB_ROOT;?>images/testimonial-date.jpg);
		background-repeat:no-repeat;
	}
#testimonialtxt
	{
		width:417px;
		float:left;
		margin:11px 0 0 0;
		padding:0 0 0 17px;
		font-family:Arial;
		font-size:14px;
		font-style:italic;
		color:#a9a9a9;
		line-height:20px;
	}
#testimonialname
	{
		width:417px;
		float:left;
		margin:11px 0 0 0;
		padding:0 0 0 73px;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		text-align:right;
	}
#testimonialbutton
	{
		width:116px;
		height:38px;
		float:left;
		margin:0 0 0 135px;
		padding:0px;
	}
.testimonialbutton
	{
		width:116px;
		height:32px;
		float:left;
		margin:0px;
		padding:6px 0 0 0;
		font-family:Arial;
		font-size:20px;
		font-weight:bold;
		color:#2e2e2e;
		text-align:center;
		text-decoration:none;
		background-image:url(../<?php echo WEB_ROOT;?>images/detailsbutton.jpg);
		background-repeat:no-repeat;
	}
.testimonialbutton:hover
	{
		width:116px;
		height:32px;
		float:left;
		margin:0px;
		padding:6px 0 0 0;
		font-family:Arial;
		font-size:20px;
		font-weight:bold;
		color:#2e2e2e;
		text-align:center;
		text-decoration:none;
		background-image: url(../<?php echo WEB_ROOT;?>images/detailsbuttonover.jpg);
		background-repeat:no-repeat;
	}
/*------------------------------------------------------------------CONTENTPART-------------------------------------------------------------------------------------END---------------------*/	
#footerbg
	{
		width:904px;
		height:135px;
		float: left;
		margin:0px;
		padding:0px;
		background-image:url(../<?php echo WEB_ROOT;?>images/footerbg.jpg);
		background-repeat:no-repeat;
	}
#footerlinks
	{
		width:904px;
		height:13px;
		float: left;
		margin:19px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
	}
.footerlinks
	{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#996600;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		padding:0 5px 0 5px;
	}
.footerlinks:hover
	{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#CCCC00;
		text-align:center;
		text-decoration: underline;
		text-transform:uppercase;
		padding:0 5px 0 5px;
	}
#copyrights
	{
		width:904px;
		height:13px;
		float: left;
		margin:5px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:10px;
		color:#2d2d2d;
		text-align:center;
	}
#validation
	{
		width:534px;
		float: left;
		margin:5px 0 0 0;
		padding:0 0 0 370px;
	}
.xhtml
	{
		width:70px;
		height:20px;
		float: left;
		margin:0px;
		padding:5px 0 0 12px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#414141;
		text-decoration:none;
		text-transform:uppercase;
		background-image: url(../<?php echo WEB_ROOT;?>images/xhtml.jpg);
		background-repeat: no-repeat;
	}
.xhtml:hover
	{
		width:70px;
		height:20px;
		float: left;
		margin:0px;
		padding:5px 0 0 12px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#414141;
		text-decoration:none;
		text-transform:uppercase;		
		background-image: url(../<?php echo WEB_ROOT;?>images/xhtml.jpg);
		background-repeat: no-repeat;
	}	
.css
	{
		width:62px;
		height:20px;
		float: left;
		margin:0 0 0 3px;
		padding:5px 0 0 20px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#414141;
		text-decoration:none;
		text-transform:uppercase;
		background-image: url(../<?php echo WEB_ROOT;?>images/css.jpg);
		background-repeat: no-repeat;
	}
.css:hover
	{
		width:62px;
		height:20px;
		float: left;
		margin:0 0 0 3px;
		padding:5px 0 0 20px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#414141;
		text-decoration:none;
		text-transform:uppercase;		
		background-image: url(../<?php echo WEB_ROOT;?>images/css.jpg);
		background-repeat: no-repeat;
	}	
#designedby
	{
		width:904px;
		height:13px;
		float: left;
		margin:5px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:12px;
		font-weight:bold;
		color:#9b5b01;
		text-align:center;
	}
.designedby
	{
		font-family: Arial;
		font-size:10px;
		font-weight:bold;
		color:#C0C0C0;
		text-align:center;
		text-decoration:none;
	}
.designedby:hover
	{
		font-family: Arial;
		font-size:10px;
		font-weight:bold;
		color:#D6D6D6;
		text-align:center;
		text-decoration:none;
	}
	




















