﻿/*-- GENERAL BITS --------------*/
.container
{
	margin: 5px auto;
	width: 932px;
	padding: 0;
	border: 0;
	position: relative;
}

.my
{
	font-style: italic;
	color: #C12B2C;
	font-weight: normal;
}

/*-- HEADER---------------------*/

.headerNavBar
{
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	width: 932px;
	height: 38px;
	background: #003D64 url('../images/menubar/navbar_bg.gif' ) no-repeat left top;
}
.headerNavBar ul
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 4px 0 0 0;
	line-height: normal;
}
.headerNavBar li
{
	background: none;
	display: inline;
	float: left;
	margin: 0 30px 0 30px;
	padding: 0 0 0 0;
}
.headerNavBar li a
{
	display: inline;
	float: left;
	height: 20px;
	font-size: 12px;
	color: White;
	text-decoration: none;
}
.headerNavBar li a:hover
{
	text-decoration: underline;
}

div.container div.headerTop
{
	position: relative;
	display: block;
	width: 932px;
	margin: 0;
	height: 80px;
}

.headerTopSpace
{
	position: relative;
	float: left;
	display: block;
	width: 932px;
	height: 5px;
	margin: 0;
}
.headerLogo
{
	position: relative;
	float: left;	
	display: inline;
	margin: 5px 0 5px 10px;
	width: 262px;
	height: 72px;
}
.headerStrapline
{
	position: relative;
	float: right;
	display: inline;
	margin: 10px 5px 0 0;
	width: 250px;
	height: 72px;
}

/*-- FOOTER --------------------*/
.footerRightCol
{
	position: relative;
	float: left;
	display: inline;
	width: 932px;
	margin: 0;
	padding: 20px 0 30px 0;
	background: url('../images/footer_bg_right_col.gif' ) no-repeat left top;
}
.footerRightCol p
{
	margin: 15px 30px 30px 30px;
	font-size: 11px;
	color: #666666;
	display: inline;
}
.footerRightCol a:link
{
	text-decoration: underline;
	color: #0066CC;
	background-color: transparent;
}
.footerRightCol a:visited
{
	text-decoration: underline;
	color: #0066CC;
	background-color: transparent;
}
.footerRightCol a:hover
{
	text-decoration: none;
	color: #0066CC;
	background-color: transparent;
}

.footerNoCol
{
	position: relative;
	float: left;
	display: inline;
	width: 932px;
	margin: 0;
	padding: 20px 0 30px 0;
	background: url('../images/footer_bg_no_col.gif' ) no-repeat left top;
}

.footerNoCol p
{
	margin: 15px 30px 30px 30px;
	font-size: 11px;
	color: #666666;
	display: inline;
}
.footerNoCol a:link
{
	text-decoration: underline;
	color: #0066CC;
	background-color: transparent;
}
.footerNoCol a:visited
{
	text-decoration: underline;
	color: #0066CC;
	background-color: transparent;
}
.footerNoCol a:hover
{
	text-decoration: none;
	color: #0066CC;
	background-color: transparent;
}

/* START Quick Links */

