*{
    margin:0;
    padding:0;
}
@font-face {
  font-family:"Sonus-Light";
  src: url(../css/SonusLig.otf) format("opentype");
}
a{

text-decoration:none;
color:#2d2d2d;
}

.clear {
    clear: both;
    line-height: 0px;
    margin:0;
    padding:0;
}
body {
	color: #333333;
	font-family: Segoe UI,sans-serif;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin:0px;
	background: url("../images/background.png") repeat-y scroll center top #DDDDDD;
	color: #000000;
	font-size: 14px;
}


#home-tab {
	width:980px;
	height:117px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	line-height:13px;
	background-color: #FFFFFF;
}
#tab {width:310px; height:auto; float:left; margin-top:20px; margin-right:15px;}

img {
    border: none;
	display: block;
}
.outwrapper{
width:1000px;
margin:0 auto;
height:800px;
}
.header{
width:980px;
padding:10px 0px 0px 20px;
float:left;
}
.logo{
    float:left;
	padding:5px 0px 0px 0px;
    width: 244px;
	height:61px;
}
.contactright{
float:right;
width:700px;
padding:0px 20px 0px 0px;
}
.iconsinner{
float:right;
}
.menuwrapper{
	float:right;
	width:494px;
	background-color:#9cbdc8;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	background-image: url(blue.png);
	margin-top: 13px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#nav {margin:0px;}
ul.drop { 
   list-style:none;
   margin:0;
   float:left;
   width:540px;
   font-size:13px;
}
ul.drop li { float: left; margin:0; z-index:9999999;  }
ul.drop li a{
   color: #ffffff;
   display: block;
   font-family:Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size:13px;
   width:auto;
   text-decoration:none;
   float: left;

}
ul.drop li a:hover{
   color: #00eaff;

}
ul.drop li:hover { 
   position: relative; 
   cursor: default;  
   text-align:left;
   color:#2d2d2d;
   display: block;
   font-size:13px;
   text-decoration: none;
   float: left;
}



ul.drop ul { visibility: hidden; list-style:none; position: absolute; top: 100%; left: 0; z-index: 598;  background:#2e8ff1;  padding:0px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
ul.drop ul li { float: none; }
ul.drop ul li a{ padding:5px; border-right:none; color:#ffffff; width:185px; border-bottom: 1px solid #6ca4d8; font-size:12px; }
ul.drop ul li a:hover{ 
   position:relative; 
   cursor:default;  
   text-align:left;
   color:#ffffff;
   display:block;
   background-color:#0c3c68;
   text-decoration:none;
   float:left;
   cursor:pointer;
}
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible; color:#2d2d2d; }

.banner{
width:980px;
height:250px;
float:left;
position:relative;
}

.bodycontent{
	width:980px;
	float:left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contentinner{
float:left;
width:650px;
color:#0c3c68;
}
.contentright{
float:right;
width:280px;
margin-left:15px;
margin-right:20px;
}

.footer{
	width:100%;
	margin-top:10px;
	float:left;
	clear:both;
	height:40px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
}


#client-list {
    display: table;
    margin: 0 auto;
    text-align: center;
}
#clients a, #clients span {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    display: inline-block;
    height: 160px;
    margin: 0 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 160px;
}
#clients a:hover, #clients span:hover {
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #FAFAFA;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
font-family: 'Droid Sans',sans-serif;  
color:#2d2d2d;
font-size:12px;
line-height:1.8;
background-image: url("../images/arrow.gif");
background-repeat: no-repeat;
background-position: 0 .5em;
}
.submit{
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #37A3EB, #2181CF) repeat scroll 0 0 transparent;
    border-color: #2C8ED1 #1C74B3 #0D5B97;
    border-image: none;
    border-left: 1px solid #1C74B3;
    border-right: 1px solid #1C74B3;
	background-color:#009fe3;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #DDDDDD, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
	width:80px;
	height:30px;
	cursor:pointer;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    color: #888888;
    display: block;
    font-size: 13px;
    margin: 0;
    max-width: 100%;
    outline: medium none;
    padding: 8px 9px;
}
.selectcss{
outline: medium none;
    padding: 8px 9px;
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    color: #2d2d2d;
}
