﻿/*
[Contents]

  1- Global
  2- Link
  3- Heading
  4- Position
*/

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––---------------------------------––*/
@font-face {
  font-family: 'SegoeUINormal';
  src: url('fonts/segoeui_web.eot');
  src: local('Segoe UI'), local('SegoeUI'), url('fonts/segoeui_web.woff') format('woff'), url('fonts/segoeui_web.ttf') format('truetype'), url('fonts/segoeui_web.svg#SegoeUI') format('svg');
}

/* Fix for rounding errors when scaling font sizes in older versions of Opera browser */
html{
  height:100.01%;
}

body{
  color: #333;
  font-family:"Segoe UI","SegoeUINormal",Arial;
  font-size:12px;
/*  margin:0 auto;
  max-width:1200px;*/
}

.hide{
  display: none;
}

.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix{
  display: block;
}
html[xmlns] .clearfix{
  display: block;
}
* html .clearfix{
  height: 1%;
}

.global_width{
  margin:0 auto;
  width:940px;
}

.sprite{
  background:url(images/sprite.png) no-repeat left top;
}

/* =2 Link
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––---------------------------------––*/
a{
  color: #69C;
}


/* =3 Heading
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––---------------------------------––*/
h1,h2,h3,h4,h5,h6{
  font-family:Arial;
}

/* =4 Position
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––---------------------------------––*/
#header{
  min-height:37px;
  width:100%;
}

#main_container{
  margin-bottom:20px;
  margin-top:20px;
}

#sidebar{
  float:left;
  margin-right:20px;
  width:230px;
}

#main{
  margin-left:250px;
}