/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 30px "Trebuchet MS";
	color: #933325;
	margin: 10px 0 2px 0;
}

h2 {
	font: 30px "Trebuchet MS";
	color: #ffe8cf;
	margin: 10px 0 15px 25px;
}

h2 a:link, h2 a:visited {
	color: #ffe8cf;
	text-decoration: none;
}

#gallery h2 {
	margin: 10px 0 15px 30px;
}

#philosophy h2 {
	margin: 10px 0 15px 35px;
}

/* Links */

a:link, a:visited, a:active {
	color: #b73620;
	text-decoration: none;
}

a:hover {
	color: #b73620;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 13px 0;
	line-height: 1.2em;
}
#gallery_image {
	margin-left: 3px;
	margin-bottom: 10px;
}
#gallery_image img{
	margin: 0px;
	border: #c8b6a2 4px solid;
	margin-top: 8px;
	width: 150px;
	height: 113px;
}

/* Clearfix */

.clearfix:after {
    content:".";
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #907e6a url('../i/page-bg.gif') repeat-x;
}

.all {
	width: 1024px;
	margin: 0 auto;

}

/* Header */

.header {
	position: relative;
	height: 96px;
	overflow: hidden;
}

.logo {
	margin: 18px 0 0 12px;
}

.phone {
	background: url('../i/phone-bg.gif') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 303px;
	height: 88px;
	font: bold 12px "Trebuchet MS";
	text-align: center;
	color: #faf4ee;
	overflow: hidden;
}

.phone big {
	display: block;
	font-size: 24px;
}

.phone .inner {
	margin: 0 0 0 0;
}

/* Menu */

.menu {
	background: #852f22 url('../i/menu-mid.gif') repeat-x;
	height: 32px;
	float: left;
	display: inline;
}

.menu .inner {
	background: url('../i/menu-right.gif') no-repeat 100% 0;
	height: 32px;
	float: left;
	display: inline;
}

.menu ul {
	background: url('../i/menu-left.gif') no-repeat;
	height: 32px;
	float: left;
	display: inline;
}

.menu li {
	float: left;
	display: inline;
	font: 14px "Trebuchet MS";
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	background: url('../i/menu-sep.gif') no-repeat 100% 0;
	padding: 0 2px 0 0;
}

.menu li a:link, .menu li a:visited {
	color: #FFF;
	display: block;
	float: left;
	height: 32px;
	padding: 0 13px 0 15px;
}

.menu li#first a:link, .menu li#first a:visited {
	padding: 0 15px 0 25px;
}

.menu li#last a:link, .menu li#last a:visited {
	padding: 0 24px 0 13px;
}

.menu li:hover, .menu li.current {
	background: url('../i/menu-sep-active.gif') no-repeat 100% 0;
}

.menu li#last  {
	background: transparent !important;
	padding: 0;
}

.menu li.current a:link, .menu li.current a:visited, .menu li a:hover {
	background: url('../i/menu-active.gif') repeat-x;
}

.menu li.current#first a:link, .menu li.current#first a:visited, .menu li#first a:hover {
	background: url('../i/menu-active-first.gif') no-repeat;
}

.menu li.current#last a:link, .menu li.current#last a:visited, .menu li#last a:hover {
	background: url('../i/menu-active-last.gif') no-repeat 100% 0;
}

/* Top picture */

.top-pic {
	background: url('../i/top-pic-bg.gif') repeat-x;
	width: 100%;
	display: table;
	height: 357px;
	#position: relative;
	overflow: hidden;
	margin: 0 0 12px 0;
}

.top-pic .inner {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.top-pic img {
	#position: relative;
	#top: -50%;
	margin: 8px 0 0 4px;
}

/* Boxes */

.boxes {
	width: 1050px;
	margin: 0 0 0 -28px;
}

.box {
	float: left;
	display: inline;
	width: 321px;
	height: 213px;
	margin: 0 0 0 29px;
	overflow: hidden;
}

.box .inner {
	margin: 0 45px 0 22px;
	line-height: 1.2em;
	color: #010101;
}

#gallery .inner {
	margin: 0 45px 0 32px;
}

#philosophy .inner {
	margin: 0 45px 0 34px;
}

#services {
	background: #cab8a4 url('../i/box-services.jpg') no-repeat;
}

#gallery {
	background: #cab8a4 url('../i/box-gallery.jpg') no-repeat;
}

#philosophy {
	background: #cab8a4 url('../i/box-philosophy.jpg') no-repeat;
}

/* Footer */

.footer {
	font: 11px "Lucida Sans Unicode";
	color: #b4a28e;
	margin: 47px 0 0 0;
	padding: 0 0 35px 0;
}

.footer a:link, .footer a:visited {
	color: #b4a28e;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* Bottom menu */

.bottom-menu  {
	position: relative;
	width: 100%;
	margin: 0 0 13px 0;
}

.bottom-menu .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.bottom-menu  ul {
	position: relative;
	left: -50%;
	float: left;
}

.bottom-menu li {
	float: left;
	display: inline;
	background: url('../i/bottom-sep.gif') no-repeat 100% 3px;
	padding: 0 11px 0 0;
	margin: 0 11px 0 0;
}

.bottom-menu li.last {
	padding: 0;
	background: transparent;
}

.copyright {
	text-align: center;
}

/* Internal page */

.content {
	background: #dbc9b5;
	border: 4px solid #c8b6a2;
	overflow: hidden;
}

.content .wrapper {
	margin: 15px 20px 0 22px;
	padding: 0 0 10px 0;
}

#footer-internal {
	margin: 30px 0 0 0;
}

/* Lists */

.wrapper ul {
	margin: 0 0 15px 15px;
}

.wrapper ul li {
	list-style: disc;
	margin: 0 0 2px 0;
}

.wrapper ol {
	margin: 0 0 15px 30px;
}

.wrapper ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}.test-text {
	font-style: italic;
}
.test-name {
	font-weight: bold;
	color: #933325;
}

/* Privacy dnpBox Overlay  */
.dnpBox {
	font-family:arial;
	font-size:11px;
	color:#C50272;
	background:#fff;
	position:absolute;
	text-align:left;
	width:165px;
	z-index:1000;
	border:1px solid #C50272;
	padding:5px;
	display:none;
}
.dnpX, .dnpX a { 
	font-family:arial,helvetica;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#333;
	text-decoration:none;
}

.dnpBox{position:absolute;width:190px;z-index:1000;display:none;background:#ffffff;border:solid 1px #999999;padding:5px;font-size: 11px;font-family: arial,helvetica,sans-serif;color:#DC8861;text-align:left}
.dnpLink, .dnpLink a {font-family:arial,helvetica;font-size:11px;font-weight:bold;text-decoration:underline;color:#994400;}
.dnpX {text-align:right;font-weight:bold;font-family:arial,helvetica;font-size:11px;border:0px;cursor:hand}

