.picture_border {
	padding:  2px;
	border: 1px solid #999;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	background-image: url(img/bg_style.jpg);
	background-repeat: no-repeat;
	background-color: #010101;
	background-position: center top;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #41bbea;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;	
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #41bbea;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	margin: 0 auto;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 50px;
	padding-top: 30px;
	padding-left: 30px;
	/* background: #73D000 url(img/img02.jpg) no-repeat; */
	text-align: right;
	text-decoration: none;
	text-transform: none;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	padding-top: 85px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#latest-post {
	float: left;
	width: 580px;
}

#recent-posts {
	float: right;
	width: 280px;
	padding: 12px 0 0 30px;
	background: url(img/img03.gif) repeat-y;
}

#recent-posts .entry {
	background: url(img/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	/* background: #CDEB8B url(img/img05.gif) no-repeat; */
    /* border-top: 20px solid #FFFFFF; */
	background: url(img/img04.gif) repeat-x left bottom;
	color: #41bbea;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #41bbea;
}

#sidebar a {
	text-decoration: none;
	color: #41bbea;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	margin: 0 auto;
	clear:both;
	/* background: url(img/img06.gif) no-repeat; */
}

#footer p {
	margin: 0;
	padding-top: 10px;
}

#legal {
	text-align:center;
}

#links {
	float: right;
}


.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  padding-bottom: 10px;
}
.product_listing{
	background-image: url(img/img04.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}
