@charset "utf-8";
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
	border: none;
}
a {
 	color: #00a1a9;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;

}


fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.button {
	cursor: pointer;
}

#gm-wrapper {
	width: 100%;
	clear: both;
	display:inline-block;
	overflow: hidden;
}
#gm-header-wrap,
#gm-main-wrap,
#gm-container-wrap,
#gm-footer-wrap {
	width: 100%;
	clear: both;
	display:inline-block;
}
#gm-header,
#gm-main,
#gm-container,
#gm-footer {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
/* Header */
#gm-header-wrap {
	background: #191919 url(../images/header.gif) repeat-x bottom left;
}
#gm-header {
	height: 78px;
	position: relative;
}
.gm-logotext {
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
}
.gm-logoicon {
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
}
/* Main */
#gm-main-wrap {
	background: url(../images/main.gif) repeat-x top left;
}
#gm-main {
	background: url(../images/banner.jpg) no-repeat bottom left;
	min-height: 330px;
	height: auto !important;
	height: 330px;
}
.gm-intro {
	float: right;
	width: 54%;
	color: #ffffff;
}
.gm-intro h3 {
	font-weight: normal;
	font-size: 223%;
	line-height: 29px;
}
.gm-intro h3 .strongtext {
	font-weight: bold;
}
.gm-intro p {
	font-size: 138%;
	line-height: 24px;
}
/* Container */
#gm-container-wrap {
	background: url(../images/container.gif) repeat-x top left;
}
#gm-container {

}
.gm-contact {
	float: right;
	width: 54%;
	color: #191919;
	font-size: 109%;
}
/* Footer */
#gm-footer-wrap {
	background: url(../images/footer.gif) no-repeat center top;
}
#gm-footer {
	min-height: 69px;
	height: auto !important;
	height: 69px;
}
.gm-footer-top {
	width: 100%;
	clear: both;
	display: inline-block;
	color: #959494;
	text-align: center;
}
.gm-footer-bot {
	clear: both;
	width: 100%;
	display: inline-block;
}
.gm-footer-bot img {
	margin: 10px 0 0 15px;
}
.gm-footer-bot img.gm-imgfirst {
	margin-left: 0;
}
