/***********************************************/
/* shylesheet.css                              */
/***********************************************/

/***********************************************/
/* Normal HTML tag style defaults              */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin-left: auto;	
	margin-right: auto;
	padding: 0px;
	background: #000000;
	width:1000px; 
}

img{
	border: 0px;
}	

h1{
	font: bold 22pt Arial,sans-serif;
	/*text-align: center;*/
	padding: 12px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

/***********************************************/
/* Page Structure                              */
/***********************************************/

#pagecell{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px; 
	top: -73px;
	background-color: #000000;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}

#cornerLeft{
	position:absolute;
	top: -3px;
	left: -3px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#cornerRight{
	position:absolute;
	top: -3px;
	right: -3px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#news{
	float: right;
	width: 200px; 
	margin: 25px 13px 15px 15px;
	_margin: 20px 7px 15px 15px;
	padding: 10px 0px 0px 0px;
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#news .article {
	background: url("../images/newsarrow.gif") no-repeat;
	margin: 10px 10px 0px 10px;
	padding: 0px 10px 10px 15px;
	border-bottom: 1px dashed #B5B5B5;
	font-family: Arial,sans-serif;
	color: #A0A0A0;
	font-size: 70%;
}

#news h1{
	font: bold 12pt Arial,sans-serif;
	color: #000000;
	padding: 5px 0px 5px 10px;
	margin: -30px 0px 0px 0px;
	background-color: #FFFFFF;
	border-bottom:4px solid #000000;
	/*border-bottom: none;*/
}

#news h2{
	font: bold 9pt Arial,sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}

#newscornerLeft{
	position:relative;
	top: -20px;
	.top: -21px;
	_top: -20px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#newscornerRight{
	position:relative;
	top: -20px;
	.top: -21px;
	_top: -20px;
	right: -185px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#newscornerBLeft{
	position:relative;
	top: 4px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#newscornerBRight{
	position:relative;
	top: 4px;
	right: -185px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#cornerBRight{
	float: right;
	position: relative;
	margin-right: -3px;
	margin-bottom: -6px;
	.margin-bottom: -3px;
	_margin-bottom: -3px;
}

#cornerBLeft{
	float: left;
	position:relative;
	margin-left: -3px;
	margin-bottom: -6px;
	.margin-bottom: -3px;
	_margin-bottom: -6px;
}

#bottomCorner{
	position:relative;
	margin-bottom: 5px;
}

#content{
	width: 675px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 23px;
	_margin: 0px 0px 0px 17px;
}

/* hide from Mac \*/ 
* html #content{
	padding-left: 7px;
	height: 1%;
} 
/* end hide */ 

#logo{
	margin: -20px 0px 0px 0px;
	padding: 0px 10px 13px 25px;
}

.floatRight2{
	float: right;
	padding: 10px 0px 0px 0px;
	margin: -60px -10px 0px 0px;
}

.pano{
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

/***********************************************/
/* Top Navigation                              */
/***********************************************/
#tab ul a, ul a:hover, ul a:link {
	text-decoration: none;
	border: none;
}
#tab {
	position:absolute;
	top: -27px;
	left: -31px;
	width:100%;
	font-size:80%;
	line-height:normal;
}
#tab ul {
	margin:0;
	padding:0px 10px 0px 35px;
	list-style:none;
	white-space: nowrap;
}
#tab li {
	display:inline;
	margin:0;
	padding:0;
}
#tab ul a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	width: 0.1em;			/* IE6/Win Hack for clickable region */
}
#tab > ul a {				/* Not understood by IE6, so undoes above hack */
	width: auto;
}
#tab ul a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight:bold;
	color:#000000;
	white-space: nowrap;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab ul a span {float:none;}
/* End IE5-Mac hack */
#tab ul a:hover span {
	color:#000000;
}
#tab ul .current a {
	background-position:0 -150px;
	border-width:0;
}
#tab ul .current a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#000000;
}
#tab ul a:hover {
	background-position:0% -150px;
}
#tab ul a:hover span {
	background-position:100% -150px;
}

.sendmessage {
	font: bold 10pt Tahoma,sans-serif;
	padding: 10px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/***********************************************/
/* Abstract                                    */
/***********************************************/

.abstract{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
}

.abstract h3{
	font: bold 16pt Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}

.abstract p{
	font: bold 1em Tahoma,sans-serif;
	padding: 15px 10px 0px 5px;
	margin: 0px 0px 6px 0px;
}

.abstract a{
	color: #FFFFFF
}

.abstract img{
	padding: 0px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
}

/* hide from Mac \*/ 
* html .featureTick{
	height: 1%;
} 
/* end hide */ 


/***********************************************/
/* Features                                    */
/***********************************************/

.features {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 80%;
}

/* hide from Mac \*/ 
* html .features{
	padding-bottom: 5px;
	margin-bottom: -5px;
} 
/* end hide */ 

.features p{
	padding: 13px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.featureTick{
	background: url("../images/greentick.gif") no-repeat;
	padding: 0px 0px 5px 25px;
	margin: 0px 0px 0px 40px;
	font: bold 10pt Tahoma,sans-serif ;
}

/* hide from Mac \*/ 
* html .featureTick{
	height: 1%;
} 
/* end hide */

/***********************************************/
/* Product Information                         */
/***********************************************/

.productInfo {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

.productInfo p{
	padding: 15px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.productInfo img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/***********************************************/
/* Site info                                   */
/***********************************************/

#siteInfo{
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	clear: both;	
	border-top: 1px solid #FFFFFF;
	font-size: small;
	padding: 7px 10px 10px 10px;
	margin: 0px 20px 0px 20px;
	padding: 8px 0px 10px 0px;
	_padding: 3px 0px 3px 0px;
	text-align: center;
}

#siteInfo b{
	font: 12px Verdana,sans-serif;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo  a, #siteInfo  a:visited{
	color: #AAAAAA;
}

#siteInfo  a:hover{
	color: #005FA9;
	text-decoration: none	;
}

/***********************************************/
/* Products                                    */
/***********************************************/

.products {
	padding: 15px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
}

.Area {
	padding: 15px 10px 0px 7px;
	margin: 0px 0px 0px 0px;
}

/* hide from Mac \*/ 
* html .productArea{
	padding-left: 10px;
} 
/* end hide */ 

.productBox{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 0px solid #B5B5B5;
	border-left: 0px solid #B5B5B5;
	border-top: 0px solid #B5B5B5;
	border-bottom: 0px solid #B5B5B5;
}

.productImage{
	position: inline;
	padding: 3px 10px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.productImageR{
	float: right;
	padding: 3px 10px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.productDescriptionR{
	text-align: right;
	border-left: 0px;
	border-right: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	border-style: dashed;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	min-height: 90px;	
}

/* hide from Mac \*/ 
* html .productDescription{
	height: 90px;
} 
/* end hide */ 

.productDescription b{
	font-weight: bold; 
	font-size: 120%;
}

.productDescription u{
	color: #FFFFFF;
}

.productSpace{
	font: 4pt Arial, sans-serif;
}

.prices{
	font: bold 10pt Tahoma,sans-serif;
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

.prices p{
	font: bold 1em Tahoma,sans-serif;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
