@charset "UTF-8";

/* Written and Designed by JKgraphiks.co.uk  All rights reserved.
----------------------------------------------------------------------------------------------------*/
/* HTML Styles
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #FFF;
	background-image: url(/images/structure/background_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

* {outline: none;}

/* Container
----------------------------------------------------------------------------------------------------*/

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: visible;
	top: 0px;
}

/* Structural Elements
----------------------------------------------------------------------------------------------------*/

	/* Content Elements
----------------------------*/

.header {
	position: relative;
	width: 100%;
	height: 85px;
	top: 0px;
	background-image: url(/images/structure/jefferson_header.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.content {
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	padding-top: 0px;
	overflow: hidden;
}

.boxes {
	position: relative;
	width: 100%;
	height: 307px;
	top: 0px;
	overflow: hidden;
}

.footer {
	position: relative;
	width: 100%;
	height: 50px;
	top: 0px;
	overflow: hidden;
}

/* Image Styles
----------------------------------------------------------------------------------------------------*/

.logo_img {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.header_image {	
	position: relative;
	top: 49px;
	left: 0px;
}
.photo_box_images {
	position: relative;
	width: 135px;
	padding: 3px;
	top: 0px;
	float: left;
}
.little_logo {
	position: relative;
	padding-top: 30px;
}

.Eastgate_South_Driffield {
	position: absolute;
	right: 10px;
	top: 10px;
	float: right;
}

/* Box
----------------------------------------------------------------------------------------------------*/

	/* Box-Containers
----------------------------*/

.services {
	position: absolute;
	background-image: url(/images/box/complete_box.png);
	background-repeat: no-repeat;
	width: 296px;
	height: 297px;
	padding: 5px;
	left: 0px;
	top: 0px;
}

.products {
	position: absolute;
	background-image: url(/images/box/complete_box.png);
	background-repeat: no-repeat;
	width: 296px;
	height: 297px;
	padding: 5px;
	left: 327px;
	top: 0px;
}

.contact {
	position: absolute;
	background-image: url(/images/box/complete_box.png);
	background-repeat: no-repeat;
	width: 296px;
	height: 297px;
	padding: 5px;
	left: 654px;
	top: 0px;
}

/* Text Styles
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-style: bold;
	font-size: 65px;
	text-align: left;
	color: #1f66b6;
	letter-spacing: -3pt;
	word-spacing: -0.8pt;
	position: relative;
	top: 30px;
}
h2 {
	font-family: "palatino linotype", Palatino, Georgia, Times, Serif;
	font-style: italic;
	font-size: 35px;
	text-align: left;
	color: #333;
	letter-spacing: -0.6pt;
	word-spacing: -0.8pt;
	position: relative;
	top: -20px;
}
.copyrights {
	position: absolute;
	width: auto;
	height: auto;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	text-align: right;
	color: #bdbdbd;
	text-decoration: none;
	left: 3px;
	top: 0px;
}
.copyrights a {
	color: #bdbdbd;
	text-decoration: none;
}
.copyrights a:hover {
	color: #1f66b6;
	text-decoration: none;
}
.small {font-size: 12px;}
strong {font-weight: bold;}

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
.welcome_to {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "palatino linotype", Palatino, Georgia, Times, Serif;
	font-style: italic;
	font-size: 41px;
	text-align: left;
	color: #bdbdbd;
}
.blurb {
	position: relative;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 21px;
	color: #666;
	top: 0px;
	letter-spacing: -0.8pt;
	word-spacing: -0.3pt;
}
.boxes_text {
	position: relative;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 19px;
	color: #666;
	top: -20px;
	letter-spacing: -0.8pt;
	word-spacing: -0.3pt;
	padding-left: 15px;
	padding-right: 5px;
}

/* Form
----------------------------------------------------------------------------------------------------*/

textarea.form {
	width: 280px;
	height: 70px;
	border: 1px #fff;
	background-color: #FFF;
	border: thin #666;
	margin: 5px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #555;
	overflow: auto;
}
input.form {
	width: 280px;
	height: 20px;
	background-color: #FFF;
	border: thin #666;
	margin: 5px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #555;
}
.contact_form_submit {
	position: relative;
	width: auto;
	height: auto;
	left: 3px;
	}
.form_position {
	position: relative;
	top: -20px;
	}

/* Writen and Designed by JKgraphiks.co.uk 2010. All rights reserved.
----------------------------------------------------------------------------------------------------*/