/*
Author : Shoaib Yasin
Project: Buy Earth
Designer & Developer: E-webcraft
Company URL:http://www.ewebcraft.com
Date: 31st August, 2008
Author Email:whitemoon786@hotmail.com
*/


*{margin:0px; padding:0px;}
body{
	margin:0px; padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:100%;
	/*background:#fff url(../siteimages/background/body.jpg) left top repeat-x;*/
	font-size:12px;
	line-height:100%;
	z-index:000;
}

/**** Global Elements *****/
.left{float:left;}
.right{float:right;}
.clr{clear:both;}
.center{text-align:center;}
.hidden{display:none;}
.blue{color:#054792;}
.redish{color:#990033;}
.black{color:#343434;}
.green{color:#74AC00;}
.orange{color:#FF7C00;}


h1,h2,h3,h4,h5,h6,h7,h8{
	
	font-family:"Trebuchet MS";
	font-weight:bold;
	line-height:100%;
}
h1{ font-size:24px; font-weight:normal;}
h2{ font-size:18px; font-weight:normal;}
_h2{ font-size:15px;}
h3{ font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:0; margin:0;}
h4{ font-size:12px;}
h5{ font-size:11px;}

small{font-size:90%;}
p{line-height:16px;}
strong{font-weight:bold;}


p, strong, em, ul, li, ol{color:#323232; font-size:12px;}

/**************end Global Elements************/

/**********Conatiainer**********/

#container
{
	position:relative;
	width:920px;
	margin:0 auto;
	padding:0;
}
#header, #content, #footer, #navigation, #top-banner, #salogan, .content-text
{
	position:relative;
	width:920px;
	margin:0;
	padding:0;
	margin:0 auto;
	z-index:100;
	

}

#header #top-banner
{
	position:relative;
}
	#top-banner .logo
	{
		position:relative;
		width:32%;
		float:left;
	}
		.logo img{border:none;}
	
	#top-banner .statement
	{
		position:relative;
		width:66%;
		float:right;
		text-align:center;
	}
	
		.statement h1{position:relative; color:#fff; margin-top:35px;}


#header #navigation
{
	position:relative;
	margin-top:5px;
	background:url(../siteimages/background/menu.jpg) left top repeat-x;
	height:35px;

}
	#navigation .left-side
		{
			position:absolute;
			background:url(../siteimages/background/menu-left-side.jpg) no-repeat;
			left:-3px; top:0; z-index:500; width:6px; height:34px;
		}
		
	#navigation .right-side
		{
			position:absolute;
			background:url(../siteimages/background/menu-right-side.jpg) no-repeat;
			right:-3px; top:0; z-index:500; width:6px; height:34px;
		}
		
	#navigation ul#menu
		{
			position:relative;
			list-style:none;
			height:34px;
			width:98%;
			margin:0 auto;
		}
		
		ul#menu li
		{
			position:relative;
			width:150px;
			display:block;
			float:left;
			text-align:center;
			font-size:12px;
			height:34px;
			background:url(../siteimages/background/menu-list-border.jpg) right top no-repeat;
		}
		ul#menu li a{position:relative; text-decoration:none; color:#00588F; height:24px; display:block; width:150px; padding-top:10px;}
		
		ul#menu li a:hover{background:url(../siteimages/background/menu-hover.jpg) -1px top no-repeat;}


#content
{
	position:relative;
	z-index:300;
	min-height:100px;
	margin-top:5px;
	background:#fff url(../siteimages/background/content.jpg) left top repeat-x;
}

	#content .l-t-c	{position:absolute; width:10px; height:90px; z-index:999; left:0; top:0;
	background:url(../siteimages/background/content-l-t-c.jpg) no-repeat;
	}
	
	#content .r-t-c	{position:absolute; width:10px; height:90px; z-index:999; right:0; top:0;
	background:url(../siteimages/background/content-r-t-c.jpg) no-repeat;
	}

	
#content .content-text
	{
		position:relative;
		padding-top:25px;
		background:url(../siteimages/background/content-text.jpg) left bottom repeat-x;
		padding-bottom:15px;
		
	}
	
	.content-text .l-b-c{position:absolute; width:10px; height:90px; z-index:999; left:0; bottom:0;	background:url(../siteimages/background/content-text-l-b-c.jpg) no-repeat;
	}
	
	.content-text .r-b-c{position:absolute; width:10px; height:90px; z-index:999; right:0; bottom:0;	background:url(../siteimages/background/content-text-r-b-c.jpg) no-repeat;
	}
	
.content-text h1{position:relative; font-size:24px; color:#009900;  margin-bottom:10px; margin-left:20px;}
.content-text h2{position:relative; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#0078CF; margin:20px; margin-bottom:10px; }
.content-text h3{position:relative; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#323232; margin:20px; margin-top:5px; font-weight:bold; margin-bottom:10px;}	
.content-text p{color:#323232; line-height:16px; margin:20px; margin-top:5px; margin-bottom:10px;}	
	
#footer
{
	position:relative;
	margin-bottom:15px;
	margin-top:5px;
}

	#footer .footer-link
	{
		position:relative;
		width:55%;
		float:left;
		color:#0F6FD5;
	}
	.footer-link p{color:#0F6FD5;}
	.footer-link a
	{
		color:#0F6FD5;
		margin-left:8px;
		margin-right:8px;
		text-decoration:none;
	}
	
	.footer-link a:hover{text-decoration:underline;}
	
	#footer .credits
	{
		position:relative;
		width:44%;
		float:right;
		text-align:right;
	}
	.credits p{font-size:11px; color:#676767; margin-right:5px;}
