html, body{
	text-shadow: 0 1px 0 #fff;
	height: 100%;
	min-height: 400px;
	padding: 0;
	margin: 0;
	background: #fff ;
	color: #222;
}
*{
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
}
div.container{
	margin: 0 auto -60px;
	height: 100%;
	min-height: 890px;
}
div.wrapper{
	margin: auto;
	padding: 20px;
	width: 960px;
}
div.foottop{
	background: #ccc;
	background: rgba(255,255,255, 0.5);
	height: 30px;
	border-bottom: solid 1px #fff;
	border-bottom: solid 1px rgba(255,255,255, 0.6);
	border-top: solid 1px #bbb;
}
div.footer, div.push{
}
div.footer{
	width: 100%;
	margin: 0 auto;
	background: #222 url(../images/texture.jpg) repeat-x;
	text-shadow: 0 -2px 0 #000;
	color: #f9f9f9;
}
div.footer div.wrapper{
	width: 960px;
	margin: auto;
	padding: 10px 0;
}
div.top{
	width: 100%;
	display: block;	
	padding-top: 150px;
	background: transparent url(../images/headerBG.png) no-repeat top center;
	min-height: 300px;
}
div.top p{
	float: left;
	width: 300px;
	padding-top: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1.6em;
}
div.top p span{
	font-size: 12px;
	font-weight: bold;
	color: #aab;
}
div.right{
	width: 300px;
	float: right;
}
div.top div.right{
	padding-left: 20px;
	padding-right: 10px;
}
div.top div.left{
}

div.footer div.wrapper div.right{
	padding-top: 20px;
}
div.right ul{
	list-style: none;

}
div.left{
	float: left;
	width: 600px;
}
div.footer div.left{
	padding-top: 20px;
}
h1.logo{
	padding-bottom: 20px;
	width: 100%;
	height: 55px;
	background: #222 url(../images/texture.jpg) repeat-x;
	display: block;
}
h1.logo a{
	width: 550px;
	height: 75px;
	background: url(../images/collabLogoHoriz.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	margin: auto;
}
h2{
	color: #3faaff;
	font-weight: lighter;
	font-family: 'Cabin', 'Helvetica', serif;
	padding: 10px 0;
	font-size: 30px;
}
.top h2{
	color: #3faaff;
}
p{
	padding-bottom: 20px;
	line-height: 1.6em;
	font-size: 13px;
}
ul.productlist{
	list-style: none;
	width: 600px;
	height: 60px;
	float: left;
}
ul.productlist li span{
	float: left;
	width: 350px;
	display: block;
	height: 70px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 10px;
	height: 60px;
	width: 250px;
	display: block;
	border: solid 1px #e0e0e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fcfcfc ;
}
ul.productlist li span:hover {
	background: #f6f6f6 url(../images/shade.png) repeat-x top left;
	border: solid 1px #d0d0d0;
	-moz-box-shadow: 0 2px 4px #e9e9e9;
	-webkit-box-shadow: 0 2px 4px #e9e9e9;
	box-shadow: 0 2px 4px #e9e9e9;
}
li#blinksend span a{
	text-indent: -9999px;
	height: 60px;
	width: 270px;
	display: block;
	background: transparent url(../images/blinksendLogo.png) no-repeat 0 0; 
}
li#blinksend span a:hover {
	background: transparent url(../images/blinksendLogo.png) no-repeat 0 0; 
}
li#blinkto span a{
	text-indent: -9999px;
	height: 60px;
	width: 270px;
	display: block;
	background: transparent url(../images/blinktoLogo.png) no-repeat 0 0; 
}
li#blinkto span a:hover {
	background: transparent url(../images/blinktoLogo.png) no-repeat 0 0; 
}

li#snoball span a{
	text-indent: -9999px;
	height: 60px;
	width: 270px;
	display: block;
	background: transparent url(../images/snoballLogo.png) no-repeat 0 0; 
}
li#snoball span a:hover {
	background: transparent url(../images/snoballLogo.png) no-repeat 0 0; 
}
.preload1{
	display: none;
	background: transparent url(../images/blinksendLogoOff.png) no-repeat 0 0; 
}
div.bottomfoot{
	width: 600px;
}
img#footerbg{
	margin-top: -140px;
}
/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 600px;
	height:120px;

	/* custom decorations */
//	border:1px solid #e0e0e0;
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}




/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navCircles.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	margin-top: 10px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
a.emaillink {
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: #3faaff;
	color: #fff;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #2E7CB9;
}
a.emaillink:hover {
	background: #2E7CB9;
	text-shadow: 0 -1px 0 #225D8B;
}

