@font-face 
{
    font-family: 'league_gothicregular';
    src: url('league_gothic-webfont.eot');
    src: url('league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('league_gothic-webfont.woff') format('woff'),
         url('league_gothic-webfont.ttf') format('truetype'),
         url('league_gothic-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body 
{
    margin: 0px;
	padding: 0px;
    font-family: league_gothicregular, Tahoma, Arial, Helvetica, sans-serif;
    background: #001D2E;
}

#container
{
    margin: auto;
    width: 1020px;
    /*background: #001D2E;*/
    border: 0px solid white;
}

.header
{
    text-align: center;
    margin-bottom:115px;
}

.requester
{
    width: 230px;
    height: 78px;
    background-image: url('../Images/Requester/Buttons/requester_370x103.png');
    /*background-repeat: no-repeat;*/
    margin-left: 120px;
    margin-bottom: 20px;
    color: #F1592A;
    padding-top: 25px;
    padding-left: 140px;
    font-size: 45px;
}

.requester a:link, .requester a:visited, .requester a:active
{
    color: #F1592A;
    text-decoration: none;
    
}

.requester a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.mind
{
    width: 230px;
    height: 78px;
    background-image: url('../Images/Requester/Buttons/manager_370x103_compressor.png');
    /*background-repeat: no-repeat;*/
    margin-left: 60px;
    margin-bottom: 20px;
    color: #F1592A;
    padding-top: 25px;
    padding-left: 140px;
    font-size: 45px;
}

.mind a:link, .mind a:visited, .mind a:active
{
    color: #F1592A;
    text-decoration: none;
    
}

.mind a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.designer
{
    width: 230px;
    height: 78px;
    background-image: url('../Images/Requester/Buttons/designer_370x103.png');
    /*background-repeat: no-repeat;*/
    margin-left: 120px;
    margin-bottom: 20px;
    color: #F1592A;
    padding-top: 25px;
    padding-left: 140px;
    font-size: 45px;
}

.designer a:link, .designer a:visited, .designer a:active
{
    color: #F1592A;
    text-decoration: none;
    
}

.designer a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.metl
{
    width: 230px;
    height: 78px;
    background-image: url('../Images/Requester/Buttons/manager_370x103_tiller.png');
    /*background-repeat: no-repeat;*/
    margin-left: 60px;
    margin-bottom: 20px;
    color: #F1592A;
    padding-top: 25px;
    padding-left: 140px;
    font-size: 45px;
}

.metl a:link, .metl a:visited, .metl a:active
{
    color: #F1592A;
    text-decoration: none;
    
}

.metl a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.manager
{
    width: 230px;
    height: 78px;
    background-image: url('../Images/Requester/Buttons/manager_370x103.png');
    /*background-repeat: no-repeat;*/
    margin-left: 120px;
    color: #F1592A;
    padding-top: 25px;
    padding-left: 140px;
    font-size: 45px;
}

.manager a:link, .manager a:visited, .manager a:active
{
    color: #F1592A;
    text-decoration: none;
    
}

.manager a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.mat
{
    width: 230px;
    height: 78px;
    background-image: url('../Images/Requester/Buttons/manager_370x103_mat.png');
    /*background-repeat: no-repeat;*/
    margin-left: 60px;
    color: #F1592A;
    padding-top: 25px;
    padding-left: 140px;
    font-size: 45px;
}

.mat a:link, .mat a:visited, .mat a:active
{
    color: #F1592A;
    text-decoration: none;
    
}

.mat a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.content_left
{
    float: left;
    width: 510px;
    height: 350px;
    background: #001D2E;
    padding: 0px 0px 5px 0px;
}

.content_right
{
    float: left;
    width: 460px;
    height: 350px;
    background: #001D2E;
    padding: 5px 0px 0px 50px;
}

.content_right2
{
    float: left;
    width: 460px;
    height: 350px;
    background: #001D2E;
    padding: 5px 0px 0px 5px;
}

#bottom
{
    width: 1020px;
    height: 150px;
    background: #001D2E;
}

#bottom_left
{
    float: left;
    padding: 110px 0px 0px 100px;
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
}

#bottom_right
{
    float: right;
    padding: 110px 100px 0px 0px;
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
}

.td_login
{
    color: #F1592A;
    font-size: 30px;
    text-align: right;
    padding-right: 10px;
    /*font-weight: bold;*/
}

.head_title
{
    width: 675px;
    height: 36px;
    background: url('../Images/Requester/Layout/log_nav2_675x37.png');
    font-family: league_gothicregular;
    font-size: 19px;
    color: #FFF;
    padding-top: 1px;
}

.head_title a:link, .head_title a:visited, .head_title a:active
{
    color: #FFF;
    text-decoration: none;
}

.head_title a:hover
{
    color: #75CFE6;
    text-decoration: none;
}

.login-header
{
    color: #F1592A;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}