@charset "utf-8";


/* Default tag styles
   --------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

.clear {
  clear: both;
}


/* WRAPPER
   --------------------------------------- */
#wrapper {
  margin: 0 auto;
  width: 980px;
}
#wrapper-inner {
	padding: 40px 20px 10px;
}

/* HEADER
   --------------------------------------- */
#header {
	border-bottom: 1px solid #F99;
	height: 80px;
	margin-bottom: 60px;
  position: relative;
}

#header-logo {
  position: absolute;
	left: 0;
	top: 0;
}
#header-languages {
  position: absolute;
	right: 0;
	top: 0;
}


/* MIDDLE section
   --------------------------------------- */
#middle {
	padding-bottom: 30px;
}
#column-menu {
	float: left;
	width: 200px;
}

#column-content {
  float: right;
	width: 480px;
}
#switch-columns {
	float: left;
	margin-right: 20px;
}


/* MIDDLE section - splash page
   --------------------------------------- */
#splash #interface-images {
  float: left;
  width: 470px;
}
#splash #interface-links {
  float: right;
	width: 466px;
}

/* MIDDLE section - home page
   --------------------------------------- */
#home #switch-columns {
	width: 640px;
}
#home #column-content {
  float: right;
	width: 420px;
}
#home #column-panels {
  float: left;
	width: 280px;
}

/* MIDDLE section - content page
   --------------------------------------- */
#content #switch-columns {
	width: 700px;
}
#content #column-content {
  float: right;
	width: 480px;
}
#content #column-panels {
  float: left;
	width: 220px;
}

/* MIDDLE section - product page
   --------------------------------------- */
#product #column-content {
  float: right;
	width: 720px;
}


/* FOOTER
   --------------------------------------- */
#footer {
  border-top: 1px solid #EDF2F3;
	padding-bottom: 10px;
}
#footer-address {
	float: left;
}
#footer-copyright {
	float: right;
}
