/* CSS Document */

#theBody {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../Images/body_background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}

img {
	border: 0px;
}

#container {
	position: relative;
	margin: 21px auto 0px auto;			
	width: 778px;	
}

.leftShadow {
	width: 14px;
	background-image: url(../Images/shadow_left_fill.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.rightShadow {	
	width: 14px;	
	background-image: url(../Images/shadow_right_fill.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#holder {
	float:right;	
	margin-right: -9px;
	margin-bottom: 2px;
	
}



#innerContainer {
	margin: 0px;
	width: 100%;
	background-color: white;
}

#banner {
	height: 276px;
	background-repeat: no-repeat;	
	background-position: 0px 21px;
	background-image: url(../Images/banner.jpg);
	width: 750px;
}
#key {	
	margin-top: 6px;
	background-repeat: no-repeat;		
	height:	161px;
	background-image: url(../Images/key.jpg);		
	background-position: top;
}
#key-text {
	text-align: center;
	padding-top: 83px; /* 78 + 5 */
	padding-left: 50px;  /* 45 + 5 */
	/*padding-top: 5px;
	padding-left: 5px;*/
	padding-right: 5px;
	padding-bottom: 5px;
	height: 40px;
}
#key-text div {
	vertical-align: middle;
	font-family:  "Tahoma", Arial, Helvetica, Helv, Sans-serif;
	font-size: 14px;
	color: #fff;
}
#grid {
	background-repeat: no-repeat;	
	background-position: 0px 21px;
	background-image: url(../Images/banner-grid.gif);
	width: 750px;
	height: 183px;
}


#logo {	
	padding-top: 160px;
	text-align: right;
}

#LogoPrintDetail {
    display: none;
}

#bottomStrip {
	clear: left;
	background-repeat: repeat-x;
	height: 19px;
	width: 734px;
	background-color: #2e4e72;
}

#contentContainer {	
	background-color: #ffffff;	
	margin-bottom: 8px;
	
}

#left {			
	width: 486px;					
	margin-top: -70px;	
	float:	left;
}

#right {
	background-color: #ffffff;
	width: 264px;
	float: right;	
}
#wide {
	width: 750px;					
	margin-top: -70px;	
	float:	left;	
}

#minHeight {
	float: left;
	height: 250px;
	width: 1px;
}


#header {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#content {
	width: 390px;
	padding-left: 25px;
	padding-top: 5px;
}

#widecontent {
	width: 694px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}


#secondContent{
	float: right;
}

#footer div {
	font-family:  "Tahoma", Arial, Helvetica, Helv, Sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 10px;	
	
}

#footer {
	clear: both;		
	height: 51px;
	padding-top: 0px;
	padding-left: 59px;
	padding-right: 24px;
}
#PrintFooter {
    display: none;
}

#copyright {
	float: right;
	height: 15px;
}

.formField {
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	padding-left: 2px;
	font-size: 12px;
	background-color: white;
}



.formLabel {
    width: 100px;
}

.basicEnquiryTable td{
	text-align:left;
	padding-top: 3px;
	padding-bottom: 2px;
    padding-right: 5px;
}
#print_tellafriend {
	padding-left: 130px;
	
}

#bottomShadow {
	clear: both;	
	margin: 0px auto;
	padding: 0px;
	width: 778px;
	height: 25px;	
	background-image: url(../Images/shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.convoy {
	padding-top: 15px;
	padding-left: 10px;	
	text-align: left;
	font-size:9px;	
	color:#838282;			
}
.convoy a, .convoy a:hover {
	color:#888;
	text-decoration: none;
}
.convoy a:hover {
	text-decoration: underline;
}
