/* The main calendar widget.  DIV containing a table. */
body {
	margin: 0 auto 0 auto;
	padding: 0 0;
	background-image: url(img/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#page {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align: center;
}

#header {
	text-align: left;
	height: 96px;
}

#header img {
	margin: 20px 10px 10px 20px;
}

#content {
	background-color: #fff;
}

/* top navigation */
#menutop {
	background-color: #FF3300;
	margin: 0;
	padding: 0 0;
}

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

#menutop ul li {
	display: inline;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
}

#menutop ul li a {
	color: #000;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

/* left */
#left {
	width: 234px;
	background-image: url(img/tf_bkg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#leftmenu {
	margin: 10px 0 10px 0;
	padding: 0 0;
}

#leftmenu ul {
	margin: 0px 0 0px 0;
	padding: 0px 5px 20px 10px;
	background-image: url(img/bf_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F1F1F1;
}

#leftmenu ul li {
	list-style: none;
	padding: 0px 0 0px 0;
	text-align: left;
	line-height: 20px;
}

#leftmenu ul li a{
	color: #008600;
	text-decoration: none;
	background-image: url(img/bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

.subleft {
	margin: 0px 0 0px 15px !important;
	padding: 0px 5px 0px 0px !important;
	background-image: none !important;
	/*background-color: #E3E3E3 !important;*/
	border-left: 3px solid #E3E3E3;
}

.subleft li a {
	color: #FF3300 !important;
	background-image: none !important;
	padding: 0 0 0 10px !important;
}

#login {
	background-image: url(img/loginbkg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 182px;
	text-align: center;
	padding: 0 0px;
	margin: 0 0 0 0;
	clear: both;
}

#login h1 a {
	color: #fff;
	font-size: 13px;
	font-align: center;
	line-height: 15px;
	margin: 0;
	padding: 0 0px 0 0px;
	font-weight: bold;
}

#login h2 a {
	color: #000;
	font-size: 13px;
	font-align: center;
	line-height: 15px;
	margin: 0;
	padding: 0 0px 0 0px;
	font-weight: bold;
}
#login input {
	width: 174px;
	height: 18px;
	border: 1px solid #FF3300;
	padding: 1px 1px;
}

#login p {
	margin: 0 0 3px 0;
	padding: 0 0;
}

#login a {
	color: #008600;
}

#loginbtn {
	width: 91px;
	height: 36px;
	background-image: url(img/loginbtn.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: none;

}


/* center */
#center {
	width: 549px;
}

#center h1 {
	font-size: 18px;
	text-align: left;
	margin: 20px;
	padding: 0 0;
}

#center a {
	color: #008600;
	font-weight: bold;
}

.cite {
	margin: 20px;
	padding: 3px 0 3px 0;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.cite p {
	background-color: #F1F1F1;
	padding: 10px 20px;
	margin: 0;
	color: #666666;
	font-size: 13px;
	text-align: justify;
}

.cmenu ul {
	margin: 0 20px 0 20px;
	padding: 0 0;
	list-style: none;
}

.cmenu ul li {
	display: inline;
}

.prod {
	text-align: center;
}

.prod ul li {
	display: inline;
	list-style: none;
	margin: 0px 5px 10px 5px;
	text-align: center;
	width: 130px;
	height: 280px;
	float: left;
}

.prod ul li img {
	border: 1px solid #008600;
	height: 140px;
	display: block;
	padding: 2px 2px;
	margin: 0;
}

.prod a {
	color: #008600;
	font-weight: bold;
}

.details {
	margin: 10px 0 10px 0 !important;
	padding: 0 0 !important;
}

.details li {
	height: auto !important;
	text-align: left !important;
	line-height: 25px !important;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 5px 0 25px !important;
	margin-left: 20px;
	list-style: none;
}

.pr_details table {
	width: 500px;
}

.pr_details img {
	width: 200px;
}

#comment {
	text-align: left;
	margin: 0 20px 0 20px;
}

#comment ul {
	margin: 0;
	padding: 0 0;
}

#comment ul li {
	background-color: #F1F1F1;
	margin: 5px 0 0 0;
	padding: 22px 10px 10px 10px;
	list-style: none;
	background-image: url(img/commentbkg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* right */
#right {
	width: 213px;
	background-color: #F1F1F1;
	background-image: url(img/tf_bkg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 5px 0 10px 0;
}

#right ul {
	margin: 0px 0 0px 0;
	padding: 20px 0 20px 0;
	background-image: url(img/bf_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#right ul li {
	list-style: none;
	padding: 5px 0 5px 0;
}

/* bottom */
#bottom {
	border-top: 1px dashed #ccc;
}

#bottom ul li{
	display: inline;
	list-style: none;
}

#bottom ul li a{
	color: #008600;
	font-weight: bold;
	text-decoration: none;
}

