html,*{
padding:0;
margin:0;
}
:focus{outline:none;}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #49453F;
	background-color: #F0E5D5;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	background-position: 50%;
}
a {
	color: #333333;
}
a:hover {
	background-color: #F4D8C8;
}

a.buy {
	background-color: #333333;
	color: #FFFFFF;
	padding: 4px 12px;
	text-decoration: none;
	font-weight: bold;
}
a.buy:hover {
	color: #333333;
	background-color: #EABD56;
}



h1 {
	font-size: 25px;
	padding-bottom: 15px;
}
#pagecontent p {
	padding-bottom: 15px;
}


#wrapper {
	width: 1122px;
	margin: 0 auto;
	background-image: url(images/wrapperbg.png);

}
#topmenu {
	background-color: #F0E5D5;
}

#topmenu #left {
	float: left;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 30%;
	background-color: #F0E5D5;
}
#topmenu #right {
	float: right;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 70%;
	text-align: right;
	background-color: #F0E5D5;
}
#topmenu #right a{
padding-right:10px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 322px;
	clear: both;
	background-position: 50%;
}
#main {
}
#pagetop {
	background-image: url(images/pagetopbg.png);
	height:auto;
	text-align: left;
	font-size: 19px;
	color: #FFFFFF;
	margin-left: 219px;
	padding:3px 0;
	padding-left: 20px;
}
#pagetop a{
text-decoration:none;
padding:0 15px;
font-size:22px;
margin-right:3px;
}
#pagetop a.menu-current{
background:#F0E5D5;
}
#pagetop a:hover{
background:#F0E5D5;
}

#content {
/*
	padding: 0px 20px;
	padding-bottom: 20px;
*/
}

#innerwrapper {
	padding-bottom: 20px;
	padding: 0 10px 0 15px;
}

#leftbar {
	min-height:450px;
	width: 250px;
	float: left;
	/*
	border-right: 4px solid #333333;
*/
	margin-right: 5px;
	padding-right: 35px;
	margin-left: -13px;
}
#rightbar {
	float: left;
	width: 265px;
	background-image: url(images/rightbg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#rightbar .title {
	color: #333333;
	padding: 10px 0px 10px 25px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}
#leftmenu {
	padding-bottom: 130px;
	padding-top: 20px;
}
#leftmenu p {
	font-size: 22px;
}
#leftmenu li{
list-style-type:none;
	font-size: 26px;
font-weight:bold;
}
.desc{
display:block;
font-size:18px;
font-weight:normal;
}
#leftmenu li a {
	display: block;
	color: #49453F;
	text-decoration: none;
	padding-left:25px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom:12px;
	padding-right: 5px;
	background-color: transparent;
	background-image: url(images/menu1bg.png);
}
#leftmenu li a:hover, #leftmenu li.menu-current a{
	background-image: url(images/menubg.png);
	background-color: transparent;
}
#leftmenu li li a{
margin-bottom:4px;
font-size:18px;
padding:5px;
padding-left:35px;
background-image:none;
}
#leftmenu li.menu-current li a:hover
{
	background-image: url(images/menubg.png);
	background-color: transparent;
}
#leftmenu li.menu-current li a{
background:none;
}
#leftcontent ul,#midcontent ul{
margin-left:20px;
}
#leftcontent li,#midcontent li{
padding:5px 0;
}
#midcontent{
min-width:280px;
}

#pagecontent {
	float: left;
	width: 800px;
	padding-left: 5px;
	padding-bottom: 130px;
padding-top:25px;
}
#midcontent{
}
#leftcontent {
padding-right: 10px;

}
#rightcontent{
padding-left:10px;
font-size:13px;
max-width:200px;
}

#rightcontent img {
	/* border: 2px solid #49453F; */
	padding: 5px;
	margin: 0 5px 0 5px;
}

#rightcontent li{
font-size:18px;
padding:4px 0;
}

#pagebottom {
	background-repeat: repeat-y;
	padding: 25px 10px;
	color: #FFFFFF;
	background-color: #343434;

	margin: margin:0 7px 0 15px;;
	margin: 0 7px 0 15px;
text-align:right;
font-size:14px;
}
#pagebottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#pagebottom a:hover {
	text-decoration: underline;
	background: none;
}
#footer {
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.button{
text-decoration:none;
display:block;
padding:10px;
font-size:18px;
white-space:nowrap;
width: 250px;
background-image: url(images/menu1bg.png);
font-weight:bold;
}