/*
#------------------------------------------------------------------------
# AppsPro Tech - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
/* Basic elements */
::selection {
    background: #e25527;
    color: #fff
    }

::-moz-selection {
    background: #e25527;
    color: #fff
    }

::-webkit-selection {
    background: #e25527;
    color: #fff
    }

body, html {
    margin: 0;
    padding: 0;
    min-height: 100%
    }

body {
    min-height: 100%;
    background: url(../../images/style1/main_bg.jpg) no-repeat center top, url(../../images/style1/pattern_bg.jpg) repeat 0 0;
    font-size: 14px;
    line-height: 2;
    color: #fafafa;
    font-family: Arial, sans-serif;
    border-top: 8px solid #353639
    }

a {
    text-decoration: none;
    color: #fff;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear
    }

a:hover, a:active, a:focus {
    color: #e25527
    }

/* containers */
#gkPage {
    width: 800px;
    padding: 15px 0 0 0;
    margin: 0 auto
    }

#gkPageWrap {
    background: transparent;
    padding: 0 30px 30px 30px
    }

#frame {
    margin: 0;
    background: transparent;
    overflow: hidden;
    padding: 60px 0 10px 0;
    clear: both
    }

#errorboxbody {
    width: 320px;
    font-size: 11px;
    padding: 12px 0;
    margin: 0 auto
    }

#errorNumber {
    float: left;
    padding: 31px 0 0;
    width: 39%
    }

/* Logo  */
#gkLogo {
    margin: 0 auto;
    padding: 12px 0 0 0;
    text-indent: -999em;
    text-shadow: none;
    width: 360px;
    display: block
    }

#gkLogo img {
    display: block;
    margin: 0
    }

#gkLogo.cssLogo {
    /* You can specify there logo size and background */
    background: transparent url(../../images/style1/logo.png) no-repeat 0 center;
    height: 110px;
    width: 360px
    }

#gkLogo.text {
    text-indent: 0;
    text-transform: uppercase;
    color: #fff
    }

#gkLogo.text > span {
    display: block;
    font-size: 29px;
    line-height: 36px
    }

#gkLogo.text .gkLogoSlogan {
    display: block;
    font-size: 14px;
    line-height: 14px
    }

/* Other elements */
h2 {
    font: normal 52px/40px "Yanone Kaffeesatz", Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    padding: 0
    }

h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center
    }

#errorboxbody {
    text-align: center;
    margin: 125px auto -10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
    }