﻿body
{
    background-color: #D4F2FE;
    background-image: url(/images/master/body_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}

div.body_wrapper
{
    margin: 0px auto;
    width: 1000px;
    position: relative;
}

div.top
{
    text-align: right;
    height: 30px;
    padding-top: 6px;
}

div.top input.txtSearch
{
    border-width: 0;
    width: 152px;
    height: 16px;
    margin: 0 3px 0 0;
    padding: 3px;
    border-radius: 3px;
    font-size: 11px;
    color: Gray;
    font-style: italic;
}

div.top input.btnSearch
{
    float: right;
    background-image: url(/images/master/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

div.links
{
    width: 210px;
    height: 325px;
    position: absolute;
    left: 20px;
    top: 0;
}

div.links a.logo
{
    height: 100px;
    display: block;
}

div.links a.facebook
{
    width: 72px;
    height: 72px;
    position: absolute;
    top: 163px;
    left: 88px;
    z-index: 1000;
}

div.links a.twitter
{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 240px;
    left: 10px;
    z-index: 1000;
}

ul.navigation
{
    margin: 0;
    padding: 0 6px;
    list-style: none;
    background-color: White;
    position: absolute;
    top: 110px;
    right: 8px;
}

ul.navigation li
{
    padding: 12px 0 8px 0;
    margin: 0;
    border-bottom: dotted 1px #CCCCCC;
    display: block;
}

ul.navigation li:last-child
{
    border-bottom-width: 0px;
}

ul.navigation li a, ul.navigation li a:visited
{
    display: block;
    font-family: Berlin Sans FB Demi;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #46ABCB;
    text-decoration: none;
    text-align: center;
}

ul.navigation li a:hover
{
    text-decoration: underline;    
}

div.footer
{
    clear: both;    
}

div.footer
{
    margin: 10px 0 0 0;
    padding: 5px;
    border-top: dotted 1px #84C9C9;    
    font-size: 12px;
    color: #88BFDF;
}

div.footer div.copyright
{
    float: left;
}

div.footer div.dev
{
    float: right;
}

div.footer a, div.footer a:visited
{
    color: #88BFDF;
    text-decoration: none;
}

div.footer a:hover
{
    text-decoration: underline;
}

a
{
    outline: none;    
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

div.tweet-button
{
    position: absolute;
    top: 380px;
    right: 14px;
}
