html {overflow-y:  scroll;}
html, body {
	
        background: #f3f3f3;
      
	color: #000;
	margin: 0;
	padding: 0;
        font-family:"Trebchet MS",Tahoma,Verdana,Arial;
}
#top{
    height: 20px;
    background-color: black;
    font-size:12px;
    color:white;
    padding-top:5px;
    padding-left: 20px;
}
#top a{
    color:white;
    text-decoration: none;
}
#top a:hover{
    text-decoration: underline;
}
#navlinks{
    height:30px;
    background-color: #e3e3e3;
}
#container {
	width: 900px;
        margin-right: auto;
        margin-left: auto;
        border:0px solid #3f414e;
}

#header {
	background-image: url('../images/header3.jpg');
        height:200px;
        border-top: 2px solid #f2f2f2;
        border-bottom: 0px solid #fff;
}

#menuleft {
	width: 180px;
	float: left;
	overflow: hidden;
	background-color: #f2f2f2;
        font-family: 'SEGOE UI', sans-serif,verdana;
}

#menuright {
	width: 0px;
	float: right;
	overflow: hidden;
	background-color: #ccc;
}

#content {
	width: 720px;
	float: left;
	overflow: hidden;
	background-color: #f3f3f3;
}

#footer {
	clear: both;
	width: 100%;
	background-image: url('../images/footer.png');
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        height: 100px;
        color:#aeaeae;
        font-family: verdana;
        font-size: 13px;
     
}

ul#menu{
    list-style: none;
    margin:10px;
    padding: 0;
}
ul#menu li{
display: block;
border-top:1px solid #F7F7F7;
border-bottom:1px solid #dadAdA;
line-height:20px;
font-size: 12px;


}
ul#menu li a{

    border-left: 7px solid transparent;
    display: block;
    padding: 5px;
    padding-left: 10px;
    text-decoration: none;
    color:gray;
}
ul#menu li a:hover{
   color: #000;
}
ul#menu li ul{

}

#footer #microsystem{font-size:13px;text-align: center;margin-left:auto;margin-right: auto;width:94%;border-top:1px solid gray;padding:7px;}
#footer #microsystem a{text-decoration:underline;color:#aeaeae;font-size:12px;}
#footer #microsystem a:hover{text-decoration:none;color:#aeaeae}

#footer #llinks{border:0px solid white;width:150px;float:left;margin-left:190px;}
#footer #llinks ul{list-style: none; margin:10px;padding:0;}
#footer #llinks li{display: inline;padding-left:10px;}
#footer #llinks li a{font-size:13px;color: #aeaeae;text-decoration: none;font-family: "SEGOE UI",verdana,arial;}
#footer #llinks li a:hover{text-decoration: underline;}

#footer #rlinks{border:0px solid white;width:250px;float:right;margin-right:105px;}
#footer #rlinks ul{list-style: none; margin:10px;padding:0;}
#footer #rlinks li{font-size:13px;display: inline;padding-left:10px;}
#footer #rlinks li a{color: #aeaeae;text-decoration: none;font-family: "SEGOE UI",verdana,arial;}
#footer #rlinks li a:hover{text-decoration: underline;}

img{background: transparent; border: none;}
/*  slider css */

#slider {
    width: 300px; /* important to be same as image width */
    height: 199px; /* important to be same as image height */
    position:  relative;
    overflow: hidden; /* important */
    float: right;

}
#sliderContent {
    width: 300px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;

}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
.sliderImage span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 267px;
    background: transparent;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
ul { list-style-type: none; padding: 0; margin: 0;}


/*  menu test */

#menu1 {
	width: 160px;
	margin: 10px;
        font-size: 12px;
        color: black;
	}

#menu1 li a {
	height: 30px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 23px;
	text-decoration: none;
	}

#menu1 li a{
	color: gray;
	display: block;
	background:  url(../images/menu.gif) no-repeat;
	padding: 8px 0 0 24px;
	}

#menu1 li a:hover,#menu1 li a:link:active, #menu1 li a:active, #menu1 li.active a {
	color: #000;
	background:  url(../images/menu.gif) 0 -30px;
        background-repeat: no-repeat;
	padding: 8px 0 0 24px;
	}
#menu1 li a:active
{
    	color: black;
}
h3 a{
    color: #111;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", Verdana, Arial;
    font-size: 12px;
}
h3 a:hover
{
    color: #99CC00;
}
h3{
    font-weight: normal;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", Verdana, Arial;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 700px;

	margin: 0 auto;
	text-align: left;
}
div#container1 {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
a.disabled{
	cursor: default;
	color: inherited;
	text-decoration: none;
}
.outer-div{
	width: 200px;
	height: auto;
}
.inner-div{
	display: block;
	width: 200px;
	height: auto;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	float: left;
	margin-left: 3px;
}
.inner-div img{
	width: 100%;
	height: auto;
}
.pointer{
    width:53px;
    height: 35px;
    background: url('../images/point.png');
    border: none;
    font-family: sans-serif,verdana,arial;
    font-size: 12px;
    text-align: center;
    color:white;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-top:7px;
}