* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

a {
	color: #900;
}

a:hover {
	color:#cc9933;
}

body {
	background: #bcbbba url(/images/bg-gradient.gif) top left repeat-x;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 75%;
	color: #000;
}

img {
	border: 0;
}

.clearleft {
	clear: left;
}

ul li {
	list-style-type: none;
}

#container {
	width: 985px;
	background: url(../images/events/shadow.png) top center no-repeat fixed;
	margin: 0 auto;
	padding-bottom: 10px;
	behavior: url(/css/iepngfix.htc);
}

#bodycontent {
	width: 940px;
	margin: 0 auto;
	background:#ffc700 url(../images/events/bg.gif) bottom left repeat-x;
	position: relative;
	padding-bottom: 180px;
}
	
	#bodycontent #header {
		height: 172px;
		background: #fffc00 url(../images/events/header.jpg) top left no-repeat
	}
	
		.logo {
			top: 20px;
			position: relative;
			left: -10px;
		}
	
	#main {
		background:url(../images/events/nav.jpg) top left no-repeat;
		position: relative;
	}
		
		.heading {
			width: 275px;
			height: 19px;
			position: relative;
			display: block;
			margin-top: 30px;
			overflow: hidden;
		}
		
		.heading-bollywood {
			width: 298px;
			height: 19px;
			position: relative;
			display: block;
			margin-top: 30px;
			overflow: hidden;
		}
		
		
		.heading-quote {
			width: 132px;
			height: 19px;
			position: relative;
			display: block;
			overflow: hidden;
		}
		
		.heading-photogallery {
			width: 108px;
			height: 19px;
			position: relative;
			display: block;
			overflow: hidden;
		}
		
		
		h1 {
			font-size: 140%;
			color: #900;
			position: absolute;
			z-index: 5;
			letter-spacing: -1px;

		}
		
			.heading h1 span {
				display: block;
				position: absolute;
				width: 275px;
				height: 19px;
				background:url(../images/events/h1-eventmanagement.gif) top left no-repeat;
				top: 0px;
				left: 0px;
				z-index: 10;
			}
			
				.heading-bollywood h1 span {
				display: block;
				position: absolute;
				width: 298px;
				height: 19px;
				background:url(../images/events/h1-bollywood.gif) top left no-repeat;
				top: 0px;
				left: 0px;
				z-index: 10;
			}
			
				.heading-quote h1 span {
				display: block;
				position: absolute;
				width: 132px;
				height: 19px;
				background:url(../images/events/h1-quote.gif) top left no-repeat;
				top: 0px;
				left: 0px;
				z-index: 10;
			}
			
			.heading-photogallery h1 span {
				display: block;
				position: absolute;
				width: 108px;
				height: 19px;
				background:url(../images/events/h1-photogallery.gif) top left no-repeat;
				top: 0px;
				left: 0px;
				z-index: 10;
			}
	
		
		#main #nav {
			height: 42px;
		}
		
			#nav ul li {
				list-style-type: none;
				float: left;
				margin-top: 15px;
				text-indent: -9999px;
				height: 15px;
				overflow: hidden;
			}
			
				#nav ul li a {
					display: block;
					height: 15px;
					background-position: 0px 0px;
					
				}
				
				#nav ul li a:hover, #nav ul li a.selected {
					background-position: 0px -17px;
				}
				
				#nav ul li#nav-eventmanagement a {
					width: 198px;
					background-image:url(../images/events/nav-eventmanagement.gif);
				}
				
				
				#nav ul li#nav-bollywoodevents a {
					width: 194px;
					background-image:url(../images/events/nav-bollywoodevents.gif);
				}
				
				#nav ul li#nav-requestaquote a {
					width: 177px;
					background-image:url(../images/events/nav-requestaquote.gif);
				}
				
				#nav ul li#nav-photogallery a {
					width: 161px;
					background-image:url(../images/events/nav-photogallery.gif);
				}
				
				#nav ul li#nav-sweetmixroadshow a {
					width: 210px;
					background-image:url(../images/events/nav-sweetmixroadshow.gif);
				}

			#main #content {
				width: 810px;
				background: #f4ebce url(../images/events/maincontent-bottom.gif) bottom left no-repeat;
				padding-bottom: 60px;
				text-align: left;
				margin: 0 auto;
				position: relative;
				margin-top: 20px;
			}
			
				.mehndi {
					position: absolute;
					top: -17px;
					left: -63px;
				}
				
				.dhol {
					position: absolute;
					right: -10px;
					bottom: -5px;
				}
				
				#main #content p {
					line-height: 150%;
					margin-top: 20px;
				}
				
				#main #content .full {
					margin: 0px 60px;
					padding-top: 30px;
				}
				
				#main #content .leftcol {
					width: 420px;
					margin-left: 60px;
					float: left;
					display: inline;
				}
				
				.leftcol ul {
					margin: 10px 0px 0px 20px;
				}
				
				.leftcol ul li {
					list-style-type: disc;
					line-height: 150%;
					margin-bottom: 3px;
				}
				
				#main #content .rightcol {
					float: left;
					display: inline;
					margin-left: 50px;
				}
				
				#main #content .rightcol .head {
					margin-top: 25px;
				}
				
					#main #content .rightcol ul {
						width: 180px;
						margin-left: 20px;
						font-weight: bold;

					}
					
					#main #content .rightcol ul li {
						background:url(../images/events/bullet-yellow.gif) 0px 2px no-repeat;
						padding-left: 18px;
						margin-bottom: 8px;
					}
					
					#main #content .rightcol ul a {
						color: #cc9933;
						text-decoration: none;
					}
					
					#main #content .rightcol ul a:hover {
						color: #900;
					}
					
					
				#notepaper {
					width: 420px;
					height: 593px;
					background: #fff url(../images/events/notepaper.jpg) top left no-repeat;
					font-family: Georgia, "Times New Roman", Times, serif;
				}
				
					#notepaper .head {
						margin: 25px 10px 0px 10px;
					}
					
					#main #content #notepaper p {
						margin-left: 40px; margin-right: 30px;
						line-height: 130%;
						font-size: 95%;

					}
					
					#notepaper .img {
						float: right;
						margin-left: 5px;
					}
			
			
			.quoteform {
				margin-top: 20px;
			}
				
			label {
				position: relative;
				display: block;
				padding: 10px 0px;
				float: left;
				width: 45%;
				margin-right: 40px;
			}
			
			label.nomargin {
				margin-right: 0px;
			}
			
			label.large {
				height: 100px;
				border-bottom: none;
			}
	
			label .tfield, label .selectbox, label span {
				width: 200px;
				position: absolute;
				left: 100px;
				top: 8px;
				font-size: 110%;
			}
			
	#main #content .quoteform p {
		margin-top: 10px;
	}
	
	.services-group label {
		width: 25%;
		float: left;
		display: block;
	}
	
	.services-group label input {
		margin-right: 10px;
	}
			
	label span {
		display: block;
		color: #bc7400;
		font-weight: bold;
	}
	
	label .selectbox {
		width: 204px;
	}
	
	label .tarea {
		width: 200px;
		height: 80px;
		position: absolute;
		left: 100px;
		top: 8px;
	}
	
	.formpod {
		position: relative;
		display: block;
		padding: 10px 0px;
		float: left;
		width: 320px;
	}
	
		.formpod label {
			width: 90px;
			border-bottom: 0px;
			padding: 0px;
			margin-right: 10px;
		}
		
		.formpod label.hear{
			width: 200px;
		}
		
		.formpod .tfield{
			position: relative;
			width: 70px;
			left: 0px;
			margin-top: 5px;
			top: 0px;
		}
		
		.formpod span {
			position: relative;
			left: 0px;
			margin-top: 5px;
			top: 0px;
		}
		
		label.hear select {
			margin-top: 5px;
			width: 205px;
		}

		.button {
			padding: 2px;
			border: 0px;
			color: #fff;
			background: #a31a16;
			margin-top: 0px;
			font-weight: bold;
		}
		
		h2 {
			margin-top: 20px;
			font-size: 120%;
			color: #a31a16;
			letter-spacing: -1px;
		}
		
		h3 {
			font-size: 100%;
			margin: 20px 0px 0px 0px;
			margin-bottom: -10px;
		}
		
		.error {
			font-weight: bold;
		}
		
	#gallery {
		margin-top: 40px;
	}
	
	#gallery a img {
		padding: 5px;
		margin: 0px 5px 5px 0px;
		background: #fff;
	}
	
	#gallery a:hover img {
		background: #f00;
	}
	
#footer {
	text-align: left;
	font-size: 90%;
	margin-left: 75px;
	margin-top: 10px;
	color: #FF9966;
}

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

#footer a:hover {
	text-decoration: underline;
}
