body {
	color : #828282;
	background-color : #193380;
	font-family:Trebuchet MS , Verdana, Sans-serif;
	font-size: 11px;
	font-weight:600;
	vertical-align: top;
	border:0px;
	margin:0px;
}

p {
	padding: 0;
}

img {
	vertical-align: middle;
	border:0px;
}

a {
	color: #828282;	
	text-decoration: none;
	font-weight:bold;
	filter:alpha(opacity=100);
	-moz-opacity:1.2;
	-khtml-opacity: 1.2;
	opacity: 1.2;
	
}

a:hover {
	color: #4067b0;
	text-decoration: none;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;

}

a:hover img {
	color: #4067b0;
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.transOFF {width: 100%; background-color: silver;border:1px solid black; }
.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }


#baseForPos { 

	position: relative;
	z-index = "2";
		
}

#slidImgs { 

	margin-left:auto;
	margin-right:auto;
	
}

ul#purchaseLinks {
	width: 650px;
	margin:0px;
	padding:5px;	
}
ul#purchaseLinks li {
  list-style: none;
	color:#1a5062;
	font-family: Trajan Pro, Trebuchet MS , Verdana, Sans-serif;
	font-size:10pt;
	font-weight:bolder;
	letter-spacing: 0.1em;
	line-height:2em;
	border-width:0; 
	text-align:left;
}
ul#purchaseLinks li a {
  	display: inline;
  	text-decoration: none;
	color:#103483;
	font-family: Arial;
	font-size:10pt;
	font-weight:bold;
	line-height:2em;
	border-width:0; 
	text-align:left;

}

#aasli{
 
Ê
	


}

#salesBlock {

	color:#193380;
	font-family: Trajan Pro, Trebuchet MS , Verdana, Sans-serif;
	font-size:12pt;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing: 0.2em;
	line-height:2em;
	border-width:0; 
	text-align:left;


}

#bodyTable {
	position: relative;
	width: 843px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border:0px;
	z-index:"1";
}
#topper {
	width: 843px;
	height: 52px;
	background: url(../images/base_01.jpg) repeat-y top ;
	border:0px;
}

#leftSide {
	width: 61px;
	height: 489px;
	background: url(../images/base_02.jpg) repeat-y top ;
	border:0px;
}
#centerContent {
	width:722px;
	height: 489px;
	background: url(../images/base_03.jpg) repeat-y top ;
	border:0px;
}
#rightSide {
	width:60px;
	height: 489px;
	background: url(../images/base_04.jpg) repeat-y top ;
	border:0px;
}
#footer {
	width:843px;
	height: 59px;
	background: url(../images/base_05.jpg) repeat-y top ;
	border:0px;
}

h2 {
	color:#193380;
	font-family: Trajan Pro, Trebuchet MS , Verdana, Sans-serif;
	font-size:15pt;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing: 0.2em;
	line-height:2em;
	border-width:0;   
}

h3 {

font-size: 12px;

}

#footer {
	width:843px;
	height: 59px;
	background: url(../images/base_05.jpg) repeat-y top ;
	border:0px;
}



.closer {
	width:120px;
	height: 40px;
	background: url(../images/cloase.jpg) no-repeat ;
	border:0px;
}


.formbutton{
	cursor:pointer;
	border:0px;
	background: url(../images/submit.jpg) no-repeat; 
	width:120px;
	height:40px;
	display:inline;
}


.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/

}
.modalDialog_contentDiv{
	border:1px solid #000;	
	padding:0px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#c1c1c1;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}