@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; outline:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
img{ border:none;}
a { color:#555555; }
a:hover{color:#000;}
a.orange{ color:#C19000;}

body{ background:#fff;}

#main-container{ 
    width:890px;
    /*min-height:1332px;*/
    height:740px;
    margin:auto;
	padding:0px 0px; 
}

#header { 
    width:890px; 
    height:105px; 
    margin:auto; 
    clear:both;
	padding-top:40px;
	border-bottom:1px solid #CCC;
	padding-bottom:25px;
}

#logo {
	/*width:180px;
	height:60px;*/
	/*float:left;*/
	margin-left:258px;
	padding-bottom:23px;
}

#header-menu { 
    width:890; 
    height:18px; 
    /*padding-top:8px;*/ 
    font-size:12px; 
	text-align:right;
	float:right;
	margin-top:20px; 
}

#header-menu a { 
    font-size:12px; 
    margin:0px 15px 0px 15px; 
}

#header-menu a:hover,#header-menu a:active {
	color:#000; 
}

.menu { 
    color:#555; 
}

#main-body {
	width:890px;
	height:565px;
	border-bottom:1px solid #CCC;
}

.img-thumb {
	margin-bottom:5px;
	float:left;
}

#right {
	float:right;
	margin-top:50px;
}

/*client-list
------------*/
.left-client {
	width:600px;
	height:520px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:330px;	
	
}
.client-list {
	width:560px;
	height:510px;
	overflow:auto;	
}

.client-list h3 {
	font-size:14px;
	line-height:30px;
	color:#555;
	font-weight:normal;
}

/*contact
-------*/
p{padding:1px; margin:1px;}
#contact-area {
margin:0px;
padding:0px;
}
#contact-area {
	width: 600px;
	margin-top: 30px;
	padding-right:30px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 300px;
	overflow:auto;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 476px;
	float: right;
	margin: 0px 0px 10px 0px;
	border: 1px solid #cccccc;
}

#contact-area input.submit-button:hover {
	width: 476px;
	float: right;
	margin: 0px 0px 10px 0px;
	background-color:#D6D6D6;
	border: 1px solid #D6D6D6;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;	
	padding-top: 5px;
	font-size: 12px;
}

#heading{
	width:100px; 
	float:left; 
	text-align:right;
}

#headingtotal {
	width:576px; 
	float:left;
}

#headinginput {
	width:476px; 
	float:left;
}

#information {
	width:250px;
	font-size:14px;
	color:#555;
	line-height:18px;
	float:left;
	margin-top:30px;
}



#footer {
	width:890px;
	height:50px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

#footer-txt {
	width:370px;
	height:25px;
	font-size:11px;
	float:left;
/*	padding-top:10px;
	padding-left:10px;*/
	color:#555;
}
	

