body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color:#000000;
	
}
p, TD.main, P.main, inputRequirement{
color:#000000;
}
.productListing-heading, productListing{ 
color:#88b050;
}

#main_wrap {
	background-color: #FFFFFF;
	background-image: url(../images726/img01.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}

h1, h2, h3 {
	margin: 0;
	text-transform: capitalize;
	font-weight: normal;
	color:#000000;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 950px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo */

#logo {
	height: 129px;
	/*background-image: url(TwigsBanner.png);*/
	background-repeat: no-repeat;
	width: 950px;
	
	float: left;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	/*background: url(img02.gif) no-repeat right center;*/
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 30px;
	background-image: url(menu.jpg);
	background-repeat:no-repeat;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 28px;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a.sub {
	display: block;
	width: 210px;
	height: 22px;
	padding-top: 0px;
	text-transform: capitalize;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	color:#003300;
	line-height:2;
	padding-left:6px;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(img03.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 480px;
	margin: 0 auto;
}
#gallery1 {
	clear: both;
	width: 900px;
	height: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Content */

#content {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Posts */

#posts {
	float: right;
	width: 725px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #000000;
}

.post .meta {
	padding: 10px 20px;
	background: url(img15.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	
}

.boxed h2 {
	padding-left: 5px;
	color: #000000;
	background-image: url(img14.gif);
	background-repeat: no-repeat;
	/*background-position: 0em 2.5em;
	background-color: #ECE9D8;*/
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 5px;
	
	border-bottom: 1px dotted #CC6600;
}

.boxed a {
	text-decoration: none;
	color: #999999;
}

.boxed a:hover {
	color: #759820;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background-color: #88b050;
	/*background-image: url(footer.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
}

#footer p {
	margin: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;


}

#footer a {
	color: #FFFFFF;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

