@charset "UTF-8";
/* CSS Document */

#page-content{
	width:665px;
	padding-right:35px;
}

#page-content h1{
	padding:0px;
	margin:0px 0px 12px 0px;
	font-size:18px;
	font-weight:100;
	color:#CB3733;
}

#page-content h1 a:link, #page-content h1 a:visited, #page-content h1 a:active {
	text-decoration: underline ;
	color: #EEEEEE ;
}

#page-content h1 a:hover {
	color:#FFFFFF;
	text-decoration: none ;
}

#page-content h2{
	padding:0px;
	margin:0px 0px 12px 0px;
	font-size:18px;
	font-weight:100;
	color:#CB3733;
}

#page-content h3{
	padding:0px;
	margin:0px 0px 12px 0px;
	font-size:14px;
	font-weight:100;
	color:#3D3D3D;
}

#header{
	background-color:#B7B8BD;
	height:45px;
}

#header h1{
	padding:12px 20px 0px 0px;
	margin:0px;
	color:#EEEEEE;
}


#solutions-left{
	display:inline;
	float:left;
	width:420px;
}

#solutions-right{
	display:inline;
	float:right;
	width:220px;
}

#solutions-right ul{
	list-style-image:url(/images/bullet.png);
	list-style-position:outside;
	margin:0px 0px 15px 20px;
	padding:0px;
}

#solutions-right li{
	margin:0px;
	padding:0px 0px 10px 0px;
	line-height:14px;
}
.tip-top{
	width:220px;
	height:12px;
	background-image:url(/images/solutions-architecture/tip-top.png);
}


.tip-bottom{
	width:220px;
	height:12px;
	background-image:url(/images/solutions-architecture/tip-bot.png);
}


.tip{
	background-color:#CB3733;
	width:200px;
	padding:0px 10px 0px 10px;
	color:#F4F4F4;
	line-height:15px;
}

.tip .tip-text{
	display:none;
	
}