@import url(reset.css);
@import url(fonts.css);
@import url(grid.css);

body, html {
  height: 100%;
  font-family: serif;
}

/* Navigation */
#home_menu li, #home_menu a, #home_menu2 a, #main_menu li, #main_menu a {
  float: left;
}
#home_menu {
  float: left;
  margin-top: 15px;
  margin-left: 19px;
  display: inline;
}
#home_menu li {
  margin-right: 17px;
  text-align:center;
}

#home_menu2 {
  float: left;
  margin-top: 10px;
  margin-left: 70px;
  display: inline;
}

#main_menu {
  float: right;
}
#main_menu li {
  margin-left: 20px;
  text-align:center;
}

#home_menu a, #main_menu a              { display: block; }
#home_menu a span, #main_menu a span    { display: none; }
#home_menu a:hover, #main_menu a:hover  { background-position: 0 -14px; }

a.m_photo {
  width: 35px;
  height: 11px;
  background: url(../img/m_photo.gif) no-repeat top left;
}
a.m_movie {
  width: 37px;
  height: 14px;
  background: url(../img/m_movie.gif) no-repeat top left;
}
a.m_blog {
  width: 27px;
  height: 14px;
  background: url(../img/m_blog.gif) no-repeat top left;
}
a.m_profile {
  width: 39px;
  height: 11px;
  background: url(../img/m_profile.gif) no-repeat top left;
}
a.m_contact {
  width: 46px;
  height: 11px;
  background: url(../img/m_contact.gif) no-repeat top left;
}
a.m_info {
  width: 24px;
  height: 11px;
  background: url(../img/m_info.gif) no-repeat top left;
}
a.m_blog {
  width: 27px;
  height: 14px;
  background: url(../img/m_blog.gif) no-repeat top left;
}

li.current a {
  background-position: 0 -14px;
}

/* Portfolio menu */
#pf_menu a        { display: block; }
#pf_menu a span   { display: none; }
#pf_menu a:hover  { background-position: 0 -16px; }
#pf_menu, #pf_menu li, #pf_menu a {
  float: left;
}
#pf_menu li {
  margin-right: 20px;
}
a.pf_works {
  width: 46px;
  height: 16px;
  background: url(../img/pf_works.gif) no-repeat top left;
}
a.pf_landscape {
  width: 71px;
  height: 16px;
  background: url(../img/pf_landscape.gif) no-repeat top left;
}
a.pf_food {
  width: 37px;
  height: 16px;
  background: url(../img/pf_food.gif) no-repeat top left;
}
a.pf_advertising {
  width: 74px;
  height: 16px;
  background: url(../img/pf_advertising.gif) no-repeat top left;
}
a.pf_children {
  width: 54px;
  height: 16px;
  background: url(../img/pf_children.gif) no-repeat top left;
}
li.active a {
  background-position: 0 -16px;
}

/* Pages */
#pages {
  margin-top: 10px;
}
#pages a:link, #pages a:visited {
  color: #a7bed4;
  font-family: serif;
  font-size: 20pt;
  margin-right: 15px;
  text-decoration: none;
}
#pages a:hover, #pages a.active {
  color: #007fa1;
}

#thumbs {
  margin-top: 20px;
}
#thumbs ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#thumbs ul li.last {
  margin-right: 0;
}
#thumbs ul li a {
  display: block;
  width: 100px;
  height: 100px;
}

#photo {
  background: #fff;
  text-align: center;
  display: none;
}
#photo img {
  vertical-align: middle;
}

#photo_nav a {
  display: block;
  float: left;
}
#photo_nav a span {
  display: none;
}
a.bt_prev {
  background: url(../img/bt_prev.png) no-repeat top left;
  width: 49px;
  height: 17px;
  margin-left: 245px;
  //margin-left: 133px;
}
a.bt_return {
  background: url(../img/bt_return.png) no-repeat top left;
  width: 58px;
  height: 17px;
  margin: 0 40px 10px;
}
a.bt_next {
  background: url(../img/bt_next.png) no-repeat top left;
  width: 49px;
  height: 17px;
}
#photo_nav a:hover {
  background-position: 0 -17px;
}

/* Tools */
.tac { text-align: center; }
.tar { text-align: right; }
.mt1 { margin-top: 10px; }
.mt2 { margin-top: 20px; }
.mt3 { margin-top: 30px; }
.mb1 { margin-bottom: 10px; }
.mb2 { margin-bottom: 20px; }
.mb3 { margin-bottom: 30px; }
.div { height: 5px; padding:1px; background: url(../img/dot.png) repeat-x top left; }

.color { color: #99C1D9; }
h3 { font-size: 16px; font-weight: bold; }
p { font-size: 13px; line-height: 160%; }
p.z, ul.z li { line-height: 250%; }
.smaller { font-size: 12px; }

#simplemodal-overlay {background-color:#fff;}
#simplemodal-container {background-color:#fff;}

/* Form */
.box_text {
	width: 300px;
}
.box_message {
	width: 650px;
}
input.border{border:1px #99C1D9 solid;}
textarea.border{border:1px #99C1D9 solid;}
/* Info */
.css-box-shadow {
  width: 380px;
  position: relative;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 4px 8px rgba(0,0,0,.2);
  box-shadow: 2px 2px 8px rgba(0,0,0,.2);
  padding: 2px;
  background: white;
}
.mgn_rgt_20 {
	margin-right: 60px;
}