/********************************************************************/
/* IMPORT */

@import 'style.css';
@import 'text.css';

@import 'lightbox.css';

/********************************************************************/
/* RESET BROWSER DEFAULTS */

* {
	outline: none;
}

img, fieldset {
	border: none;
}

fieldset {
	padding: 5px 0px;
}

body {
	font-family: 'TREBUCHET MS', verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	text-align: center;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #003300;
}

a {
	color: #008DB1;
	text-decoration: none;
}

a.email_send {
	width: 229px;
	height: 16px;
	display: block;
	background-image: url('../images/email.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.email_send:hover {
	background-image: url('../images/email_over.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

a:hover {
	color: #00AF6D;
	text-decoration: underline;
}

div#jh_content, div#jh_header, div#jh_footer {
	font-size: 0.8em;
}

input, textarea, select {
	padding: 3px;
	border: 1px solid #ccc;
}

.jh_contact_area {
	border: none;
}

ol, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.jh_cv {
	margin-bottom: 30px;
}

ul.jh_cv li.jh_list_item {
	margin: 10px 0;
	font-size: 0.8em;
}

.jh_view_about h2 {
	margin: 0px 0 30px 0;
}

ul#jh_cv li.jh_list_item strong {
	color: #CC6600;
}

a.jh_tothetop {
	display: block;
	margin: 10px 0;
	font-size: 0.7em;
	font-style: italic;
	border-bottom: 1px dotted #A95421;
}

/* END */
/********************************************************************/

.jh_clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

/********************************************************************/
/* PAGE LAYOUT */

#jh_container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#jh_header {
	width: 950px;
	height: 100px;
}

#jh_content_wrapper {
	width: 950px;
	height: 319px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#jh_work_nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#jh_content_slider {
	width: 950px;
	height: auto;
	position: absolute;
	z-index: 1;
}

#jh_home {
	height: 319px;
	width: 950px;
}

.jh_wrapper {
	width: 950px;
	height: auto !important;
	height: 200px;
	height: auto;
}

.jh_thumb {
	width: 43%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 65px;
	height: auto;
	min-height: 100px;
	float: left;
	overflow: hidden;
	background-image: url("../images/thumb_blank.gif");
	background-position: 0 0;
}

.jh_view {
	width: 380px;
	height: auto;
	float: left;
	padding: 10px;
}

#jh_footer {
	width: 950px;
	height: 100px;
	position: relative;
}

.jh_thumb_about {
	width: 200px;
	height: auto;
	float: left;
}

.jh_view_about {
	width: 600px;
	height: auto;
	padding: 0 10px 10px 10px;
	float: right;
	margin-top: -30px;
}

.jh_view_ceramics,
.jh_view_screens {
	width: 48%;
	height: auto;
	padding: 0 10px 10px 10px;
	float: right;
	margin-top: 0px;		
}

.jh_contain_about {
	background-image: url("../images/about_bg.jpg");
	background-position: -30% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.jh_contain_about h1 {
	width: 30%;
	margin-top: -5px;
	padding: 15px 0 15px 0;
}

/* END */
/********************************************************************/

label {
	display: block;
	width: 300px;
	margin: 10px 0;
}

div#jh_content_wrapper_cms {
	min-height:500px;
}

form#jh_cms_form {
	width: 50%;
	float: left;
}

form.jh_delete {
	width: 50%;
	float: left;
}

.jh_deletes {
	height :100px !important;
	visibility: visible;
}

.jh_deletes select {
	width: 250px;
}

.jh_set {
	width: 40%;
	float: left;
	margin: 10px;
}

.jh_set textarea {
	width: 100%;
	height: 400px;
}












