* {margin:0;padding:0;}
body
	{
	margin: 0;
	padding: 0;
	font: normal 12px/16px Arial,Verdana,sans-serif;
	background-color: #fff;
	}
body#home
	{
	background: #fff url(img/tie-home.jpg) no-repeat center top;	
	}
body#home div#wrap
	{
	height: 2200px;
	}
body#home div#hdr p
	{
	margin-bottom: 200px;
	}
h2
	{
	margin: 4px 0;
	}
a,img {border:0;}
a:link {color: #2ea4e4;}
a:visited {color: #2ea4e4;}
a:hover {color: #333;}
a:active {color: #2ea4e4;}
div#wrap
	{
	}

div#hdr
	{
	width: 600px;
	float: left;
	margin: 0 0 0 40px;
	padding: 220px 0 0;
	}
div#hdr p
	{
	margin-top: 4em;
	color: #727272;
	line-height: 1.2;
	padding-right: 150px;
	}
ul#examples
	{
/*	margin: 120px 0 0 400px;
*/	list-style-type: none;
	padding: 120px 0 0;
	}
div.c1 ul
	{
	}
ul#examples li
	{
	float: left;
	}
ul#examples strong
	{
	display: block;
	color: #7ac3f4;
	font-size: 1.2em;
	margin-top: 1em;
	}
div.c1
	{
	width: 4800px;	
	}
div.collections
	{
	width: 1200px;
	}
div.collections div#hdr
	{
	width: 350px;
	}
div.collections div#hdr ul
	{
	list-style-type: none;
	margin: 4em 0;
	line-height: 1.75;
	color: #2ea4e4;
	}
div.collections div#hdr ul a
	{
	}
p#copyright
	{
	clear: left;
	font-weight: bold;
	margin: -20px 0 10px 40px;
	color: #727272;
	}


.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}