body {
	margin: 0;
	padding: 0;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(http://www.fastrightengineering.co.uk/images/bodyback.jpg) left top no-repeat #333;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background: #e7e7e7 url(http://www.fastrightengineering.co.uk/images/wrapperback.jpg) repeat-x left bottom;
}

#header {
	margin: 0;
	padding: 0;
	height: 140px;
	clear: both;
	background: url(http://www.fastrightengineering.co.uk/images/header.jpg) center top no-repeat;
}

h1 {
	position: absolute;
	margin: 0 0 0 -5000px;
}

.strapline {
	position: absolute;
	margin: 0 0 0 -5000px;
}

#content {
	width: 980px;
	margin: 0 auto!important;
	padding: 0!important;
}

#nav {
	width: 980px;
	margin: 0 0 10px 10px;
	padding: 0;
	clear:left;
}

#nav ul {
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 940px;
	background: url(http://www.fastrightengineering.co.uk/images/nav.jpg) left bottom no-repeat;
}

#nav li {
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	float: left;
	line-height: 35px;
}

#nav li a {
	color: #333;
}

#maintext {
	width: 980px;
	margin: 0;
	clear: left;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

#maintext p {
	font-size: 0.9em;
}

/* Sidebar is currently used on the website */

.sidebar {
	width: 190px;
	margin: 0;
	padding: 5px;
	float: right;
	border: 1px solid #ccc;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 0.9em;
}

.clear {
	clear: both;
	color: #fff
}

/* warning div used for errors in scripts */

.warning {
	color: #ff0000;
}

a.forgot {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #000;
	background: #bbb;
}

/* Detail is used for general website use */

.detail {
	width: 620px;
	margin: 0 210px 10px 0;
	border: 1px solid #ccc;
}

.detail h2 {
	color: #2E73C4;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 40px;
	line-height: 31px;
}

/* @group Accordion Settings
 */

.upd{
	font-size: 12px!important;
}

#basic-accordian {
	border: 5px solid #ccc;
	height: 300px;
}

#basic-accordian input.text {
	border: 1px solid #ccc;
	color: #333;
	width: 200px;
	font-size: 1.8em;
}

.accordion_headings {
	padding: 5px 5px 5px 15px;
	color: #FFFFFF;
	border: 1px solid #FFF;
	cursor: pointer;
	font-weight: bold;
	background: #6A6A6A url(http://www.fastrightengineering.co.uk/images/unsel.png) left bottom repeat-x;
}

.accordion_headings img {
	margin: auto 10px auto 0;
}

.accordion_headings:hover {
	background: #E4E4E4 url(http://www.fastrightengineering.co.uk/images/sel.png) left bottom repeat-x;
	color: #333;
}

.accordion_child {
	padding: 10px;
	background: #EEE;
	min-height: 200px;
}

.header_highlight {
	color: #333;
	background: #E4E4E4 url(http://www.fastrightengineering.co.uk/images/sel.png) left bottom repeat-x;
}

#basic-accordion a{
	color: blue!important;
	
}

/* @end */

/* @group Calendar Settings */

input.dashboard,
select.dashboard {
	width: 149px;
}

button.dashboard {
	background: url(http://www.fastrightengineering.co.uk/images/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(http://www.fastrightengineering.co.uk/images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}

div.dashboard * {
	margin: 0;
	padding: 0;
}

div.dashboard div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}

div.dashboard caption {
	color: #CF0;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}

div.dashboard caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}

div.dashboard caption a.prev {
	background-image: url(http://www.fastrightengineering.co.uk/images/dashboard-prev.gif);
	left: 1px;
}

div.dashboard caption a.next {
	background-image: url(http://www.fastrightengineering.co.uk/images/dashboard-next.gif);
	right: 1px;
}

div.dashboard caption a:hover {
	background-position: 0 11px;
}

div.dashboard caption span {
	height: 25px;
	position: relative;
	text-align: center;
}

div.dashboard caption span.month {
	padding-right: 8px;
}

div.dashboard caption span.month:after {
	content: ',';
}

div.dashboard table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.dashboard td,
	div.dashboard th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}

div.dashboard td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}

div.dashboard td.invalid {
	color: #666;
}

div.dashboard td.valid {
	color: #FFF;
	cursor: pointer;
}

div.dashboard td.active,
	div.dashboard td.hover {
	color: #CF0;
	cursor: pointer;
}

/

* @end */

/* @group Tooltips */

.tool-tip {
	color: #fff;
	width: 125px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	width: 125px;
	padding: 8px 8px 4px;
	background: url(http://www.fastrightengineering.co.uk/images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	width: 125px;
	color: #fff;
	padding: 4px 8px 8px;
	background: url(http://www.fastrightengineering.co.uk/images/bubble.png) bottom right;
}

/*

 @end */

/* @group Order Tracking code */

#ordertracking {
	width: 978px;
	border: 1px solid #909090;
	border-top: none;
	background: #eeeeee;
	padding: 0;
	margin: 0 auto;
}

#ordernav {
	background: url(images/ordernav.png) left top;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

#ordernav ul {
	margin: 0;
	padding: 0;
	width: 700px;
	list-style: none;
}

#ordernav li {
	float: left;
	padding: 0;
	font-size: 14px;
	margin: 0 10px;
	line-height: 30px;
}

