/*****************/
/* HTML Elements */
/*****************/

body {
	margin:0;
	padding:0;
	background-color:#E3EFF7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333333;
}
p {
	margin:0 0 1em 0;
	padding:0;
}
div.service p {
	margin:0;
	padding:0;
}
h1 {
	font-size:1.5em;
	color:#006BB7;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
}
h2 {
	font-size:1.3em;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	color:#F4781F;
}
h3 {
	font-size:1.2em;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	color:#006BB7;
	text-transform:uppercase;
}
div.service h2 {
	display:inline;
	float:left;
	font-size:1.15em;
	color:#333;
	margin:0 4px 0 0;
	padding:0;
}
div#specialoffer h2 {
	padding:5px;
	margin:0 0 5px 0;
	background:#F4781F;
	color:white;
}
a:link {
	font-weight:bold;
	text-decoration:underline;
	color:#006AB6;
}
a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#006AB6;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:black;
}
a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#006AB6;
}
div.service a:link {
	font-weight:bold;
	text-decoration:none;
	color:#F4781F;
}
div.service a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#F4781F;
}
div.service a:hover {
	font-weight:bold;
	text-decoration:none;
	color:black;
}
div.service a:active {
	font-weight:bold;
	text-decoration:none;
	color:#F4781F;
}
a.itemname {
	font-size:1.2em;
	color:#F4781F !important;
}
a.itemname img {
	border:1px solid #F4781F;
	margin-top:3px
}
li {
	line-height:1.4em;
}
table {
	border:1px solid #F4781F;
}
th {
	padding:0 10px;
	margin:2px;
	background:#DDDDDD;
	font-weight:bold;
	text-align:left;
}
tr.subheader th {
	background:#F4781F;
	color:white;
	font-weight:bold;
}
td {
	padding:0 3px;
	margin:2px;
	background:#DDDDDD;
}
caption {
	background:#F4781F;
	color:white;
	font-weight:bold;
}
/*******/
/* IDs */
/*******/

#wrapper {
	width:730px;
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	background: url("../images/bg.gif") repeat-y center;
}
#adminwrapper {
	width:730px;
	position:relative;
	margin:20px auto 0 auto;
	padding:20px;
	background:white;
	border:1px solid #C3CFE7;
	line-height:2em;
}
#top_edge {
	width:730px;
	height:15px;
	margin:0 auto 0 auto;
	padding:0;
	background: url("../images/top_edge.jpg") no-repeat center;
}
#header {
	width:730px;
	height:127px;
	margin:20px auto 30px auto;
	padding:0;
	text-align:center;
	/*background: url("../images/banner_eyes.jpg") no-repeat center;*/
}
#subheader {
	width:730px;
	height:29px;
	margin:3em auto 0 auto;
	padding:0;
	background: url("../images/top_curve.jpg") no-repeat center;
}
#content {
	width:628px;
	margin:0 auto 0 auto;
	padding:10px;
	background-color:white;
	border:0;
	border:1px solid #C3CFE7;
	line-height:2em;
}
* html #content /* Only IE sees this */
{
  width: 608px; /* Box model hack - IE5 picks this up */
  w\idth: 628px; /* IE6 picks this up */
}
#content img.right {
	float:right;
	margin-left:6px;
	margin-bottom:2px;
}
#content img.alignleft {
	float:left;
	margin:8px 27px 0 0;
}
#footer_text {
	clear:both;
	width:692px;
	height:2em;
	margin:26px auto 0 auto;
	padding:0.7em 0 0.2em 0;
	text-align:center;
	font-size:1.2em;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-color:#F5F5F5;
}
#footer_image {
	width:730px;
	margin:20px auto 0 auto;
	background: url("../images/bottom_edge.jpg") no-repeat center;
}

#servicescontainer {
	margin:0;
	padding:0;
}
#specialoffer_column {
	float:right;
	width:25%;
	margin:3px 10px 0 0;
	padding:0;
}
* html #specialoffer_column { /* Sort out IE6 messiness */
	margin:3px 0 0 0;
}
#specialoffer {
	width:100%;
	padding:3px;
	margin:0 0 10px 0;
	line-height:1.6em;
	background:#FDE4D2;
	color:black;
	border:1px solid #F4781F;
}

/*****************/
/*     Forms     */
/*****************/

label {
	float:left;
	width:7em;
	margin-bottom:5px;
}
input {
	float:left;
}
#adminwrapper label {
	float:left;
	width:7em;
}
#adminwrapper input {
	float:left;
}
#adminwrapper input.submit {
	background-color:#E3EFF7;
	color:#0071BC;
	border:2px solid #0071BC;
	font-weight:bold;
	height:3em;
}
#adminwrapper textarea {
	float:left;
	padding:0;
}

