/*Main Style sheet for FT Trandformers Ltd */
body 
{
background-image: url('../img/bkground.png');
background-color: #f6f6f6;
background-repeat: repeat-x;
text-align: center;
margin: 0;
padding:0;
}

img 
{
border-style:none;
}

#container
{
width: 805px;
margin: 0 auto;
text-align: left;
}

#FT 
{
background-image: url('../img/ft-logo.png');
background-repeat: no-repeat;
float:left;
width: 387px;
height:100px;
}

#SKOT
{
background-image: url('../img/skot-logo.png');
background-repeat: no-repeat;
float:right;
width: 249px;
height:100px;
}

#nav
{
background-image: url('../img/nav-bar-full.png');
background-repeat: no-repeat;
height:52px;
width:805px;
}

#header-images
{
padding-top:2px;
padding-bottom:2px;
}

.box
{
width:600px;
}

.box2
{
width:200px;
float:right;
}

.box-top
{
background-image:url('../img/box-border.png');
background-repeat: repeat-x;
background-position: top;
background-color:#ffffff;
}

.box-bot
{
background-image:url('../img/box-border.png');
background-repeat: repeat-x;
background-position: bottom;
}

.box-left
{
background-image:url('../img/box-border.png');
background-repeat: repeat-y;
background-position: left;
}

.box-right
{
background-image:url('../img/box-border.png');
background-repeat: repeat-y;
background-position: right;
}

.box-top-left
{
background-image:url('../img/box-top-left1.png');
background-repeat: no-repeat;
background-position: top left;
}

.box-top-right
{
background-image:url('../img/box-top-right.png');
background-repeat: no-repeat;
background-position: top right;
}

.box-bot-left
{
background-image:url('../img/box-bot-left.png');
background-repeat: no-repeat;
background-position: bottom left;
}

.box-bot-right
{
background-image:url('../img/box-bot-right.png');
background-repeat: no-repeat;
background-position: bottom right;
/*background-color:#ffffff;*/
}

#footer
{
width:804px;
height:161px;
background-image:url('../img/site-bottom-banner.png');
background-repeat: no-repeat;
}

#quick_links
{
padding-right:25px;
padding-top:5px;
float:right;
}