* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 40px;
line-height: 40px;
background: #57626a url(../img/menu.jpg) no-repeat;
text-transform: uppercase;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

.right {
width: 568px;
float: right;
text-align: justify;
}
.right h2 {
color: #FF4800;
font-size: 20px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}

/*Added*/
.btns
{
	width:80px;
	color: #333333;
	background-color:#EBEBEB;
	
}

#page {
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
}
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.navigationBox
{
	padding-left:5px;
	background-color: #FFF9B0;
	color: #333333;
	border: 1px solid #CDAD00;
	width:100%;
	text-transform:capitalize;

}
.navigationBox a:link  a:visited a:hover
{
	text-transform:capitalize;
	color:#333333;
}

.required
{
	color:red;
	font-weight:bold;
}

.subCatHeading
{
	padding-left:5px;
	background-color: #EEEEE0;
	color: #333333;
	font-weight:900;
	font-size:13px;
	border: 1px solid #CDAD00;
	width:100%;
	text-transform:capitalize;
	float:left;

}
.subcats , .subcats.a:visited
{
	color:#333333;
}
.subcats:hover
{
	color:#333333;
	text-decoration: underline;
}
.subMenuBox
{
	padding-left:10px;
	
}


.subMenuBox ul li
{
	list-style: disc;
	padding-left:0px;
	
}
.subMenuBox li ul
{
	padding-left:5px;
}
.subMenuBox li ul li
{
	float: left;
	width: 49%;
}
.subMenuBox li ul li a:link a:visited
{
	color:#333333;
	text-decoration:none;
}
.subMenuBox li ul li a:hover
{
	color:#333333;
	text-decoration:underline;	
}

/* home Categories */
.subMenuBoxHome
{
	padding-left:0px;	
}

.subMenuBoxHome ul li
{
	list-style: none;
	float :left;	
	width:45%;
	margin:0px;
	padding:0px;
	
}
.subMenuBoxHome ul li ul
{
/*
	padding-left:0px;
	margin-left:10px;	
*/	
	
}
.subMenuBoxHome ul li ul li a:link a:visited
{
	color:#333333;
	text-decoration:none;
}
.subMenuBoxHome ul li ul li a:hover
{
	color:#333333;
	text-decoration:underline;
}
.homeSubCats
{
	float:none;
	list-style:disc;
	width:100%;
}
.linkTitle
{
	font-weight:bold;
	font-size:13px;
	color:#333333;	
	list-style:none;
	padding-bottom:10px;
}
.linkTitlelink
{
	color:#333333;	
	text-decoration:none;	
}
.linkTitlelink:hover
{
	text-decoration:underline;	
}
.linkDesc
{
	font-weight:normal;
	font-size:11px;
	color:#333333;	
	list-style:none;
}
.linkUrl
{
	font-weight:normal;
	font-size:11px;
	color:#BFBFBF;
	list-style:none;
	text-align:right;
}
.putlogo 
{
	background: url(../img/logo.jpg) no-repeat;
	height: 100px;
	width: 100px;
}