/* Designer : anilk.impetus@gmail.com,anilaryan31@yahoo.co.in ,

Anil Kumar Gupta,Phone : +91 - 9968024699 , India,Delhi

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	background-color: #F68527;
}
p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C76826;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}
A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#logo {
	background-image: url(../images/top-strip.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 76px;
	width: 900px;
}
.logo {
	margin: 0px;
	float: left;
	height: 43px;
	width: 251px;
	padding-top: 17px;
	padding-left: 20px;
}

#header {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 264px;
	width: 900px;
}
#top-menu {
	float: left;
	width: 400px;
	padding-left: 500px;
	margin: 0px;
	height: 20px;
	text-transform: uppercase;
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
}
#top-menu A{
	color: #FFFFFF;
	text-decoration: none;
}
#top-menu A:hover{
	color: #FF9933;
}
#sub-menu {
	padding-left: 680px;
	padding-top: 80px;
	float: left;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 33px;
}
#sub-menu A{
	color: #000000;
	text-decoration: none;
}
#sub-menu A:hover{
	color: #FF9933;
	text-decoration: underline;
}


#mid-area {
	margin: 0px;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#article {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#article-top {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	float: left;
	height: 25px;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	line-height: 26px;
}
#article-bot {
	float: left;
	height: auto;
	width: 690px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #000000;
	margin: 0px;
}

#footer {
	float: left;
	height: 60px;
	width: 900px;
	background-color: #000000;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}
.terms A{
	color: #FFFFFF;
	text-decoration: none;
}
.terms A:hover{
	color: #FF9933;
	text-decoration: underline;
}
.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 10px;
	text-align: right;
}
.red {
	color: #FF0000;
}

