/* 
    Document   : main
    Created on : Jan 8, 2010, 1:32:24 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
	background-image: url("http://www.classic-wings.com/images/bg.png");
		background-repeat: repeat;
    margin: 0px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: .8em;
    color: #ffffff;
}
h1, h2, h3 {
    margin-top: 0px;
    color: #cc9933;
    padding-top: 4px;
    padding-bottom: 4px;
}

a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
a:hover {
    color: #ffff99;
}
#top-banner{
    position: relative;
    width: 1100px;
    margin-left: -550px;
    left: 50%;
}
#container{
    position: relative;
    width: 930px;
    margin-left: -465px;
    left: 50%;
}
#content{
    position: relative;
    margin-top: -180px;
}
#content-top{
    height: 24px;
    background-image: url(../../images/bg-c-top.png);
    background-position: center;
    background-repeat: no-repeat;
}
#content-bot{
    height: 22px;
    background-image: url(../../images/bg-c-bot.png);
    background-position: center;
    background-repeat: no-repeat;
}
#content-main{
    padding: 20px;
    min-height: 600px;
    background-image: url(../../images/bg-c-mid.png);
    background-repeat: repeat-y;
    background-position: center;
}
#menu-top{
    position: relative;
    margin-top: -36px;
    height: 36px;
    background-image: url(../../images/menu-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    
}
#main-left{
    position: relative;
    float: left;
    margin-right: 12px;
    padding: 8px;
    width: 200px;
}

#main-content-right{
    position: relative;
    float: left;
    width: 650px;
    min-height: 600px;
    border-left: 1px solid #1e62db;
}
#main-content-right-content{
    padding: 8px;
    padding-left: 12px;
}
#footer{
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lilpic{
    float: left;
    width: 82px;
    height: 82px;
    margin-left: 8px;
}

.toggler {
    position: relative;
}

#effect { 
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 700px;
}

.flyout-bg {
    position: absolute;
    z-index: 10;
    width: 100%;
    border: 1px solid #1e62db;
}

.flyout-pic {
    position: absolute;
    z-index: 20;
    margin-top: 20px;
    width: 800px;
    margin-left: -400px;
    left: 50%;

}