@charset "utf-8";
/* CSS Document */

/*
STANDARD Tags
*/
body {
	color: #898989;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

#contentConatiner {
	width: 1041px;
	margin: 0px auto;
	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: 12px;
	border: 1px solid #D3D3D3;
}

.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: relative;
	margin: 0px auto;
	width: 1007px;
}

#page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
HEADER Tags
*/
#royal-digital-dropdown {
	width: 469px;
	height: 393px;
	position: absolute;
	top: 44px;
	right: 0px;
	display: none;
	text-align: center;
}

#rd-dropdown-inside {
	position: relative;
	z-index: 99999;
	font-size: 14px;
	line-height: 19px;
}

#rd-dropdown-back {
	width: 469px;
	height: 323px;
	position: absolute;
	background-color: #FFFFFF;
	opacity: .90;
	filter: alpha(opacity = 90); /*IE's opacity */
}

#coming-soon-footer {
	position: absolute;
	display: none;
	margin: -15px 0px 0px 480px;
	z-index: 9;
}

/*
MENU Tags
*/
#menu {
	position: relative;
	top: -5px;
	margin-left: 15px;
	margin-bottom: 25px;
	height: 35px;
	line-height: 35px;
	width: 700px;
	vertical-align: top;
}

#menu a:link, #menu a:visited, #menu a:active {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #898989;
	background-image: url('../images/nav-spacer.jpg');
	background-repeat: no-repeat;
	background-position: right -10px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}

#menu a:hover {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33718f;
	background-image: url('../images/nav-spacer.jpg');
	background-repeat: no-repeat;
	background-position: right -10px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}

/*
PAGE CONTENT Tags
*/
#content {
	float: left;
	position: relative;
	margin-top: 60px;
	width: 400px;
	margin-left: 22px;
	line-height: 22px;
}

/*
QUOTE Tags
*/
#quote {
	float: right;
	margin-top: 60px;
	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;
}

/*
FOOTER Tags
*/
#footer {
	width: 997px;
	height: 103px;
	margin: 0px auto;
	background: url(../images/footer-bg.jpg) no-repeat;
	line-height: 22px;
	vertical-align: bottom;
	font-size: 8pt;
	margin-top: 70px;
	padding-top: 50px;
	padding-left: 10px;
	position: relative;
}

#footer .royal-blue {
	padding-left: 10px;
}

#footer a {
	color: #898989;
}

#footer a:hover {
	color: #33718F;
}

#client-login-footer {
	width: 50px;
	height: 15px;
	z-index: 99999;
}

/*
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 {
	width: 100%;
	padding: 3px 0;
	margin: 5px 0;
}

#contact-buttons {
}

#contact-buttons input {
	padding: 0;
	margin: 0;
	color: #000;
	width: inherit;
}

/*
SPLASH DIV
*/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	filter:alpha(opacity=75); /*IE's opacity */
}

#splashDivContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
}

#splashDivInside {
	margin: 120px auto;
	width: 468px;
	background-color: #FFFFFF;
	line-height: 16px;
	position: relative;
}

#splashDivClose {
	width: 42px;
	height: 43px;
	position: absolute;
	top: -15px;
	right: -20px;
	cursor: pointer;
}

