/* CSS Document © copyright 2008 waituk.com / amit gurung */

*{
	margin:0;
	padding:0;
}

body {
	background:#A50328 url(../images/bg_body.gif) repeat-x scroll 0% 0%;
	font-family:Arial,Helvetica,sans-serif;
	color:#666;
	margin:0;
	padding:0;
}
a img {
	padding:2px;
	border:1px solid #d1d1d1;
}
a {
	color:#111;
	text-decoration:none;
}
a:active, a:focus {
	outline:none;
}

a:hover, a:hover div {
	color:#A50328;
	text-decoration:underline;
}
/*********************************************************/
.wrap {
	margin:0 auto;
	width:910px;
	padding:0;
}

header {
	height:153px;
	margin:0;
	padding:0;
	width:910px;
}
.header .logo{
	float:left;
	margin:14px 0 0 ;
}

.header .logo a {
	/*background:transparent url(../images/logo.gif) no-repeat scroll 0% 0%;*/
	display:block;
	/*height:138px;
	width:233px;*/
	
}
/**********************menu starts****************************/
.nav {
	font-size:12px;
	margin:0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:31px; 
}

/* style the sub-level lists */
.nav ul ul {
	width:150px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav ul li {
	float:left;
	height:2.5em;
	line-height:2.5em;
}

/* style the sub level list items */
.nav ul ul li {
	display:block;
	width:12em;
	height:auto;
	position:relative;
	line-height:1em;
}

/* style the links for the top level */
.nav a, .nav a:visited {
	display:block;
	float:left;
	height:100%;
	border-top:1px solid #333333;
	text-decoration:none;
	color:#ccc;
	text-align:center;
	padding:0 1em;
	text-decoration:none;
}

/* style the sub level links */
.nav ul ul a, .nav ul ul a:visited {
	display:block;
	background:#161616;
	color:#ccc;
	text-align:left;
	width:12em;
	height:100%;
	line-height:1.2em; 
	padding:0.5em 1em;
}
.nav ul table ul a, .nav ul table ul a:visited  {
	width:14em; 
	w\idth:12em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.nav table {
	position:absolute;
	left:0; 
	top:0; 
	font-size:1em; 
	z-index:-1;
}
.nav ul ul table {
	lef\t:-1px;
}
.nav ul ul table ul.left {
	margin-lef\t:2px;
}

.nav li:hover {
	position:relative;
}
* html .nav a:hover {
	position:relative;
}

/* style the level hovers */
/* first */
.nav a:hover {
	color:#fff;
	background:#060606;
	text-decoration:none;
	border-top:1px solid #A50328;
}
.nav :hover > a {
	color:#fff;
	text-decoration:none;
	background:#060606;
	border-top:1px solid #A50328;
}
/* second */
.nav ul ul a:hover{
	color:#fff;
	background:#060606;
}
.nav ul ul :hover > a {
	color:#fff;
	background:#060606;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:2.5em;
	left:0;
	width:14em;
}
/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul {
	visibility:visible;
}

/****************************** menu ends ***************************/

/**********************submenu starts****************************/
.subnav {
	font-size:11px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.subnav ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:35px; 
}

/* style the sub-level lists */
.subnav ul ul {
	width:150px;
	font-size:11px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.subnav ul li {
	float:left;
	height:2.5em;
	line-height:2.5em;
}

/* style the sub level list items */
.subnav ul ul li {
	display:block;
	width:12em;
	height:auto;
	position:relative;
	line-height:1em;
}

/* style the links for the top level */
.subnav a, .subnav a:visited {
	display:block;
	float:left;
	height:100%;
	text-decoration:none;
	color:#A50328;
	text-align:center;
	padding:0 1em;
}

/* style the sub level links */
.subnav ul ul {
	border-top:1px solid #ccc;
}
.subnav ul ul a, .subnav ul ul a:visited {
	display:block;
	background:#fff;
	color:#A50328;
	text-align:left;
	width:12em;
	height:100%;
	line-height:1.2em; 
	padding:0.5em 1em;
	border-bottom:1px solid #ccc;
	background:#f1f1f1;
}

.subnav ul table ul a, .subnav ul table ul a:visited  {
	width:14em; 
	w\idth:12em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.subnav table {
	position:absolute;
	left:0; 
	top:0; 
	font-size:1em; 
}
.subnav ul ul table {
	lef\t:-1px;
}
.subnav ul ul table ul.left {
	margin-lef\t:2px;
}

.subnav li:hover {
	position:relative;
}
* html .subnav a:hover {
	position:relative;
}
/* style the third level background */
.subnav ul ul ul a, .subnav ul ul ul a:visited {
	background:#f1f1f1;
}
/* style the fourth level background */
.subnav ul ul ul ul a, .subnav ul ul ul ul a:visited {
	background:#f1f1f1;
}
/* style the sub level 1 background */
.subnav ul :hover sub1:hover {
	background:#fff;
}
/* style the sub level 2 background */
.subnav ul ul :hover a.sub2 {
	background:#fff;
}

/* style the level hovers */
/* first */
.subnav a:hover {
	color:#000;
	text-decoration:none;

}
.subnav :hover > a {
	color:#000;
	text-decoration:none;

}
/* second */
.subnav ul ul a:hover{
	color:#000;
	background:#fff;
}
.subnav ul ul :hover > a {
	color:#000;
	background:#fff;
}
/* third */
.subnav ul ul ul a:hover {
	color:#000;
	background:#fff;
}
.subnav ul ul ul :hover > a {
	color:#000;
	background:#fff;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.subnav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:2.5em;
	left:0;
	width:14em;
}
/* make the second level visible when hover on first level list OR link */
.subnav ul li:hover ul, .subnav ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.subnav ul :hover ul ul{
	visibility:hidden;
}
/* position the third level flyout menu */
.subnav ul ul ul{
	left:14em;
	top:0;
	width:14em;
}
/* make the third level visible when you hover over second level list OR link */
.subnav ul :hover ul :hover ul{
	visibility:visible;
}

/*******************submenu ends*************************/

.bg_wrap{
	background:url(../images/bg_page.gif) repeat-y scroll 0% 0%;
	margin:0;
	padding:0 5px;
}
.pagewrap{
/*	background:url(../images/bg_submenu.gif) repeat-x scroll 0% 0%;*/
	padding:0 20px;
	margin:0;
}

.left{
	width:620px;
	float:left;
}
.right{
	width:220px;
	padding-left:20px;
	float:right;
}
.promo{
	width:618px;
	height:264px;
	margin-bottom:20px;
}
.box{
	border:1px solid #E7E7E7;
	width:618px;
	background:#fff url(../images/bg_boxheader.gif) repeat-x scroll 0% 0%;
	margin-bottom:20px;
	padding-bottom:10px;
}
.pagecurve{
	border-top:1px solid #E7E7E7;
	width:618px;
	background:#fff url(../images/bg_boxheader.gif) repeat-x scroll 0% 0%;
	margin-bottom:20px;
	padding-bottom:10px;
}
.pagecurve p{
	padding:0 15px 10px 7px;
	line-height:19px;
	color:#777;
	font-size:12px;
}
.bold{
	font-weight:bold;
}
.red{
	color:#A50328;
}

.underline{
	text-decoration:underline;
}
.imgspace{
	margin-right:15px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A50328;
	font-weight:bold;
	padding:10px 15px 0;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A50328;
	font-weight:bold;
	padding:10px 15px 10px 7px;
}
p{
	padding:10px 15px 0 15px;
	line-height:19px;
	color:#777;
	font-size:12px;
}
.morebtn{
	height:19px;
	background:#fff url(../images/bg_morebtn.gif) no-repeat 97% 50%;
	text-align:right;
	padding-top:2px;
}
.morebtn a{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding-right:35px;
	text-decoration:none;
}
.morebtn a:hover{
	text-decoration:none;
	color:#000;
}

#picshow{
	padding:10px 0 10px 15px;
	margin:0;
}
#picshow ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#picshow li{
	margin:0 10px 0 0;
	padding:0;
	display:inline;
}
#picshow li img{
	border:1px solid #d1d1d1;
	padding:2px;
}

.loginbox{
	width:218px;
	margin:0;
	height:270px;
	border:1px solid #E7E7E7;
	background:#fff url(../images/bg_boxheader.gif) repeat-x scroll 0% 0%;
	padding-bottom:10px;
}

.loginbox p{
	line-height:27px;
}
.loginbox p a{
	text-decoration:none;
	color:#777;
}
.loginbox p a:hover{
	text-decoration:underline;
	color:#000;
}
.loginbox div{
	padding:0 15px;
	font-size:12px;
	line-height:19px;
}
.loginbox div a{
	text-decoration:underline;
}
.loginbox div a:hover{
	text-decoration:none;
}

.black{
	color:#000;
	font-size:15px;
}

.btnmargin{
	margin-top:50px;
}
.box2{
	border:1px solid #E7E7E7;
	width:218px;
	background:#fff url(../images/bg_boxheader.gif) repeat-x scroll 0% 0%;
	margin-top:20px;
	padding-bottom:10px;
}
.box2 div{
	margin:12px 0 0;
	padding:0 15px;
	font-size:12px;
	line-height:19px;
}
#winnerlist{
	margin:12px 0 0;
	padding:0 0 0 15px;
	line-height:15px;
}
#winnerlist ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
}
#winnerlist li{
	display:block;
	padding:0 0 10px 18px;
	background:transparent url(../images/winnerlistarrow.gif) no-repeat scroll 0% 15%;
}
.lowerend{
	height:5px;
	background:transparent url(../images/bg_lowerend.gif) repeat-x scroll 0% 100%;
	margin:12px 0;
}
.listing{
	width:580px;
	margin:0;
	padding:0 10px 0 30px;
}
.listing ul{
	margin:0;
	padding:0;
}
.listing li{
	line-height:18px;
	font-size:12px;
	display:list-item;
	list-style-position:outside;
	list-style-type:decimal;
	vertical-align:top;
	margin:0;
	padding:0 0 10px 0;
	text-align:justify;
}
.tblwrap{
	margin:20px auto;
}
.rulestbl{
	font-size:12px;
	border:1px solid #B5D6FF;
}
.rulestbl th{
	font-weight:bold;
	color:#333;
	background:#DBEBFF;
	height:30px;
	text-align:left;
	border-bottom:1px solid #B5D6FF;
}
.rulestbl td{
	padding:5px 0;
	border-bottom:1px solid #E7F2FF;
	font-size:12px;
}
.message{
	font-size:11px;
	background:#F7F9E4;
	line-height:18px;
}
.gbi{
	font-family:"Myriad", "Myriad Pro";
	font-size:19px;
	color:#222;
}
/************************************************/
.footer{
	width:860px;
	text-align:left;
	padding:0 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	margin-bottom:10px;
}
.footerleft{
	float:left;
	width:620px;
}
.footerright{
	float:right;
	text-align:right;
	padding-top:20px;
	width:220px;
}
.footer a{
	color:#fff;
	padding:0 2px;
	text-decoration:none;
}
.footer a:hover{
	background:#fff;
	color:#A50328;
	padding:0 2px;
	text-decoration:none;
}
/***************************************/
.clear{
	clear:both;
}
img{
	padding:2px;
	border:1px solid #d1d1d1;
}
hr{
	height:1px;
	margin:0;
	padding:0;
	background:#BDBCAC;
	white-space:nowrap;
	border:none;
}

