/*
 * AdTimize main stylesheet
 *
 * Copyright (c) 2009 Michal Wiglasz, www.friml.net
 */

/* 

	z-indexes:
	----------
	
	10-11 = banners on homepage
	15 = navigation arrows for banners

*/

/* general settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.hidden, hr { /* hidden elements */
	position: absolute; left: -3800px;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

/*img { display: block; }*/
address { font-style: normal; }
a img { border: none; }
a, a span, .button { cursor: pointer; }
acronym, abbr { cursor: help; }
a { color: #fbd4a3; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
.cleaner {clear: both;}
div.cleaner {font-size: 1px; height: 1px}
.bold {font-weight: bold;}
p, ul { line-height: 150% }


/* basic layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
  margin: 0; padding: 0;
  width: 100%; height: 100%;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  line-height: 120%;
  cursor: default;
  text-align: center;
  background: #3e667d url('../images/background.png') repeat-x;
  color: #fff;
}
#document {
  width: 942px;
  margin: 0 auto; 
  padding: 0;
  text-align: left;
  position: relative;
  color: #fff;
}
div#logo {
	margin: 0 0 9px 0;
}

/* navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div#navigation {
	width: 942px;
	height: 52px;
	list-style-type: none;
	margin: 9px 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	background: url('../images/menu.png') no-repeat;
}
#navigation menu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	width: 620px;
}
#navigation menu li {
	display: block;
	float: left;
	height: 52px;
	line-height: 52px;
	width: 155px;
	min-width: 0;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
}
#navigation menu li a {
	display: block;
	height: 52px;
	line-height: 52px;
	width: 155px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url('../images/menu-separator.png') right top no-repeat;
}
#navigation menu li.last a {
	background: none;
}
#navigation li.active a {
	text-decoration: none;
	color: #fbd4a3;
}
#navigation li a:hover {
	text-decoration: none;
	color: #fbd4a3;
}

/* banners ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#banners {
	width: 942px;
	height: 222px;
	position: relative;
	background: url('../images/banner-1.png') no-repeat;
	margin: 9px 0;
	color: #fff;
}
#banners .banner {
	width: 942px;
	height: 222px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	color: #fff;
}

#banners #banner-1 { background: url('../images/banner-1.png') no-repeat; }
#banners #banner-2 { background: url('../images/banner-2.png') no-repeat; }
#banners #banner-3 { background: url('../images/banner-3.png') no-repeat; }
#banners #banner-4 { background: url('../images/banner-4.png') no-repeat; }

#banners h2 {
	position: absolute; left: -3800px;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
#banners .banner p {
	position: absolute;
	top: 125px;
	left: 400px;
	margin: 0;
	width: 490px;
	color: #fff;
}
#banners a.arrow {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 96px;
	overflow: hidden;
	text-indent: -1000em;
	z-index: 15;
}
#banners a.arrow#banner-left {
	background: url('../images/arrow-left.png') no-repeat;
	left: -11px;
}
#banners a.arrow#banner-right {
	background: url('../images/arrow-right.png') no-repeat;
	right: -11px;
}

/* headings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 1em;
}
h2 {
	font-weight: normal;
	font-size: 150%;
}

/* content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#white-box {
	background: url('../images/box-top.png') left top no-repeat;
	padding: 25px 0 0 0;
	width: 610px;
	float: right;
	color: #000;
	overflow: hidden;
	margin: 0;
}
#white-box .wrapper1 {
	background: url('../images/box-bottom.png') left bottom no-repeat;
	padding: 0 0 10px 0;
	margin: 0;
	width: 610px;
}
#white-box .wrapper2 {
	background: url('../images/box-middle.png') left top repeat-y;
	min-height: 428px;
	width: 560px;
	padding: 0 25px 15px;
	margin: 0;
}
#white-box h1 {
	display: block;
	color: #102734;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	position: relative;
	height: 35px;
	line-height: 35px;
	padding: 0;
	overflow: hidden;
}
#white-box h1 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
}
#white-box h2 {
	color: #102734;
}
#white-box a {
	color: #4ea1cd;
}
#white-box .icon {
	padding-left: 70px;
	min-height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1em 0;
}
#white-box .earth {
	background-image: url('../images/icon-earth.png');
}
#white-box .clock {
	background-image: url('../images/icon-clock.png');
}
#white-box.welcome h1, #white-box.welcome h1 span {
	width: 492px;
	background: url('../images/heading-welcome.png') left top no-repeat;
}
#white-box.about h1, #white-box.about h1 span {
	width: 259px;
	background: url('../images/heading-about.png') left top no-repeat;
}
#white-box.contact h1, #white-box.contact h1 span {
	width: 272px;
	background: url('../images/heading-contact.png') left top no-repeat;
}
#white-box.about .image {
	width: 210px;
	height: 160px;
	float: right;
	background: url('../images/image-map.png') no-repeat;
	margin: 0 0 25px 15px;
}
#white-box.contact .image {
	width: 210px;
	height: 160px;
	float: right;
	background: url('../images/image-map.png') no-repeat;
	margin: 0 0 25px 15px;
}
#white-box.products h1, #white-box.products h1 span {
	width: 300px;
	height: 72px;
	background: url('../images/heading-products.png') left top no-repeat;
}
#white-box.products .image {
	width: 238px;
	height: 190px;
	float: right;
	background: url('../images/image336.jpg') no-repeat;
	margin: 0 0 25px 15px;
}
.img-right {
	float: right;
	width: 347px;
	margin: 30px 0 0 10px;
}
.lma {
	text-align: justify;
	margin: 37px 0 0 0;
}
#white-box div.product-link {
	padding-left: 45px;
	min-height: 45px;
	background: url('../images/arrow.png') left center no-repeat;
	margin: 1.5em 0;
}
#white-box div.product-link h3 {
	margin: 0;
	color: #000;
}
#white-box div.product-link h3 a {
	margin: 0;
	color: #000;
}
#white-box div.product-link p {
	margin: 0;
	color: #4ea1cd;
}
#white-box.product-detail h1, #white-box.product-detail h1 span {
	width: 270px;
	background: url('../images/heading-product-detail.png') left top no-repeat;
	margin-bottom: 0;
}
#white-box p.back {
	margin-top: 0;
	min-height: 19px;
	padding-left: 25px;
	background: url('../images/arrow-back.png') left center no-repeat;	
}
#white-box.product-detail .image {
	float: left;
	width: 170px;
	height: 200px;
	margin: 0 8px;
}
#white-box.product-detail .image p {
	text-align: center;
	width: 170px;
}

/* sidebar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sidebar {
	width: 312px;
	float: left;
	color: #3e9ed2;
	margin: 9px 0 0 0;
}
#sidebar strong, #sidebar a {
	color: #80d1fd;
}
#sidebar ul, #sidebar ul a {
	color: #fbd4a3;
}
#sidebar h1 {
	display: block;
	color: #fbd4a3;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	position: relative;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-indent: -1000em;
	margin-bottom: 0;
}
#sidebar h1#our-vision, #white-box h1#our-vision span {
	width: 146px;
	background: url('../images/heading-our-vision.png') left top no-repeat;
}

#our-products.button, #contact-us.button {
	width: 312px;
	height: 142px;
	padding: 0;
}
#our-products.button {
	background: url('../images/button-our-products.png') left top no-repeat;
}
#contact-us.button {
	background: url('../images/button-contact-us.png') left top no-repeat;
}
#our-products.button p, #contact-us.button p {
	width: 312px;
	height: 142px;
	margin: 0;
	padding: 0;
	display: block;
}
#our-products.button p a, #contact-us.button p a {
	display: block;
	padding: 76px 54px 26px 33px;
	width: 225px;
	height: 40px;
	margin: 0;
	text-decoration: none;
}
#our-products.button *, #contact-us.button * {
	color: #fff;
}	


/* footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	padding: 1em 0;
	text-align: center;
	margin: 0 auto;
	margin-top: 2em;
	height: 120px;
	position: relative;
	border-top: solid 1px #7293a3;
}
#footer .wrapper {
	height: 120px;
	position: relative;
}
#footer a {
	color: #4a9fcc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .copy {
	font-size: 90%;
}