/*
// Created By: Shabu Anower
// URL: http://www.osdesigner.net
*/

/*Common function*/
body {
	margin: 0px;
	color: #0a0909;
	background: url('bg.gif') #d5d5d5 repeat-x top;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

	a {
		color: #04639f;
		text-decoration: none;
	}
	
	a:hover {
		color: #068dfe;
		text-decoration: underline;
	}

h1, h2, h3, h4 {
	font-style: normal;
	font-size: 11px;
}	

/*Text line*/
.textline {
	margin: 0px;
	color: #04639f;
	padding: 4px 0 4px 0;
}
	.textline a {
		font-weight: bold;
		color: #04639f;
		text-decoration: none;
	}
	
	.textline a:hover {
		color: #068dfe;
		text-decoration: underline;
	}

/*Container*/
#content {
	width: 775px;
	margin: 0 auto;
}

.boxtop {
	height: 11px;
	background: url('top.bg.gif') repeat-x top;
	margin: 0;
	clear: both;
}
	.boxtop h2 {
		margin: 0;
	}
	
	.boxtop p {
		float: right;
		margin: 0px;
	}
	
.boxbody {
	background: #ffffff;
	margin: 0;
}

.boxbottom {
	height: 17px;
	background: url('bottom.bg.gif') repeat-x bottom;
}
	.boxbottom h2 {
		margin: 0;
	}
	.boxbottom p {
		float: right;
		margin: 0px;
	}


/* Header Area*/
.header {
	background: url('header.bg.gif') repeat-x;
	height: 123px;
}
	.header h2 {
		margin: 0;
		padding: 0;
	}

	.header p {
		float: right;
		margin: 0;
	}
	.banner {
		float: right;
		padding: 30px 10px 0 0;
		text-align: right;
	}
	
	.searchA {
		float: right;
		padding: 5px 0 0 0;
		text-align: right;
	}



/*Menu*/
.menu {
	background: url('menu.bg.gif') repeat-x;
	margin: 10px 0 20px 0;
	padding: 0;
	height: 55px;
	width: 450px;
	float: right;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	padding:0;
	margin: 0;
	height: 55px;
	display: inline;
	float:left;
	list-style-type: none;
}

.menu li a {
	color: #ffffff;
	text-decoration: none;
}

.menu li a:hover {
	color: #0a0a09;
	text-decoration: none;
}

/*Nav Button*/
#home {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	}

		a#home {
			overflow:hidden;
			display:block;
			width:90px;
			height:35px;
			padding: 20px 0 0 0;
			background:url('firstmenu.gif') no-repeat left;
		}
		a#home:hover {
			background:url('firstmenu.blue.gif') no-repeat left;
		}
		
#submit {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

	a#submit {
		overflow:hidden;
		display:block;
		width:90px;
		height:35px;
		padding: 20px 0 0 0;
		background:url('menu.bg.gif');
	}
	a#submit:hover {
		background:url('bluebg.gif');
	}		
		
		
#new {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

	a#new {
		overflow:hidden;
		display:block;
		width:90px;
		height:35px;
		padding: 20px 0 0 0;
		background:url('menu.bg.gif');
	}
	a#new:hover {
		background:url('bluebg.gif');
	}
		
			
#top {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

	a#top {
		overflow:hidden;
		display:block;
		width:90px;
		height:35px;
		padding: 20px 0 0 0;
		background:url('menu.bg.gif');
	}
	a#top:hover {
		background:url('bluebg.gif');
	}	
		
#contact {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

	a#contact {
		overflow:hidden;
		display:block;
		width:75px;
		height:35px;
		padding: 20px 15px 0 0;
		background:url('endmenu.gif') no-repeat right;
	}
	a#contact:hover {
		background:url('endmenu.blue.gif') no-repeat right;
	}		

.caption {
	height: 55px;
	background: url('menu.bg.gif') repeat-x;
	margin: 0 0 0 8px;
}
	.caption h2 {
		background: url('firstmenu.gif') no-repeat left;
		height: 35px;
		margin: 0;
		padding: 20px 0 0 20px;
		color: #ffffff;
	}
	
	.caption p {
		background: url('endmenu.gif') no-repeat right;
		height: 55px;
		float: right;
		margin: 0px;
		width: 17px;
	}
	