/**********************************forms*****************************************/
input, textarea{
	background:#fff url(../images/bg_input.gif) repeat-x scroll 0% 0%;
	border:1px solid #e1e1e1;
	color:#6D798B;
	font-family:Arial;
	font-size:12px;
	padding:2px;
	height:auto;
	width:300px;
}
select {
	background:#fff url(../images/bg_input.gif) repeat-x scroll 0% 0%;
	border:1px solid #e1e1e1;
	color:#6D798B;
	font-family:Arial;
	font-size:12px;
	padding:1px;
	width:300px;
	font-weight:normal;
}
.checkBoxSmall {
	background:#FFFFFF none repeat scroll 0%;
	border-width:0px;
	margin:0pt 0pt 0pt 10px;
	width:auto;
}
#smallcheckbox input {
	background:#FFFFFF none repeat scroll 0%;
	border-width:0px;
	margin:0pt 0pt 0pt 10px;
	width:auto;
}
.smallcheckbox input {
	background:#FFFFFF none repeat scroll 0%;
	border-width:0px;
	width:auto;
}
input.radioIsForRent {
	background:#FFFFFF none repeat scroll 0%;
	border-width:0px;
	width:auto;
}
select.medium, input.medium {
	width:170px;
}

select.custom{
	width:100px;
}

