a {
	text-decoration: underline; 
	color: #8E8E8F; 
	background-color: transparent; 
	border: 0px;	
}

a:visited { 
	text-decoration: underline; 
	color:  #2a2a2f; 
	background-color: transparent; 
	border: 0px;
}

a:active { text-decoration: underline; color: #6e83d4; background-color: transparent; border: 0px; }
a:hover { 
	text-decoration: italicized; 
	color: #BCCE3E; 
	background-color: transparent; 
	border: 0px;
}

td.image{
	width: 180px;
	border-right: 4px solid #2a2a2f;
	padding: 10px;
	padding-right: 20px;
	border-bottom: 1px dashed #2a2A2f;
}	

td.desc{
	vertical-align: top;
	border-bottom: 1px dashed #2a2A2f;
}

div.prod_title
{
	color: #7389AE;
	font-size: 26pt;
	font-weight: bold;
	font-family: 'papyrus','Lucinda Grande','Arial','Helvetica';	
	margin-left: 30px;
	border-bottom: 1px dashed #AAA;
}

div.prod_desc
{
	margin-left: 30px;
	margin-top: 15px;
	font-size: 10pt;
	padding-bottom: 20px;

}

body
{
        margin: 0px;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
        text-align: justify;
	font-family:"Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
        background-color: #1d1d20; 
	color: #B3B3BB;
}

.title
{
	text-align: left;
	width: 800px;
	height: 70px;
}

.title a{
	border-color: #1d1d20;
}
.intro {
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	text-shadow: #131315 1px 2px 1px;
}

div.item
{
	text-align: left;
	width: 700px;
}

.topbar
{
	width: 100%;
        border-bottom: 10px solid #2a2a2f;
}


.pagecontent
{
	width: 800px;	
	padding: 10px;
	padding-top: 100px;
}

div.top_stay
{
	background: #1d1d20;
	position: fixed;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
}

p {
	line-height:1.7;
	padding:5px 0pt;
}

.contact
{
	width: 200px;
        font-size: 1.1em;
	position: fixed;
	top: 20px;
	left: 750px;
}

.bottom
{
        padding: 2px;
        font-size: .7em;
        line-height: 8em;
        border-top: 1px dotted #000000;
        text-align: center;
        color: #111111;
}

.copyright
{
	border-top: 10px solid #2a2a2f;
	padding-top: 5px;
	font-size: 1em;
	color: rgb(128, 128, 128);
	background-color: transparent;
}

