@charset "utf-8";
/* 
  ########################################################
  # File:  head.css
  # Site:  gala design
  # Auth:  Artex Studios LLC (www.artexstudios.com)
  ########################################################
*/

#header{
 width: 1063px;
 height: 134px;
}

#header_logo{
 width: 201px;
 height: 134px;
 float: left;
}

#head_logo_top{
 width: 201px;
 height: 134px;
 border: 0;
}

#header_navigation{
 width: 744px;
 height: 134px;
 float: left;
 background-image: url(./../images/head_nav_bg.png);
 background-repeat: no-repeat;
 background-position: top left;
}

/* - nav tabs */
#nav_tab_weddings{
 width: 146px;
 height: 62px;
 margin-top: 38px;
 float: left;
 border: 0;
}

#nav_tab_children{
 width: 174px;
 height: 56px;
 margin-top: 44px;
 padding-left: 5px;
 float: left;
 border: 0;
}

#nav_tab_social{
 width: 153px;
 height: 47px;
 margin-top: 53px;
 padding-left: 11px;
 float: left;
 border: 0;
}

#nav_tab_freelance{
 width: 176px;
 height: 56px;
 margin-top: 44px;
 padding-left: 9px;
 float: left;
 border: 0;
}

/* - end nav tabs */

#header_top_right{
 width: 118px;
 height: 134px;
 float: left;
 background-image: url(./../images/head_top_right.png);
 background-repeat: no-repeat;
 background-position: top left;
}

#head_clear{
 clear: right;	
}