

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 12px;
font-family: Tahoma, Verdana, helvetica, sans-serif;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
margin-top:6px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #ffe4c0 ;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
margin-bottom:40px;
bottom: 0.6em;
}

.punch_line
{
position: absolute;
margin-bottom:45px;
margin-left:10px;
bottom: 0.6em;
color:#000000;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.1em 1.0em 1.1em;
background: #fff url('../images/images_home/tab_normal.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-decoration: none;
}

#menu li a:hover
{
background: #b56700 url('../images/images_home/tab_active.gif') repeat-x;
color: #fff;
border: solid 1px #b56700;
}
#menu li a.active
{
background: #b56700 url('../images/images_home/tab_active.gif') repeat-x;
color: #fff;
border: solid 1px #b56700;
}

#menu li a.active:hover
{
background: #b56700 ;
color: #FFF;
border: solid 1px #b56700;
}

/* Main */

#main
{
background: #fffefc url('../images/images_home/uplus_top_bnr.gif') 0px 1px repeat-x;
border-top:solid 1px #1a1a1a;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950%;
margin: 0 auto;
padding-top: 2.5em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}

	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	}
	h1{
		margin:0;
		padding:0;
		font-size:12px;
		font-weight:bold;
		}
	.home_udaipur_text{
		text-align:left; font-size:14px; padding:10px 5px 5px 5px; background:url(../images/udaipur_bgDiv.jpg) no-repeat;
		}
		.small_text{font-size:10px;}