html, body, form {
	height: 100%;
}

body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	color:#333;
  	background:#eee url(../Images/Design/bg-tile.gif) 0 0 repeat;
}

form {
	margin:0;
	padding:0;
}

html > body #outer #main, html > body #content {
	height: auto;
	margin-bottom:4px;
}

fieldset {
    padding-bottom:10px;
    margin-bottom:10px;
}

legend {
    font-weight:bold;
    font-size:16px;
    padding:2px 6px;
    color:#2D7AD4;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #d21;
	margin:0;
	text-transform:uppercase;
}

h1 {
    font-size: 16px;
	line-height:25px;
}

h2 {
    font-size: 14px;
	line-height:25px;
}

h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 9px;}

strong
{
	color:#900;
}

input.fld, input.lge{
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}

input.fld {width: 160px;}
input.mdm {width: 240px;}
input.lge {width: 320px;}

input.btn {
	border: 1px solid #225;
	background-color: #5363C1;
	color: #fff;
	padding:2px 10px;
	font-weight: bold;
}

input.btn:hover {
	background-color: #3343A1;
	color: #fff;
}

select {width: 170px;}
select.vsml {width: 56px;}
select.lge {width: 454px;}

select.mdm {
	width: 244px;
	margin-right:20px;
}

select.sml {
	width: 140px;
	margin-right:20px;
}

table.rdo td 
{
	width:100px;	
}  
table.rdo td input /*this has resolved the actual problem*/  
{  
	border:none;  
}  

table.rdo td label
{  
	padding:0;
	margin:0;
	width:110px;
	color:#444;
} 

hr {
	height: 1px;
	background-color: #ccc;
	border: none;
}

textarea.sml {
	width: 160px;
	height: 50px;
}

textarea.mdm {
	width: 241px;
	height: 100px;
}

textarea.lge {
	width: 380px;
	height: 120px;
}

a {text-decoration: underline;}
a img {border: 0px;}
a:link, a:visited, a:active {color: #C11313;}
a:hover {color: #666;}

p {
	margin: 5px 0 15px 0;
}

p.indent {
	margin: 5px 0 15px 10px;
}

acronym{
    cursor:help;
}

/* Page Structure Classes */
#outer, #main {
	height: 100.1%;
	min-height: 100%;
}

#main {
	text-align:left;
	background-color:#fff;
	border: solid 2px #D4442D;
	margin:0;
}

.sideBarGutter{}

#main, #footer, #headerContainer, .headerImage {
	width:880px;
}

#header, #logo, #banner{
	height: 160px;
}

#header{
	height: 164px;
	background: #fff url(../Images/design/header-bg.jpg) no-repeat 0 0;
}

#clearHeader{
    height:200px;
}

#logo
{
    float:left;
    width:200px;
    margin-left:10px;
}

#banner{
	float: left;
  	width:200px;
  	margin-left:100px;
}

#titleBlock
{
  	float:left;
  	width:304px;
  	height:120px;
  	margin:30px 0 0 65px;
}


.headerImage{
    display:none;    
}

#headerOuter{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
	

#headerOuter #headerContainer{
	width:100%;
	height:230px;
}

#headerOuter #header {
	width:880px;
	background-color:#fff;
}

#headerMenuBar {
	width:880px;
	height: 32px;
	border-top:solid 1px #d00;
	border-bottom:solid 1px #d00;
}

#headerOuter > #header {
	width:auto;
}

#headerMenuBar ul {
	padding:0;
	margin:6px 0;
}

#headerMenuBar ul li {
    display:inline;
    float:left;
	list-style-type: none;
	font-weight: bold;
	padding:0 2px;
	border-right: dotted 1px #99d;
}

#headerMenuBar li.current a {
	color: #d21;
	text-decoration:underline;
}

#headerMenuBar a {
	color:#600;
	font-size:14px;
	text-decoration: none;
	height:25px;
	padding:0 10px;
}

#headerMenuBar a:hover, #headerMenuBar a:focus {
	color: #D21;
	text-decoration: underline;
}

#mainMenu{
    float:left;
}

#mainMenu h2, #editPanel h2{
    border-bottom:1px solid #890E0E;
}

#mainMenu ul{
    padding:0;
    margin:0px;
    width:120px;
}

#mainMenu li{
    list-style-type:none;    
    width:120px;
}

#mainMenu li a{
    display:block;
    width:110px;
    color:#2D7AD4;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
    border: solid 1px #ccc;
    background-color:#fff;
    padding-left:10px;
}

#mainMenu li a:hover{
    color:#333;
}

