@charset "utf-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
-----------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 548px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #7CA40F;
}
/* header styles
-----------------------------*/

#header {
	background-image: url(images/header09.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 2px solid #996600;
	position: relative;
}
#profile #header {
	background-image: url(images/header10.jpg);
}
#works #header {
	background-image: url(images/header11.jpg);
}
#school #header {
	background-image: url(images/header12.jpg);
}
#shop #header {
	background-image: url(images/header13.jpg);
}
#etc  #header {
	background-image: url(images/header14.jpg);
}
#contact #header {
	background-image: url(images/header15.jpg);
}
#howto #header {
	background-image: url(images/header14.jpg);
}
#sitemap  #header {
	background-image: url(images/header14.jpg);
}

#header #logo {
	position: absolute;
	left: 5px;
	top: 65px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7CA40F;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 141px;
	border-top: 2px solid #996600;
	border-bottom: 3px double #CCCCCC;
	border-left: 2px solid #FFFFFF;
	font-weight: bold;
}
#header ul li a:hover {
	background-color: #9EC62D;
	color: #FFFFFF;
	font-weight: bold;
}

#header ul li#nHome a {
	border-left: 1px solid #7CA40F;
	border-top: 2px solid #996600;
	background-color: #7CA40F;
	border-bottom: 3px double #CCCCCC;
}
#header ul li#nHome a:hover {
	background-color: #9EC62D;
}
#header ul li#nContact a {
	border-top: 2px solid #996600;
	border-right: 1px solid #7CA40F;
	border-bottom: 3px double #CCCCCC;
	background-color: #7CA40F;
}
#header  ul  li#nContact  a:hover {
	background-color: #9EC62D;
}


#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#shop #header #nShop a,
#school #header #nSchool a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #9EC62D;
	font-weight: bold;
}


/* main styles
-----------------------------*/

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #996600;
	border-bottom: 1px dotted #CCCCCC;
}

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}


/* sidebar styles
-----------------------------*/

#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #666666;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
	display: block;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer styles
-----------------------------*/

#footer ul li a {
	font-weight: bold;
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #666666;
}
#footer p a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer p a:hover {
	color: #666666;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
-----------------------------*/

#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}

/* table
-----------------------------*/

#main table {
	margin-bottom: 15px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: left;
	padding: 5px 15px;
	vertical-align: top;
}
#main table td {
	padding: 5px 15px;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main div.wk {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 227px;
}
#main  div.wk  h3  {
	font-family: Verdana, "Arial Helvetica", sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	margin-top: 10px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}

/* form
-----------------------------*/

#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF6600;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
/* works
-----------------------------*/

#school  #wrapper #main h3 {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 100%;
	padding: 0px 0px 4px 15px;
}
#school #wrapper #main h4 {
	font-size: 100%;
	color: #7CA40F;
}

