/*====================================================================
Print IT
Copyright 2009 Print IT
Author:  Red Bullet
======================================================================
GLOBAL STYLE SHEET
======================================================================*/


/* Global Styles */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	font-size: 125%;
}

body {
	background: #fff;
	text-align: center;
	font-size: 50%;
}

.clear {
	clear: left;
}

.hide {
    display: none;
}


/* Default Header Styles */
h1,h2,h3 {
	color: #000;
	font-weight: bold;
	padding: 0;
	text-align: left;
	letter-spacing: -.05em;
}

h1 a {
	text-indent: -9999px;
	background: url(../images/base/new_h1logo.gif) no-repeat 0 10px;
	line-height: 125px;
	display: block;
	width: 240px;
	outline: 0;
}

h2 {
	font-size: 2.4em;
	line-height: 1.8em;
	padding: 0;
}

h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #1a1344;
}



/* Default / Alternative P Styles */
p {
	padding: 0 15px 16px 0;
	color: #000;
	font-size: 1.2em;
	line-height: 1.3em;
}

.termsTable {
	color: #000;
	font-size: 1.2em;
	line-height: 1.3em;
}



/*====================================================================
TEXT STYLES, A STYLES, LIST STYLES & VARIATIONS
======================================================================*/


/* Text Classes */
p strong {
	color: #D5346A;
}



/* Link Styles */
a {
	color: #d5346a;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #000;
	text-decoration: none;
}



/* List Styles */
ul {
	margin: 0 0 16px 30px;
}

ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.intro {
	font-size:1.5em;
	font-weight:bold;
}
.introWhite {
	padding-top: 10px;
	font-size:1.5em;
	font-weight:bold;
	color: #FFFFFF;
}


/*====================================================================
BASE PAGE LAYOUT
======================================================================*/


/* Base Layout */
#wrapper {
	width: 974px;
	margin: 0 auto;
	text-align: left;
}

#headerCont {
	width: 974px;
	height: 125px;
	position: relative;
	text-align: left;
}

#headerCont h2 {
	position: absolute;
	top: 80px;
	right: 0;
	color: #d5346a;
}

#headerCont h3 {
	position: absolute;
	font-size: 3.8em;
	top: 45px;
	right: 0;
	color: #3f3e40;	
}



/* 2 Col Layout */
#main,#sideBar {
	float: left;
	display: inline;
	padding-bottom: 34px;
}

#main {
	width: 640px;
	margin-right: 29px;
}

#main.full {
	width: 974px;
	margin-right: 0;
}

#sideBar {
	width: 305px;
}



/*====================================================================
INNER CONTENT VARIATIONS
======================================================================*/


/* Generic Content */
#genContent {
	background: url(../images/modules/contentbg.gif) no-repeat top left;
	position: relative;
	padding: 25px 0;
}

#genContent div.col {
	width: 305px;
	float: left;
	display: inline;
}

#genContent div.full {
	padding: 0 30px;
}

#genContent div.full table {
	width: 100%;
}

#genContent div.full img.right {
	float: right;
	margin: 0 0 10px 10px;
}

#genContent div.col h3,#genContent div.col p {
	padding-left: 30px;
	padding-right: 0;
}

#genContent div.col h3,#genContent div.full h3 {
	color: #666;
}



/*====================================================================
IMAGE STYLES
======================================================================*/
img.inset {
	padding: 5px;
	background: #fff;
	border: 1px solid #ababab;
	margin: 5px 0 20px;
}



/*====================================================================
FOOTER LAYOUT
======================================================================*/


/* Footer 3 Col */
.footTri {
	height: 212px;
	float: left;
	padding: 20px 0 0 30px;
	margin-bottom: 18px;
}

.footLeft {
	width: 305px;
	background: url(../images/base/footleft.gif) no-repeat top left;
}

.footMid {
	width: 275px;
	background: url(../images/base/footmid.gif) no-repeat top left;
}

.footRight {
	width: 274px;
	background: url(../images/base/footright.gif) no-repeat top left;
	padding-left: 60px;
}

.footTri h3 {
	color: #6a6a6a;
	padding-bottom: 14px;
}

.footRight h3 {
	color: #d5346a;
	padding-bottom: 14px;
}

.footTri p {
	font-size: 1.1em;
	line-height: 1.2em;
	padding-right: 50px;
	color: #fff;
}

.footTri .listCont {
	float: left;
	width: 135px
}

.footTri .listCont.help {
	width: 150px;
}

.footTri .listCont.cats {
	width: 120px;
}

.footTri .listCont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footTri .listCont ul.first {
	margin-right: 15px;
}

.footTri .listCont li.space {
	padding: 13px 0 0;
}

.footTri .listCont h3 {
	color: #fff;
}

.footTri .listCont ul li {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.2em;
}

.footTri .listCont ul li a {
	color: #fff;
	font-weight: normal;
}

.footTri .listCont ul li a:hover {
	color: #d5346a;
}


/* Final Footer */
#footerCont {
	clear: both;
	width: 914px;
	padding: 0 30px 30px;
	position: relative;
}

#footerCont p {
	color: #a8a8a8;
	font-size: 1.1em;
}

#footerCont img.payment-logo {
	position: absolute;
	top: 40px;
	right: 30px;
}

#footerCont .powered-by {
	position: absolute;
	top: 75px;
	right: 18px;
}

#footerCont img.bpif {
	float: left;
	margin: 0 0 0 -30px;
}


/*====================================================================
BASIC ENQUIRY FORM
======================================================================*/
form {
	margin-top: 10px;
}

#val_form h3 {
	padding: 20px 0 10px;
}

