body {
	background: #c3c3c3 url(images/bg.gif) top repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}
.file{
	padding: 0;
	margin: 0;
}

table{
	clear: right;
}

li{
	line-height: 14px;
}
#t-menu{
	position: absolute;
	top: 10px;
	width: 779px;
	text-align: right;
}
#t-menu p{
	padding-right: 0px;
}
.float-right{
	float: right;
	margin: 8px 0 5px 5px;
}
.float-right-border{
	float: right;
	margin: 8px 0 5px 5px;
	border: 2px solid #ffb200;
}
.float-left-border{
	float: left;
	margin: 8px 0 5px 5px;
	border: 2px solid #ffb200;
}
.border{
	border: 2px solid #ffb200;
}
a .border{
	border: 2px solid #ffb200;
}
a:hover .border, a:hover .float-left-border{
	border: 2px solid #43358a;
}
a .float-right{
	border: 2px solid #ffb200;
}
a:hover .float-right{
	border: 2px solid #43358a;
}
a {
	color: #3b2598;
	text-decoration: none;
}
a:hover {
	color: #3b2598;
	text-decoration: underline;
}
#container {
	width: 779px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	min-height: 650px;
	background:url(images/cbg.gif) repeat-y;
}
* html #container {
	height: 650px;
}
#header {
	height: 234px;
	padding: 0;
	margin: 0;
}
.head {
	background: #fff url(images/cw_technologies_header.jpg) no-repeat;
}
.head1 {
	background: #fff url(images/cw_technologies_header_1.jpg) no-repeat;
}
.head2 {
	background: #fff url(images/cw_technologies_header_2.jpg) no-repeat;
}
.head3 {
	background: #fff url(images/cw_technologies_header_3.jpg) no-repeat;
}
#header h1 {
	display: none;
}
.mainmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 64px;
	margin-left: 234px;
}
.mainmenu li a {
	line-height: 29px;
	width: 200px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: url(images/mbg.png) no-repeat;
	padding-left: 12px;
}
/** html .mainmenu li a {
	line-height: 24px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mbg_ie6.png');
}
*/.mainmenu li a:hover {
	color: #ffb300;
	background: url(images/mbg_over.png) no-repeat;
}
/** html .mainmenu li a:hover {
	line-height: 24px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mbg_ie6_over.png');
}
*/#outer { 
	padding-left: 203px;
} 
#inner {
	margin: 0; 
	width: 100%;
}
#left {
	width: 180px; 
	float: left; 
	position: relative; 
	margin: 0 0 0 -203px;
	min-height: 342px;
	background: url(images/left_bg.jpg) no-repeat;
	padding-right: 31px;
}
* html #left {
	height: 342px;
}
#left p {
	color: #3b2598;
	margin: 10px 0 0 10px;
}
#content { 
	margin: 0;
	padding: 20px 20px 0 31px;
}
h1 {
	margin: 0;
	padding: 5px 10px 0px 0px;
	font-size: 16px;
	color: #3a3a3a;
}
h2 {
	margin: 0;
	padding: 5px 10px 0px 0px;
	font-size: 14px;
	color: #2851a8;	
	clear: right;
}
h3 {
	margin: 0;
	padding: 5px 10px 5px 0px;
	font-size: 12px;
	color: #2851a8;	
}
p {
	padding: 5px 10px 10px 0px;
	margin: 0;
	line-height: 17px;
}
.image {
	padding: 0 0 10px 0px;
	float: right;
}
#contact { 
	float: right;
	margin: 0px 0px 20px -8px;
/*	* margin: 0px 0px 20px 23px;
	_ margin: 0px 0px 20px 15px;
*/}

#testimonials{
	position: absolute;
	top: 77px;
	margin-left: 553px;
	width: 200px;
	padding-right: 24px;
}

#testimonials p{
	padding: 0px;
	margin: 0px;
}

p.row {
	clear: both;
	padding-top: 10px;
/*	* padding-top: 3px;
	_ padding-top: 3px;
*/}

p.row label.label{
	float: left;
	width: 100px;
	text-align: left;
}

p.row span.formw, p.row span.formbox{
	float: right;
	margin-right: 100px;
	width: 300px;
	text-align: left;
}
.clear{
	clear: right;
	border: none;
	color: #fff;
}
.clear-left{
	border: none;
	color: #fff;
	clear: left;
}

#testimonials h3{
	margin-bottom: 5px;
}

#password-entry input{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 5px 0 0;
}

.protected{
	background: url(images/lock.gif) no-repeat;
	padding-left: 20px;
	list-style: none;
	line-height: 16px;
	margin-left: -15px;
}