@charset "utf-8";

/*-----------------------------------*/
/*---------- Global Styles ----------*/
/*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content:'';
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 0;
	clear: both;
}

.indented {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background: url(../images/bg-body.jpg) no-repeat fixed center top;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #3e4145;
}

/*-----------------------------------*/
/*---------- Layout Styles ----------*/
/*-----------------------------------*/

/*---------- Container ----------*/
#container {
	width: 960px;
	margin: 0 auto;
	padding: 16px 0 40px 0;
}

/*---------- Header ----------*/
#header {
	background: #ffffff;
	width: 960px;
	height: 238px;
	position: relative;
}

/*---------- Branding ----------*/
h1#branding {
	width: 393px;
	height: 121px;
	position: absolute;
	left: 45px;
	top: 46px;
}

h1#branding a {
	display: block;
	width: 393px;
	height: 121px;
}

/*---------- NavigationAdditional ----------*/
#navigationAdditional {
	background: url(../images/bg-navigationAdditional.png) no-repeat 57px 0;
	width: auto;
	height: 37px;
	position: absolute;
	left: 538px;
	top: 0;
}

#navigationAdditional ul {
	width: auto;
	height: auto;
	margin: 18px 0 0 0;
	overflow: hidden;
}

#navigationAdditional ul li {
	float: left;
	margin: 0 35px 0 0;
}

#navigationAdditional ul li a {
	font-size: 16px;
	line-height: normal;
	color: #3e4145;
	letter-spacing: 0.01em;
	text-decoration: none;
}

#navigationAdditional ul li a:hover {
	color: #ff7c13;
}

/*---------- Navigation ----------*/
#navigation {
	background: #b7bcc3;
	width: 840px;
	height: 40px;
	position: absolute;
	left: 120px;
	top: 198px;
}

#navigation ul {
	width: auto;
	height: 40px;
	margin: 0 0 0 21px;
	overflow: hidden;
}

#navigation ul li {
	float: left;
	height: 40px;
	margin: 0 20px 0 0;
}

#navigation ul li a {
	font-size: 20px;
	line-height: normal;
	color: #ffffff;
	letter-spacing: 0.01em;
	text-decoration: none;
	display: block;
	height: 34px;
	padding: 6px 10px 0 10px;
}

* html #navigation ul li a {
	width: 1px;
	white-space: pre;
	height: 32px;
	padding: 8px 10px 0 10px;
}

*+html #navigation ul li a {
	height: 32px;
	padding: 8px 10px 0 10px;
}

#navigation ul li a:hover {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #ff7c13;
	padding-left: 9px;
	padding-right: 9px;
}

/*---------- ContentContainer ----------*/
#contentContainer {
	background: #ffffff;
	width: 840px;
	padding: 50px 0 50px 120px;
}

#contentContainer h2 {
	font-size: 38px;
	line-height: normal;
	color: #b7bcc3;
	letter-spacing: 0.005em;
	margin: -3px 0 15px 0;
}

#contentContainer h3 {
	font-size: 20px;
	line-height: normal;
	color: #b7bcc3;
	margin: 0 0 5px 0;
}

#contentContainer p {
	margin: 0 0 20px 0;
}

#contentContainer a {
	color: #adb2ba;
	text-decoration: underlined;
}

#contentContainer a:hover {
	color: #ff7c13;
}

#contentContainer ul {
	list-style: outside disc;
	padding-left:18px;
}

#contentContainer strong {
	font-weight: bold;
}

#contentContainer em {
	font-style: italic;
}

#contentContainer img.default {
	border: 1px solid #dcdee2;
	width: 384px;
	margin: 3px 0 15px 0;
	padding: 1px;
}

#contentContainer img.cat-and-dog {
	float: right;
	margin: -6px 6px 0 0;
}

#contentContainer .contentColumn {
	float: left;
	width: 390px;
	padding: 0 30px 0 0;
}

#contentContainer .underHeadline {
	padding: 47px 0 0 0;
}

/*---------- GoogleMap ----------*/
#googleMap {
	border: 1px solid #dcdee2;
	width: 386px;
	height: 446px;
	margin: 0 0 5px 0;
	padding: 1px;
}

/*---------- Footer ----------*/
#footer {
	background: #b7bcc3;
	color: #3e4145;
	width: 840px;
	height: 136px;
	padding: 16px 0 0 120px;
}

#footer h3 {
	font-size: 20px;
	line-height: normal;
	color: #ffffff;
	margin: 0 0 12px 0;
}

#footer p {
}

#footer a {
	color: #3e4145;
	text-decoration: none;
}

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

#footer #footerAddress { /* Address */
	background: url(../images/bg-footerAddress.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
}

#footer dl { /* Work time */
	width: 280px;
	overflow: hidden;
	margin: 0 0 6px 0;
}

#footer dl dt,
#footer dl dd {
	float: left;
}

#footer dl dt {
	width: 180px;
}

#footer dl dd {
	width: 100px;
}

#footer .note {
	font-size: 11px;
	line-height: 16px;
	color: #6a6e73;
}

#footer .footerColumn {
	float: left;
	width: 390px;
	padding: 0 30px 0 0;
}
