/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#341E07;
	background-image:url(../site-images/page-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	xbackground-attachment: fixed;	
}   

/********************* Main Menu Code START HERE *****************************/
#nav {
	text-decoration:none;
	color:#FFF;
	background-image:url(../site-images/nav-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	text-transform:uppercase;
}

#nav td {
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

#nav a:link {
	text-decoration:none;
	color:#FFF;
}

#nav a:visited {
	text-decoration:none;
	color:#FFF;
}

#nav a:hover {
	text-decoration:none;
	color:#E2B802;
}

#nav .activelink {
	text-decoration:none;
	color:#E2B802;
}

#nav .activelink a:link {
	text-decoration:none;
	color:#E2B802;
}

#nav .activelink a:visited {
	text-decoration:none;
	color:#E2B802;
}

#nav .activelink a:hover {
	text-decoration:none;
	color:#FFF;
}
/**************************** This class for Left Box *******************************/
#rightBox {
	color:#000;
	text-align:left;
}

#rightBox .rightTitle {
	font-size:18px;
	font-family:Tahoma, Verdana, Arial;
	font-weight:normal;
	margin-bottom:8px;
}

#rightBox input {
	border:1px solid #ccc2a1;
	background-color:#e7e4db;
	font-size:12px;
}

#rightBox .inputBtn {
	border:2px solid #b9ab65;
	background-color:#e6ccaf;
	font-size:11px;
	font-weight:bold;
	height:21px;
}


/**************************** This class for Home Page Content *******************************/
#content {
	padding:25px 10px 20px 20px;
	line-height:18px;
	text-align:justify;
	background-color:#FFF;	
}

#content a:link {
	color:#0090CC;
}

#content a:visited {
	color:#0090CC;
}

#content a:hover {
	color:#000000;
}

.title {
	font-weight:normal;
	font-size:22px;
	color:#f10b1d;
	padding-bottom:4px;
	margin-bottom:15px;
	font-family:tahoma;
	border-bottom:2px solid #f10b1d;
}

.subtitle {
	font-family:tahoma;
	font-weight:bold;
	font-size:16px;
	color:#f10b1d;
	margin-bottom:15px;
}

.img-border {
	border:2px solid #999999;
	padding:2px 2px 2px 2px;
}

/*************************** This class use for Sublinks *******************************/
.readmore {
	background-image:url(../site-images/icon-readmore.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:15px;
}

.readmore a:link {
	color:#0090CC;
}

.readmore a:visited {
	color:#0090CC;
}

.readmore a:hover {
	color:#000;
}

#sublinks {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#sublinks a:links {
	text-decoration:none;
	color:#0090CC;
}

#sublinks a:visited {
	text-decoration:none;
	color:#0090CC;
}

#sublinks a:hover {
	text-decoration:none;
	color:#000000;
}

#sublinks .active a:link {
	text-decoration:none;
	color:#000000;
}

#sublinks .active a:visited {
	text-decoration:none;
	color:#000000;
}

#sublinks .active a:hover {
	text-decoration:none;
	color:#0090CC;
}

/*************************** This class use for Show Hide Effect *************************/

.iconspan {
	float:right;
	margin:0px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
}

.eg-bar {
	background-color:#F7C9C5;
	font-weight:bold;
	border-bottom:2px solid #FFF;
	padding:2px 8px 2px 8px;
}

div.eg-bar{
	xwidth:500px;
}

.icongroup1{
	xwidth: 500px;
}

/*************************** This class use for Form ***********************************/
form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

input {
	border:1px solid #CCCCCC;
	font-size:11px;
}

select {
	border:1px solid #CCCCCC;
	font-size:11px;
}

.inputbtn {
	border:1px solid #cccccc;
	font-size:11px;
	font-weight:bold;
	background-color:#e4e4e4;
}

.tips {
	display:block;
	width: 475px;
	border: 1px solid #E4E4E4;
	height: 50px;
	padding: 8px 8px 8px 0px;
	background-color:#F4FDEB;
}
html>body .tips {width: 465px;padding: 12px 8px 0px 0px;}

/*************************** This class use for Footer ***********************************/
#footer {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	background-color:#A03128;
	height:60px;
	text-align:center;
	line-height:18px;
}

#footer a:link {
	color:#FFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}

.successMsg {
	color:green;
	font-weight:bold;
	border:2px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background-color:#FCFFD2;
}

.errorMsg {
	color:red;
	font-weight:bold;
	border:2px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background-color:#FCFFD2;
}

.arrowlistmenu3 .menuheader3{ 
	color:#737373;
	font-size:11px;
	font-weight:bold;
	background: url(../site-images/down3.jpg) top right;
	background-repeat:no-repeat;
	cursor: pointer;
	xheight:40px;
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	vertical-align:top;
	background-position:top;
}

.arrowlistmenu3 .openheader{ 
	background-image: url(../site-images/up3.jpg);
	background-position:top;
	color:#20723e;
}
/***********************************************/
.tdborder	{
	border:1px #A03128 solid;
	xbackground-color:#EEEEEE;
	background:#fff;
	padding:0;
}
.cardtitle {
	font-family:tahoma;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	padding:5px;
	line-height:35px;
	background-color:#A03128;
	vertical-align:top;
}

.membertdbg	{
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	padding:5px;
	xline-height:20px;
	background-color:#000;
	vertical-align:top;
}

.tdbg	{
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	color:#000;
	padding:5px;
	xline-height:20px;
	background-color:#ccc;
	vertical-align:top;
}


.tdbgwhite	{
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	color:#000;
	padding:5px;
	line-height:20px;
	background-color:#fff;
	vertical-align:top;
}

.contactheader	{
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#A03128;
	xpadding:5px;
	line-height:20px;
	background-color:#fff;
}
.hrline	{
	border: #f10b1d dashed 1px;
	xbackground:url(../site-images/hori-line.jpg) repeat-x;
}

.offertitle {
	font-weight:bold;
	background-color:#f10b1d;
	font-size:14px;
	color:#ffffff;
	padding:5px;
	font-family:tahoma;
	xborder-bottom:2px solid #f10b1d;
}