/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
  font: 100.1% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}

#wrapper {
	height: 550px;
  position: absolute;
  top: 50%;
  margin-top: -275px;
  background: #fff url(../images/global/borderbg.gif) repeat-x center top;
  width: 100%;
}

#wrapper2 {
	background: transparent url(../images/global/rightflowerbg.jpg) no-repeat right bottom;
}

#wrapper3 {
	background: transparent url(../images/global/leftflowerbg.jpg) no-repeat left bottom;
}

/* Header */
h1 {
	text-indent: -9009em;
  background: url(../images/global/logo.jpg) no-repeat left top;
  width: 371px;
  height: 125px;
  margin: 1px auto 0;
}

/* Navigation */
#nav {
	list-style: none;
  text-align: center;
  width: 410px;
  margin: 15px auto 0;
  padding-bottom: 0px;
  overflow: auto;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
  float: left;
  text-indent: -9009em;
  height: 21px;
  margin-left: 5px;
}

a.home {
	background: url(../images/global/nav_home.jpg) no-repeat left top;
  width: 95px;
}
a.aboutus {
	background: url(../images/global/nav_aboutus.jpg) no-repeat left top;
  width: 95px;
}
a.portfolio {
	background: url(../images/global/nav_portfolio.jpg) no-repeat left top;
  width: 95px;
}
a.contacts {
	background: url(../images/global/nav_contacts.jpg) no-repeat left top;
  width: 94px;
}
a.home:hover {
	background: url(../images/global/nav_home.jpg) no-repeat left bottom;
}
a.aboutus:hover {
	background: url(../images/global/nav_aboutus.jpg) no-repeat left bottom;
}
a.portfolio:hover {
	background: url(../images/global/nav_portfolio.jpg) no-repeat left bottom;
}
a.contacts:hover {
	background: url(../images/global/nav_contacts.jpg) no-repeat left bottom;
}

#home #nav li a.home { background: url(../images/global/nav_home.jpg) no-repeat left bottom; }
#aboutus #nav li a.aboutus { background: url(../images/global/nav_aboutus.jpg) no-repeat left bottom; }
#portfolio #nav li a.portfolio { background: url(../images/global/nav_portfolio.jpg) no-repeat left bottom; }
#contacts #nav li a.contacts { background: url(../images/global/nav_contacts.jpg) no-repeat left bottom; }

/* Content */

#content {
	width: 720px;
  height: 340px;
  overflow: auto;
  margin: 0 auto;
  padding: 5px;
  clear: left;
}

#content p {
	font-size: .8em;
  padding: 5px 10px 0;
}

#content p strong {
	color: #8b8d66;
  font-size: 1.3em;
  font-weight: normal;
}

#leftCol {
	float: left;
  width: 355px;
  margin-right: 10px;
}

#contacts #leftCol {
	padding-left: 140px;
  width: 150px;
}

#contacts #rightCol {
	border-left: 1px solid #ccc;
  margin-left: 280px;
}

/* Portfolio */
#gallery {
	text-align: center;
  list-style: none;
  width: 700px;
}

#gallery li {
	float: left;
	display: inline;
  width: 150px;
  height: 150px;
  margin: 8px;
}

#gallery li a {
	display: block;
  width: 150px;
  height: 150px;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #ccc;
  text-indent: -9009em;
}

#gallery li a:hover,
#gallery li a:active {
	border: 1px solid #666;
}

#content p#virtualtour {
	text-align: center;
  padding: 10px;
  font-size: 1em;
}
#virtualtour a {
	color: #000;
}

#virtualtour a:hover {
	text-decoration: none;
}
