body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

a {
	color: #414141;
	text-decoration:none;
}

a:hover {
	text-decoration: overline;
	color:#876d88;
}

hr {
	display: none;
	}

/* tOP */

#top {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/head.jpg) repeat-x ;
}

#sitename {
			padding-left: 20px;
			padding-top: 15px;
			font-size: 23px;
			color:#c2d6cc;
			font-family:Arial, Helvetica, sans-serif;
			letter-spacing:-1px;
			text-transform:uppercase;
			text-decoration:none;
			}
	
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: right;
	width: 680px;
	border: thin solid #d3e6dd;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -1px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 16px;
	color:#666666;
	background: #F5F5F5;
}

.post .title a {
	text-decoration: none;
	
}

.post .inner {
	padding: 5px 5px;
	
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	border: thin solid #d3e6dd;
	background: #F2FFF9;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background:  url(../images/bull.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 2px 0 0 5px;
	background: #d3e6dd ;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #707773;
}

#topprod{ padding-left:5px;
		  padding-top:5px;
		  text-transform:lowercase;		  
		}
		
/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	background: url(../images/footer.jpg) repeat-x;
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 6px solid #c2d6cc;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}