/*
	Author : Shoaib Yasin
	Developer & coder: Shoaib Yasin
	Project Name: Kidsand cards.org
	Developer Company : Ewebcraft
	Contact URL: ewebcraft@gmail.com
	Date: 27 Oct, 2009
*/

*{margin:0px; padding:0px;}
body{
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:100%;
	background:#fff;
	font-size:12px;
	line-height:100%;
	z-index:000;
	background:url(../siteimages/background/body.jpg) repeat-x;
}


/**** Global Elements *****/
.left{float:left;}
.right{float:right;}
.clr{clear:both; }
.center{text-align:center;}
.hidden{display:none;}
.pink{color:#22211C;}
.red{color:#990000;}
h1,h2,h3,h4,h5,h6,h7,h8{
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:100%;
}
h1{ font-size:20px;}
h2{ font-size:22px}
_h2{ font-size:15px;}
h3{	font-size:13px;
	padding:0; margin:0;}
h4{ font-size:13px; }
h5{ font-size:11px;}

small{font-size:90%;}
p{font-size:14px; font-family:Arial, Helvetica, sans-serif; line-height:16px;  }
strong{font-weight:bold;}

p, strong, em, ul, li, ol{color:#000000;}
/********************************************/

#header
{
	position:relative; width:980px; height:auto;
	margin:0 auto; padding:0;
	 margin-top:15px; z-index:001; margin-bottom:10px;
}

	#header .logo
	{
		position:relative; width:596px; height:auto;
		background:#990000; z-index:002;
	}
	#header .logo img{border:none; float:left;}
	
	#header #search
	{
		position:absolute; width:200px; height:auto;
		top:10px; right:10px; z-index:002
	}
	
	#search form.search-form
	{
		position:relative; width:200px; height:auto;
	}
	
	form.search-form div.input
	{
		position:relative; width:160px; height:30px; margin:0; padding:0; z-index:002; 
		float:left; display:inline; margin-right:7px; 
	}
	
		form.search-form div.input span.l-c
		{
			position:absolute; width:10px; height:30px; left:0; top:0; z-index:003;
			background:url(../siteimages/background/search-field-l-c.jpg) no-repeat;
		}
		
		form.search-form div.input span.r-c
		{
			position:absolute; width:10px; height:30px; right:0; top:0; z-index:003;
			background:url(../siteimages/background/search-field-r-c.jpg) no-repeat;
		}
	
	.search-form div.input input.search
	{
		position:relative; width:140px; height:24px; padding-top:6px;
		background:url(../siteimages/background/search-field.jpg) repeat-x;
		border:none; padding-left:10px; padding-right:10px;
	}
	
	.search-form input.submit
	{
		position:relative; float:left; display:inline; top:1px;
	}
	
#navigation
{
	position:relative; width:980px; height:40px;
	background:url(../siteimages/background/navigation.jpg) repeat-x;
	margin:0 auto; z-index:003;
}

	#navigation .l-c
	{
		position:absolute; width:10px; height:40px; left:0; top:0; z-index:003;
		background:url(../siteimages/background/navigation-l-c.jpg) no-repeat;
	}
	
	#navigation .r-c
	{
		position:absolute; width:10px; height:40px; right:0; top:0; z-index:003;
		background:url(../siteimages/background/navigation-r-c.jpg) no-repeat;
	}
	
	ul#menu
	{
		position:relative; width:960px;
		height:40px; 
		list-style:none;
		margin:0 auto;
	}
	
	ul#menu li
	{
		position:relative; width:auto; height:40px; 
		float:left; display:inline; font-size:18px; color:#fff;
		line-height:37px; padding-left:15px; padding-right:15px;
		color:#fff; font-weight:bold;
		background:url(../siteimages/background/sepreter.jpg) right no-repeat;
	}
	
	ul#menu li a{color:#fff; text-decoration:none;}
	ul#menu li a:hover,ul#menu li a.active{color:#F7EB39;}
	
	#navigation ul#menu li:hover a, 
	#navigation ul#menu li.sfHover a { /*** activate on drop down ***/  
	color:#F7EB39;
	}
	
	#navigation ul#menu  ul {
	  position:absolute;
	  list-style: none;
	  margin: 0; padding:0;
	  width: 150px; height:auto;
	  top: -999em;
	  left: -1px;
	  z-index:750;
	  display:none;
      font-family:Tahoma;
	  font-size:11px;
	  display:none;
	  padding-bottom:14px;
	}
	
	#navigation ul#menu li:hover ul,
	#navigation ul#menu li.sfHover ul {
	 position:absolute;
	  top: 35px;		
	  left:0px; 	    
	  z-index:750;
	  font-family:Tahoma;
  	  font-size:11px;
	  display:block;
	  background:url(../siteimages/background/two_dorp_bottom_round.gif) 100% 100% no-repeat;
	  display:none;
	}
	
	#navigation ul#menu li span.bottom{display:none;}
	
	
	
	#navigation ul#menu li:hover ul li,
	#navigation ul#menu li.sfHover ul li
	{
		position:relative; width:125px; height:20px; padding:0; margin:0; 
		line-height:20px; font-size:11px; color:#D0D0D0; font-weight:normal;
		padding:10px; padding-bottom:0; padding-top:0; padding-left:15px;
		background:#121314 url(../siteimages/background/aerrow_drop.jpg) 5% 50% no-repeat;
	}
	
	#navigation ul#menu li:hover ul li a,
	#navigation ul#menu li.sfHover ul li a{color:#D0D0D0}
	
	#navigation ul#menu li:hover ul li a:hover,
	#navigation ul#menu li.sfHover ul li a:hover{text-decoration:underline;}
	
#content
{
	position:relative;
	width:980px; height:auto;
	margin:0 auto;
	margin-top:5px; margin-bottom:10px;
	z-index:002;
}

	#content #left-text
	{
		position:relative; width:734px; height:auto;
		float:right; display:inline; z-index:002;
	}
	
	#content #right-sidebar
	{
		position:relative; width:238px; height:auto;
		float:left; display:inline;
	}	
	
		#right-sidebar .block
		{
			position:relative;
			width:238px; height:auto;
			margin-bottom:10px;
		}
		
		#right-sidebar .no-margin{margin:0;}
		
		#right-sidebar .ads{position:relative; text-align:center; margin-bottom:0;}
			.ads img{border:none; display:block;}
			

#content #left-textF
	{
		position:relative; width:734px; height:auto;
		float:left; display:inline; z-index:002;
	}
	
	#content #right-sidebarF
	{
		position:relative; width:238px; height:auto;
		float:right; display:inline;
	}	
	
		#right-sidebarF .block
		{
			position:relative;
			width:238px; height:auto;
			margin-bottom:10px;
		}
		
		#right-sidebarF .no-margin{margin:0;}
		
		#right-sidebarF .ads{position:relative; text-align:center; margin-bottom:0;}
			.ads img{border:none; display:block;}
						
/*************************************************/


	
#footer
{
	position:relative; width:980px;  height:auto; border-top:1px solid #000000;
	margin:0 auto; padding-top:10px; 
}

	#footer p{font-size:11px; margin-bottom:10px;}
	#footer p.left{color:#000000; width:60%;}
	#footer p.right{color:#666666; width:40%; }
	#footer p.left a{color:#000; text-decoration:none; margin-left:3px; margin-right:3px;}	
	#footer p.right a{color:#666666; text-decoration:none; margin-left:3px; margin-right:3px;}	
	
	#footer p a:hover{text-decoration:underline;}