/* 
	
	CSS Document
	Filename: style.css
   	Project : Kintan & Naren Wedding Website
	Ver.	: 1.0
	Date	: March, 18 th 2009
	Author  : Nikolas Sildeyna - SILDEYNA.COM
	
	PANDAWEB.US
	   
*/


/* CSS RESET v1.0 | 20080212 -------------------------------- */
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* CSS RESET END-------------------------------------------- */



body {
	background:url(../images/kintannaren/bg_tile.gif) #fff repeat-x top;
	color:#767676;
	font-family:'Segoe UI',Tahoma,Arial;
	font-size:11px;
	line-height:13px;
	margin:0;
	padding:0;
}

a {text-decoration:none; font-weight:700; padding:0; margin:0; }
a:link { color:#0d5dca; }
a:visited {color:#0d5dca;}
a:hover { color:#4586de; }
a:active { 	color:#0d5dca; }

#bg_container
{
	top:254px;
	width:100%;
	height:365px;
	display:block;
	background:url(../images/kintannaren/bg_sl.gif) no-repeat center;
	position:absolute;
		
	}
	
#c_container{ 
	z-index:1000px;
	position:absolute;
	width:100%;

}

#container{ 
	margin:0 auto 0 auto;
	width:980px; 
	

	}
	
#header{
	width:980px; 
	height:140px;
	padding-top:35px;
	float:left;
	text-align:center;
	}

#content{
	float:left;
	width:980px;

	
	
	}

#footer{
	width:980px; 
	float:left;
	
	}

/* HEADER START ---------------------------------------------------------------------------- */

#top-container
{
	margin:auto;
	width:930px;
	padding-top:2px;
}

#search-container
{
	float:right;
	width:auto;
}
/* HEADER END ---------------------------------------------------------------------------- */


/* CONTENT START ---------------------------------------------------------------------------- */


#content_index
{	margin:0 0 0 26px;
	width:929px;
	
	}

#content_bg_slslide
{
	height:355px;
	background:#000;
	padding-top:25px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;	
	}

#content_slslide
{
	width:879px;
	margin: 0 0 0 25px;

	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	height:330px;
	
	}


/* CONTENT END ---------------------------------------------------------------------------- */

/* FOOTER START ---------------------------------------------------------------------------- */


/* FOOTER END ---------------------------------------------------------------------------- */


