body {
	margin: 0;
	padding: 0;
	font-family:"Verdana";
}

div#header {
	background: url(/images/header/head-background.png) repeat-x;
	height: 231px;
	width: 100%;
}

#homepage, #shareholder {
	float: right;
	color: #FFF;
	margin: 2px 5px 0 0;
	font-size: 12px;
	display: block;
	float: right;
}

#shareholder {
	float: left;
	margin-left: 5px;
}

div#header_items {
	clear:right;
	width: 707px;
	margin: auto;
}

div#header_items img {
	float: left;
}

div#titles {
	float: left;
	width: 485px;
}

p#title {
	padding: 65px 0 0 20px;
	color: #FFF;
	font-variant: small-caps;
	font-size: 36px;
	margin: 0;
}

p#subtitle {
	font-size: 24px;
	color: #CC9966;
	padding: 0;
	font-size: 24px;
	padding-left: 20px;
	margin-top: 10px;
}

/* END HEADER */

/* START MAIN AREA */

#main-container {
	min-width: 800px;
	max-width: 1024px;
	margin: auto;
	margin-top: 30px;
	padding-left: 122px; /*LC width */
	padding-right: 17px; /*RC width */
}

#main-container .column {
	position: relative;
	float: left;
	height: 660px;
}

#pap_info, #pps_info, #bti_info {
	width: 100%;
	/*background: url(/images/main/product-background.png) repeat-x;*/
	background: url(/images/main/main-background2.png) repeat-x;
}

#left-tabs {
	width: 122px; /*LC width */
	right: 122px; /* LC width */
	margin-left: -100%;
}

.selected {
	background: url(/images/tabs/selected-tab.png) no-repeat;
}

.unselected {
	background: url(/images/tabs/unselected-tab2.png) no-repeat;
	border-right: 1px solid #414040;
}

#left-tabs a {
	cursor: pointer;
}

#right-column {
	width: 17px; /*RC width */
	margin-right: -17px; /* RC width */
	background: url(/images/main/product-left.png) no-repeat;
}

*html #left-tabs {
	left: 17px; /* RC width */
}

/* Tabs */
.tab {
	height: 105px;
	width: 122px;
	padding-top: 7px;
}

.tab img {
	border: none;
	display: block;
	margin: auto;
}

#pps-logo {
	margin-top: 7px;
}

#left-border {
	border-right: 1px solid #414040;
	height: 324px;
	width: 100%;
}

/* Product Info Areas */
h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #7A623D;
}

h3 a {
	text-decoration: none;
	color: #7A623D;
}

h3 a:visited {
	color: #7A623D;
}

.left-product-column, .right-product-column {
	width: 43%;
	float: left;
	height: 520px;
	font-size: 14px;
	padding: 0 2% 10px 5%;
	margin-bottom: 20px;
}

.left-product-column img {
	display: inline;
}

.caption {
	font-style: italic;
	margin: 0;
	padding: 0;
	text-align: center;
}

.caption a {
	color: #7A623D;
	font-size: 12px;
}

.gallery {
	margin-top: 5px;
}

.gallery a {
	text-decoration: none;
}

.gallery a img {
	border: none;
}

.left-product-column p, .right-product-column p {
	padding: 0;
	margin: 0;
}

h4 {
	color: #6A7B3D;
	margin-bottom: 5px;
}

#download {
	text-align: center;
}

#download a {
	color: #7A623D;
}

/*BioTools */
#bti_info a {
	color: #7A623D;
}