/*
Author: chitich.com
Description: MojWebSite Templates
*/

body {
	background: #f8e893;
	text-align: center;
	color: #4b4e55;
	font-family: "Trebuchet MS";
	font-size: 62.5%;
}
.left {
	float: left;
}
.right {
	float: right;
}

h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0; }

p {
	font-size: 1.2em;
	line-height: 1.5em;
}

a:active, a:focus {outline: 0;}

div#wrapper {
	/*background: url(images/v02_01.png) repeat-x;*/
}

div#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/v04_07.png) repeat-y;
}

div#contact {
	text-align: right;
	padding: 10px 10px 15px;
	font-size: 1.2em;
	background: url(images/v04_03.png) 0 100% no-repeat #f8e893;
}

div#header {
	padding: 0 5px;
	background: url(images/v04_05.png) top transparent;
}

div#logo {
	padding: 10px 0 15px 15px;
	text-align: left;
}
div#banner {
	padding: 5px;
	background: #f4f4f4;
	border-top: 1px #d9dbd6 solid;	
	border-bottom: 1px #d9dbd6 solid;
}
div#bannerS {
	padding: 5px;
	background: #f4f4f4;
	border-top: 1px #d9dbd6 solid;
}
div#menu {
	height: 37px;
	background: url(images/menu.png) repeat-x;
	font-size: 1.8em;
}
div#menu ul {
}
div#menu ul li{
	display: inline;
}
div#menu ul li a{
	display: block;
	width: 253px;
	float: left;
	line-height: 37px;
	text-decoration: none;
	font-weight: bold;
	color: #4b4e55;
	background: url(images/menu.png) repeat-x;
}
div#menu ul li a:hover{
	/*color: #999999;*/
	background-position: 0 -37px;
}

div#main {
	padding: 0;
	margin: 0 5px;
	width: 760px;
	border-top: 1px solid #fff;
}

div.item {
	text-align: left;
	clear: both;
	width: 730px;
	padding: 15px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
}
div.item.single {
	border-bottom: 0px none;
}
div.item:first-child {
	border-top: 0px none;
}
div.item:last-child {
	border-bottom: 0px none;
}
div.item p {
	margin-bottom: 10px;
}
div.itemImage {
	float: left;
	display: inline;
	width: 240px;
	height: 180px;
	padding: 3px;
	background: #fff;
	margin: 0 15px 0 0;
	border: 1px solid #e8e7e1;
}
div.itemImage.right {
	float: right;
	margin: 0 0 0 15px;
	display: inline;
}
div.itemContent {
	float: left;
	width: 460px;
	display: inline;
}
div.itemContent.right {
	float: right;
	display: inline;
}
div.itemContent a {
	font-weight: bold;
	color: #4b4e55;
	text-decoration: none;
}
div.itemContent a:hover {
	text-decoration: underline;
}
div.itemContent a.button {
	display: block;
	width: 108px;
	height: 31px;
	line-height: 31px;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(images/buttonDark.png) no-repeat;
}
div.itemContent a.button:hover {
	background-position: 0 -31px;
}
div.itemImageS {
	float: left;
	clear: both;
	display: inline;
	width: 240px;
	height: 180px;
	padding: 3px;
	background: #fff;
	margin: 0 15px 15px 0;
	border: 1px solid #e8e7e1;
}
div.itemImageS.right {
	float: right;
	margin: 0 0 15px 15px;
	display: inline;
}


div#footer {
	/*background: url(images/v02_08.png) 0 100% no-repeat;*/
	background: #f8e893; 
	margin: 0;
	clear: both;
}
div#footerInner {
	/*border-top: 1px solid #e8e7e1;*/
	margin: 0 15px;
	padding: 5px 0 5px 0;
}
div#footer a {
	color: #4b4e55;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footerClear {
	background: url(images/v04_09.png);
	display: block;
	height: 10px;
	width: 770px;
}