/*Main styles*/
* { margin: 0; padding: 0; }
body 
{
	margin: 0;
	padding: 0;
	background: #fff url("/Services/Design/images/homepage/back.gif") top repeat-x;
	font: 13px/16px "Trebuchet MS";
}

a { color: #5aa9d3; }
a:hover { text-decoration: none; }
p { margin: 1em 0 0 0; }
img { border: 0; }
.clear { clear: both; }
/*	Layers*/
#container 
{
	width: 1000px;
	margin: 0 auto;
}
#footer 
{
	float: left;
	width: 1000px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
}

#splash 
{
	width: 720px;
	height: 270px;
	margin: 0 auto;
	background: url("/Services/Design/images/homepage/splash.jpg") top center no-repeat;
	margin-top: 0px;	
}

/*	Join*/
#join 
{
	position: relative;
	top: 65px;
	left: 530px;
	width: 186px;
	height: 36px;
}

#join a
{
	display: block;
	width: 186px;
	height: 36px;
	background: url("/Services/Design/images/homepage/join_.gif") top center no-repeat;
}

#join a:hover 
{
	display: block;
	width: 186px;
	height: 36px;
	background-position: bottom;
}

#join a span {	display: none;}

/*	Logo*/

#logo {
	float: left;
	background: url("/Services/Design/images/homepage/logo.gif") top no-repeat;
	width: 280px;
	height: 70px;
	margin-top: 5px;
	margin-left: 5px;
}

#logo h1 {
	width: 280px;
	height: 70px;
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	width: 280px;
	height: 70px;
}

#logo a span { display: none; }

/*	Links*/

#links a{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	TEXT-TRANSFORM: lowercase; 
	COLOR: #c8c1bb; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}

#links{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	TEXT-TRANSFORM: lowercase; 
	COLOR: #c8c1bb; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}

#links a:hover {
	color: #fff;
}

/*	Menu*/

#menu {
	float: left;
	height: 34px;
	width: 500px;
	background: #f1f9fd;
	background: url("/Services/Design/images/homepage/menu-border.gif") bottom repeat-x;
}

#menu ul {
	margin: 49px 0 0 10px;
	padding: 0;
	height: 35px;
	list-style: none;
	overflow: hidden;
}

#menu ul li {
	display: inline;
	float: left;
	height: 34px;
	padding: 0;
	font: bold 14px/34px "Myriad Pro", Tahoma, Arial;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-left: 1px;
}

/*	Content*/

#wrapper 
{
	float: left;
	width: 1000px;
	margin-top: -40px;
}

#content {
	float: left;
	width: 600px;
	background: url("/Services/Design/images/homepage/products.gif") 20px top no-repeat;
}

#sidebar {
	float: right;
	width: 390px;
	background: url("/Services/Design/images/homepage/about.gif") left top no-repeat;
}

#table {
	float: left;
	width: 1000px;
	margin-top: 50px;
}

/*	Sidebar*/
#about {
	float: left;
	margin-top: 30px;
}

#about .block {
}

#about .block p {
	color: #616161;	
}

#about .block .dots {
	font: 12px/16px "Trebuchet MS";
	padding: 0 0 10px;
	background: url("/Services/Design/images/homepage/dot.gif") bottom repeat-x;
}

#about .block .dots a {
	color: #3085c6;
}

#about #contact {
	background: #f9fcfe url("/Services/Design/images/homepage/contactinfo.gif") center center no-repeat;
	border: 1px solid #e0e0e0;
	width: 360px;
	height: 160px;
	margin: 10px 0;
}

#about #contact span {
	display: none;
}

/*	blocks*/

#blocks {
	float: left;
	width: 600px;
	margin-top: 40px;
}

#blocks .block {
	float: left;
	width: 550px;
	background: #f7f7f7;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #dcdddd;
	padding: 10px;
}
#blocks .block p {
	font: 12px/14px "Trebuchet MS";
	margin: 5px 0;
	margin-left: 120px;
	color: #606060;
}

#blocks .block h2 {
	color: #3085c6;
	font: 17px/20px "Trebuchet MS";
	margin-left: 120px;
}

#blocks .block h2 a {
	color: #3085c6;
}

#blocks .block p a {
	color: #3085c6;
}
#blocks #help-desk {
	background: #f7f7f7 url("/Services/Design/images/btnServHD.png") 10px 10px no-repeat;
}

#blocks #bug-tracking {
	background: #f7f7f7 url("/Services/Design/images/btnServBT.png") 10px 10px no-repeat;
}

#blocks #time-tracking {
	background: #f7f7f7 url("/Services/Design/images/btnServTT.png") 10px 10px no-repeat;
}

#blocks #file-sharing {
	background: #f7f7f7 url("/Services/Design/images/btnServFS.png") 10px 10px no-repeat;
}

#blocks #forums {
	background: #f7f7f7 url("/Services/Design/images/btnServEF.gif") 10px 10px no-repeat;
}
#blocks #test-cases {
	background: #f7f7f7 url("/Services/Design/images/btnServTC.png") 10px 10px no-repeat;
}
#blocks #Docs {
	background: #f7f7f7 url("/Services/Design/images/btnServDC.png") 10px 10px no-repeat;
}
#blocks #mesron {
	background: #f7f7f7 url("/Services/Design/images/MesronE.png") 10px 10px no-repeat;
}
/*	Table*/

#table p {
	font: 12px Arial;
	color: #606060;
}

#table p b, #table p strong {
	color: #000;
}

#table h2 {
	color: #014c85;
	text-transform: uppercase;
	font: bold 16px Arial;
}

#table .compare {
	border: 1px solid #606060;
	border-bottom: 0;
	margin: 10px 0;
	font: 12px Arial;
	color: #606060;
}

#table .compare tr.odd {
	background: #F7F7F7;
}

#table .compare th {
	font-weight: normal;
	background: #e0e0e0;
	padding: 7px;
	text-align: left;
	border-bottom: 1px solid #606060;
}

#table .compare td {
	padding: 7px;
	text-align: left;
	border-bottom: 1px solid #606060;
}

/*	Footer*/

#trust {
	float: right;
	margin-top: -30px;
}


#footer {
	float: left;
	margin-top: 10px;
}

#footer .left {
	display: block;
	float: left;
	width: 300px;
}

#footer .right {
	display: block;
	float: right;
	width: 400px;
}

#footer a {
	color: #8a8a8a;
}

#footer p {
	color: #8a8a8a;
	font: 11px/12px "Trebuchet MS";
	text-align: center;
	margin: 10px 0;
}

/*	Banners*/

#banners {
	clear: right;
	margin-top: 20px;
	text-align: center;
}

/*	Other*/

.floatr {
	float: right;
}

.red {
	color: #ec1e2a;
}