﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    margin: 0px auto;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    outline-style:none;
    letter-spacing:1px;
}

div#container
{
    margin: 0 auto;
    width: 726px;
    text-align: left;
    OVERFLOW: hidden;
    z-index:70;
    height:auto;
}


div#main {
	OVERFLOW: hidden; WIDTH: 100%; HEIGHT: auto;
}

div#main {
	Z-INDEX: 70; LEFT: 0px; OVERFLOW: auto; POSITION: absolute; TOP: 0px
} 

DIV#header
{
    width: 726px;
    color: #444;
    top: 0px;
    left: 0px;
}
DIV#header DIV.title
{
    padding: .2em 0em 0em 0em;
}

#sitedetails {
	/*border-bottom: 5px solid #CCCCCC;*/
	padding-left:23px;
	padding-top:35px;
	height:77px !important;	
	background-image: url(/images/btcompatibilitywhite3.png);
	background-repeat: repeat-x;
	width:703px;
}

.sitedetails a, .sitedetails a:hover {
	color: #949295;
	text-decoration: none;
	font-weight: normal;
}

a {
   outline: none;
}
a:focus { 
    outline: none; 
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }

select:focus { 
    outline: none; 
}

select::-moz-focus-inner { 
    border : 0px;
}

.dropdown
{
    color:#000;
    font-size:11px;
    border:1px solid #5A5A5A;
    width:80%;
    height: auto; 
}
#bg {
	OVERFLOW: hidden; WIDTH: 100%; HEIGHT: auto
}
#bg TABLE {
	OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 100%
}
#bg TD {
	OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 100%
}

#bg DIV {
	LEFT: -50%; WIDTH: 200%; POSITION: fixed; HEIGHT: 100%
}
#bg TD {
	VERTICAL-ALIGN: middle; TEXT-ALIGN: center
}
#bg IMG {
	MIN-WIDTH: 50%; MIN-HEIGHT: 50%; MARGIN: 0px auto
}
