/* style.css */

div.error {
	color:red;
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
body {
	text-align: center;
	background-color: #ddd;
	font-family: Trebuchet MS, Arial, san-serif;
}

#outwrapper {
	background-color: #fff;
	position:relative;
	padding: 0px 15px 0px;
	margin: 0px auto;
	padding-top: 0px;
	border: 2px solid #aaa;
	min-width:950px;
}

#topheader {
	background-color: #fff;
	margin: 0px 0px 15px 0px;
	height: 100px;
	position: relative;
}

#headertoptable {
	color: #888;
	width: 100%;
	vertical-align: middle;
	height: 100px;
}

#headerlogo {
	width:250px;	
}
#headerlogo a, #headerlogo img {
	border:0;
}

#headertagline {
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	width: 150px;
}

#contactinfo {
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}

#leadercontent {
	height:22em;
}

.leaderboardleft {
	width: 50%;
}

.leaderboardright {
	width: 50%;
	height: 100%;
}

.defaultleadertable {
	text-align: center;
	color: #555;
	font-size: 0.9em;
	height: 91%;
}

.defaultleadertable h1{
	color: #000;
}

#abouttext {
	background-color: #ffffc4;
	border: 1px solid #ddd;
	padding: 10px 10px 10px 10px;
	height: 310px; /* 91% */
	margin: 10px 0px;
	text-align:left;
}

#abouttext h1{
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#abouttext p{
	font-size: 17px;
}
#productset {
	margin-bottom:10px;
}
#productset table {
	background-color: #eee;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
*html #productset table {
	width:98%;
}
#productset table td {
	margin: 10px;
	border: 1px solid #ddd;
}
#productset table td.producthelp {
	font-size:14px;
	font-weight:bold;
	padding:2px 0;
}
#productdetailbox {
	background-color: #ddffbc;
	height: 100px;
	display: none;
}

#productdetails {
	padding: 10px;
	padding-bottom: 0px;
}

.productdetailscol {
	width: 33%;
	vertical-align: top;
	padding: 10px;
}

.productdetailscol h4 {
	margin-bottom: 5px;
}

.productdetailscol ul {
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 0px;
}

.productdetailscol li {
	padding-bottom: 15px;
}

#extranews{
	display: none;
}

#indexnewsbox {
	height: 115px;
	margin: 10px 0px;
	font-size: 14px;
}

#expdesigndetail {
	font-size: 12px;
	text-align: center;
	padding: 0px 10px;
}

#indexlinksbox {
	text-align: right;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#indexlinksbox li {
	display: inline;
	background-color: #ffffcc;
	border: 2px outset #555;
	padding:5px;
}
*html #indexlinksbox li {
	margin-left:2px;
}

.proddesc {
	display: none;
}

.footer {
	font-size: 10px;
	text-align: left;
	padding: 0px 30px;
	color: #000;
}

.newsitem {
	display:none;
}
#loginpanel {
	margin:0 auto 20px auto;
	width:260px;
	text-align:left;
}
#loginpanel label {
	display:block;
	float:left;
	font-size:13px;
	width:70px;
}
#loginpanel input.text {
	width:180px;
}
#loginpanel input.submit {
	float:right;
	margin-right:5px;
}
*html #loginpanel input.submit {
	margin-right:0px;
}
