@charset "utf-8";
/* CSS Document - GiantInteractive.eu */

/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, address, a, strong, em, dl, dt, dd, table, thead, tbody, tfoot, tr, td, th, form, fieldset, legend, caption { padding: 0; margin: 0; }

/*******************************************************************/
/*                                                          GLOBAL */
/*******************************************************************/
body { font: 12px/1.6 Arial, Helvetica, sans-serif; color: #2b4968; background: #f7f7e9 url(/images/body-bg.png) 0 0 repeat-x; padding: 0 0 20px; }

.clear { clear: both; height: 0; overflow: hidden; }
.hide { display: none; }
.no-screen { position: absolute; top: auto; left: -10000px; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center; }
.small { font-size: 11px; }
.big { font-size: 14px; }
.bold { font-weight: bold; }

img,
a img { border: none; }

hr { display: none; }

/***************/
/* OVERLAPPING */
/***************/
.overlap,
.overlap * { display: block; position: relative; overflow: hidden; }
.overlap span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; }
a.overlap span,
.overlap a span { cursor: pointer; }

/************************/
/* BASIC TAG DEFINITION */
/************************/
h1 { font-size: 22px; line-height: 1.1; font-weight: normal; color: #fff; background-color: #2b4968; padding: 10px 15px; }
h2,
#references h3 { font-size: 20px; line-height: 1.1; font-weight: normal; margin: 25px 0 15px; color: #2b4968; }
h3 { font-size: 12px; font-weight: bold; margin: 20px 0 10px; }
h4 { line-height: 1.1; }
.boxed { font-size: 22px; line-height: 1.1; font-weight: normal; color: #fff; background-color: #2b4968; padding: 10px 15px; }
p { margin: 0.3em 0 0.7em; }

a { color: #2b4968; text-decoration: underline; }
a:hover { color: #2b4968; text-decoration: none; }

fieldset { border: none; }
button, select, input, textarea { font: 12px Arial, Helvetica, sans-serif; }

/*******************************************************************/
/*                                                          LAYOUT */
/*******************************************************************/
#page-wrapper { width: 830px; margin: 0 auto; position: relative; }
#content { overflow: auto; }

/*******************************************************************/
/*                                                          HEADER */
/*******************************************************************/
#header { height: 64px; position: relative; margin: 0 0 14px 0; background-color: #fff; }
#logo { margin: 0; padding: 12px 0 0 0; }
#czech-version { margin: 0; width: 89px; height: 10px; position: absolute; right: 8px; top: 25px;  line-height: 1; font-size: 11px; }
#czech-version span { background-image: url(/images/czech-version.png); }

/*******************************************************************/
/*                                                          FOOTER */
/*******************************************************************/
#footer { clear: both; margin: 15px 0 0; color: #252223; padding: 0 22px; line-height: 42px; background-color: #fff; }

/*******************************************************************/
/*                                                         CONTENT */
/*******************************************************************/
#title-giant { width: 800px; height: 30px; margin-bottom: 25px; }
#title-giant span { background-image: url(/images/title-giant-interactive.png); }

/* ABOUT GIANT */
div#about-giant { float: left; width: 380px; padding: 0 0 0 12px; }
p.intro { font-size: 14px; margin: 0 0 15px 0; }
ul { list-style: none; margin: 5px 0 20px; }
ul li { background: url(/images/arrow-right.png) 0 7px no-repeat; padding: 0 0 0 20px; }

/* CONTACT */
div#contact { float: right; width: 380px; padding: 0 12px 0 0; overflow: visible; }
div#contact h2 { margin-top: 0; }
div#contact h4 { margin: 10px 0 2px; font-size: 12px; }
div#contact p.col-1,
div#contact p.col-2 { display: block; float: left; }
div#contact p.col-1 { margin-right: 40px; }

/* contact form */
#form-contact { clear: both; padding: 10px 0 0; }
#form-contact input[type=text],
#form-contact textarea { border: 1px solid #c1c5c0; background-color: #fff; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; padding: 8px; }
#form-contact input[type=text] { width: 157px; }
#form-contact p { margin: 0 !important; padding: 0 0 10px 0; }
#form-contact p.col-1 { padding-right: 30px; margin-right: 0 !important; width: 175px; }
#form-contact p.col-2 { width: 175px; }
#form-contact textarea { width: 362px; height: 80px; }
p.form-message { clear: both; padding: 10px 0 0; }
p.error-message { margin: 0 0 10px !important; padding: 5px 10px !important; background-color: #fff; border: 1px solid #b00; color: #b00; }

/* REFERECNCES / CLIENTS */
div#references { clear: both; overflow: auto; }
#title-clients { width: 800px; height: 30px; }
#title-clients span { background-image: url(/images/title-our-clients.png); }
#references h3 { clear: both; }
ul.clients { line-height: 1.3; overflow: auto; }
ul.clients li { padding: 0; background: none; float: left; width: 192px; margin: 0 20px 0 0; }
ul.clients li.last { margin-right: 0; }
ul.clients p.logo { margin: 0 0 15px 0; }
ul.clients h4 { font-size: 14px; margin: 0; }
