body {
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background: #ffffff;
}

a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #0066CC;
	text-decoration: underline
}

h1 {
	margin: 0px;
	padding: 4px 0px 8px 38px;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

h2, h3 {
	margin: 0px;
	padding: 0px 0px 5px 40px;
	font-weight: bold;
	color: #0066CC;
	font-size: 1.1em;
}
h3 {
	color: #FF6600;

}
ol {
list-style-type:decimal;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	padding-left: 12px;
}

p{
	margin: 10px 0 0 12px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;
}


#wrapper {
	margin: auto;
	width: 950px;
	padding: 0px 10px;
	background-image: url(images/bg-wrapper.gif);
	background-repeat: repeat-y;
}

#top-header{
	height: 0px;
	padding: 0;
	float: right;
}

#lang {
	float: right;
	padding-bottom: 0px;
	padding-right: 5px;
	background: transparent;
	display: inline;
	
}

#lang img{
	float: left;
	border: 1px solid #ccc;
	margin-left: 5px;
	margin-top: 0;
	width: 20px;
	height: 12px;
	display: inline;
}

#header {
	float: left;
	width: 100%;
	padding: 0;
	border-bottom: 2px solid #f6f6f6;
	border-top: 2px solid #eee;
	background-repeat: no-repeat;
	background-position: center right;
	height: 80px;
}

#logo {
	float: left;
}

#logo img {
	float: left;
	border: none;
	padding: 18px 30px;
}

#title {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px;
	text-align: right;
	margin-right: 80px;
}

#login {
	float: right;
	height: 55px;
	width: 530px;
}

/*------------- Menu ------------------*/
#menu {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(images/bg-menu-30-g.png);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	
}

#menu ul {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	height: 20px;
	margin-top: 6px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
}

#menu ul li .right-menu-element {
	border-right: 1px solid #CCCCCC;
}
#menu li a:hover, #menu li .current{
	color: #666666;
}
/* ----------------- menu end----------------*/

#banner {
	clear: both;
	float: left;
	width: 100%;
	height: 300px;
	padding: 0;
	margin-bottom: -100px;
	background-image: url(images/banner-BG.gif);
	border-bottom: 4px solid #eee;
	border-top: 2px solid #eee;
	background-color: #ECF6F9;
}
#banner p {
	padding: 4px 0 0 50px;
	margin: 0px;
	font-weight: normal;
	line-height: 130%;
	color: #666666;
	font-size: 12px;
}

#banner h1 {
	font-size: 14px;
	text-align: center;
	padding: 10px 0 6px 50px;
	color: #0066CC;
}
/* product boxes */
#services {
	clear: both;
	float: left;
	width: 930px;
	height: 200px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.service-box {
	float: left;
	width: 280px;
	height: 200px;
	background-image: url(images/service-box.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 11px;
	display: inline;
	padding: 9px;
	color: #0066CC;
}

.service-box h2 {
	padding: 12px;
	text-align: center;
	background-color: #F69151;
	margin-right: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #FF9933;
}


.service-box a{
	padding: 0 40px 6px 40px;
	display: block;
	font-weight: bold;
	}	

.service-box a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.more {
	float:right;
}

/*.service-box a:hover {
	text-align: center;
	text-decoration: none;
	color: #f6f6f6;
	border: 1px solid #eee;
	padding: 6px 40px;
	display: inline;
	background-color: #FF6600;
	margin: 0;
}

.service-box a:hover {
	background-image:url(images/hover.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 40px 0px 40px;
	height: 24px;
	display: inline;
	background-position: center;
}

*/

.service-box p{
	padding: 0 26px 0 4px;
	font-size: 11px;
	margin: 0;
	margin-top: 8px;
	clear: left;
	line-height: 130%;
}

.service-box img{
	float: left;
	padding: 8px 0 5px 10px;
	display: inline;
}



.more a {
	clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #0066CC;
	background-color: #F69151;
	border: 1px solid #ddd;
}

.page-main-box {
	clear: both;
	float: left;
	width: 798px;
	padding: 5px 25px;
	margin: 10px 50px 25px 50px;
	border: 2px solid #e6e6e6;
	background-color: #eee;
}

* html .page-main-box {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 25px;
	border: 1px solid #CCCCCC
}

.page-main-box img{
	float: left;
	margin: 3px 20px 0 0px;
	border: 2px solid #fff;
}

.page-main-box ul, .page-main-box ol {
	margin: 2px 0;
	padding: 0 0 0 30px;
}
.page-main-box ol li {
	list-style-type: decimal;
}

.page-main-box li {
	list-style: inside;
	padding: 0 0 4px 0;
	background: url(images/listicon.gif) center left no-repeat;
	list-style-type: circle;
}

/* news */

#news {
	clear: both;
	float: left;
	width: 940px;
	margin: 0 0 5px 0px;
}

* html #news {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 25px;
}

.news-box {
	float: left;
	width: 280px;
	margin-left: 26px;
	display: inline;
}
/* news end */

