@charset "UTF-8";
/* CSS Document */

#body {
	margin-top: 10px;
	background: #CCCCFF;
	padding: 0;
	text-align: center;
}


#container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

#header {
	width: 850px;
	height: 140px;
	background: url(images/home/header.jpg) no-repeat center center;
	border: 1px solid #999999;
}

#menu {
	font-weight: bold;
	color: #666699;
	text-decoration: none;
	border: 1px solid #999999;
	height: 25px;
	width: 850px;
	margin-top: 10px;
	text-align: center;
	background: url(images/home/menu-bar.jpg) no-repeat center top;
	padding: 6px 0px 0px;
}

#menu a {
	text-decoration: none;
	color: #666699;
	margin: 0px 25px;
	padding: 0px;
}

#menu a:hover {
	color: #333333;
	text-decoration: none;
}

#content {
	border: 1px solid #999999;
	margin-top: 10px;
	text-decoration: none;
}

#content a {
	color: #6699CC;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#search {
	border: 1px solid #999999;
	margin-top: 10px;
	text-decoration: none;
	text-align: center;
}

#search a {
	color: #6699CC;
	text-decoration: none;
}

#search a:hover {
	text-decoration: underline;
}

#footer {
	border: 1px solid #999999;
	margin-top: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	background: url(images/home/foot-bar.gif) no-repeat bottom;
	width: 850px;
	height: 25px;
}

#footer a {
	color: #6699CC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.company-head {
	font-weight: bold;
}

.head {
	font-weight: bold;
	color: #666699;
}

.client
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #666666;
	margin: 0px;
	padding: 2px;
}

.caption
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 2px;
}

.caption a {text-decoration: none;
	color: #6699CC;}

.caption a:hover {
	text-decoration: underline;
}
