body {
    margin: 0px;
    padding: 0px;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#fff;
}

.all{
  text-align:center;
}

.layout{
  width:880px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

.header{
  height:137px;
  background-image: url(../../img/header.jpg);
}
.menu_bar{
  height:54px;
  background-image: url(../../img/menu_bar.jpg);
  font-weight:normal;
  text-decoration:normal;
}

.menu_item{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  width:100px;
  height:35px;
  margin-top:9px;
  margin-left:10px;
  color:#fff;
  font-size:18px;
  float:left;
  text-align:center;
  margin-top:9px;
  padding-top:10px;
  text-decoration:none;
  font-weight:normal;
  cursor:pointer;
}

.menu_item_sel{
  width:100px;
  height:35px;
  margin-left:10px;
  color:#023253;
  font-size:18px;
  float:left;
  text-align:center;
  margin-top:9px;
  padding-top:10px;
  text-decoration:none;
  font-weight:normal;
  cursor:pointer;
}

.menu_item_sel_home{
  background-image: url(../../img/menu_sel_home.jpg);  
}
.menu_item_sel_solutions{
  background-image: url(../../img/menu_sel_solutions.jpg);  
}

.menu_item_sel_about{
  background-image: url(../../img/menu_sel_aboutus.jpg);  
}

.menu_item_sel_contact{
  background-image: url(../../img/menu_sel_contact.jpg);  
}

.menu_item_sel_products{
  background-image: url(../../img/menu_sel_products.jpg);  
}

.menu_item_sel_portfolio{
  background-image: url(../../img/menu_sel_portfolio.jpg);  
}

.content{
  background-color:#fff;
  float:left;
  width:880px;
}

.ok{
  color:#0099ff;
  font-size:12px;
}

.err{
  color:#ff0000;
  font-size:12px;
}

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.border{
  border:1px solid #ff0000;
}

/* style box */
.t {background: url(../../img/t.gif) 100% 0 repeat-x;}
.b {background: url(../../img/b.gif) 0 100% repeat-x}
.l {background: url(../../img/l.gif) 0 0 repeat-y}
.r {background: url(../../img/r.gif) 100% 0 repeat-y}
.bl {background: url(../../img/bl.gif) 0 100% no-repeat}
.br {background: url(../../img/br.gif) 100% 100% no-repeat}
.tl {background: url(../../img/tl.gif) 0 0 no-repeat}
.tr {background: url(../../img/tr.gif) 100% 0 no-repeat; padding:5px;
}
/* END style box */

a{
  font-size:13px;
  text-decoration:none;
  color:#013253;
  font-weight:bold;
}
a:visited{
  font-size:13px;
  text-decoration:none;
  color:#013253;
  font-weight:bold;
}
a:active{
  font-size:13px;
  text-decoration:none;
  color:#013253;
  font-weight:bold;
}

a:hover{
  text-decoration:underline;
  font-weight:bold;
  font-size:13px;
}
a img {
  border :0px;
}
h1{
  font-size:14px;
  font-weight:bold;
  color:#0260A0;
  margin:4px;
  margin-left:10px;
}

.cssform p {
    width: 300px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 155px; /*width of left column containing the label elements*/
    border-top: 1px dashed gray;
    height: 1%;
}

.cssform label {
    font-weight: bold;
    float: left;
    margin-left: -155px; /*width of left column*/
    width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[ type = "text" ] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform textarea {
    width: 250px;
    height: 150px;
}
/*.threepxfix class below:
 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
 */
* html .threepxfix {
    margin-left: 3px;
}
form{
  margin:0px;
  padding:0px;
}

.tableborder{
	border:1px solid #dddddd;
}
.trback{
	background-color:#51B9FF;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
.trborder{
	border-bottom : 1px solid #dddddd;
	font-size:12px;
}
