/*
	Theme Name: Givision theme
	Theme URL: http://if.givision.net/
	Description: IF FLASH CMS Ver 1.0
	Version: 8.0
	Implementation: 
	Author: © Jiri Mocicka - All rights reserved
	Developer: © Jan Dvorak - All rights reserved
	Client's URL: http://aidesign.cz/
*/

/* ************************  */
/*   BODY Absolute position  */
/* ************************  */
body {
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size: xx-small; 
		color:RGB(60, 40, 50);
		}
.main {
		background-color: RGB(0,0,0);
		}
#mainContainer {
		width: 700px; 
		margin-top: 0px;
		margin: 0px auto 0px auto;
		}
#maincontainer {
		width: 700px; 
		margin: 0 auto; 
		padding: 0; 
		position: relative; 
		min-height: 100%;	
		height: 100%;
		background: #000000; 
		border: 1px #333333 solid;}
/* Minimum height hack to create min height on ALL browsers */
/* For use on main container which holds page gradient, so gradient doesn't underlap header banners when page closes up */
		*>#maincontainer {
				padding-top: 0px;
				min-height: 900px;
				}
		/* IE5Mac filter \*/
		* html #maincontainer {
				height: 900px;
				}
#tradeContainer {
		position: relative; 
		left:200px; 
		top:220px; 
		width:400px; 
		padding:0px; 
		text-align:left; 
		z-index:1;
		}
#navContainer {
		position: relative; 
		left:260px; 
		top:240px; 
		width:300px; 
		padding:0px; 
		text-align:left; 
		z-index:1;
		}
#footContainer {
		position: relative; 
		left:50px; 
		top:320px; 
		width:600px; 
		text-align:center; 
		z-index:1;
		}


/* ************************  */
/*   BODY Language position  */
/* ************************  */
.lang {
		background-color: RGB(204,204,204);
		}
#wallperContainer {
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: url(../img/bg_gradient.jpg);
		background-position: top; 
		background-repeat:repeat-x;
		}
#languageContainer {
		width: 700px;
		height: 800px; 
		margin-top: 0px; 
		margin: 0px auto 0px auto; 
		background-color: RGB(255,255,255);
		border: 1px solid RGB(102,102,102);
		}
#footerContainer {
		position: absolute; 
		top: 180px; 
		left: 165px; 
		padding: 0px; 
		z-index:1;
		}


/* **************** */
/*   IMG Navigation */
/* **************** */

#imgNavigation {
		position:absolute; 
		top:304px; 
		left:165px; 
		padding:0px; 
		width: 626px; 
		height: 12px; 
		z-index:1;
		}
#leftContainer {
		position:absolute; 
		top:380px; 
		left:100px; 
		width:200px; 
		padding:0px; 
		z-index:1;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		color:RGB(60, 40, 50);
		}
#centerContainer {
		position:absolute; 
		top:380px; 
		left:320px; 
		width:200px; 
		padding:0px; 
		z-index:1;
		}
#rightContainer {
		position:absolute; 
		top:380px; 
		left:540px; 
		width:200px; 
		padding:0px; 
		z-index:1;
		}

/* ******** */
/*  FORMS  */
/* ******** */
img {
  padding:0; 
	border:0;
	}