#contactform {
	border:1px dashed #E84924;
	margin:0;
	padding:0 0 0 15px;
}
#contactform ol {
	list-style-type:none;
}
#contactform label {
	float:left;
	width:100px;
	text-align:right;
	vertical-align:middle;
	margin:5px 5px 0 -70px;
}
#contactform input.button {
	background-color:#E84924;
	color:#FFFFFF;
	border:1px solid white;
}
span.required {
	color:#F4781F;
}

/*****************/
/* Header images */
/*****************/

body#home #content {
	background:none;
	padding-top:10px;
}
/*
body#services #content {
	background:url(../images/offer_template.jpg) no-repeat;
	padding-top:60px;
}
body#contact #content {
	background:url(../images/offer_template.jpg) no-repeat;
	padding-top:60px;
}
div#content.servicepage {
	background:url(../images/offer_template.jpg) no-repeat;
	padding-top:60px;
}*/

#content {
	background:url(../images/offer_template.jpg) no-repeat;
	padding-top:90px;
}

/*******************/
/* Navigation area */
/*******************/

#nav {
	position:absolute;
	top:171px;
	left:42px;
	width:644px;
	margin:0 auto 0 auto;
	padding:0;
	color:#003399;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li {
	float:left;
	margin:0 0.4em 0 0.4em;
}
#nav ul li a {
	text-decoration:none;
	font-weight:bold;
	font-size:0.95em;
	padding:5px;
}
#nav ul a:link {
	color:#006AB6;
}
#nav ul a:visited {
	color:#006AB6;
}
#nav ul a:hover {
	color:black;
	background:#F5F5F5;
}
#nav ul a:active {
	color:#006AB6;
}
body#home a#homenav,
body#services a#servicesnav,
body#ftp a#ftpnav,
body#faq a#faqnav,
body#setup a#setupnav,
body#about a#aboutnav,
body#contact a#contactnav
{
	color:#CCCCCC;
}

#quicknav {
	position:absolute;
	top:280px;
	left:415px;
	width:644px;
	margin:0 auto 0 auto;
	padding:0;
	color:#003399;
}

#quicknav input {
	float:none;
}

* html #quicknav {
	left:432px;
}



/***********/
/* Classes */
/***********/

.clear {
	clear:both;
}
.invisible {
	display:none;
}
.service {
	float:left;
	width:70%;
	margin:3px;
	padding:3px;
	border:1px solid #DDDDDD;
	background:#EEEEEE;
}
.alignright {
	float:right;
	margin:0 0 0 10px;
}
.alignleft {
	float:left;
	margin:0 10px 0 0;
}
.clearright {
	clear:right;
}
.quote {
	float:right;
	clear:both;
}
.closegroup {
	line-height:1.5em;
}
.machinead {
	margin:0 7px;
}
.itemcategory {
	color:#CCCCCC;
}
.footnote {
	font-size:0.8em;
}
.warning {
	color:red;
}
.digital {
	background:#E3EFF7;
}
.litho {
	background:#FDE4D2;
}

/*******************/
/* Homepage styles */
/*******************/

#homecontent {
	margin:0;
	padding:0 5px 0 5px;
}
#homecontainer {
	margin:0;
	padding:0;
}
div#homecontainer img {
	border:1px solid #003399;
}
div#homeads {
	margin:20px 0 0 20px;
}
div.homead {
	float:left;
	display:inline; /* IE6 double margin */
	position:relative;
	width:130px;
	height:100px;
	margin:10px 20px;
	padding:40px 110px 0 10px;
	line-height:1.4em;
}
div.homead .price {
	display:block;
	position:absolute;
	bottom:30px;
	left:9px;
	font-size:3.2em;
	font-weight:bold;
	color:#F4781F;
}
* html div.homead .price {
	padding:5px;
	font-size:2.7em;
}
#bannerstands {
	background:url(../images/home/bannerstands.jpg) no-repeat;
}
#businesscards {
	background:url(../images/home/business_cards.jpg) no-repeat;
}
#complimentslips {
	background:url(../images/home/compliment_slips.jpg) no-repeat;
}
#exhibition {
	background:url(../images/home/exhibition_systems.jpg) no-repeat;
}
#leaflets {
	background:url(../images/home/leaflets.jpg) no-repeat;
}
#letterheads {
	background:url(../images/home/letterheads.jpg) no-repeat;
}
div.homeoffer_long {
	float:left;
	width:588px;
	margin:6px 7px 6px 6px;
	padding:6px;
	line-height:1.7em;
	border:1px solid #E6EBF5;
}
* html div.homeoffer_long {
	width:578px;
}
div.homeoffer_long h2 {
	font-size:1.15em;
	color:#006AB6;
	margin:0;
	padding:9px 0 0 0;
}
div.homeoffer_long img {
	float:left;
	margin:2px 16px 2px 8px;
}
img.getaquote {
	margin:20px 0 0 42px;
}