#ordernav li a {
	color: #fff;
	text-decoration: none;
}

#ordernav li a:hover {
	text-decoration: underline;
	background: none;
}

.small{
font-size: 14px;
}

.blip {
	margin: 0 ;
	padding: 0 0 5px 10px;
	color: #fff;
	font-size: 11px!important;
	background: url(images/blip.png) left 2px no-repeat;
}

.blipa {
	background: url(images/logout.png) right 2px no-repeat;
	text-align: center;
	font-size: 11px!important;
	width:80px!important;
	color: #fff!important;
	margin: 0 0 0 10px;
	text-decoration: none;
}

.blipa a{
	color: #fff!important;
	text-decoration: none;
}

.blipa:hover {
	background: url(images/logout_hover.png) right 2px no-repeat;
	text-decoration: underline;
	color: #fff;
}

.blipa a:hover{
	text-decoration: underline;
	color: #fff; 
}

.main{
	clear:both;
}

h2.quotes {
	background: url(images/quote_h2.png) left center no-repeat;
	clear: both;
	line-height: 45px;
	margin: 35px 0 10px 5px;
	padding: 0 0 0 50px;
}

h2.orders {
	background: url(images/order_h2.png) left center no-repeat;
	line-height: 45px;
	clear: both;
	margin: 5px 0 0px 5px!important;
	padding: 0 0 0 50px!important;
}

#ordertracking h2 {
	color: #232323;
	font-size: 1.3em;
	margin: 0 0 10px 5px;
}

/*h2.getquote{
	margin: 35px 0 10px 5px!important;
}*/

table.overview {
	background: url(images/overview_bg.png) bottom left repeat-x;
	border: 1px solid #ccc;
	padding: 0 0 10px 0;
}

.overview .summary {
	background: url(images/overview_summary.png) left bottom repeat-x;
	text-align: left;
	border: none;
	line-height: 23px;
	font-weight: bold;
	color: #1F1F1F;
	font-size: 12px;
}

.small{
	font-size: 10px;
	color: #333;
}

.overview input#button {
	border: none;
	background: url(images/button_view.png) no-repeat center top;
	line-height: 21px;
	padding: 0 15px;
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #fff;
}

.overview input#button:hover {
	text-decoration: underline;
}

.overview tr, .overview td {
	color: #333;
	padding: 0!important;
	border-bottom: 1px solid #ccc;
	margin: 0!important
	font-size: 0.8em!important;
}

.overview tr:hover{
	background: #ddd;
}

textarea#job_summary{
width:480px;
height:250px;
}

.quote_left{
	width:485px;
	float:left;
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 370px;
	margin: 0 0 0 10px;
}

.quote_name{
	width: 940px;
	float:left;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 0 0 10px;
}

.quote_left h3, .quote_right h3, .quote_base h3, .quote_name h3{
	margin: 10px 0 10px 0;
	color: #7f7f7f;
	font-weight: normal;
	font-size: 14px;
}

