html,body {
	margin:0 0 0 0px;
	font-family:Trebuchet MS;
	background-color:#c66401;
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
}

#generalContent td {
	font-size:11px;
	font-family:Trebuchet MS;
	line-height:16px;
	color:#666666;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;	
}

#generalContent select {
	font-size:10px;
	font-family:Trebuchet MS;	
}

#container {
	height:100%;
	min-height:100%;
}

td h2 {
	font-size:12px;
	margin-bottom:0px;
}

#headerHolder {
	height:150px;
	background-image:url('../img/header_bg.gif');
	background-repeat:repeat-x;
}

#header {
	text-align:right;
	padding-top:11px;
	margin:auto;
	height:150px;
	width:1039px;
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	font-size:9px;
	color:#666666;	
}

#header input {
	font-size:10px;
	font-family:Trebuchet MS;
}

#generalContent input,textarea {
	font-size:10px;
	font-family:Trebuchet MS;	
}

#topNav {
	padding-top:5px;
	padding-right:15px;
	float:right;
}

#topNav a {
	font-size:9px;
	color:#808080;
	text-decoration:none;
}

#topNav a:hover {
	color:white;
}

#topSearch {
	float:right;
}

#contentHolder {
	padding: 20 0 0 20px;
	margin:auto;
	width:1020px;
	background-color:white;
}

#leftNav {
	width:198px;
	background-color:#ebebeb;
	padding: 0 1 0 1px;
}

#leftTextHolder {
	line-height:18px;
	font-size:11px;
	width:160px;
	text-align:left;
	padding-bottom:20px;
	color:#666666;
}

#leftTextHolder a {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

#leftTextHolder a:hover {
	color:black;
}

#rightContent {
	float:left;
	margin-right:20px;
	line-height:18px;
	font-size:11px;
	color:#b2b2b2;
}

#rightContent a {
	color:#b2b2b2;
	text-decoration:none;
}

#rightContent a:hover {
	color:black;
}

#lineBreak {
	height:1px;
	width:775px;
	border-width:0 0 1 0px;
	border-style:solid;
	border-color:#e5e5e5;
	margin-top:20px;
	margin-bottom:20px;
}

#breadCrumb {
	color:black;
	font-weight:bold;
}

#generalContent {
	color:#666666;
}

#generalContent h1 {
	font-size:14px;
	font-weight:bold;
}

#generalContent h2 {
	font-size:12px;
	font-weight:bold;	
}

#clear {
	clear:both;
}

#footer {
	width:775px;
}

a.productLink {
	font-size:14px;
	color:#666666;
}

a.productLink:hover {
	color:black;
}

.btn {
	font-size:11px;
}

#desc {
	width:500px;
	font-size:11px;
	color:#666666;
}

#desc ul {
	list-style:inside;
	margin-left:0px;
	padding-left:0px;
}