﻿/* hide from ie on mac \*/*
{
    margin: 0;
    padding: 0;
}
form{

}
html
{
    background: #ff00;
    height:100%;
}
#flashcontent
{
	height :100%;
	line-height:0;
	font-size:0;
}

#htmlcontent
{
  width:680px;
	margin:auto;
	margin-top:0px;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
font-size:11px;
line-height:16px;
}
#htmlcontent a{text-decoration:none;}
/* end hide */body
{
    height: 100%;
}
form
{
    height:100%;
    margin:0;padding:0;
}
input
{
    border: 0;
    margin: 0;
    padding: 0;
}
.searchform
{
    position: relative;
    margin: 0;
    padding: 0;
    height: 34px;
}
.input-wrapper
{
    z-index: 0;
    position: absolute;
    left: 0;
    top: 7px;
    width: 150px;
    height: 20px;
    background: url( "/Assets/img/bg_searchinput.gif" ) no-repeat left top;
    padding: 0 20px 0 5px;
}
#search
{
    position: absolute;
    left: 4px;
    top: 3px;
    width: 150px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    outline: none;
}
#reset
{
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 157px;
    width: 14px;
    height: 14px;
    background: url( "/Assets/img/icon_clear.gif" ) no-repeat left top;
    cursor: pointer;
}
#reset:hover
{
    background-position: left bottom;
}
#submit
{
    position: absolute;
    top: 0;
    left: 175px;
    width: 43px;
    height: 34px;
    background: url( "/Assets/img/icon_go.png" ) no-repeat left top;
    cursor: pointer;
}
#submit:hover
{
    background-position: left bottom;
}
#menu ul
{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li
{
    display: inline;
    padding-right: 10px;
}
#htmlFocusElement{height:0px;font-size:0;line-height:0;}

.social {
    display:block;
    width:32px;
    height:32px;
    background: url( "/Assets/img/sprite_social.png" ) no-repeat 0 0;
    text-indent:-999em;
}
.s-fb {
    position:absolute;
    top:100px;
    right:0;
    z-index:2;
    background-position: 0 0;
    width:36px;
}
.s-tw {
    position:absolute;
    top:133px;
    right:0;
    z-index:2;
    background-position: 0 -32px;
    width:36px;
}