.quote_action h3, .job_action h3{
	margin: 10px 0 0 0;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.quote_left p, .quote_right p, .quote_right table, .quote_base p, .quote_name p{
	font-size: 0.8em!important;
	color: #000;
}

.download{
	background: url(images/quote_action_dl.png) left center no-repeat;
	line-height: 71px;
	padding: 0 0 0 80px;
	font-size: 1.2em;
	color: #1031FB;
	font-weight: bold;	
}

.quote_right{
	width:433px;
	height: 370px;
	float:left;
	border: 1px solid #ccc;
	margin: 0;
	position: relative;
	padding: 0 10px;
}

.quote_base{
	margin: 0 0 0 10px;
	float: left;
	position: relative;
	width:940px;
	padding: 0 10px 20px 10px;
	border: 1px solid #ccc;
	background: url(images/overview_bg.png) left bottom repeat-x;
}

.quote_baserow{
	border: 1px solid #bbb;
	background: url(images/overview_bg.png) left bottom repeat-x;
}

.quote_action, .job_action{
	margin: 0 0 0 10px;
	float: left;
	position: relative;
	width:940px;
	padding: 0 10px 20px 10px;
	border: 1px solid #ccc;
	background: #D3D3D3 url(images/quote_action.png) left bottom repeat-x;
}

.quote_right table{
	height: 330px;
}

.clear_form{
	background: none;
	border: none;
	color:#333;
}

.inside{
	float:left;
	border-right: 1px solid #ccc;
	width: 405px;
	height: 200px;
}

.msg{
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}

.msg .msg_top{
	background: #ccc;
	color: #fff;
	font-size: 12px;
}

.msg td, .other_msg td{
	padding: 5px;
}

.msg_content{
	font-size: 12px;
	line-height: 1.3em;
}

.other_msg{
	margin: 0 0 10px 0;
	border: 1px solid #7f7f7f;
}

.other_msg .msg_top{
	background: #7f7f7f;
	color: #fff;
	font-size: 12px;
}

.job_action p{
	color: #333;
	font-size: 12px;
}

.boxed{
	border: 1px solid #ADADAD;
	padding: 5px;
	width:285px;
	background: #EEEEEE url(images/boxed.png) left bottom no-repeat;
}

table.due_date{
	background: url(images/due-date.png) left top no-repeat;
	height: 110px;
	width: 129px;
	margin: 10px 0 0 10px;
	position: relative;
}

.month{
	text-align: center;
	color: #fff;
	height:33px;
	padding: 0 0 5px 0;
}

.date{
	color: #333;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}

/* @end */

////////////////////////
// Modal box
////////////////////////

#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #999999;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: fixed;
    background: #333333;
    border: 4px solid #ffffff;
    width: 300px;
    top:25%;
    height: 300px;
	margin: 0 auto;
    z-index: 750;
}
.modal
{
    top: -150px;
    left: -150px;
    z-index: 1000;
    padding: 0px;
}
.modalTop
{
    width: 290px;
    padding: 4px;
    text-align: right;
}

.modalTop input{
background: none;
border: none;
color:#fff;
font-weight: bold;
}

.modalTop a, .modalTop a:visited, .modal p, .modal h2
{
    color: #ffffff!important;
}
.modalBody
{
	color:#fff;
    padding: 10px;
}

input.signup{
	border: 2px solid #cccccc;
	padding: 3px;
	color: #333;
	font-size: 1em;
	background: #fff;
}

select.signup{
	border: 2px solid #cccccc;
	padding: 3px;
	font-size: 1em;
}

input.complete{
	background: url(images/signup.png) left top no-repeat;
	width: 153px;
	height: 33px;
	margin: 0 0 0 7px;
	padding: 0 0 4px 0;
	color: #ffffff;
	border: none;
	font-size: 1.1em;
}

.complete:hover{
	text-decoration: underline;
}

input.resetform{
	background: none;
	border: none;
	color: #ff0000;
	font-size: 0.9em;
	text-decoration: underline;
}
 
.resetform:hover{
	color: #666;
	
}

.signuph2{
	background: url(images/newuser.png) left center no-repeat;
	height: 60px;
	padding: 30px 0 0 90px;
}

.detailform{
	padding: 0 0 0 10px;
}

.detailform table{
	margin: 0 0 0 30px;
}

p.notice{
	color: white;
	background-color: #4dd666;
	margin: 0 20px;
	padding: 10px;
	width: 780px;
	border: 3px solid #333;
}

	p.notice a{
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}
	
	p.notice a:hover{
		color: #fff;
		text-decoration: underline;
		background: none;
	}

/* FOOTER SECTION */

#footer{
	font-size: 11px;
	color: #333;
	height:30px;
	clear: both;
	padding: 80px 0 0 0;
	position: relative;
	background: url(images/footer.png) center top no-repeat;
}

p.feedback{
	background: url(images/feedback.png) left center no-repeat;
	padding: 0 0 0 50px;
	width: 150px;
	position: absolute;
	top: 40px;
	line-height: 40px;
}

p.promo{
	position: absolute;
	top:50px;
	text-align: right;
	right: 10px;
	width: 400px;
}

#footer a{
color: #333;
}