.quickLinks
{
	position: relative;
	float: left;
	display: inline;
	width: 932px;
	margin: 0;
	padding: 20px 0 30px 0;
}
.quickLinks p
{
	margin: 0;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.quickLinks a:link
{
	text-decoration: underline;
	color: #0066CC;
	background-color: transparent;
}
.quickLinks a:visited
{
	text-decoration: underline;
	color: #0066CC;
	background-color: transparent;
}
.quickLinks a:hover
{
	text-decoration: none;
	color: #0066CC;
	background-color: transparent;
}

/* END Quick Links */

/*-- HOME INTRO --*/
div.homeIntroLow
{
	background: #deeaf1 url(../images/banner/background.png) top left no-repeat;
	position: relative;
	float: left;
	display: inline;
	width: 930px;
	height: 140px;
	border-right: 1px solid #9DAFB9;
	border-left: 1px solid #9DAFB9;
	border-bottom: 1px solid #9DAFB9;
	border-top: none;
	
	font-family: Calibri, Tahoma, Arial;
	color: #003f67;
}

div.homeIntroHigh
{
	position: relative;
	float: left;
	display: inline;
	width: 930px;
	border: none;
	height: 280px;
	background: #DEEAF1;
	border-right: 1px solid #9DAFB9;
	border-left: 1px solid #9DAFB9;
	border-bottom: 1px solid #9DAFB9;
}

div.homeIntroLow div
{
	position: relative;
	width: 928px;
	border: none;
	height: 140px;
	background-repeat: no-repeat;
	background-position: 30px 30px;
}

* html div.homeIntroLow div
{
	w\idth: 930px;
	b\ackground-position: 0 0;
}

div.homeIntroLow h1
{
	text-indent: 138px;
	padding: 35px 0 0 0;
	margin: 0 0 0 0;
	border: none;
	font-size: 35px;
	height: auto;
	line-height: 1em;
}
div.homeIntroLow h2
{
	text-indent: 138px;
	padding: 0px;
	margin: 10px 0 0 0;
	border: none;
	font-weight: normal;
	line-height: 1em;
}


/*-- HOME MAIN --*/
div.homeMain
{
	float: left;
	width: 930px;
	margin: 0;
	padding: 0 0 10px 0;
	border-left: 1px solid #9DAFB9;
	border-right: 1px solid #9DAFB9;
	background: #FFFFFF url(  '../images/bg_main_area_right_col.gif' ) repeat-y left top;
}

div.homeMainNoCol
{
	position: relative;
	float: left;
	display: inline;
	width: 930px;
	margin: 0;
	padding: 0 0 5px 0;
	border-left: 1px solid #9DAFB9;
	border-right: 1px solid #9DAFB9;
	background: #FFFFFF;
}

* html div.homeMainNoCol
{
	width: 928px;
}

div.homeLeftColumn
{
	float: left;
	width: 610px;
	margin: 10px 10px 0 10px;
	padding: 0;
	min-height: 400px;
	font-size: 12px;
	color: #666666;
}

* html div.homeLeftColumn
{
	margin-left: 5px;
	w\idth: 515px;
}

div.homeRightColumn
{
	float: right;
	margin: 10px 10px 0 10px;
	width: 280px;
	padding: 0;
	min-height: 400px;
	color: #666666;
}

* html div.homeRightColumn
{
	marg\in: 10px 5px 0 10px;
}

div.homeLeftColumn h2
{
	text-indent: 0px;
	height: 25px;
	width: 500px;
	margin: 0 0 0 0;
	font-size: 10px;
}

div.homeLeftColumn p
{
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #666666;
}

div.homeProductLeft
{
	position: relative;
	float: left;
	display: inline;
	height: auto;
	width: 100%;
	margin: 0 10px 25px 0;
	padding: 0;
}

div.homeProductLeft h2
{
	background: none;
	text-indent: 0px;
	height: 25px;
	margin: 10px 0 5px 80px;
	font-size: 20px;
	color: #003f67;
	line-height: 1em;
}

div.homeProductLeft p
{
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	margin: 5px 0 0 80px;
}

div.homeProductLeft h5
{
	font-size: 12px;
	color: #666666;
	line-height: 1.1em;
	margin: 5px 0 0 80px;
	text-align: right;
}

div.titleDiv
{
	margin: 0;
	height: 55px;
}

div.titleDiv h1
{
	text-indent: 65px;
	line-height: 2.1em;
	font-family: Calibri, Tahoma, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #003f67;
	background-position: top left;
	background-repeat: no-repeat;
}


/* Inline Info bar */
div.infoBar
{
	height: 30px;
	width: 100%;
	margin: 0 0 15px 0;
	background: url('../images/png/point20.png') no-repeat 5px 5px;
	border-bottom: solid 1px #003f67;
}

div.infoBar h1
{
	font-weight: normal;
	padding: 3px 0 0 33px;
	color: #003f67;
}


/* MINI product description */
/* icon, title & text */
div.homeProductMini
{
	position: relative;
	float: left;
	display: inline;
	width: 250px;
	margin: 0 10px 35px 0;
	padding: 0;
	height: 120px;
}

div.homeProductMini h2
{
	text-indent: 0px;
	background: none;
	height: auto;
	width: auto;
	margin: 5px 0 0 45px;
	font-size: 12px;
	color: #003F67;
	line-height: normal;
}

div.homeProductMini p
{
	text-indent: 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	margin: 5px 0 0 43px;
}

div.homeProductMini h5
{
	font-size: 12px;
	color: #666666;
	line-height: 1.1em;
	margin: 5px 0 0 43px;
	text-align: right;
}

#homeProdMiniCC
{
	background: url(  '../images/png/carboncalc40.png' ) no-repeat left top;
}
#homeProdMiniSMS
{
	background: url(  '../images/png/mobile_mini.png' ) no-repeat left top;
}
#homeProdMiniMileage
{
	background: url(  '../images/png/mileage_mini.png' ) no-repeat left top;
}
#homeProdMiniDoC
{
	background: url(  '../images/png/dutyofcare_mini.png' ) no-repeat left top;
}
#homeProdMiniEasy
{
	background: url(  '../images/png/fastentry_mini.png' ) no-repeat left top;
}
#homeProdMiniDXM
{
	background: url(  '../images/png/dxmanager_mini.png' ) no-repeat left top;
}
#homeProdMiniESR
{
	background: url(  '../images/png/esr_mini.png' ) no-repeat left top;
}
#homeProdMiniAudit
{
	background: url(  '../images/png/audit40.png' ) no-repeat left top;
}
#homeProdMiniQuarantine
{
	background: url(  '../images/png/cross_mini.png' ) no-repeat left top;
}
#homeProdMiniSplitClaim
{
	background: url(  '../images/png/split_mini.png' ) no-repeat left top;
}
#homeProdMiniValidation
{
	background: url(  '../images/png/validation_mini.png' ) no-repeat left top;
}
#homeProdMiniPaperless
{
	background: url(  '../images/png/paperless_mini.png' ) no-repeat left top;
}
#homeProdMiniIntegration
{
	background: url(  '../images/png/integration_mini.png' ) no-repeat left top;
}
#homeProdMiniESR
{
	background: url(  '../images/png/esr_mini.png' ) no-repeat left top;
}
#homeProdMiniWorkflow
{
	background: url(  '../images/png/workflow_mini.png' ) no-repeat left top;
}
#homeProdMiniP11D
{
	background: url(  '../images/png/p11d_mini.png' ) no-repeat left top;
}
#homeProdMiniAssistant
{
	background: url(  '../images/png/assistant_mini.png' ) no-repeat left top;
}
#homeProdMiniReports
{
	background: url(  '../images/png/reports_mini.png' ) no-repeat left top;
}

/* Message and error boxes */
div.homeLeftColumn .errorOuter
{
	width: 550px;
	border: 1px solid #FF9966;
	background-color: #FFCCCC;
	height: 40px;
	padding: 5px 5px 0 5px;
}

div.homeRightColumn div.errorOuter,
div.homeRightColumn div.infoOuter,
div.homeRightColumn div.bothOuter
{
	position: relative;
	float: left;
	display: inline;
	width: 268px;
	height: auto;
	margin: 5px 0 5px 0;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

div.homeRightColumn div.errorOuter
{
	background: #FFCCCC none;
	border: 1px solid #FF9966;
}

div.homeRightColumn div.infoOuter
{
	background: #CCFFCC none;
	border: 1px solid #66FF66;
}

div.homeRightColumn div.bothOuter
{
	background: #FFFFCC none;
	border: 1px solid #FF9933;
}

div.homeRightColumn .noErrorOuter
{
	position: relative;
	float: left;
	display: inline;
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	font-size: 12px;
	background: none;
	border: none;
	padding: 5px 5px 5px 15px;
	font-family: Georgia, Times New Roman, Serif;
}

div.homeLeftColumn .errorIcon
{
	width: 30px;
	height: 30px;
	float: left;
	background: url(../images/png/cross_error.png) no-repeat top left;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.homeLeftColumn .errorText
{
	float: left;
	background: White;
	width: 505px;
	height: 26px;
	border: solid 1px #FF9966;
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 5px;
}

div.homeRightColumn .errorText,
div.homeRightColumn .infoText,
div.homeRightColumn .bothText
{
	background: White;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
}

div.homeRightColumn .errorText
{
	border: solid 1px #FF9966;
}

div.homeRightColumn .infoText
{
	border: solid 1px #66FF66;
}

div.homeRightColumn .bothText
{
	border: solid 1px #FF9933;
}

div.homeRightColumn .messageLine,
div.homeRightColumn .messageLineLast
{
	background: url(../images/png/cross_error.png) no-repeat 2px 5px;
	width: auto;
	height: auto;
	font-family: Georgia, Times New Roman, Serif;
	padding: 3px 0 3px 30px;
	margin: 0;
	min-height: 30px;
}

div.homeRightColumn .messageLine,
div.homeRightColumn .messageLineInfo
{
	border-bottom: dotted 1px black;
}

div.homeRightColumn .messageLineInfo,
div.homeRightColumn .messageLineInfoLast
{
	background: url(../images/png/tick20.png) no-repeat 2px 5px;
	width: auto;
	height: auto;
	font-family: Georgia, Times New Roman, Serif;
	padding: 3px 0 3px 30px;
	margin: 0;
	min-height: 30px;
}

.msgOuter
{
	width: 550px;
	border: 1px solid #33CC33;
	background-color: #CCFFCC;
	height: 40px;
	padding: 5px 5px 0 5px;
}

.msgOuter .msgIcon
{
	width: 30px;
	height: 30px;
	float: left;
	background: url(../images/png/tick_table.png) no-repeat top left;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.msgOuter .msgText
{
	float: right;
	background: White;
	width: 505px;
	height: 26px;
	font-family: Tahoma, Arial;
	margin-bottom: 0px;
	border: 1px solid #33CC33;
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 5px;
}


/* MODAL POPUP */
.modalPopup
{
    font-family: Georgia, Times New Roman;
	background: url(../images/png/emailbox.png) no-repeat 0px 0px;
    padding: 2px 3px;
    display: block;
    position: absolute;
    width: 370px;
    height: 290px;
}

div.modalContainer
{
	padding: 20px 10px 10px 10px;
} 

div.modalContainer p
{
	padding-right: 100px;
}

div.modalContainer div.modalHeader .msg
{
    font-weight: bold;
}         

div.modalContainer div.modalBody
{
	height: 210px;
}


div.modalContainer div.modalBody .trItemDesc
{
	padding-top: 20px;
	text-align: left;
	width: 150px;
	border: solid 2px transparent;
	font-family: Georgia, 'Times New Roman' , Times, Serif;
	font-size: 12px;
}

div.modalContainer div.modalBody .trItem
{
	text-align: left;
	width: 420px;
	border: solid 1px Transparent;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman' , Times, Serif;
	font-weight: normal;
}


div.modalContainer div.modalFooter
{
	padding-top: 20px;
    text-align: right;
    padding-bottom: 8px;
    padding-right: 58px;
} 

.modalBackground
{
    background-color: #000;
    filter:alpha(opacity=50);
    opacity:0.5;
}

/* Address and payment sections */
div.addressDetails
{
	float: left;
	border: dotted 1px #9dafb9;
	width: 280px;
	margin: 5px;
	padding: 5px;
}

div.paymentDetails
{
	float: right;
	border: dotted 1px #9dafb9;
	width: 280px;
	margin: 5px;
	padding: 5px;
}
