@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border: 0pt none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
padding: 0pt;
vertical-align: baseline;
}
body{
	line-height: 14px;
	font-size: 12px;
	background: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0pt;
	cursor: default;

	/* fu?"!· explorer 6 !!! */
	behavior:url("css/csshover3.htc");
	/* fu?"!· explorer 6 !!! */
}
table{
	border-collapse: separate;
	border-spacing: 0pt;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
input, textarea, select{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
strong{
	font-weight: 700;
}
ul{
	list-style: outside;
}
a{
	cursor: pointer;
	color: #296ba5;
	text-decoration: none;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* /GENERAL RESET *******/
h1{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 0.5em;
}
/******* LOGO *******/
#logo{
	text-align: center;
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
	width: 960px;
	margin: 40px auto;
	text-align: left;
}
#container p{
	margin: 0 0 12px 12px;
}
/******* /CONTAINER *******/
/******* CONTENT *******/
div.content span{
	display: block;
	font-weight: 700;
	color: #898989;
	margin-top: 10px;
}
div.content{
	padding: 0;
	margin-bottom: 20px;
}
/******* /CONTENT *******/
/******* SECTIONS *******/
.content .section{
	float: left;
	width: 180px;
	margin-right: 4px;
}
.content .section h2{
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-bottom: 9px;
}
/******* /SECTIONS *******/
/******* HEARTS *******/
.content.heart .section{
	border-right: 1px solid #efefef;
}
.content.heart .section .icons{
	height: 36px;
	background: transparent url(images/background.jpg) no-repeat scroll 0px 0;
}
.content.heart .section.one:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll 0px -36px;
}
.content.heart .section.two:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll 0px -72px;
}
.content.heart .section.three:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll 0px -108px;
}
.content.heart .section.four:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll 0px -144px;
}
.content.heart .section.five:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll 0px -180px;
}
/******* /HEARTS *******/
/******* ALTERNATEHEARTS *******/
.content.alternate .section{
	border-right: 1px solid #efefef;
}
.content.alternate .section .icons{
	height: 36px;
	background: transparent url(images/zero.jpg) no-repeat;
}
.content.alternate .section.one:hover .icons{
	background: transparent url(images/one.jpg) no-repeat;
}
.content.alternate .section.two:hover .icons{
	background: transparent url(images/two.jpg) no-repeat;
}
.content.alternate .section.three:hover .icons{
	background: transparent url(images/three.jpg) no-repeat;
}
.content.alternate .section.four:hover .icons{
	background: transparent url(images/four.jpg) no-repeat;
}
.content.alternate .section.five:hover .icons{
	background: transparent url(images/five.jpg) no-repeat;
}
/******* /ALTERNATEHEARTS *******/
/******* LOGO *******/
.content.logo .section .icons{
	height: 40px;
	background: transparent url(images/background.jpg) no-repeat scroll -180px 0;
}
.content.logo .section.one:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -180px -40px;
}
.content.logo .section.two:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -180px -80px;
}
.content.logo .section.three:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -180px -121px;
}
.content.logo .section.four:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -180px -162px;
}
.content.logo .section.five:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -180px -202px;
}
/******* /LOGO *******/
/******* EXPRESIONS *******/
.content.expresions .section{
	width: 92px;
}
.content.expresions .section .icons{
	height: 90px;
	background: transparent url(images/background.jpg) no-repeat scroll -450px 0;
}
.content.expresions .section.one:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -360px 0px;
}
.content.expresions .section.two:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -360px -90px;
}
.content.expresions .section.three:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -360px -182px;
}
.content.expresions .section.four:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -360px -280px;
}
.content.expresions .section.five:hover .icons{
	background: transparent url(images/background.jpg) no-repeat scroll -360px -370px;
}
/******* /EXPRESIONS *******/
