
body {background-color:#9F9B9B; background-image:url(images/mainbg.jpg); background-repeat: repeat-y; background-position:center;}

/* links */
a { color: #3F19AA; background: inherit; }
a:hover { color: #DE0B2E; background: inherit; }	

/* headings */
h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }



/* content */
#content { margin: 10px auto; width: 960px; background-color:#736E6E; }

/* menu */	
#tabs { background: #736E6E;  height: 64px; text-align: center; padding: 0 0 0 210px; }
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(images/barbg.gif) no-repeat; color: #000; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #fff url(images/barcurrent.gif) no-repeat; color: #000; }	
#tabs li a.current { background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }

/* menu products page */	
#tabs1 { background: #736E6E;  height: 64px; text-align: center; padding: 0 0 0 0px; width:100%; }
#tabs1 li { display: inline; height: 45px; }
#tabs1 li a { float: left; background: #fff url(images/barbg.gif) no-repeat; color: #000; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs1 li a:hover { background: #fff url(images/barcurrent.gif) no-repeat; color: #000; }	
#tabs1 li a.current { background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }


.gboxtop { clear: both; height: 25px; background: #dedede url(images/gboxtop.gif) no-repeat; color: #000; }



/* left side */
.left { float: left; width: 650px; margin: 0 0 10px 0; }
	.left_articles {
		margin: 0 20px 15px 10px;
		padding: 10px;
		text-align: justify;
		color: #000;
		background: #fff;
		border: solid 1px black;
	}
	
	.thumbnail { float: left; margin: 0 18px 8px 0; border: 1px solid #dedede; }


/* bottom thirds */
.thirds { float: left; width: 203px; background: #eee; margin: 0 12px 0 0; color: #5d5d5d;}
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
	.smallbox p { padding: 0; margin: 0; }

	
/* right side */
#right {
	float: right;
	width: 295px;
	margin: 0 3px 10px 0;
	
}
	.boxtop { height: 19px; background: #fff url(images/boxtop.gif) no-repeat; color: #000; }
	.box { background: #fff; color: #000; padding: 5px 10px 15px 10px; margin: 0 0 10px 0;  border: solid 1px black; }
	.box p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }


/* footer  */
.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; }