/*CSS Code by Vijay Kumar vijaykumarjee@gmail.com*/

/* set all the styles to 0 */
html, body, table, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Firefox will always display a scroll bar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
html, body {
	height:100%;
}
/* png */
* html img, * html .png {
	position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}
/* remember to define focus styles! */
:focus {
	outline:0px;
}
body {
	font-family:verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #6b2464;
	background-image: url(../images/bg-body.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	cursor: pointer;
	outline:none;
}
img {
	border:0px;
	outline:none;
}
p {
	padding:3px 0px;
	margin:0px;
}
h1 {
	font-family:arial, verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
.container {
	margin:0px auto;
	padding:0px;
	height:auto;
	width:994px;
	text-align:left;
}
.master {
	float:left;
	margin:0px;
	padding:15px 0 0 0;
	width:994px;
}
.top-header {
	float:left;
	width:994px;
	background-color: #FFF;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navigation-top {
	float:left;
	width:994px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.navigation-top-l {
	float:left;
	width:24px;
}
.navigation-top-m {
	float:left;
	width:946px;
	padding:11px 0 8px 0;
}
.navigation-top-r {
	float:left;
	width:24px;
}
.header-img {
	float:left;
	width:994px;
}
.header-flash {
	float:left;
	width:665px;
}
.header-banners {
	float:left;
	width:329px;
}
.middle {
	float:left;
	width:994px;
	background-image: url(../images/bg-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.middle-l {
	float:left;
	width:29px;
}
.middle-m {
	float:left;
	width:936px;
	background-image: url(../images/middle-top-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:25px 0 0 0;
}
.middle-r {
	float:left;
	width:29px;
}
.m-b {
	float:left;
	width:994px;
}
.m-box {
	float:left;
	width:300px;
}
.m-box-t {
	float:left;
	width:300px;
}
.m-box-m {
	float:left;
	width:300px;
}
.m-box-b {
	float:left;
	width:260px;
	padding:10px 20px 47px 20px;
	background-image: url(../images/bg-box1.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family:arial, verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.m-box2 {
	float:left;
	width:361px;
}
.m-box2-t {
	float:left;
	width:355px;
}
.m-box2-m {
	float:left;
	width:355px;
}
.m-box2-b {
	float:left;
	width:315px;
	padding:10px 20px 39px 20px;
	background-image: url(../images/bg-box-2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family:arial, verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.m-box3 {
	float:left;
	width:275px;
}
.m-box3-t {
	float:left;
	width:272px;
}
.m-box3-m {
	float:left;
	width:232px;
	padding:10px 20px 6px 20px;
	background-image: url(../images/bg-m-box-3.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	font-family:arial, verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	
}
.inpt-box {
	width:201px;
	padding:2px;
	height:15px;
	font-family:arial, verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	display:inline;
	margin:5px 0 5px 0;
}

.m-box3-b {
	float:left;
	width:272px;
}


.footer {
	float:left;
	width:994px;
	padding:16px 0 16px 0;
	text-align:center;
	color:#c37ebc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:18px;
}
.footer a {
	text-align:center;
	color:#c37ebc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:18px;
	padding:0 5px 0 5px;
}
.footer a:hover {
	color:#fff;
}

