/* 
   The breakdown:
   1.PAGE STRUCTURE
   2.HEADER
   3.FOOTER
   4.HEADINGS
   5.TEXT STYLES
   6.NAVIGATION
   7.EXTRAS
*/

/* -----------------------------------*/
/* ------->>> PAGE STRUCTURE <<<------*/
/* -----------------------------------*/

.cnt_main div, .cnt_splash div, .cnt_splash, .cnt_main {
  display:inline;
  float:left;
}
.cnt_splash, .cnt_main {
  clear:both;
  width: 980px;
}

.cnt_splash {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}

.intro {
  width: 323px;
}

.cnt_main {
  background: url(/lib/img/bg_platform.gif) repeat-y;
}

.column {
  width: 244px;
  margin-right: 1px;
}

.container .cnt_main .column .content {
  margin-left: 10px;
  width: 225px;
}

.container .cnt_main .col1 .content {
  margin-left: 0px;
}

.col4 {
  margin-right: 0px;
}

.intro_img img {
  border: none;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* -------->>> HEADINGS <<<-----------*/
/* -----------------------------------*/

.column h5 {
font-size: 12px;
margin-bottom: 13px;
}

/* -----------------------------------*/
/* ------->>> TEXT STYLES <<<---------*/
/* -----------------------------------*/
.column {
font-size: 11px;
font-size: 11.5px;
}

/* -----------------------------------*/
/* ------->>> NAVIGATION <<<----------*/
/* -----------------------------------*/
#nav_global {
  margin-bottom: 5px;
}

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/
