/* Start of CMSMS style sheet 'custom' */
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #454444;
	background-color: #000;
	background-image: url(images/bg-main.gif);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding-right:5px;
	padding-left:5px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 111px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 975px;
	cursor: pointer;
} 

.twoColFixLtHdr #header div {
	display:inline;
	float:left;
} 

.twoColFixLtHdr #header div.divider {
	padding-top: 20px;
	margin-left: 0px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header .company {
	width: 180px;
	height: 60px;
	margin-top: 40px;
	margin-left: 300px;
	float:left;
}
.twoColFixLtHdr #header .company a {
	padding-left: 2em;
}

.twoColFixLtHdr #header .solutions {
	width: 180px;
	height: 60px;
	margin-top: 40px;
	float:left;
}
.twoColFixLtHdr #header .solutions a {
	padding-left: 2em;
}

.twoColFixLtHdr #header .experience {
	width: 180px;
	height: 60px;
	margin-top: 40px;
	float:left;
}
.twoColFixLtHdr #header .experience a {
	padding-left: 2em;
}

.twoColFixLtHdr #header .contact {
	width: 90px;
	height: 25px;
	margin-top: 10px;
	padding-right: 10px;
	float:right;
}

.twoColFixLtHdr a:link {
	color:#1c3d67;
	text-decoration:none;
	}
.twoColFixLtHdr a:visited {
	color:#1c3d67;
	text-decoration:none;
	}
.twoColFixLtHdr a:hover {
	color:#454444;
	text-decoration:underline;
	}
.twoColFixLtHdr a:active {
	color:#1c3d67;
	text-decoration:none;
	}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 280px; 
	height: auto;
	background: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 290px; 
	width: 680px;
}
.twoColFixLtHdr #mainContent .inner-content {
	padding:3px 8px;
	background: url(images/content_bg_top.gif) no-repeat top;
}

.twoColFixLtHdr #mainContent .outer-content {
	margin-top:5px;
	background: url(images/content_bg_bottom.gif) no-repeat bottom;
}

.twoColFixLtHdr #mainContent li { 
	margin: 0 0 0 0;
}

.twoColFixLtHdr #footer {
	display: block;
	line-height:40px;
	height:40px;
	padding: 0 0px 0 0px;
	background-color: #fff;
	width:980px;
	clear:both;
} 

.twoColFixLtHdr #footer div {
	float:left;
}
.twoColFixLtHdr #footer div.copyright {
	width: 35%;
	text-align: left;
}
.twoColFixLtHdr #footer div.footnav {
	width: 30%;	
	text-align: center;
}
.twoColFixLtHdr #footer div.poweredby {
	width: 35%;
	text-align: right;
}

#sidebar1 .section {
	width:280px;
	display:block;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}

#sidebar1 .section .sb-top {
	width:100%;
	height:13px;
	background:#fff url(images/side-box-top.jpg) no-repeat top left;
}

#sidebar1 .section .side-content {
	width:100%;
	height:auto;
	padding: 0px 10px 10px 10px;
	background:transparent url(images/side-box-bottom.jpg) no-repeat bottom left;
}

#sidebar1 .section .side-content p {
	padding: 0px 0px 0px 24px;
}

#sidebar1 .section .plat-info {
	width:230px;
	height:22px;
	background-repeat:no-repeat;
	background-image:url(images/plat_info_text.png);
}

#sidebar1 .section .plat-serv {
	width:230px;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(images/plat_serv_text.png);
}

#sidebar1 .section .sb-contact {
	width:230px;
	height:20px;
	margin-top:0;
	padding-top:0;
	background-repeat:no-repeat;
	background-image:url(images/txt_contact.png);
}

#sidebar1 input {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.btn_bottom {
	display: inline;
	width:320px;
	height:35px;
	margin: 10px 0 10px 0;
}

.map_div {
	display:block; 
	margin-left: 25px;
}

.inline { 
	display:inline; 
}
.block { 
	display:block; 
}

.textbottom {
	vertical-align: text-bottom;
}

.textmiddle {
	vertical-align:middle;
}

.casalogo {
	background-image:url(images/logo-casa.gif);
	margin-top:10px;
	width:125px;
	height:24px;
	line-height:40px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.input
 	{
	color:#352b26;
	background:#FFFFFF;
	border:1px solid #352b26;
	font-family:Arial, Helvetica, sans-serif;
 	}
.inputSubmit
 	{
	background:#bbd5e6;
	border: 1px solid #352b26;
	height:25px;
	width:60px;
	font-size:11px;
	color:#352b26;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
 	}
.inputMultiLine
 	{
	background:#FFFFFF;
	border: 1px solid #352b26;
	height:90px;
	width:188px;
	color:#352b26;
	font-family:Arial, Helvetica, sans-serif;
 	}

ul.submenu
	{
	text-transform: none;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: url(images/arrow-list.gif);
	list-style-type: square;
	padding: 6px;
	margin: 2px;
	}

#bottom {
	margin: 10px 0 10px 0;
	padding: 0px;
}
#bottom ul {
	margin: 0px 0 0px 0;
	padding: 0px;
}
#bottom ul li {
	margin: 0px 3px 0px 3px;
	padding: 0px 0 0px 0;
	display: block;
	float: left;
	list-style: none;
	clear: right;
	height:32px;
	width:320px;
	background: url(images/button_bottom.png) no-repeat;
}

#bottom ul li a {
	display: block;
	text-decoration: none;
	text-align:center;
	line-height:32px;
	background: url(images/button_bottom.png) no-repeat;
}
#bottom ul li a:hover {
	background: url(images/button_bottom_hover.png) no-repeat;
	text-decoration: none;
}
#bottom ul li#active {
	background: url(images/button_bottom.png) no-repeat;
	text-decoration: none;
}

/* End of 'custom' */

