/**

	Designed by Kailash Nadh [2007-2008]
	http://kailashnadh.name
	mail@kailashnadh.name

**/

body {
	margin: 0px;
	background: url('images/bg.gif') repeat-x;

	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 22px;
}


#god {
	width: 836px;
	margin: 50px auto 0px auto;
	overflow: hidden;
}

#tabs {
	position: absolute;
	width: 31px;
	margin: 120px 0px 0px 3px;
}
	#tabs ul {
		line-height: 0px;
	}
	#tabs li {
		margin-bottom: 5px;
	}

#wrap {
	width: 805px;
	min-height: 500px;
	float: right;
	background: url('images/wrap.gif') no-repeat;

	overflow: hidden;
}

#main {
	margin: 20px;
}

	#header #logo {
		width: 35%;
		float: left;
	}
	#header #hr {
		width: 45%;
		float: right;
		overflow: hidden;
		background: #F0F0F0;

		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #DEDEDE;
	}
	#header #nav {
		margin: 4px 10px 4px 10px;
	}

	#header #nav ul {
		overflow: hidden;

		float: left;
		width: 33%;
	}
		#header #nav ul li {
			overflow: hidden;
		}
	#header #nav a {
		font-family: Arial;
		font-weight: bold;
		text-transform: uppercase;
		color: #A7A7A7;
		text-decoration: none;
	}
	#header #nav a:hover, #header #nav .s a {
		text-decoration: none;
		color: #0090DB;
	}
	#box {
		background: url('images/splash.jpg') no-repeat;
		widh: 756px;
		height: 360px;
		margin: 10px auto 0px auto;
	}

#content {
	text-align: justify;
}

#footer {
	margin: 20px 0px 0px 0px;
	background: #F0F0F0;

	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #DEDEDE;
}
	#footer .l {
		float: left;
		width: 40%;
		margin: 10px;
	}
	#footer .r {
		float: right;
		width: 40%;
		text-align: right;
		margin: 10px;
	}

/* ============================================= */

#home .l {
	float: left;
	width: 50%;
	padding-right: 15px;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: #cecece;
}
#home .r {
	padding-left: 2px;
	float: right;
	width: 43%;
}
#home #news {
	margin-top: 10px;
}

/* ============================================= */

.noul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
}

	.icos li {
		clear: both;
		background: none;
		font-size: 1px;
		margin-bottom: 7px;
	}
	.icos a img {
		float: left;
		margin-right: 5px;
	}
	.icos a {
		text-decoration: none;
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #E4006B;

		margin: 0px;
		display: block;
		overflow: hidden;

		border-width:  0px 0px 1px 0px;
		border-style: solid;
		border-color: #EBEAEA;
	}
	.icos a:hover {
		background: #F0F0F0;
		border-color: #cecece;
	}

.tline {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cecece;

	padding-top: 10px;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

a {
	color: #666666;
}
a:hover {
	text-decoration: none;
}

h1,h2,h3 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 32px;

	margin: 0px 5px 15px 0px;
}
	.hi {
		display: inline;
	}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
