/*	$Id: site.css,v 1.39 2007/11/01 00:36:19 coaster Exp $	*/

	body {
		margin: 0px;
		background-color: #6d6e71;
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	}
	
	#portal {
		position: relative;
		margin: 0 auto;
		width: 1004px;
		min-height: 660px;
	}
		
	#header {
		position: fixed;
		background-position: center top;
		width: 1004px;
		height: 133px;
		z-index: 10;
	}
	
	#logoverlay {
		width: 222px;
		height: 122px;
		z-index: 10;
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
	}

	#icons {
		position: absolute;
		top: 30px;
		right: auto;
		bottom: auto;
		left: 250px;
	}
			
	#buyboard {
		position: absolute;
		top: 36px;
		right: 302px;
		bottom: auto;
		left: auto;
	}
			
	#nacdb {
		position: absolute;
		top: 36px;
		right: 176px;
		bottom: auto;
		left: auto;
	}
			
	#starnet {
		position: absolute;
		top: 36px;
		right: 30px;
		bottom: auto;
		left: auto;
	}

	
	#contentarea {
		position: absolute;
		top: 133px;
		right: auto;
		bottom: auto;
		left: 222px;
		width: 782px;
		font-size: 12px;
	}
	
	#contentbox {
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		margin: 25px auto 20px 20px;
		width: 743px;
	}
	
	#footer {
		margin: 25px auto 20px 20px;
		text-align: left;
		padding: 50px 24px 10px 0;
		font-size: 10px;
		color: #000;
	}
	
	#footer a {
		text-decoration: none;
		color: #000;
	}

	.left {
		float: left;
		text-align: left;
/*		width: 49%;	*/
	}

	.right {
		float: right;
		text-align: right;
/*		width: 49%;	*/
	}
	
	div.spacer {
		clear: both;
	}
	
	ul.product_menu {
	}
	
	ul.product_menu li {
		text-align: left;
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	}
	
	ul.product_menu li a {
		font-size: 18px;
		color: #000;
		text-decoration: none;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}
	
	table td.leftcol {
		width: 348px;
		margin: 0;
		padding-top: 0;
		padding-right: 23px;
		border-right: 1px solid #000;
		font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		font-size: 14px;
	}
	
	table td.rightcol {
		width: 348px;
		margin: 0;
		padding-top: 0;
		padding-left: 23px;
		border-left: 1px solid #000;
	}

	table#project_images, table#project_thumb {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}
	
	table#project_images td, table#project_thumb td {
		padding: 10px 10px 10px 0;
	}
	
	table#project_images td.radio, table#project_thumb td.radio {
		padding: 10px 0 10px 10px;
	}
	
	table td.public_gallery {
		font-family: "Trebuchet MS", Sans-Serif;
	}
	
	table td.public_gallery b {
		font-weight: bold;
	}
	
	.error {
		color: #f00;
		font-weight: bold;
	}
	
		
	#product_name {
		vertical-align: middle;
		font-family: "Trebuchet MS", Trebuchet, Sans-Serif;
		font-size: 16px;
		color: #eb1414;
		border: 1px solid #fff;
		height: 72px;
	}
	
	#product_name h3 {
		margin-top: 25px;
	}
	
	h3 {
		padding: 0;
		margin-top: 15px;
		margin-bottom: 0;
		font-family: "Trebuchet MS", Trebuchet, Sans-Serif;
		font-size: 16px;
		color: #000;
	}
	
	h4 {
		padding-top: 0;
		margin-top: 0;
		font-family: "Trebuchet MS", Trebuchet, Sans-Serif;
		font-size: 14px;
		color: #eb1414;
	}
	
	td.minicolor {
		float: left;
		font-family: "Trebuchet MS", Trebuchet, Sans-Serif;
		font-size: 10px;
		width: 84px;
		height: 90px;
		text-align: center;
		vertical-align: middle;
	}
	
	div.miniftrp {
		font-family: "Trebuchet MS", Trebuchet, Sans-Serif;
		font-size: 20px;
		padding: 10px 10px 10px 0;
		vertical-align: middle;
	}