/* CSS Document */

#page-container {
	width:760px;
	margin:auto;
}
html, body {
	margin:0;
	padding:0;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff;
}
.hidden {
	display:none;
}
/* Main Navigation */

#main-nav { height: 49px; }

#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 11px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#main-nav dt { float: left; }
#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -50px;
}
#main-nav dt#home,
#main-nav dt#home a { width:71px; background-image:url(ci_home_button.png); }

#main-nav dt#about,
#main-nav dt#about a { width: 71px; background-image: url(ci_about_button.png); }

#main-nav dt#products,
#main-nav dt#products a { width: 84px; background-image: url(ci_products_button.png); }

#main-nav dt#services,
#main-nav dt#services a { width: 84px; background-image: url(ci_services_button.png); }

#main-nav dt#contacts,
#main-nav dt#contacts a { width: 84px; background-image: url(ci_contacts_button.png); }

body.home dt#home,
body.home dt#home a,
body.about dt#about,
body.about dt#about a,
body.products dt#products,
body.products dt#products a,
body.services dt#services,
body.services dt#services a,
body.contact dt#contacts,
body.contact dt#contacts a {
	background-position: 0 -100px;
}

#header {
	clear:both;
	margin-bottom:5px;
	height:150px;
	background-image:url(ci_header1.png);
	border:1px solid #cccccc;
	border-bottom:0px;
}
#sidebar-a {
	clear:both;
	float:right;
	width:280px;
	text-align:justify;
	line-height:18px;
	border-top: 1px dotted #999999;
}
#sidebar-a h2 {
	margin:0;
	padding:0;
	padding-bottom:15px;
}
#sidebar-a p {
	margin:0;
	padding:0;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:justify;
	color:#666666;
	line-height:18px;
	padding-bottom:15px;
}
#sidebar-a h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#d18b38;
	text-align:justify;
	line-height: 18px;
	padding-bottom:10px;
}
#sidebar-a .padding {
	padding:5px;
}
#sidebar-a a{
	text-decoration:none;
	color:#4658ab;
	font-weight:700;
}
#sidebar-a a:hover {
	text-decoration:none;
	color:#d18b38;
	font-weight:bold;
}
#content {
	margin-right:295px;
	text-align:justify;
	line-height:18px;
	border-top: 1px dotted #999999;
	color: #666666;
}
#content .padding {
	padding:5px;
}
#content h2 {
	margin:0;
	padding:0;
	padding-bottom:15px;
}
#content h3 {
	margin:0px;
	padding:0px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:18px;
	font-size:13px;
	font-weight:bold;
	color:#4658ab;
}
#content p {
	margin:0;
	padding:0;
	padding-bottom:15px;
}
#content a {
	color:#4658ab;
	text-decoration:none;
	font-weight:700;
}
#content a:hover {
	color:#d18b38;
	text-decoration:underline;
	font-weight:bold;
}
#footer {
	height:66px;
	clear:both;
	border-top:1px solid #cccccc;
	font-family:lucida grande, verdana, arial, sans-serif;
	color:#999999;
	font-size:9px;
	line-height:18px;
}
#footer #altnav {
	width:350px;
	float:right;
	text-align:right;
}
#footer a {
	color:#4658ab;
	text-decoration:none;
}
#footer a:hover {
	color:#d18b38;
	text-decoration:underline;
}
h1 {
	margin:0;
	padding:0;
	float:right;
	margin-top:58px;
	padding-right:2px;
}
 label
{
width: 10em;
float: left;
text-align: left;
margin-right: 0.5em
display: block
}

.submit input
{
margin-left: 4.5em;
}
 input
{
color: #53c15b;
background: #ffffff;
border: 1px solid #4658ab;
}

.submit input
{
color: #4658ab;
background: #4658ab;
border: 2px outset #53c15b;
}
 fieldset
{
margin-bottom:15px;
border: 1px solid #4658ab;
width: 40em;
}

legend
{
color: #fff;
background: #53c15b;
border: 1px solid #4658cb;
padding: 2px 6px
}