.fcaption {
	height: 55px;
	background: url('bluebg.gif') repeat-x;
	margin: 0 0 0 8px;
}
	.fcaption h2 {
		background: url('firstblue.gif') no-repeat left;
		height: 35px;
		margin: 0;
		padding: 20px 0 0 20px;
		color: #040505;
	}
	
	.fcaption p {
		background: url('endblue.gif') no-repeat right;
		height: 55px;
		float: right;
		margin: 0px;
		width: 17px;
	}

.cattop {
	background: #daecfc;
	height: 6px;
	margin: 0 5px 0 15px;
}

.bbg {
	background: url('cat.bg.gif') repeat-x top;
	margin: 0 5px 10px 15px;
	padding: 0 0 6px 0;
}

/*Right Area*/

.rightarea {
	background: url('right.gif') #ffffff repeat-x top;
	margin: 0 10px 0 10px;
	padding: 0 0 0 10px;
	width: 190px;
}	
	.rightarea ol {
		margin: 0;
		padding: 0;
		width: 90%;
	}
	.rightarea li {
		list-style: none;
		margin: 3px 0 3px 0;
		padding: 0 0 0 15px;
		color: #04639f;
		font-weight: bold;
		background: url('right.blt.gif') no-repeat left;
	}
	
	.rightarea h2 {
		padding: 10px 0 10px 0;
		margin: 0;
		color: #04639f;
		font-size: 13px;
	}
	
	.rightarea a {
		color: #04639f; text-decoration: none;
		}
	.rightarea a:hover {
		color: #068dfe;
		text-decoration: underline;
		}




/*Footer*/
.footer {
	background: url('footer.bg.gif') repeat-x;
	height: 68px;
	color: #ffffff;
	margin: 0 0 20px 0;
}
	.footer p {
		float: right;
		background: url('footer.right.gif') no-repeat right;
		margin: 0;
		width: 9px;
		height: 68px;
	}
	.footer h2 {
		background: url('footer.left.gif') no-repeat left;
		margin: 0;
		padding: 30px 0 0 20px;
		font-size: 10px;
		font-weight: bold;
		height: 38px;
		text-align: center;
	}

	.footer a {
		font-size: 10px; color: #ffffff; text-decoration: none;
		}
	.footer a:hover {
		font-size: 10px; color: #0a0809; text-decoration: none;
		}

/*Devider padding left*/
.padding_left {
	padding: 0 4px 0 4px;
}

/*Sorting*/
.sort {
	color: #ffffff; font-size: 9px; float: right; margin: 0px; padding: 0 10px 0 0;
}
	.sort a {
		color: #ffffff;
		font-size: 9px;
	}	
	.sort a:hover {
		color: #068dfe;
		text-decoration: underline;
	}
	
/*pagination*/
.page {
	color: #040505;
	font-weight: bold;
	font-size: 12px;
	margin: 0 10px 10px 14px;
	padding: 6px;
}
	.page p {
		float: right;
	}
	.page a {
		color: #040505;
	}	
	.page a:hover {
		color: #068dfe;
		text-decoration: underline;
	}
	
/*Directory Path*/
.path {
	color: #04639f;
	padding: 3px;
	margin: 0 10px 6px 10px;
	font-weight: bold;
}

	.path a {
		color: #04639f;
	}	
	.path a:hover {
		color: #068dfe;
		text-decoration: underline;
	}

	.path p {
		margin: 6px 0 0 0;
	}
	
	.path h1 {
		float: right;
		margin: 6px 0 0 0;
	}
	
.searchbg {
	background: url('search.bg.gif') no-repeat;
	width: 263px;
	height: 46px;
	margin: 40px 0 0 0;
}

/*Search button*/	
.button {
	margin: 40px 0 0 0; BORDER: 0px; background: url('search.gif') no-repeat; height: 46px; width: 86px;
}

.button:hover {
	margin: 40px 0 0 0; BORDER: 0px; background: url('search.gif') no-repeat 0px -46px; height: 46px; width: 86px;
}

/*Search input*/
.search {
	float: right; margin: 10px 10px 0 5px; Padding: 4px 0 0 3px; BORDER: 0px; FONT-SIZE: 12px; font-weight: bold; BACKGROUND: none; COLOR: #ffffff; HEIGHT: 20px; width: 225px;
}

