/* Start of CMSMS style sheet 'BASIC' */
/* ---------- CSS STYLES ---------- */


/* ---------- GENERAL ---------- */

* {
	outline: none;
	behavior: url("/scripts/png_fix.htc");
}

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

.hr {
	margin: 10px 0px;
	height: 1px;
	background: #ccc;
	overflow: hidden;
}



/* ---------- BODY ---------- */

html {
	margin: 0px;
}
 
body {
	margin: 0px 0px 50px 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #404040;
	background: url('/images/bg_body.gif') repeat-x #fff;
}



/* ---------- STRUCTURE ---------- */

#container {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

#header {
	height: 170px;
	background: url('/images/bg_header.jpg') no-repeat;
}

#header .navi {
	position: relative;
  top: 140px;
}

#header .navi div {
	position: relative;
	height: 15px;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}

#content {
	background: url('/images/bg_content.jpg') repeat-y;
}

#content .sub_navi {
	height: 25px;
	margin: 0px 10px 10px 10px;
}

#content .main {
	padding: 10px 40px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background: url('/images/bg_main.jpg') no-repeat;
}

#content .col_left {
	float: left;
	width: 480px;
}

#content .col_left .content {
	margin: 0px 10px;
}

#content .col_right {
	float: right;
	width: 240px;
}

#content .col_right .content {
	margin: 50px 10px 0px 10px;
}

#footer {
	height: 45px;
	background: url('/images/bg_footer.jpg') no-repeat;
}



/* ---------- FONTS ---------- */

h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 14px;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 13px;
}

h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
}

#header p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #777;
	text-decoration: underline;
}

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

#header .navi a {
	margin: 0px 5px;
}

#header .navi a:hover, #header .navi a.active {
	position: relative;
	top: -15px;
}

.sub_navi a {
	text-decoration: none;
	color: #3e5142;
}

.sub_navi a:hover, .sub_navi a.active {
	color: #fff;
	text-decoration: underline;
}

.small {
	font-size: 11px;
}

.date {
	font-style: italic;
}

.note {
	color: #ff0000;
	font-style: italic;
}



/* ---------- LISTS ---------- */

ul {
	margin: 0px;
	padding: 2px 0px;
	list-style: none;
}

ol {
	margin: 0px;
	padding: 2px 0px;
}

li {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background: url('/images/bullet_1.gif') 0px 5px no-repeat;
}

.sub_navi li {
	float: left;
	width: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url('/images/bullet_2.gif') 0px 5px no-repeat;
}



/* ---------- TABLES ---------- */

table {
	border: none;
	width: 100%;
}

table.guestbook td {
	padding: 0px 5px 0px 0px;
}

table.contact {
	width: auto;
}

table.contact td {
	padding: 0px 5px 5px 0px;
}

table.gallery tr {
	height: 100px;
}

table.gallery td {
	border: 1px solid #eee;
	padding: 5px;
	width: 100px;
	background: url('/images/bg_wht_50.png');
	text-align: center;
}

table.gallery img {
	padding: 4px;
	background: url('/images/bg_wht_50.png');
}



/* ---------- IFRAME ---------- */

iframe {
	border: 1px solid #ccc;
}



/* ---------- FORMS ---------- */

form {
	margin: 0px;
	padding: 0px;
}

input {
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 2px;
	width: 200px;
	height: 15px;
	vertical-align: middle;
	background: #fff;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #404040;
}

.field {
	border: 1px solid #ccc;
	position: relative;
	margin: 2px 0px;
	padding: 0px;
	width: 200px;
	height: 18px;
	overflow: hidden;
	background: #fff;
}

.field input {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	background: none;
}

.btn {
	border: 1px solid #ccc;
	position: relative;
	margin: 2px 0px;
	padding: 0px;
	width: 150px;
	height: 25px;
	overflow: hidden;
	background: url('/images/bg_btn.gif') #fff;
}

.btn input {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	background: none;
}

textarea {
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0px;
	width: 250px;
	height: 100px;
	vertical-align: middle;
	overflow: auto;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333;
}

.textarea {
	border: 1px solid #ccc;
	position: relative;
	margin: 2px 0px;
	padding: 0px;
	width: 300px;
	height: 150px;
	overflow: hidden;
}

.textarea textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
}

.checkbox input {
	border: none;
	width: 14px;
	height: 14px;
}



/* ---------- IMAGES ---------- */

img {
	border: none;
	vertical-align: top;
}

img.left {
	float: left;
	margin: 0px 5px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 5px;
}



/* ---------- SPECIAL BLOCKS ---------- */


div.guestbook {
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fff;
}
/* End of 'BASIC' */