input.large {
	width:515px;
}

input.small {
	width:52px;
}
input.verysmall {
	width:20px;
}
select.small {
	width:70px;
}
select.small2 {
	width:110px;
}
fieldset {
	border-color:#000000;
	border-style:solid none none;
	border-width:1px 0pt 0pt;
	clear:both;
	font-size:100%;
	margin:0pt;
	padding:10px;
}
fieldset legend {
	color:#000000;
	font-size:150%;
	font-weight:normal;
	margin:0pt;
	padding:0pt 5px;
}
textarea.medium {
	height:200px;
	margin:0;
	padding:2px 0 2px 5px;
	line-height:20px;
	width:400px;
}
textarea.small {
	height:80px;
	width:200px;
	color:#000;
}
.checkbox {
	background:transparent url(null) repeat scroll 0%;
	border-width:0px;
	width:auto;
}

.button {
	background:#A50328;
	border:1px solid #71011B;
	font-weight:bold;
	color:#fff;
	width:70px;
	padding:2px 3px;
	cursor:pointer;
}

.loginbtn{
	background:#A50328;
	border:1px solid #71011B;
	font-weight:bold;
	color:#fff;
	width:70px;
	padding:2px 3px;
	cursor:pointer;
	margin-top:10px;
}
.loginbtn:hover{
	background:#A50328;
	border:1px solid #71011B;
	color:#000;
	cursor:pointer;
}
.gobtn{
	background:#fff url(../images/bg_go.gif) repeat-x 0% 50%;
	border:none;
	font-weight:bold;
	color:#000;
	width:43px;
	cursor:pointer;	
}