#subMenu{
    height:25px;
    margin:16px 0;
}

#subMenu ul{
    padding:0;
    margin:0;
    font-weight:bold;
    border-bottom:2px solid #090;
    list-style-type:none;
}

#subMenu li{
    display:inline;
    margin:0 3px 0 0;
    line-height:25px;
}

#subMenu li a{
    padding:5px 5px 6px 5px;
    color:#090;
    text-decoration:none;
    border:1px solid #ccc;
    background-color:#f00;
}

#subMenu li a:hover{
    text-decoration:underline;
    border:1px solid #ccc;
}

#subMenu li.current a{
    color:#900;
    border:1px solid #090;
    background-color:#fff;
}

.frm{
    width:640px;
}

.frmQuote{
    width:640px;
    margin-right:20px;
    float:left;
}

.frmCell{
    font-size:90%;
    float:left;
    width:206px;
    margin:1px 0 0 6px;
}

.frmCellWide{
    font-size:90%;
    float:left;
    width:416px;
    margin:1px 0 0 6px;
}

.frmCellFullWide
{
    font-size:90%;
    float:left;
    width:632px;
    margin:1px 0 0 6px;
}


.frmCell label{
    width:200px;
    display:block;
    float:left;
    margin:10px 0 4px 0;
    color:#900;
    font-weight:bold;
}

.frmCellWide label, .frmCellFullWide label{
    width:410px;
    display:block;
    float:left;
    margin:10px 0 4px 0;
    color:#900;
    font-weight:bold;
}
.outline
{
	width:30%;
	border: solid 1px #ccc;
    padding:8px;
  	margin:20px 0 0 0;
  	background-color: #ffc;
}

.frmButtons
{
    margin-top:12px;
}

.highlight{
	color: #f00;
}

.spacedText{
    line-height:1.5em;
}

.cImageLeft{
    float:left;
    margin:0 14px 14px 0;
}

.cImageRight{
    float:right;
    margin:0 0 14px 14px;
}

.clearBoth{clear:both;}

/* Footer Layout Classes */
#clearFooter {
	height: 50px;
	clear:both;
}

#footer {
	margin-top: -62px;
	height:40px;
	color:#ddd;
	background-color:#d21;
}

html > body #footer{
	margin-top:-45px;
}

#footerBottom{
    height:20px;
}

#footerLeft, #footerRight {
	font-size:11px;
	line-height:38px;
	margin:0 12px;
}

#footerLeft{float:left;}
#footerRight{float:right;}
#footerCenter{float:left;width:300px;text-align:center;padding-top:6px; }

#footer a{
    color:#ddd;
    text-decoration:underline;
}

#footer a:hover
{
    color:#fff;
    text-decoration:underline;
}

h1
{
    text-indent:-2000px;
}

#welcome{
    width:100%;
	background:#fff url(../Images/Design/welcome-to-abc-cabs.gif) no-repeat;
}

#content {
	margin:0 5px 10px 5px;
	height:auto;
	clear:both
}

#content div{
	line-height:20px;
}

#content li{
    margin:5px 0;
}

#content .contentImage{
    float:right;
    margin:20px 0 5px 10px;
}

.compInfoContainer{
    margin:10px 0;
}

.compInfo{
    margin:10px 0;
}

.compInfo label{
    display:block;
    font-weight:bold;
    width:150px;
    float:left;
}

.compInfo div{
    width:200px;
    float:left;
}

/* Layout Classes */
.sideBar{
    width:198px;
    float:left;
    background-color:#fff;
}

html > body .sideBar{
    margin-left:25px;
}


.colsOne{
    width:850px;
    padding: 12px;
}

.colsOne .mainLeft
{
    float:left;
    width:404px;
}

.colsOne .mainRight
{
    float:right;
    width:408px;
    margin-right: 16px;
}

.colsTwo{
    padding:8px;
    width:850px;
    float:left;    
    border:solid 1px black;
}

.colsTwo .columnCentre{
    width:404px;
    padding:8px 8px 8px 4px;
  	background:#fff url(../Images/Design/welcome-to-abc-cabs.gif) 0 0 no-repeat;

}

.colsTwo .columnLeft{
    width:404px;
    padding:8px 8px 8px 4px;
    border:solid 1px blue;
}

.colsThree{
    width:640px;
    float:left;
}

.columnCentre, .columnLeft{
    float:left;
    display:inline;
}

.colsThree .columnCentre{
    width:630px;
    margin-left:0;
    line-height:1.5em;
    background-color:#fff;
    padding:1em;
}

