/* CSS Document */

body	{
background-color: #eee;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
text-align: center;
margin: 10px auto 10px auto;
}

p, p.text	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
margin: 0;
padding: 0;
margin-bottom: 15px;
}

a:link, a:visited, a:active	{
font-weight: bold;
color: #990;
text-decoration: underline;
}

a:hover	{
color: #cc6;
text-decoration: none;
}

ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
}

li	{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-left: 20px;
	line-height: 20px;
}

div#container	{
background: #fff;
width: 760px;
border: solid 1px #999;
margin: 0 auto;
text-align: left;
}

div#top-container	{
width: 760px;
height: 100px;
background: #fff;
text-align: left;
}

div#top-left	{
float: left;
width: 200px;
background-image: url('images/logo.gif');
background-repeat: no repeat;
}

div#top-right	{
float: right;
width: 540px;
}

ul#menu	{
width: 540px;
height: 100px;
background: #fff;
text-align: left;
padding: 0px;
margin: 0px;
list-style-type: none;
}

ul#menu li	{
float: left;
width: 90px;
padding: 0px;
margin: 0px;
position: relative;
}

div#space	{
width: 760px;
height: 10px;
background: #fff;
}

div#montage-container {
width: 760px;
height: 250px;
background: #fff;
}

div#montage-left {
float: left;
width: 210px;
height: 250px;
background-image: url('images/img_1264.jpg');
background-color: #ccc;
}

div#montage-right {
float: right;
width: 540px;
height: 250px;
background: #ccc;
}

div#content-left-container	{
width: 210px;
float: left;
}

div#content-right-container	{
width: 540px;
float: right;
}

div#content-left	{
margin-left: 10px;
}

div#content-right	{
margin-right: 20px;
}

div#content-quotes	{
	height: 360px;
	margin: 0;
	padding: 0;
	background-image: url('images/bg-quote.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}

div#title	{
font-size: 24px;
font-weight: bold;
line-height: 30px;
color: #990;
text-align: left;
padding-bottom: 10px;
}

.title, p.title	{
font-size: 24px;
line-height: 30px;
color: #990;
}

div#subtitle	{
font-size: 14px;
line-height: 20px;
color: #660;
font-weight: bold;
margin-bottom: 10px;
}

.highlight	{
color: #990;
font-weight: bold;
}

div#content	{
width: 520px;
padding-bottom: 20px;
text-align: left;
line-height: 20px;
}

div#details	{
text-align: justify;
padding-bottom: 20px;
}

div#list-title	{
font-weight: bold;
color: #660;
margin-bottom: 5px;
}

div#list-title a	{
font-weight: bold;
}

div#summary	{
text-align: justify;
}

.subtitle, p.subtitle	{
font-size: 14px;
font-weight: bold;
color: #990;
line-height: 20px;
padding-right: 10px;
}

.subtitle-black	{
font-size: 14px;
font-weight: bold;
color: #000;
line-height: 20px;
padding-right: 10px;
}

td.subtitle	{
font-size: 12px;
font-weight: bold;
color: #990;
line-height: 20px;
}

div#list-image	{
float: left;
position: relative;
padding-right: 10px;
padding-bottom: 5px;
}

table#list	{
border-bottom: 1px solid #ccc;
margin-bottom: 15px;
padding-bottom: 5px;
}

div#detail-image	{
text-align: center;
padding: 5px;
}

div#footer-container	{
clear: both;
width: 740px;
margin: 0 auto;
background-color: #fff;
border-top: solid 1px #ccc;
text-align: center;
}

div#footer	{
width: 740px;
line-height: 40px;
font-size: 11px;
}

div#status	{
padding-top: 10px;
padding-bottom: 10px;
width: 510px;
border: 1px solid #990;
background: #cc6;
text-align: center;
color: #660;
font-weight: bold;
margin: 20px auto;
}

input, textarea	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #eee;
}

input.submit	{
background: #990;
color: #fff;
font-weight: bold;
text-transform: uppercase;
padding: auto 10px auto 10px;
}

/* RSS */

#rss-title	{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	padding: 3px 5px;
	margin-bottom: 5px;
}

ul#rss	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
	text-align: left;
	margin-bottom: 10px;
}

ul#rss li	{
	background-image: url(images/menubarright.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 13px;
}

ul#rss li a	{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: normal;
	padding: 3px 0;
	display: block;
	zoom: 1;
}

ul#rss li a:hover	{
	color: #990;
}

/* About Us */

#profile-title	{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	padding: 3px 5px;
	margin-bottom: 5px;
}

ul#profile	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
	text-align: left;
	margin-bottom: 10px;
}

ul#profile li	{
	background-image: url(images/menubarright.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 13px;
}

ul#profile li a	{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: normal;
	padding: 3px 0;
	display: block;
	zoom: 1;
}

ul#profile li a:hover	{
	color: #990;
}

div.profile	{
	margin-bottom: 10px;
	display: none;
}

/* Clients */

div.client	{
	width: 168px;
	height: 170px;
	float: left;
	border: solid 1px #ccc;
	margin: 1px;
}

td.client	{
	width: 170px;
	height: 170px;
}

img.client	{
}

/* Left */

div#quote	{
	padding: 90px 20px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}