body {
	/*margin: 0;
	padding: 10px 0 10px 0;*/
	padding: 0;
	margin: 10px 0 10px 0;
background:#932727;
background-color:#000000;

/*	background:url(images/bg.jpg) repeat;*/
	font-family:tahoma,Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}

body a{
color:#D85E1F;
text-decoration:none;
}

body a:hover{
color:#FFFFFF;
text-decoration:underline;
}

td{
vertical-align:top;
}

body table{
font-size:11px;
/*text-align:justify;*/
}
.text_bold{
font-size:12px;
font-weight:bold;
color:#FFCC00;
}
#container{
border:1px solid #610B0B;
background-color:#871F1F;
padding:10px;
}

#banner{
background:url(images/banner_bg.jpg) repeat-x top;
height:80px;
}

#adbanner{
/*width:600px;*/
height:60px;
border:1px solid #610B0B;
text-align:center;
color:#9F3939;
font-size:18px;
vertical-align:middle;
}

#menu_tbl{
margin: 10px 0 10px 0;
}

#big_bg{
background:url(images/big_bg.gif) no-repeat top;
width:342px;
height:321px;
padding: 7px 7px 0 0;
}

/*+++++++++++++++++++For big picture+++++++++++++++++++++++*/

#big_home{
background:url(images/big_home.jpg) top no-repeat;
width:323px;
height:301px;
}

#big_faq{
background:url(images/big_faq.jpg) top no-repeat;
width:323px;
height:301px;
}

#big_register{
background:url(images/big_register.jpg) top no-repeat;
width:323px;
height:301px;
}

#big_about{
background:url(images/big_aboutus.jpg) top no-repeat;
width:323px;
height:301px;
}

#big_testimonial{
background:url(images/big_testimonial.jpg) top no-repeat;
width:323px;
height:301px;
}

#big_contact{
background:url(images/big_contact.jpg) top no-repeat;
width:323px;
height:301px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#red{
background: url(images/red_line.jpg) repeat-x;
height: 5px;
}

#content_tbl{
margin-top: 10px;
padding:10px;
background-color:#871F1F;
}

#testimonial_author{
font-weight:bold;
color:#cccccc;
font-size:11px;
float:right;
}

#search_tbl{
background-color:#4E0000;
padding: 5px 10px 5px 10px;
}

.borderimg{
border:2px solid #6A0000;
}

select{
width:156px; 
font-size:11px; 
background-color:#680000; 
color:#D49778;
}

#footer{
padding-top:10px;
text-align:center;
line-height:20px;
color: #ececec;
}

#footer a{
color: #ececec;
}

#footer a:hover{
color: #000000;
}

/*#frmlogin{
padding:7px;
width:151;
}*/

#login{
color:#A97D22;
font-weight:bold;
font-size:10px;
}

#login ul{
padding: 5px 0 0 10px;
margin: 0;
list-style-image:url(images/bullet1.gif);
/*list-style-position:inside;*/
font-weight:normal;
color:#9F9C8A;

}

#login li,#login li a{
color:#9F9C8A;
vertical-align:middle;
line-height: 15px;
}

#login input{
width:75px;
font-size:10px;
padding:0;
margin-bottom:5px;
background-color:#212121;
border:1px solid #4C4C4C;
color:#ffffff;
}

#login input[type=submit]{
background-color:#680000;
color:#B4B4B4;
/*font-weight:bold;*/
}

#button input{
font-size:11px;
padding:2;
margin-bottom:5px;
background-color:#680000;
border-left:1px solid #eCeCeC;
border-top:1px solid #eCeCeC;
border-bottom:1px solid #4C4C4C;
border-right:1px solid #4C4C4C;
color:#ffffff;
}

.textarea{
width:225px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:0;
margin-bottom:5px;
background-color:#212121;
border:1px solid #4C4C4C;
color:#ffffff;

}

.textbox{
font-size:11px;
padding:3px;
background-color:#212121;
border:1px solid #4C4C4C;
color:#ffffff;
}


#pgtitle{
font-size:14px;
font-weight:bold;
color:#DA8B35;
}

/* +++++++++++++++++Navigation Menu++++++++++++++++++++++++++++ */

#navigation {
	background: url(images/menu.jpg) no-repeat;
	/*float:left;*/
	height:176px;
	width:269px;
	/*position:absolute;
	top:50px;
	left:260px;
	margin:35px 0 0 20px;*/
	overflow:hidden;
}

#navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
#navigation li {
	border: none;
	float: left;
	margin: 0;

}
#navigation a {
	background: transparent;
	border: none;
	display: block;
	float: left;
	height: 89px;
	width:89px;
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
}

#pghome #home a,
#pgaboutus #aboutus a,
#pgregister #register a,
#pgfaq #faq a,
#pgcontactus #contactus a,
#pgtestimonial #testimonial a,
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
		background: url(images/menu.jpg) no-repeat;
}

#pghome #home a,
#navigation #home a:hover,
#navigation #home a:focus,
#navigation #home a:active {
	background-position:0 -176px;
}

#pgaboutus #aboutus a,
#navigation #aboutus a:hover,
#navigation #aboutus a:focus,
#navigation #aboutus a:active {
	background-position:-89px -176px;
}

#pgregister #register a,
#navigation #register a:hover,
#navigation #register a:focus,
#navigation #register a:active {
	background-position:-178px -176px;
}

#pgfaq #faq a,
#navigation #faq a:hover,
#navigation #faq a:focus,
#navigation #faq a:active {
	background-position:0 -265px;
}

#pgcontactus #contactus a,
#navigation #contactus a:hover,
#navigation #contactus a:focus,
#navigation #contactus a:active {
	background-position:-89px -265px;
}

#pgtestimonial #testimonial a,
#navigation #testimonial a:hover,
#navigation #testimonial a:focus,
#navigation #testimonial a:active {
	background-position:-178px -265px;
}
/****************Navigation Menu Ends*************/
