@charset "utf-8";
/* CSS Document */

/*
STANDARD Tags
*/
body {
	color: #898989;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/side-bg.png) repeat-y center;
}
a {
	color: #33718f;
}
h1, h2 {
	color: #33718f;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
}
input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

.royal-blue {
	color: #33718f;
}

ul {
	list-style: outside disc ;
	margin-left: 10px;
}

/*
PAGE HOLDER Tags
*/
#frame {
	margin: 0 auto;
	height: 100%;
	width: 1007px;
}

#page {
	
	position: absolute;
	margin-top: -8px;
	margin-left: 10px;
	width: 1007px;
}


/* 
HEADER Tags
*/
#coming-soon-header {
	position:absolute;
	display: none;
	margin: -245px 0px 0px 900px;
}
#coming-soon-footer {
	position:absolute;
	display: none;
	margin: -15px 0px 0px 480px;
	z-index: 9;
}


/* 
MENU Tags
*/
#menu {
	position: absolute;
	margin-top: 15px;
	width: 700px;
	vertical-align: top;
}
#menu a {
	font-size: 12pt;
	color: #898989;
	background: url(../images/nav-spacer.jpg) no-repeat right top;
	padding: 7px 8px 25px 8px;
}

/*
PAGE CONTENT Tags
*/
#content {
	position: absolute;
	margin-top: 90px;
	margin-left: 10px;
	width: 500px;
	line-height: 22px;
}


/*
FOOTER Tags
*/
#footer {
	position: absolute;
	margin: 210px 0px 0px -550px;
	padding: 45px 0px 0px 50px;

	width: 957px;
	height: 108px;
	
	background: url(../images/footer-bg.jpg) no-repeat;
	
	line-height: 22px;
	vertical-align:bottom;
	font-size: 8pt;
}
#footer .royal-blue {
	padding-left: 10px;
}

#footer a {
	color: #898989;
}
#client-login-footer {
	width:50px;
	height:15px;
	z-index:  99999;
}

/*
QUOTE Tags
*/
#quote {
	position: absolute;
	margin-top: 60px;
	margin-left: 550px;
	padding: 0;
	background: url(../images/quote-bg.jpg) no-repeat;
	width: 425px;

}
.quote-tab {
	vertical-align: middle;
	margin-bottom: 10px;
}
.quote-tab {
	cursor: pointer;
}
#quote-content {
	margin: 25px 0px 0px 35px;
}

#quote table {
	width:325px;
}

#quote table td {
	padding-bottom: 3px;
}

#quote input, #quote select, #quote textarea {
	width: 100%;
}

#printing-custom-colour input {
	width: 35px;
}

#quote textarea {
	width: 325px;
}

/*
LAYSHEET Tags
*/
#laysheet table {
	border-bottom: #9fbdcb 1px solid;
}

#laysheet tr:first-child {
	background: #327390;
	color: #fff;
}
#laysheet tr {
	background: #ffffff;
}
#laysheet td {
	border-left: #9fbdcb 1px solid;
	width: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
#laysheet td:first-child {
	border-left: none;
	width: 45px;
	text-align: right;
	padding-right: 5px;
}

/*
CONTACT Tags
*/
#contact-form input, #contact-form textarea {
	color: #33718f;
	width: 100%;
	padding: 3px 0;
	margin: 5px 0;
}
#contact-buttons {
}
#contact-buttons input {
	padding: 0;
	margin: 0;
	color: #000;
	width: inherit;
}