.mediumbutton {
	background:#A50328;
	border:1px solid #71011B;
	font-weight:bold;
	color:#fff;
	width:120px;
	cursor:pointer;
}
.smallButton {
	font-size:0.8em;
	height:18px;
	padding:0px;
	width:22px;
}
.smallHeight {
	font-size:0.9em;
	width:60px;
}
.text_input {
	font-family:Georgia,serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:80%;
}
.text60 {
	font-family:Georgia,serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:60%;
}
.textarea_input {
	font-family:Georgia,serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:80%;
}
label {
	cursor:pointer;
	vertical-align:middle;
}
.btn_wrap{
	padding:15px 0;
}

.star {
	color:#FF0000;
}
.emaillink{
	border:none;
}



/* added by Nilesh */
table td {
	padding:5px 0;
	color:#777;
	font-size:12px;
	line-height:19px;
}
td.pdnone{
	padding:0;
	margin:0;
}
.pad3{
	padding-left:3px;
}
.pad7{
	padding-left:7px;
}

.extra-large-button {
	background:#A50328;
	border:1px solid #71011B;
	font-weight:bold;
	color:#fff;
	width:150px;
	padding:2px 3px;
	cursor:pointer;
}

.tbl_hdr{
background-color:#A50328;
font-weight:bolder;
color:#CCCCCC;
}

.tbl_hdr2{
background-color:#F2F2F2;
}

.alt_td{
background-color:#D6D4D4
}

/* added by Niles ends*/
/* for over image */
#dhtmltooltip {
	position: absolute;
	width: 30px;
	border: 1px solid black;
	font-family: Tahoma;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}
.contact{
width:50px;
text-align:justify;
	
}
/* end for over image */

.div_hdr{
background-color:#3C3F43;
font-weight:bolder;
font-size:14px;
height:16px;
width:760px;
color:#FFFFFF;
padding-left:15px;
}
