body {
	margin: 0;
	background: #2e302e;
	color: #c0c8c6;
	font: 11px verdana;
	scrollbar-track-color: #141816;
	scrollbar-highlight-color: #2b2f2d;
	scrollbar-3dlight-color: #4b4f4d;
	scrollbar-face-color: #2b2f2d;
	scrollbar-shadow-color: #2b2f2d;
	scrollbar-darkshadow-color: #000;
	scrollbar-arrow-color: #f07;
}
a img {
	border: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	overflow-x: hidden;
	background: url(../img/wrapper.gif) repeat-y;
	color: #c0c8c6;
	position: relative;
}
#wrapperinner {
	width: 990px;
	padding: 0px 10px 0px 0px;
}
#header {
	width: 1000px;
	height: 100px;
	background: url(../img/header.gif);
	margin: 0 auto;
}
#main {
}
#left {
	float: left;
	width: 250px;
	background: #8c053e;
}
#right {
	float: right;
	width: 325px;
	height: 447px;
	background: #000;
}
#right img {
	display: block;
}
#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	background: #000 url(../img/footer.gif) no-repeat;
	color: #a0a8a6;
	font: 11px tahoma;
	position: relative;
}
#footerright {
	position: absolute;
	top: 14px;
	left: 680px;
}
#footerleft {
	position: absolute;
	top: 14px;
	left: 14px;
}
#footer a:hover {
	color: #fff !important;
}
ul {
	list-style-type: square;
}
#content {
	width: 415px;
	height: 447px;
	position: absolute;
	left: 250px;
	color: #c0c6c4;
	font: 11px verdana;
	z-index: 10;
}
#content2, #content2 p, #content2 td {
	font: 13px verdana;
}
#contentinner {
	height: 447px;
	overflow: auto;
}
.collapsed {
	border-collapse: collapse;
}
.collapsed td {
	margin: 0;
	padding: 0;
}
.c {
	text-align: center;
}
a {
	font-weight: bold;
	color: #f07;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.indented {
	text-indent: 25px;
}
h1 {
	font: 32px century gothic, arial;
	color: #f07;
	margin: 0;
	padding: 10px;
}
h2 {
	font: 24px century gothic, arial;
	color: #f07;
	margin: 0;
	padding: 0;
}

/* drop down menu 																				*/
#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #a14;
}
#left li a {
	display:block;
	font: bold 11px arial;
	width: 250px;
	padding: 4px 0px;
	text-indent: 20px;
	background: #a14;
	border-bottom: 1px solid #815;
	color: #fff;
	text-decoration: none;
}
#left li a:hover {
	background: #f07;
	color: #000;
}
#left li a.current, #left li a.current:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
#left li { /* all list items */
	width: 250px; /* width needed or else Opera goes nuts */
}
#left li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	left: -999em;
	border: 1px solid #f07;
}
#left li ul ul {
	margin: -1em 0 0 10em;
}
#left li:hover ul ul, #left li.sfhover ul ul {
	left: -999em;
}
#left li:hover ul, #left li li:hover ul, #left li.sfhover ul, #left li li.sfhover ul {
	left: auto;
}
#left li ul li {
	width: 250px;
}
#left li:hover ul, #left li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 120px;
	z-index: 11;
}
/* end drop down menu 																			*/
ul.prodgallery {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 15px;
}
ul.prodgallery li {
	display: block; 
	width: 120px;	
	height: 230px;
	float: left;
	font: 11px tahoma;
}
p {
	margin: 0;
	padding: 10px 15px;
}
p, td {
	font: 11px verdana;
}
input.i1, select.i1, textarea.i1 {
	background: #2b2f2d !important;
	border: 2px solid #000 !important;
	color: #c0c8c6 !important;
	font: 13px verdana;
}
input.i2 {
	background: #000 !important;
	color: #f07 !important;
	border: 2px solid #000 !important;
	padding: 2px 20px;
	font: bold 13px verdana;
}	
textarea.i1 {
	overflow: auto;
}
.errmsg {
	color: #f00;
	font-weight: bold;
}
.okmsg {
	color: #f07;
	font-weight: bold;
}
#gallerydiv {
	position: absolute;
	top: 280px;
	left: 12px;
}
#gallery {
	width: 300px;
	height: 100px;
	overflow: hidden;
}
#galleryinner {
	width: 1000px;
	height: 100px;
}
#galleryinner img {
	display: block;
	float: left;
}
