/**
 * Container
 */
#container { display:table; margin:0 auto; }

/**
 * Common Rules
 */
#header,
#content,
#footer { display:inline; float:left; }

/**
 * Header
 */
#header .hd-menu,
#header .hd-menu li,
#header .hd-menu li a,
#header .hd-contact,
#header .hd-contact p { display:inline; }

#header h1,
#header h1 a { display:inline; float:left; }

#header .hd-menu.left,
#header .hd-contact.left { float:left; }
#header .hd-menu.right,
#header .hd-contact.right { float:right; }

#header .hd-menu li,
#header .hd-menu li a { float:left; }

#header .hd-menu li { position:relative; }
#header .hd-menu li .hd-submenu { position:absolute; }

#header .hd-contact p { float:left; clear:both; }

/**
 * Common Rules
 */
#content{position:relative;}
.videoPlayer{position:absolute;}
.video1{top:44px;left:8px;}
.video2{top:-77px;left:250px;}

#content .main-content,
#content .sidebar { display:inline; }

/**
 * Main Content
 */
#content .main-content.left { float:left; }
#content .main-content.right { float:right; }
#content .main-content p { clear:both; color:#666; }
/**
 * Sidebar
 */
#content .sidebar.left { float:left; }
#content .sidebar.right { float:right; }

/**
 * Footer
 */
#footer .ft-menu,
#footer .ft-menu li,
#footer .ft-menu li a,
#footer .ft-copyright { display:inline; }

#footer .ft-menu.left,
#footer .ft-copyright.left { float:left; }
#footer .ft-menu.right,
#footer .ft-copyright.right { float:right; }