.colsThree .columnLeft{
    width:10px;
    margin-left:-640px;
    display:none;
}

/* services Classes */
#services
{
    clear:both;
    width:850px;
    height:220px;
    padding:8px 0 18px 0;
    margin: 2px 0;
}

.service
{
    float:left;
    width:196px;
    height:223px;
    margin-right:16px;
	border-bottom: solid 2px #e2e2ef;
}

.service p
{
    line-height:140%;
    font-size:11px;
    height:60px;
    margin: 114px 12px 0 12px;
}

.service .podBtn
{
    margin: 4px 0 0 96px;
}

#services .airport
{
    background:#fff url(../Images/Design/airport-quote.jpg) 0 0 no-repeat;
}

#services .wedding
{
    background:#fff url(../Images/Design/wedding-cars.jpg) 0 0 no-repeat;
}

#services .executive
{
    background:#fff url(../Images/Design/executive-cars.jpg) 0 0 no-repeat;
}

#services .minibus
{
    background:#fff url(../Images/Design/mini-buses.jpg) 0 0 no-repeat;
}

.serv
{    
	float:left;
    width:185px;
    height:100px;
    margin:0 10px 12px 0;
    padding:8px 0 0 8px;
	border:solid 1px #e2e2df;
}

.serv h3
{
	background: #fff url(../Images/Design/icon_badge.gif) no-repeat -2px -3px;
	padding-left: 16px;
}

.serv p
{
    line-height:130%;
    font-size:95%;
}

.slideshow
{
    width: 400px;
    height: 186px;
    background:#fff url(../Images/Design/ss-shadow.jpg) 0 bottom no-repeat;
}



/* Login Form Classes */
.login{padding-top:20px;}

#loginContainer{
    width:450px;
    background-color:#F1F3F5;
    height:230px;
    border:1px solid #ccc;
    text-align:left;
}

#loginForm{
    float:right;
    width:270px;
}

#loginForm form{
    background-color:#E9ECEF;
    padding:0 10px 10px 10px;
    border:1px solid #ccc;
    width:230px;
}

#loginForm label{
    height:18px;
    display:block;
    margin:15px 0 0 0;
}

#loginContainer h1{margin:10px 0px 10px 0px;}
#loginContainer{color:#666;}

#loginForm h2
{
    color:#666;
    line-height:40px;    
}

#loginBox .fld {width: 180px;}

#loginInfo{
    float:left;
    background:url(../Images/Design/security.jpg) no-repeat center top;
    width:150px;
    padding:80px 10px 10px 10px;
    margin:10px 0px 10px 0px;
}

/*  Error Summary Classes */
.errorSummary {
	border: 1px solid #c00;
	background-color: #c00;
	width: 100%;
	color:#fff;
	margin:10px 0;
}

.errorSummary h4 {
    margin:3px 0 3px 3px;
    color:#fff;
}

.errorSummary ul {
	margin:0;
	padding:5px;
	background-color: #fff;
	color:#c00;
	list-style-type:none;
}

.errorIcon{
    background:url(../images/design/error.gif) center center no-repeat;
    height:16px;
    width:16px;
    float:right;
    display:block;
}

.contactUs, .quote
{
    margin:12px 0 0 0;
    padding: 6px;
    border: dotted 1px #dedede;
    background-color: #f5f5f5;
}

.contactUs .inline, .quote .inline{
    line-height:24px;
    clear:left;
}

.contactUs .inline h3, .quote .inline h3{
    width:50px;
    float:left;
    line-height:24px;
}

.promo{
    margin-top:30px;
    width:175px;
    height:135px;
}

.promo a{
    width:175px;
    height:135px;
    display:block;
}



/*  Table formattign */

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: 11pt/14pt "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

/*  Edit Panel Options */
#editPanel{
    width:100%;
    float:left;
    height:200px;
    margin-top:20px;
}

#editPanel ul{
    list-style-type:none;
    padding:0;
    margin:0;
    height:25px;
}

#editPanel li{
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    padding:2px 2px 2px 10px;
    margin:5px 0 0 2px;
}


#editPanel a{padding:10px;}
#editPanel li.edit{background-image:url(../Images/Design/icon_edit.gif);}
#editPanel li.logout{background-image:url(../Images/Design/icon_logout.gif);}
#editPanel li.add{background-image:url(../Images/Design/icon_add.gif);}
#editPanel li.home{background-image:url(../Images/Design/icon_home.gif);}
#editPanel li.list{background-image:url(../Images/Design/icon_list.gif);}

.red{border:solid 1px red;}
.blue{border:solid 1px blue;}