/*-----------------------------------------------------------------------------
Screen Stylesheet

version:   1.0
date:      14/05/10
author:    Gareth Lockton
email:     gareth@idesign-graphics.co.uk
website:   www.idesign-graphics.co.uk
-----------------------------------------------------------------------------*/ 

@import url("reset.css");
@import url("960.css");
@import url("typography.css");

body { 
	margin:0px auto;
}

#logo {
	margin-top:40px;
	margin-bottom:15px;
	height:83px;
	background: url(../images/layout/logo.png) top center no-repeat;
	text-indent:-9999em;
}

.education-button {
  display:block;
  width:380px;
  height:350px;
  background:url(../images/layout/education_btn.png) no-repeat 0 -350px;
  margin:0 auto;
}
.education-button a {
  display:block;
  width:100%;
  height:100%;
  background:url(../images/layout/education_btn.png) no-repeat 0 0;
  text-indent:-9999px;
}
.education-button a:hover {
  background-position: 0 350px;
}

.business-button {
  display:block;
  width:380px;
  height:350px;
  background:url(../images/layout/business_btn.png) no-repeat 0 -350px;
  margin:0 auto;
}
.business-button a {
  display:block;
  width:100%;
  height:100%;
  background:url(../images/layout/business_btn.png) no-repeat 0 0;
  text-indent:-9999px;
}
.business-button a:hover {
  background-position: 0 350px;
}

#home-intro {
	margin-top:20px;
	padding-bottom:10px;
	border-bottom: 1px #babea0 dotted;
}

#column {
	margin-top:20px;
}

#footer {
	margin-top:10px;
	background: #001aa2 url(../images/layout/footer.png) top left no-repeat;
	height: 35px;
	padding:20px;
	width: 900px;
	text-align: left;
}




form {
	background:#fff;
	padding:1em;
	border:1px solid #ccc;
}

form p	{ font-size: 0.75em; line-height: 1.8em; margin-bottom: 0.75em;}

.items-for-collection {
	background:url(../);
}
.contact {
	background:url(../);
}
fieldset div {
	margin:8px 0;
	clear:both;
}
form {
	margin:20px 0;
	margin-left: auto; margin-right: auto;
	width:560px;
}
label {
	float:left;
	width:265px;
	text-align:right;
	margin:4px 20px 0 0;
	font-size: 0.75em;
}
legend {
	color:#444;
	font-size:1.125em;
	padding:0 5px 0 5px;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:14em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.75em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	margin-top:20px;
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin:20px 0 0 120px;
	width:309px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background: url(../images/layout/btn_contact2.png);
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 0;
}

#submit-form {
	margin:20px 0 0 175px;
	width:212px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background: url(../images/send.jpg);
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-form:hover {
	background-position:0 0;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/

