body {
	background:url(images/new-skin/background-tile.png) repeat-x #FFFFFD;
}

p {
	line-height:17px;
	padding:0px 5px 0px 10px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:30px 0px 10px 0px;
	padding-left:10px;
	color:#006130;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0px;
	padding-left:10px;
	padding-bottom:0px;
	color:#006130;
	padding-top:10px;
}

.border {
	border: 1px solid #CCCCCC;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding:5px 0px;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.textsmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left:10px;
	font-weight: bold;
	color: #000000;
}

span.welcome {
	display:block;
	float:left;
}
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
}
a:hover {
	color: #000000;
	background-color: #CCCCCC;

}



.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}


/*Added for MAIN MENU*/

ul#main-menu {
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	background:url(images/new-skin/menu-top.png) no-repeat top;
	width:135px;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
}

ul#main-menu li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	background:url(images/new-skin/list-style.png) no-repeat bottom #E6E6C4;
	padding-bottom:2px;
}

ul#main-menu li.last {
	background:#E6E6C4;
	background-image:none;
}

ul#main-menu li a, ul#main-menu li a:visited {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	background:none;
	color:#363636;
	font-size:11px;
	text-decoration:none;
	display:block;
	width:119px;
	padding:8px 8px 8px 8px;
}

ul#main-menu li a:hover {
	background:url(images/new-skin/menu-over.png) top no-repeat #00592C;
	color:#fff;
}

ul#main-menu li.active a {
	background:url(images/new-skin/menu-active.png) top no-repeat #F6F6E9;
	color:#363636;
}

div.main-menu {
	overflow:hidden;
	background:url(images/new-skin/menu-btm.png) no-repeat bottom;
	padding-bottom:15px;
}

div.panel-book {
	background:url(images/new-skin/book-bg.png) no-repeat;
	width:304px;
	padding:12px 16px 15px 100px;
	height:137px;
	margin-left:5px;
}

div.panel-book h3 {
	color:#006030;
	font-weight:bold;
	font-size:18px;
	font-family:Georgia,"Times New Roman", Times, serif;
	line-height:115%;
	margin:0px 0px 10px 10px;
	padding:0px;
}

div.panel-book p {
	color:#343434;
	line-height:120%;
	margin:0px 0px 13px 5px;
	padding:0px;
	width:190px;
}

div.panel-book .right-info {
	overflow:hidden;
	padding-left:10px;
}

a.more, a.more:visited {
	background:url(images/new-skin/more-info-btn.png) no-repeat;
	width:104px;
	height:27px;
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#005D2F;
	text-decoration:none;
	padding:7px 0px 0px 20px;
	float:left;
}

a.more:hover {
	text-decoration:underline;
}


div.panel-book a.buy, div.panel-book a.buy:visited {
	background:url(images/new-skin/buy-green-bg.png) no-repeat;
	width:104px;
	height:27px;
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	margin-left:5px;
	padding:7px 0px 0px 20px;
	float:left;
}

div.panel-book a.buy:hover {
	text-decoration:underline;
}

div.selling-points {
	margin-left:13px;
}

ul.selling-points {
	background:url(images/new-skin/bullet-large.png) no-repeat;
	width:540px;
	height:350px;
	padding:20px 15px 0px 20px;
}

ul.selling-points {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
}

ul.selling-points li {
	color:#006030;
	font-size:12px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:12px;
	padding-left:20px;
	background:url(images/new-skin/bullet.png) left no-repeat;
}

a.buy-now, a.buy-now:visited {
	display:block;
	background:url(images/new-skin/buy-now.png) no-repeat;
	width:180px;
	height:36px;
	font-size:14px;
	font-weight:bold;
	color:#006030;
	margin-top:10px;
	padding-top:15px;
	padding-left:20px;
	text-decoration:none;
}

a.buy-now:hover {
	text-decoration:underline;
}

.clr {
	clear:both;
}

div.rhs {
	width:161px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
}

div.rhs .right-top {
	background:url(images/new-skin/right-top.png) no-repeat;
	padding:10px 9px 5px 9px;
	width:143px;	
}

div.right-content {
	color:#6a6a66;
	background:url(images/new-skin/right-tile.png) repeat-y;
	font-size:12px;
	padding:0px 9px 0px 9px;
	width:143px;
	overflow:hidden;
}

div.right-content p {
	margin:0px;
	margin-left:4px;
	padding:0px;
	margin-bottom:10px;
}

div.right-content a.more {
	padding-top:10px;
	float:none;
	height:24px;
}

div.rhs h4 {
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	color:#353535;
	line-height:16px;
	margin:0px;
	margin-left:3px;
}

div.rhs a, div.rhs a:visited {
	text-decoration:none;
	color:#353535;
}

div.rhs a:hover {
	text-decoration:underline;
}

div.rhs h4 a:hover {
	background:none;
	text-decoration:underline;
}

div.rhs img {
	text-align:center;
	border:4px #FFF solid;
	margin:2px 0px 4px 0px;
}

div.right-btn {
	background:url(images/new-skin/right-btm.png) no-repeat;
	width:161px;
	height:10px;
}
