/*@import url(http://fonts.googleapis.com/css?family=Lato:300);*/

#main
{
    width: 980px;
    margin: 0px auto;
    padding-bottom: 70px;
}


.messenger
{
    clear: both;
}

/*header*/
#header
{
    width: inherit;
}

#header-txt
{
    padding: 15px 0px 15px 0px;;
    
}

#header-txt h1
{

    font-size: 30px;
    font-weight: normal;
    color: #666;
    font-weight: 100;
    line-height: 36px;
    text-shadow: -1px 1px 1px #ccc;
}

#header-txt h2
{
    font-size: 24px;
    color: #ff6633;
    font-size: 21px;
    font-weight: normal;
    margin: 0px;
}

#header-txt p
{
    font-size: 18px;
    font-weight: 100;
    color: #333;
}

#logo
{
    width: 260px;
    height: inherit;
    background-image: url(../images/mfu-logo.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    margin-top: 50px;
    display: none;
}



/*content*/
#content
{
    width: inherit;
}


/*feedback*/
#feedback-btn
{
    width: 35px;
    height: 120px;
    background-image: url(../images/feedback-btn.png);
    float: left;
    cursor: pointer;
}


#feedback-form
{
    width: 400px;
    height: 450px;
    background-image: url(../images/feedback-form-bg.png);
    float: left;
}

#feedback
{
    width: 435px;
    height: 450px;
    z-index: 50001;
    position: fixed;
    right: -400px;
    top: 40px;
    font-size: 14px;
}

#feedback-form form
{
    padding: 20px;
}

#feedback-form input
{
    width: 300px;
    height: 20px;
    padding: 5px;
    border: none;
    color: #666;
}

#feedback-form textarea
{
    width: 300px;
    min-height: 150px  !important;
    height: 150px;
    padding: 5px;
    font-family: Helvetica, Arial, sans-serif;
    resize: none;
}

#feedback-form p
{
    padding: 0px;
    margin: 0px;
    color: #fff;
}

#feedback-send-btn
{
    width: 50px;
    padding: 5px;
    background-color: #666;
    border: 5px solid #999;
    margin-top: 10px;
    cursor: pointer;
    text-align:center;
    color: #fff;
}

#video {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	background-color: #000;
	background-image: url(../images/tooltip-modal-bg.gif);
	background-repeat: repeat-x;
	position: fixed;
	top: 100px;
	height: 600px;
	padding: 35px;
	padding-top: 5px;
	width: 670px;
	z-index: 9999;
	left: 50%;
	margin-left: -335px;
}

#description_holder {
	margin-top: 35px;
	margin-left: 15px;
	font-size: 1.3em;
	color: #fff;
	height: 150px;
	overflow: auto;
}

#tipHolder, .tooltip-title {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

.tooltip-title {
	font-size: 2.2em;	
	color: #ff6633;
}

#tipHolder {
	height: 430px;
	overflow: scroll;
}

.view-more-tips {
	cursor: pointer;
}

.tip-icon-window {
	height: 115px;
	width: 115px;
	margin-top: 15px;
	margin-bottom: -55px;
}