body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form, fieldset, label {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #906e23;
	background: #f7edd7 url(/_img/bg_header.jpg) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	margin-left: 5px;
	padding: 5px 0;
	font-family: 'Buenard', Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	background: url(/_img/h2.png) bottom repeat-x;
}
h1, h2 {
	padding-top:10px;
	font-size: 1.5em;
}
h3 {
	padding: 5px;
	font-size: 1.4em;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #d7be86;
	background-image: none;
}
h4 {
	padding: 5px 0 0 0;
	font-size: 1.4em;
	color: #77851a;
	background-image: none;
}
h5 {
	font-family: 'Buenard', Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #f7edd7;
	background: url(/_img/h4.png) bottom repeat-x;
}
p {
	padding: 5px;
	text-align: left;
}
a {
	color: #e90;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fa0;
}
ul, ol {
	padding: 5px;
}
li {
	margin: 5px 0 5px 30px;
}
hr {
	color: #c0a260;
	background: #c0a260;
	width: 100%;
	height: 1px;
	border: 0;
}
input.textbox, select, option, textarea {
	position: relative !important;
	color: #6e500d;
	border: 1px solid #cfb479;
	background: #fff !important;
}
input {
	position: relative !important;
}
option {
	border: 0;
}
.required, .error {
	color: #d22;
}
.center {
	text-align: center;
}
.light {
	color: #c0a260;
	font-weight: normal;
}
.small {
	font-size: 0.7em;
}
.clear {
	clear: both;
}
.framed {
	padding: 4px;
	border: 1px solid #e3d6b9;
	background: #fff;
}
.hidden {
	display: none;
}
.noshow {
	display:block;
	width:0;
	height:0;
	padding:0;
	overflow:hidden;
}

/**************************************************************
	PAGE LAYOUT
**************************************************************/
#container {
	width: 960px;
	margin: 0 auto;
}
#logo {
	display: block;
	width: 280px;
	height: 60px;
	margin: 15px 0 20px 30px;
}
#nav {
	float:right;
	margin: 20px 30px 0 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 8px;
}
#nav a {
	display: block;
	padding: 4px 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 1.4em;
	color: #906e23;
}
#nav a:hover {
	border-bottom: 1px solid #c0a260;
}
#header {
	width: 900px;
	height: 230px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(/_img/header_default.jpg) no-repeat;
}
#header img {
	float: right;
	margin: 210px 5px 0 5px;
}
#content_area {
	width: 960px;
	margin: 0 auto;
}
#content_area p a:hover {
	border-bottom: 1px dotted #e90;
}
#left_col {
	float: left;
	width: 564px;
	padding: 0 30px;
	border-right: 1px dotted #906e23;
}
#right_col {
	float: left;
	width: 275px;
	padding: 0 30px;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	background: #e5ce9f url(/_img/bg_footer_top.jpg) repeat-x;
}
#footer ul {
	float: left;
	margin-right: 30px;
	list-style: none;
}
#footer li {
	margin: 0;
	padding: 3px 0 3px 15px;
	background: url(/_img/bullet_foot.png) left 50% no-repeat;
}
#footer a {
	font-weight: bold;
	color: #77851a;
}
#footer a:hover {
	color: #919e37;
}
#foot-inner {
	width: 960px;
	margin: 0 auto;
}
#favourites {
	float: left;
	width: 535px;
	padding: 0 60px 0 30px;
}
#aboutsite {
	float: left;
	width: 300px;
}
#copyright {
	margin: 0 auto;
	padding: 20px 0;
	background: url(/_img/bg_footer_bottom.jpg) repeat-x;
}
#copyright p {
	font-size: 0.9em;
	text-align: center;
}

/**************************************************************
	GAMES
**************************************************************/
a img.game,
a:hover img.game {
	float: left;
	margin: 10px 10px 20px 5px;
	padding: 3px;
	border: 1px solid #e3d6b9;
	background: #fff;
}
.flash_wrap {
	float: left;
	margin: 0 5px 0 5px;
}

/**************************************************************
	WALLPAPER
**************************************************************/
.wallpaper {
	float: left;
	width: 176px;
	margin: 6px;
}
.wallpaper p {
	padding: 0;
	text-align: center;
}

/**************************************************************
	WORK
**************************************************************/
.work {
	float: left;
	width: 176px;
	margin: 6px;
}
.work p {
	padding: 0;
	text-align: center;
}
.work img.resto {
	border: 0 !important;
	background: none !important;
}

/**************************************************************
	CONTACT FORM
**************************************************************/
ul.contact_form {
	font-weight: bold;
	list-style: none;
}
ul.contact_form li {
	margin: 0;
}
ul.contact_form input, textarea {
	font:	normal 1em Tahoma, Arial, Helvetica, sans-serif;
}
ul.contact_form input.textbox {
	height: 14px;
	width: 240px;
	margin: 5px 0 10px;
	padding: 5px;
}
ul.contact_form textarea {
	width: 245px;
	height: 84px;
	line-height: 22px;
	margin: 5px 0 2px;
	padding: 2px 0 5px 5px;
}
ul.contact_form span {
	font-weight: normal;
	font-size: 10px;
}
ul.contact_form input.btn {
	background: url(/_img/btn_send.png) no-repeat;
	outline: none;
	cursor: pointer;
	margin-top: 15px;
	display: block;
	height: 25px;
	width: 79px;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/**************************************************************
	LIVE VALIDATION
**************************************************************/
.LV_validation_message{
	font-weight:bold;
	margin:0 0 0 5px;
}
.LV_valid {
	color:#00cc00;
	display: none;
}
.LV_invalid {
	font-weight:bold;
	color:#d22;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
	border: 1px solid #d22 !important;
}

/**************************************************************
	HIGHSLIDE LIGHTBOX
**************************************************************/
.highslide {
	cursor: url(/_js/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide_gallery a {
	float: left;
	margin: 5px 10px 0 0;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img,
.highslide:hover img {
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #e3d6b9;
	background: #fff;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
/*
.highslide-image-blur {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.highslide-caption-blur {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
*/
.highslide-caption {
	display: none;
	color: #333;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	text-align: left;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(/_js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

.highslide-move {
	cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(/_js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* games */
.highslide-html-content {
	position: absolute;
	display: none;
	background: #000;
}



/* Controlbar */
.controlbar {
	background: url(/_js/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/_js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
.highslide-dimming {
	position:fixed;
	background: black;
	width: 100%;
	position: absolute;
	z-index:1;
	left:0px;
	top:0px;
}
.highslide-controls {
	display: none;
}


/* Necessary for functionality */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