/* works */

.works-block {
	clear: both;
	float: left;
	width: 820px;
	margin: 10px 0;
	border-top: 3px solid #e6e6e6;
	padding-top: 6px;
}

.works-box {
	float: left;
	width: 240px;
	padding-left: 20px;
}
.works-block h4 {
	padding: 0 0 6px 40px;
}

/* works end */




/* Feature box */
#features {
	clear: both;
	float: left;
	width: 910px;
	padding: 10px 0 10px 40px;
	border-top: 4px solid #f6f6f6;
	background-color: #eee;
	border-bottom: 2px solid #e6e6e6;
}

.projects {
	float: left;
	width: 400px;
}

.works {
	float: left;
	width: 400px;
	margin-left: 55px;
}

.feature-box {
	width: 400px;
	margin-bottom: 10px;
	height: 90px;
}

.feature-box img{
	float: left;
	margin: 3px 8px 0 0;
	border: 1px solid #999;
}
.feature-box a{
	float: left;

	}


.feature-box p{
	color: #333333;
	margin-left: 130px;
	margin: 0;
	font-size: 80%;
}

/* feature box end */

/* ----- Footer ----- */

#footer {
	padding: 5px 0;
	text-align: left;
	border-top: 2px solid #f6f6f6;
	background-color: #ddd;
	clear: both;
	font-size: 80%;
}

#footer a{
	font-weight: normal;
}

#w3c {
	position: relative;
	bottom: 35px;
	left: 680px;
	width: 228px;
	text-align: left;

}
#w3c img {
	width:66px;
	height:24px;
	border:0;
	padding: 8px 0 0 8px;
	float: left;
	display: inline;
}


/* ----- End of Footer ----- */
table, tr, td {
	border-collapse:collapse;
	border:1px solid #ccc;
}
table {
margin-left:20px;
margin-top:10px;
}
caption {
	font-weight: bold;
}
.more a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
}
.service-box:hover {
	background-image: url(images/service-box.gif);
	color: #F16521;
	font-weight: normal;


}
p.author {
	font-style: italic;
	color: #333333;
	text-align: right;
}

/* ----- form ----- */
form{
	padding: 10px;
	text-align: left;
}

label{
	margin: 0 10px;
	float: left;
	width: 140px;
	text-align: right;
	background-color: #f6f6f6;
	padding: 4px 6px;
	border: 1px solid #ccc;
	clear: left;
}

input#text{
	color: #333333;
	border: 2px solid #ccc;
	padding-right: 90px;
	background-color: #f6f6f6;
	margin-bottom: 6px;
}

.button{
	margin: 0px;
	width: 50px;
	height: 20px;
	border: 0px;
	color: #333333;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}

textarea {
	background-color: #f6f6f6;
	width: 390px;
}
select {
	width: 150px;
	margin-top: 4px;
	background-color: #f6f6f6;
}
input#check {
	margin: 2px;
}
input#submit {
	padding:0 10px;
	clear: left;
}

/* form end */
#formTable, #form1 td, #form1 tr {
	border:0;
}
.service-box h2:hover {
	background-color: #F16521;
}
.red {
	color: #FF0000;
}
.clear {clear:both;}
.works-box p {
	font-size: 80%;
	margin: 0;
	padding-top: 4px;
	line-height: 110%;
}
.news-box p {
	font-size: 10px;
	padding-right: 10px;
}
#news .more {
	margin-right: 40px;
}

#banner img#front {
	float: right;
	display: inline;
	border: 0px solid #f6f6f6;
	padding: 0;
	margin: 15px 48px 10px 20px;
}
#banner img {
	float: right;
	margin-right: -130px;
	display: inline;
	padding-left: 20px;
}

/* menu */	
.menu {
	padding:0;
	margin:0;
	float:left;
	height:28px;
	margin-top:13px;
	background-color: #A6A9AD;
	background-image: url(images/bg-menu-28.png);
	display: inline;
}
.menu div {
	float:left;
	height:28px;
	background-image: url(images/menu-bg-left.gif);
	background-repeat: no-repeat;
}
.menu div div {
	float:left;
	height:28px;
	background-image: url(images/menu-bg-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.menu ul { padding:0; margin:0; list-style:none; border:0; float:left;}
.menu ul li {
	float:left;
	margin:0 1px 0 0;
	border:0;
	padding:0;
}
.menu ul li a {
	float:left;
	margin:0;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:8px;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #ccc;
	font-weight: bold;
	font-size: 12px;
}
.menu ul li a:hover {
	text-decoration:none;
	color:#666666;
	text-decoration:none;
}
.menu ul li a.active {
	text-decoration:none;
	color:#fff;
	text-decoration:none;
}
.menu ul li .right-menu-element {
	border-right: 1px solid #CCCCCC;
}
.menu li a:hover, .menu li .current{
	color: #666666;
}
#footer p {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 40px;
}
