/*===========================================================================*

	RESET

*===========================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
}

/*===========================================================================*

	BASIC BODY ELEMENTS

*===========================================================================*/

body {
	background: #FAE8C7 url(graphics/india_background.jpg) center repeat-y;
	font-size: 12px;
        line-height: 16px
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0 0;
}

h1, h2, h3, h4, p {
	margin-bottom: 16px;
}

img {
	display: block;
	border: 0;
}
a { 
	color: #1f4c79; 
	text-decoration: none; 
}

a:hover { 
        color: #57afe1; 
}
p { 
	line-height: 16px;
	font-size: 13px; 
}
h1 {
        font-size: 20px;
        line-height: 22px;
	font-weight: bold;	
	color: #770E17;
}

/*===========================================================================*

	DIVS

*===========================================================================*/

#outer {
	width: 940px;
	margin: 0 auto;
	padding: 0;
        text-align: left;
	}
	
#header{
        width: 900px;
	height: 50px;
	background:url(graphics/india_header.jpg) no-repeat;
	text-align:right;
	padding: 33px 40px 0px 0px;
        font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	line-height: 14px;	
	color: #F7DB94;
	font-weight: bold;
	text-decoration: none;
	}
#header a{
        font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	line-height: 14px;	
	color: #F7DB94;
	font-weight: bold;
	text-decoration: none;
        padding: 0px 3px 0px 3px;
	}
#header a:hover{
        font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	line-height: 14px;	
	color: #770E17;
	font-weight: bold;
	text-decoration: none;
        background-color: #F7DB94;
        padding: 0px 3px 0px 3px;
	}
#menubar{
        width: 900px;
	height: 47px;
	background:url(graphics/india_menubar.jpg) no-repeat;
        padding: 0px 20px 0px 20px;
        vertical-align:middle;
	}
#home_splash{
	width: 940px;
	height: 573px;
	background:url(graphics/india_h_splash.jpg) no-repeat;
	}
#default_splash{
	width: 940px;
	height: 168px;
	background:url(graphics/india_d_splash.jpg) no-repeat;
	}
#content_wrap {
	width: 940px;
	background:url(graphics/india_d_contenttop.jpg) repeat-y;
	}
#content {
	width: 840px;
	background:url(graphics/india_d_contentbottom.jpg) bottom right no-repeat;
	padding: 35px 50px 45px 50px;
	}
#footer {
        width: 860px;
	padding: 10px 40px 0px 40px;
        font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 13px;	
	color: #F7DB94;
	font-weight: normal;
	text-decoration: none;
        margin: 0px 0px 30px 0px;
        clear: both;
	}
#footer a{
        font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 13px;	
	color: #F7DB94;
	font-weight: normal;
	text-decoration: underline;
	}
#footer a:hover{
        font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 13px;	
	color: #770E17;
	font-weight: normal;
	text-decoration: none;
        background-color: #F7DB94;
	}
#footer_left {
        float:left;
	text-align:left;
        padding: 0px 0px 30px 0px;
	}
#footer_right {
	float:right;
	text-align:right;
        padding: 0px 0px 30px 0px;
	}
/*===========================================================================*

	MENU

*===========================================================================*/


.mainmenu {
        font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 14px;
	font-weight: normal;
	color: #000000;
        text-decoration: none;
        text-align: left;
	margin: 0px;
        padding: 0px 0px 0px 0px;
        }
.mainmenu a {
        font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 14px;
	font-weight: normal;		
	color: #000000;
        text-decoration: none;
        text-align: left;
        }
.mainmenu a:hover {
        font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 14px;
	font-weight: normal;		
	color: #000000;
        text-decoration: underline;
        text-align: left;
        }
