﻿body 
{
    margin: 3em;
    font-family: Verdana, Arial;
    font-size: 10px;
    background: url('../img/bg/bg_metal.jpg');
    text-align: center;
}

a
{
    text-decoration: none;
    color: #e80000;
}

a:hover 
{
    text-decoration: underline;
    color: #e80000;
}

h1
{
    font-size:large;
    color: #e80000;
}

h4
{
    font-size: 14px;
    color: #e80000;
}

h5
{
    color: #e80000;
    text-decoration: underline;
}

hr {
	border: 0;
	border-top: 1px solid #999;
	height: 1px;
}

img
{
    border: none;
}

#Wrap
{
    margin: 0 auto;
    text-align: left;
    width: 900px;
    height: 700px;
    background: url('../img/bg/bg_content.jpg') no-repeat;
    border: 1px solid #444;
}

#WrapHeader
{
    height: 130px;
}

#WrapContent
{
    height: 570px;
}

#WrapLeft
{
    float:left;
    width:180px;
    padding: 10px;
}

#WrapBody
{
    float:left;
    width:480px;
    padding: 10px;
    height: 540px;
}

#WrapRight
{
    float:left;
    width:180px;
    padding: 10px;
}

#WrapFooter
{
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 900px;
    height: 20px;
    padding-top: 5px;
}

#SidebarRight
{
    border: 1px solid #999;
    background: #f1f1f1;
    width: 160px;
    padding: 10px;
}

#SidebarLeftMenu
{
    border: 1px solid #999;
    background: #f1f1f1;
    width: 160px;
    padding: 10px;
}

#SidebarLeftProd
{
    margin-top: 20px;
    border: 1px solid #999;
    background: #fff;
    width: 160px;
    padding: 10px;
    height: 140px;
}

#Content
{
    border: 1px solid #999;
    background: #f1f1f1;
    width:460px;
    padding: 10px;
    height: 520px;
}

/*forms*/
.textbox
{
    border: 1px solid #e80000;
    width: 150px;
}

.button
{
    border: 1px solid #999;
}




