body, html {
	background-color: #333;
	margin: 0;
	padding: 0;
}
body, div, select, td {
	font-size: 11px;
	font-family: Tahoma;
}
a { color: #999; }
#container {
	width: 1000px;	
	margin: 0 auto;
	background-color: #444;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	min-height:400px;
	background: #111110 url(images/main-bg-blackboard.jpg);
}
#pagetop {
	min-height: 400px;
}
#topmenu {
    position: absolute;
    top: 20px;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}
#topmenu li {
    float: left;
    margin-left: 20px;
}
#topmenu li a{
    text-decoration: none;
}
#topmenu li a:hover {
    text-decoration: underline;
    color:#fff;
}

#mainmenu {
    list-style: none;
    margin:0;
    position:absolute;
    width: 740px;
    height: 1px;
    top: 73px;
    border-bottom: 1px solid #999;
    padding: 0 0 0 10px;
	padding-bottom: 5px;
    height: 24px;
}
#mainmenu li{
    float: left;
    border:1px solid #999;
    margin-left:5px;
    top: 20px;
    border-bottom:none;
}
#mainmenu li a{
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
}
#mainmenu li a:hover, #mainmenu li.current a{
    background-color: #999;
    color:#000;
}
.courseTopic {
    line-height:20px;
    font-size:larger;
    font-weight:bold;
}
#certified {
	width: 173px;
	height: 163px;
	top: 100px;
	z-index: 5;
	position: absolute;
	background: url(images/certified2.png);
}
#footer {
	background: #434343 url(images/footer-bg.png) repeat-x;
	color: #999;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	height:35px;
	direction: rtl;
}
h1 {
	padding: 0;
	background: transparent url(images/home-logo.png) no-repeat bottom left;
	width: 255px;
	height: 160px;
	text-indent: -99999px;
	position: absolute;
	top: -19px;
	left: 50%;
	margin: 0 0 0 260px;
	z-index: 2;
}
#pageimage {
	height:164px;
	position: absolute;
	top: 90px;
	width: 1000px;
	z-index: 1;
}
#pageimage div{
	width:1000px;
	height: 164px;
	position: absolute;
	display: none;
}
#pageimage div.image1{ background: url(images/home-image-1.png); display: block; }
#pageimage div.image2{ background: url(images/home-image-2.png); }
#pageimage div.image3{ background: url(images/home-image-3.png); }
#pageimage div.image4{ background: url(images/home-image-4.png); }

#hometabs {
	margin: 0 auto;
	clear: both;
	width: 886px;
	padding-top:280px;
}
#hometabs ul.tabs {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	height: 70px;
	padding-right: 50px;
	background: transparent url(images/home-tab-bg.png) no-repeat -25px 0;
}
#hometabs ul.tabs li{
	float:right;
	width: 90px;
	height: 70px;
	margin: 0 50px;
}
#hometabs ul.tabs li a{
	background: url(images/home-menus.png);
	display: block;
	width: 90px;
	height: 50px;
	margin-top: 10px;
	text-indent: -9999px;
	outline: none;
}
#hometabs ul.tabs li.menu1 a{ background-position: 0 -50px; } 
#hometabs ul.tabs li.menu2 a{ background-position: -90px -50px; } 
#hometabs ul.tabs li.menu3 a{ background-position: -180px -50px; } 
#hometabs ul.tabs li.menu4 a{ background-position: -270px -50px; } 
#hometabs ul.tabs li.menu1 a:hover{ background-position: 0 0; } 
#hometabs ul.tabs li.menu2 a:hover{ background-position: -90px 0; } 
#hometabs ul.tabs li.menu3 a:hover{ background-position: -180px 0; } 
#hometabs ul.tabs li.menu4 a:hover{ background-position: -270px 0; } 
#hometabs ul.tabs li.menu1.current a{ background-position: 0 0; } 
#hometabs ul.tabs li.menu2.current a{ background-position: -90px 0; } 
#hometabs ul.tabs li.menu3.current a{ background-position: -180px 0; } 
#hometabs ul.tabs li.menu4.current a{ background-position: -270px 0; } 

#hometabs .content {
	height: 217px;
	background: transparent url(images/home-textbox.png);
}

#hometabs .strippedcontent
{
   	height: 290px;
   	background: transparent url(images/home-textbox-stripped.png);
}

#hometabs .texts {
	width: 95%;
	margin: 0 auto;
	color: #999;
	line-height: 20px;
	direction: rtl;
	
	height: 215px;
	overflow: hidden;
}
#hometabs .texts div{
	height: 195px;
	padding-top: 20px;
}
#hometabs .texts a{
    text-decoration: none;
}
#hometabs .texts a:hover{
    text-decoration:underline;
}
#page #content {
    color:#fff;
    top: 250px;
    margin: 0 50px;
    border: 1px solid #555;
    width: 860px;
    padding:20px;
    background: url(images/semi.png);
    direction:rtl;
    color:#ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size:small;
}
#content li
{
    padding: 0px;
    margin:5px;
    list-style-type: square;
}
div.autosize  
{
	display: table; 
	min-width: 1px; 
	height:auto;
	min-height:600px;
	overflow:auto;
}
div.autosize > div  
{
	display: table-cell; 
}
.spacer
{
	height:120px;
	clear:both;
	display:block
}

.center
{
    width:300px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	display:block;
	vertical-align:middle;
	text-align:center;
}
