/*
#------------------------------------------------------------------------
# The real design - December 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Basic elements */
::selection { background: #da4d00; color: #fff; }
::-moz-selection { background: #da4d00; color: #fff; }
::-webkit-selection { background: #da4d00; color: #fff; }
body, html { margin: 0; padding: 0; }
body { min-height:100%; background: #fff; font: normal 13px/1.8 'Open Sans', Helvetica, sans-serif; color: #555; }
a { text-decoration: none; color: #000; -webkit-transition: color 0.15s linear; -moz-transition: color 0.15s linear; -o-transition: color 0.15s linear; transition: color 0.15s linear; }
a:hover, a:active, a:focus { color: #da4d00; }

/* containers */
#gkPage { width: 800px; margin: 50px auto 0 auto; }
#gkPageWrap { background: #fff; padding: 0 30px 30px 30px; }
#frame { margin: 0; background: #fff; overflow: hidden; padding: 80px 0 10px 0; clear: both; }
#errorboxbody { width: 390px; font-size: 11px; padding: 0 0 12px 0; margin: 0 auto; }
#errorNumber { float: left; padding: 31px 0 0; width: 39%; }

/* Logo  */
h1#gkLogo { float: left; margin: 0; position:relative; }
h1#gkLogo a img { display: block; height: auto; margin: 0; width: auto; }
h1#gkLogo a.cssLogo { background: url('../../images/style1/logo.png') no-repeat 0 0; display: block; height: 120px; margin: 0; text-indent: -999em; width:210px; }
h1#gkLogo a.cssLogo + span { display: none; text-indent: -999em; }
h1#gkLogo.text { width: auto; height: 112px; float: left; }
h1#gkLogo.text a { display: block; font-weight:normal; text-indent: 0; float: left; margin-top: 20px; }
h1#gkLogo.text a { padding: 0; width: auto!important; }
h1#gkLogo.text a > span { color: #333; display: block; font-size: 36px; line-height: 84px; float: left; text-transform: none; }
h1#gkLogo.text .gkLogoSlogan { font-size: 10px!important; line-height: 10px; color: #ccc; margin: -20px 0 0 4px; height: 14px; display: block; clear: both; float:left; text-transform: none; }

/* Other elements */
h2 { font: normal 55px/60px Cookie, Arial, sans-serif; text-align: center; color: #333; margin: 0 0 20px; padding: 0 }
strong {  color: #da4d00; }
h3 { font-size: 16px; font-weight: normal; text-align: center}
#errorboxbody { text-align: center; margin: 160px auto -10px; }


