* { outline: 0 }
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}
body {
	background: url(images/bg.jpg) 60% 60% no-repeat #525252;
	text-align: center;
	}
div, p, input, textarea, span { font: 11px/15px verdana, arial, sans-serif; }
form { display: inline; margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
h1 { font: 28px/32px verdana, arial, sans-serif; }
h2 { font: 22px/26px verdana, arial, sans-serif; }
h3 { font: 18px/20px trebuchet, verdana, arial, sans-serif; }
h4 { font: 14px/17px verdana, arial, sans-serif; }
h5 { font: 12px/15px verdana, arial, sans-serif; }
h6, .box div { font: 9px/12px arial, sans-serif; }
img, div { behavior: url(images/iepngfix.htc); }
p { margin: 15px 0; }
a {
	color: #000000;
	text-decoration: none;
	}
img { border: 0; }
#wrapper {
	position: relative;
	margin: auto;
	width: 985px;
	text-align: left;
	}
#header {
	position: relative;
	height: 70px;
	}
#header .logo {
	position: absolute;
	top: 15px;
	left: 15px;
	}

#content {
	position: relative;
	padding-bottom: 30px;
	width: 985px;
	}

#leftHome {
	position: relative;
	margin: 0 0 0 15px;
	width: 764px;
	}
#leftHome .copyright {
	margin: 7px 7px 0 0;
	color: #ffffff;
	}
#main {
	position: relative;
	width: 764px;
	height: 518px;
	margin: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: url(images/home-main.jpg) no-repeat;
	}
#privacy {
	display: none;
	padding: 40px;
	height: 438px;
	overflow: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: url(images/shadow.png);
	}
#privacy .pad {
	padding: 40px;
	background: #ffffff;
	color: #000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	}
#privacy .pad .close {
	float: right;
	font: bold 10px/15px "gill sans mt", verdana, arial;
	text-transform: uppercase;
	cursor: pointer;
	}

#rightHome {
	position: absolute;
	top: 0;
	right: 14px;
	width: 185px;
	}
#rightHome .box {
	margin: 0 0 10px 0;
	-moz-box-shadow: 0 0 0 #000000;
	-webkit-box-shadow: 0 0 0 #000000;
	-khtml-box-shadow: 0 0 0 #000000;
	box-shadow: 0 0 0 #000000;
	}
#rightHome .box a.detail {
	display: block;
	width: 185px;
	height: 168px;
	}
#rightHome .callout1 {
	z-index: 2;
	background: url(images/home-callout1.gif) #000000;
	}
#rightHome .callout1 img {
	position: absolute;
	z-index: 2;
	top: 123px;
	left: 66px;
	}

#rightHome .callout2 {
	background: url(images/home-callout2.jpg) #ff9900;
	}
#rightHome .callout2 img {
	position: absolute;
	z-index: 3;
	top: 84px;
	left: 40px;
	}
#rightHome .callout3 {
	background: url(images/home-callout3.gif) #333333;
	}
#rightHome .callout3 img {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: -35px;
	}

.box {
	position: relative;
	float: left;
	margin: 0 7px 10px 0;
	width: 185px;
	height: 166px;
	background: #ffffff;
	-moz-box-shadow: 1px 3px 3px #686460;
	-webkit-box-shadow: 1px 3px 3px #686460;
	-khtml-box-shadow: 1px 3px 3px #686460;
	box-shadow: 1px 3px 3px #686460;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	}
.box h3 {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 167px;
	}
.box h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 185px;
	background: url(images/gallery-bg-white.png);
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	behavior: url(border-radius.htc);
	}
.box h6 .pad { padding: 5px 7px; }

.white, .white *, *.white { color: #ffffff }
.orange, .orange *, *.orange { color: #ff9900 }
.darkgray, .darkgray *, *.darkgray { color: #666666 }
.gray, .gray *, *.gray { color: #aaaaaa }

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}