form label {
	float: left;
	display: block;
	width: 125px;
	margin-bottom: 15px;
	color: #888;
	margin-right: 10px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
}

form .noFloat {
	float: none;
	display: inline;
	margin-bottom: 0;
}

form br {
	clear: left;
}

form textarea.mce_editor {
	width: 450px;
}

div.val_errors {
	color: #C1272D;
	background: #ffe7e7 url(../images/icons/errorIcon.gif) 8px 8px no-repeat;
	border: 1px solid #C1272D;
	padding: 10px 35px;
	margin-bottom: 20px;
}

div.val_errors p {
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	color: #C1272D!important;
}

div.val_errors ul {
	padding: 0;
	margin: 0 0 0 15px;
}

.text,select {
    background-color: #FFF;
	border: 1px solid #DC7C18;
	font-size: 1.4em;
	padding: 5px;
	color: #888;
}

.text:focus,select:focus {
	border: 1px solid #000;
}

input.text {
	width: 240px;
	margin-bottom: 15px;
	float: left;
	padding: 5px;
}

form .error {
	background-image: url(../images/backgrounds/error-field.gif);
}

form .nolabel {
	margin-bottom: 15px;

	margin-left: 135px;
}

form .inputNolabel {
	margin-bottom: 15px;
	float: left;
	margin-left: 135px;
	padding: 5px;
	width: 238px;
}

form input.narrow {
	width: 40px;
}

form input.smallCheck {
	width: 20px;
}

form select.narrow {
	width: 70px;
}

form select {
	width: 200px;
	float: left;
	margin-bottom: 15px;
}

form select.multiple {
	max-height: 8em;
	margin-bottom: 15px;
}

form textarea {
	width: 238px;
	height: 98px;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #DC7C18;
	padding: 5px;
	font-size: 1.4em;
	color: #888;
}

form textarea:focus {
	border: 1px solid #000;
}

form textarea.wide {
	width: 450px;
	float: left;
	height: 6em;
}

form p.required {
	margin: 0;
	color: #00A2A1;
}

form label.checkbox {
	display: block;
	float: left;
	width: 5.5em;
	margin-left: 1em;
}

form label.checkbox input {
	float: right;
}

form label.checkboxLeft {
	display: block;
	float: left;
	width: 5.5em;
	margin-left: 1em;
}

form label.checkboxLeft input {
	float: left;
}

form label.wide {
	width: 100%;
}

form select.date {
	width: auto;
	margin-right: .5em;
}

form fieldset {
	background: #F6F6F6 none repeat scroll 0 0;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
}

/* have to add extra padding here for rogue upload buttons */
form fieldset.existingFile {
	width: 470px;
}

form fieldset legend {
	display: block;
	font-weight: bold;
	color: #00A99D;
	font-weight: normal;
	background: #FFFFFF;
	width: auto;
	height: 20px;
	padding: 0 5px;
}

form label.inline {
	display: block;
	float: left;
	width: auto;
	margin-right: 1em;
}

input.submit {
	color: #FFFFFF;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	height: 28px;
	padding: 0 0 3px;
	text-align: center;
	cursor: pointer;
	float: left;
}

input.smlBtnOrange {
	background: transparent url(../images/buttons/smallbut_orange.gif) no-repeat scroll left top;
	width: 69px;
}

input.smlBtnOrange:focus,input.smlBtnOrange:hover,input.smlBtnOrange:active {
	background-position: 0 -28px;
}

div.requiredFieldsGlobal p {
	color: #616161;
	font-size: 1.4em;
	font-weight: bold;
}

button.link {
	border: 0;
	background: transparent none;
	font-size: 1em;
	line-height: 2em;
	cursor: pointer;
	font-weight: bold;
	color: #D5346A;
	padding: .31em 0;
}

button.link:hover {
	color: #000;
}



/*form {margin:  0 0 10px 0; padding:  0; border:  0;}
form label, input, textarea, select {display:  block; float:  left; padding-top:  3px;}
form label {margin:  0 5px 3px 0; text-align:  left; width:  160px; padding-right:  5px; font-size:  1.2em; }
form input {height:  18px; color:  #ababab; width:  250px; border:  1px solid #dc7c18; padding:  5px; font-weight:  bold; margin:  0 10px 5px 0; font-size:  1.4em;}
form input:focus {border:  1px solid #000;}

form input.submit {display:  block; height:  28px; text-align:  center; color:  #fff; padding:  0 0 3px 0; font-size:  1.4em; font-weight:  bold; border:  none;}
form input.submit:hover {border:  none; cursor:  pointer; text-decoration:  none; }

form#login input {width:  140px; margin-bottom:  10px;}
form#login input.submit {width:  69px; background:  url(../images/buttons/smallbut_orange.gif) no-repeat left top;}
form#login input.submit:hover {background-position:  0 -28px; }

form br {clear:  left;}*/


/**
 * Login Form
 */
form#loginBox {
	margin: 0 0 8px;
}

form#loginBox label {
	position: absolute;
	left: -99999px;
}

form#loginBox input {
	margin: 0 0 8px;
}

form#loginBox input.text {
	width: 200px;
}

form#loginBox h3#registerLink {
	margin: 3px 0 0 5px;
	float: left;
}

form#loginBox div.lostPasswordCont {
	margin-bottom: 8px;
}

dl {
    margin: 0;
}
dl dt {
    float: left;
    clear: left;
    width: 20%;
    margin: 0 0 0.5em 0;
    display: block;
}
dl dd {
    float: left;
    margin: 0 0 0.5em 0;
    display: block;
    width: 80%;
}
