@charset "UTF-8";
@import url("reset.css");


/* FONT FACE ==================== */
/* ============================== */
@font-face {
    font-family: 'agfarotissansserifbold';
    src: url('../font/agfarotissansserif-bold-webfont.eot');
    src: url('../font/agfarotissansserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/agfarotissansserif-bold-webfont.woff') format('woff'),
         url('../font/agfarotissansserif-bold-webfont.ttf') format('truetype'),
         url('../font/agfarotissansserif-bold-webfont.svg#agfarotissansserifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'agfarotissansserif';
	src: url('../font/agfarotissansserif.eot');
	src: url('../font/agfarotissansserif.eot?#iefix') format('embedded-opentype'),
		 url('../font/agfarotissansserif.woff') format('woff'),
		 url('../font/agfarotissansserif.ttf') format('truetype'),
		 url('../font/agfarotissansserif.svg#agfarotissansserif') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* COMMON ======================= */
/* ============================== */
*{
	margin: 0;
	padding: 0;
}
img {
	display: block;
}
body,
html {
	min-height: 100%;
}
body {
    font-family: 'agfarotissansserif';
	background: url(../media/bg.jpg) repeat-x;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	color: #00ccff;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00ccff;
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
}
#world {
	background: url(../media/bg-world.png) no-repeat center top;
	min-height: 100%;
}
.content-wrapper {
	padding: 0 10px;
}
.center {
	text-align: center;
}
.margin-content {
	margin-bottom: 60px;
}

/* HEADER ======================= */
/* ============================== */
#header{
	position: relative;
	background: #062238;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	 	 	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 240px;
	height: 120px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	 	 	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* CONTENT ====================== */
/* ============================== */
#wrapper {
	padding-top: 60px;
	background: url(../media/bg-light.png) no-repeat top center;
}
#content {
	margin: 0 auto;
}
#image {
	background: #fff;
	padding: 5px;
	position: relative;
	max-width: 480px;
	margin: 0 auto;
}
#image img {
	width: 100%;
	min-width: 100%;
	height: auto;
}
#image-description {
	font-size: 12px;
	width: 200px;
	height: 180px;
	padding: 9px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	border: solid 1px #0063ad;
	background: #135383;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	 	 	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	width: 40%;	
	font-weight: bold;
	line-height: 18px;
	float: left;
}
.text-normal {
	font-family: Arial, Helvetica, sans-serif;
	width: 60%;	
	display: block;
	line-height: 18px;
	margin-left: 40%;
}
#image p {
	line-height: 14px;
}

.product-detail {
	margin: 0 auto;
	max-width: 480px;
	background: #062238;
	padding: 9px 9px 19px 9px;
	border: solid 1px #004f8d;
	min-height: 440px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	 	 	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.image-box {
	padding: 5px;
	background: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	 	 	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.image-box img {
	width: 100%;
	min-width: 100%;
	height: auto;
}

/* FOOTER ======================= */
/* ============================== */
#footer {
	margin: 0 auto;
	padding: 20px 0;
	background: url(../media/bg-footer.png) repeat-x top left;
	font-size: 12px;
}
#brand {
	text-align: center;
	font-size: 16px;
}
#brand p {
	margin-bottom: 10px;
}
#brand ul li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}


/* CLEAR FLOAT ELEMENT ========== */
/* ============================== */

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}