.screenshot {
	background: url('loader.gif') no-repeat center;
	border: 1px solid #040505;
	width: 100px;
	height: 68px;
	margin: 2px 8px 2px 0;
}

.fbox {
	background: url('cat.bg.gif') repeat-x top;
	border: 1px solid #d5d5d5;
	margin: 0 10px 10px 14px;
	padding: 6px;
}

/*Regular Link*/	
.lbox {
	margin: 0 10px 10px 14px;
	padding: 6px;
}

/*Text Input Style*/
.text {
	border: 1px solid #4194c5;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #04639f;
}
.textarea {
	border: 1px solid #4194c5;
	background: #ffffff;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #04639f;
}
.textpy {
	border: 1px solid #4194c5;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 50px;
	color: #04639f;
}

/*Image Verification*/
.captcha {
	border: 1px solid #04639f;
}
/*Form*/
form {
	Margin: 0px;
}

/*Category*/
.cat {
	background: url('cat.blt.gif') no-repeat left;
	margin: 0 0 0 6px;
	padding: 2px 0 4px 16px;
	font-size: 11px;
	font-weight: bold;
	color: #04639f;
}
	
	.cat a {
		color: #04639f;
		text-decoration: none;

	}
	.cat a:hover {
		color: #068dfe;
		text-decoration: underline;
	}
	
	.cat span {
		font-size: 10px;
		color: #04639f;
		padding: 0 0 0 4px;
	}

/*Sub Cat*/
.subcat {
	color: #646464;
}
	.subcat p {
		background: url('right.blt.gif') no-repeat;
		margin: 0 0 5px 22px;
		padding: 0 0 0 12px;
	}

	.subcat a {
		color: #646464;
		text-decoration: none;
	}
	.subcat a:hover {
		text-decoration: underline;
	}
	
	.subcat span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}
	
/*catin*/
.catin {
	color: #04639f;
	margin: 0 0 0 12px;
	font-weight: bold;
	background: url('right.blt.gif') no-repeat left;
}
	.catin p {
		margin: 0;
		padding: 3px 0 3px 12px;
	}

	.catin a {
		color: #04639f;
		text-decoration: none;
	}
	.catin a:hover {
		color: #068dfe;
		text-decoration: underline;
	}
	
	.catin span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}


/*Common Break*/
.break {
	padding: 3px 0 3px 0;
}

/*PayPal*/
.pp {
	font-size: 14px; color: #0a0a09; font-weight: bold; text-align: center;
}

/*Featured Links*/
.furl {
	margin: 0 0 4px 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #04639f;
}

	.furl a {
		color: #04639f;
	}
	.furl a:hover {
		color: #068dfe;
		text-decoration: underline;
	}

/*Regular Link*/	
.rurl {
	margin: 0 0 4px 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
}
	.rurl a {
		color: #0a0a09;
	}
	.rurl a:hover {
		color: #068dfe;
		text-decoration: underline;
	}

/*Link Description*/
.desc {
	font-size: 11px; color: #646464; font-weight: normal; margin: 0 0 2px 0;
}

/*Link URL*/
.url {
	font-weight: normal; font-size: 11px; color: #04639f;  margin: 2px 0 0 0;
}
	.url a {
		color: #04639f;	font-weight: bold;
	}
	.url a:hover {
		color: #068dfe;
		text-decoration: underline;
	}
	
/*PageRank*/
div.pr {
	font-size: 6pt;
	color: #484848;
}

	div.prg{
		width: 40px;
		border: 1px solid #999999;
		height: 3px;
		background: #fff;
		font-size: 1px;
	}
	div.prb{
		background: #5eaa5e;
		height: 3px;
		font-size: 1px;
	}

/*Small Style*/	
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #04639f;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}

/*Error Style*/
.err {
	color: #ff1212;
	text-align: left;
	margin: 0 10px 10px 14px;
	padding: 6px;
	font-weight: bold;
}
/*MSG Style*/
.msg{
	color: #068dfe;
	text-align: left;
	margin: 0 10px 10px 14px;
	padding: 6px;
	font-weight: bold;
}
/*REQ Marking*/
span.req {
	color: #FF0000;
	font-weight: bold;
}
/*Drop list*/
select {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #d5d5d5;
}