/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	color: #203C36;
}

h1, h2, h3 {
	margin-top:10px;
	color: #203C36;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.9em;
	margin-bottom: 20px;
}

p, blockquote, ul, ol, dl{
	font-size: 0.9em;
}

a {
	color: #7AB9AB;
}

a:hover {
	text-decoration: none;
}

img {
	border: none; 
}

/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}

#header h1 {
	position: relative;
	padding: 10px 40px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 40px 30px 10px 30px;
	background: url(../images/img03.jpg) no-repeat;
}

/* content */

#content {
	float: left;
	width: 600px;
}

#content p {
	margin: 1em 0;
}

/* Post */

.post {
	margin-bottom: 40px;
}

.post h2.title {
	margin-bottom: 20px;
	background: #F8F8F8;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 10px;
}

.post .content {
}

.post .title {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #F8F8F8;
	padding: 10px;
}

.post p, .post ul {
	line-height: 150%;
}

.post blockquote, .post ul,{
}

.post li {
	margin-left: 20px;
}

.content dl {
	margin-left: 10px;
	line-height: 150%;
}

.content dt {
	background: url(../images/arrow_navi.gif) left center no-repeat;
	padding-left: 15px;
}

.content dd {
	margin-left: 16px;
	margin-bottom: 20px;
}

.content img {
	margin-right: 4px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: url(../images/img04.jpg) repeat-y;
}

#sidebar h2 {
	padding: 10px 20px 0 20px;
	color: #FFFFFF;
	font-weight:bold;
}

#sidebar a {
	color: #FFFFFF;
}

/* Menu */

#menu {
	background: url(../images/img05.jpg) no-repeat;
	padding-top: 1px;
}

#menu ul {
	list-style: none;
	padding: 20px 20px 70px 30px;
	background: url(../images/img06.jpg) no-repeat left bottom;
}

#menu li {
	line-height: 200%;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Boxed Style */

.boxed {
	background: url(../images/img05.jpg) no-repeat;
	padding-top: 1px;
}

.boxed .title {
}

.boxed .content {
	font-size: 0.9em;
	line-height: 150%;
	padding: 20px 20px 60px 20px;
	background: url(../images/img06.jpg) no-repeat left bottom;
}

.boxed ul {
	background: url(../images/spacer.gif);
	margin-left: 20px;
}
.boxed li {
	line-height: 150%;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #696B60 url(../images/img07.gif) repeat-x;
}

#footer p {
	width: 960px;
	margin: 0 auto;
	color: #999999;
}

#footer a {
	color: #999999;
}

#legal {
	clear: both;
	text-align: center;
}

#legal a ,#legal a:hover {
	text-decoration: none;
	color: #999999;
}

#links {
	text-align: right;
}

#inq {
	padding-top: 6px;
	padding-bottom: 4px;
}

/* form */

.content form dl {
	width: 400px;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 120%;
}

.content form dt {
	float: left;
	text-align: right;
	width: 100px;
	background: none;
	padding: 0 10px 0 0;
	margin: 0;
}

.content form dd {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0 0 16px 0;
}

.content form dd input ,.content form dd textarea{
	width: 250px;
}
input, textarea {
	font-size: 0.9em;
	padding: 2px;
}

.btn {
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

.error-message {
	color: #ff0000;
}

/* other */

.exbunner {
	margin: 0px auto 20px auto;
	text-align: center;
}

#prc {
	font-size: 0.8em;
	text-align: right;
	margin-top: 5px;
	}

.pagetop {
	text-align: right;
	font-size: 0.8em;
}

