﻿body 
{
    background: url(../images/screenshots-bg.jpg) top left repeat;
    width: 100%;
    position: absolute;
    margin: 0;
    min-width:1300px;
}
ul#menu 
{
    padding-right:35px;
    margin-top: 2%;        				
    display: inline-block;  				
    list-style: none;
    font-family: 'Gudea', sans-serif;	   
}
ul#menu li {
    background: #50504d;
    float: left;
    text-shadow: 0px -1px 0px black;
    font-size: 21px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0,0,0,0.3), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0,0,0,0.3), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0,0,0,0.3), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 1px 0px 0px rgba(0,0,0,0.2);
}
ul#menu li:first-child {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
ul#menu li:last-child {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
ul#menu li:hover {
    -webkit-animation: hover 0.5s 1;
    -moz-animation: hover 0.5s 1;
    -ms-animation: hover 0.5s 1;
    -o-animation: hover 0.5s 1;
    animation: hover 0.5s 1;
    background: #063d4c;
    text-shadow: 0px 0px 2px #11afda;
}
ul#menu li a {
    padding: 10px;
    display: block;
    color: white;
    text-decoration: none;
}
ul#menu li:active a  {
    padding: 11px 10px 9px 10px 
}
#head{
    width:100%; float:left; background:url(../images/header-bg.jpg) top left repeat
}
.head_height{
    height:308px
}
#head_cen{
    width:800px; margin:0 auto
}
#head_sup{
    width:800px; position:relative
}
#flash-container{
    width:800px; height:360px; float:left; outline:0; position:absolute; top:6px; left:0px; z-index:10
}
#title {
	margin: auto;
	height: 93px;
	background: url(../images/title1-bg.jpg) top left repeat-x;
}
.title-text {
	margin: auto;
	padding-top: 60px;
	width: 950px;
	height: 33px;
	background: url(../images/title1-img.jpg) 341px 0px no-repeat;
	text-align: center;
	font-size: 29px;
	color: #ffffff;
	font-weight: bold;
}
.tableleft 
{
    width: 294px;
	background: #50504d;
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	border-top-right-radius:20px;
}
#sep {
	width: 100%;
	margin: 415px auto;
	padding: 0px;
}
#main {
	width: 100%;
	margin: -400px auto;
	padding: 0px;
	font-family: 'Gudea', sans-serif;
	font-size: 30px;
	font-weight:bold;
}
#main1 {
	width: 100%;
	margin: -400px auto;
}
#main img { 
	border: 0px solid #e4e4e0; 
}
#main1 img { 
	border: 0px; 
}
.box { 
	
	width: 160px; 
	margin-right: 5px; 
	padding: 9px; 
	text-align: center; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
		font-family: 'Gudea', sans-serif;
	font-size: 16px;
}

.box:hover { 
	background: #b5b5a5; 
}

.box h2 a { 
	color: #50504d; 
	font-size: 25px; 
	font-weight: bolder;
	text-decoration:none;
}

.box img { 
	margin-bottom: 10px; 
}

.box h2 { 
	margin-bottom: 5px; 
}

.box p { 
	text-align: center; 
	font-size: 16px; 
}

.box:hover.box h2 a { 
	color: #fff; 
	font-size: 25px; 
	font-weight: bolder;
	text-decoration:none;
	text-decoration:underline;
}

.box:hover p { 
	color: #50504d;
}
#footer {
	width: 100%;
	background: #50504d;
	border-top: 2px solid #e8e8e7;
	margin:500px 0 0 0;
	font-family: 'Gudea', sans-serif;
	font-size: 16px;
}
#footer ul{
	width:800px;
	margin:29px 0 7px 0;
	padding-left:130px;
	display:block;
	height:15px;
}
#footer ul li{
	float:left; color:#FFFFFF;
	display:block; 
	}
#footer ul li a{
	color:#FFFFFF; text-decoration:none;
	margin:0 10px 0 10px;
	}
#footer ul li a:hover{
	text-decoration:underline;
	}
#footer p{
	width:188px; margin:0 0 0 162px; color:#F3F1DF;
	background-color:#6B6854
	}
	#footer img{
	border: 0px;
	} 
.col_12  
{
    float: right; 
    width: 600px ;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
}
.col_text  
{
    float: right; 
    line-height:20px;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
}
.col_textpad  
{
    float: right; 
    color:Blue;
    line-height:18px;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding-right:50px;
}
.col_home  
{
    float: right; 
    line-height:30px;
}
.float_r { 
	float: right; 
}
.img_float_r { 
	margin: 3px 0 5px 15px; 
}
div.img
{
  margin: 2px;
  border: 1px solid #ffffff;
  height: auto;
  width: auto;
  float:left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #595959;
}
div.img a:hover img 
{
    border: 1px solid #ffffff;
}
div.desc
{
  font-family: Arial, Tahoma, Geneva, sans-serif;
  text-align: center;
  font-size:large;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
div.desc p
{
  font-family: Arial, Tahoma, Geneva, sans-serif;
  text-align: center;
  color:Red;
  font-size:large;
  font-weight: bold;
  width: 120px;
  margin: 2px;
}
