/* OVERALL PAGE LAYOUTS */

html, body { 
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div, p {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: justify;
}

/* The Image below the Top 760 x 150 Image for the UK and Japanese HOME PAGE*/
#content {
	width: 760px;
	float: left;
	background: url(../images_top/belowNormal.jpg) top left no-repeat;
}

/* The Image below the Top 760 x 150 Image for the UK and Japan CONTACT PAGES*/
#content_contact {
	width: 760px;
	float: left;
	background: url(../images_top/below_contact.jpg) top left no-repeat;
}

/* The Image below the Top 760 x 150 Image for the UK IMPORT PAGE*/
#content_import {
	width: 760px;
	float: left;
	background: url(../images_top/belowImport.jpg) top left no-repeat;
}

/* The Image below the Top 760 x 150 Image for the JPN find us*/
#content_findJPN {
	width: 760px;
	float: left;
	background: url(../images_top/below_findJPN.jpg) top left no-repeat;
}

/* The Image below the Top 760 x 150 Image for the UK find us*/
#content_findUK {
	width: 760px;
	float: left;
	background: url(../images_top/below_findUK.jpg) top left no-repeat;
}


/* The menuCol does change the position of the navigation links */

#menuCol {
	width: 182px;
	margin: 16px 0 0 15px;
	padding: 0;
	float: left;
}

#mainCol {
	width: 500px;
	margin: 0 0 40px 0;
	float: right;
}

#mainColHome {
	width: 557px;
	margin: 0;
	float: right;
}

.col3Wide {
	width: 536px;
	padding: 0 0 0 15px;
	float: left;
	voice-family: "\"}\""; 
    voice-family:inherit;
	width: 515px;	
}

/* be nice to opera */
html>body .col3Wide {
  width: 515px;
} 

.col1Wide {
	width: 190px;
}

.col2Wide {
	width: 330px;
	padding: 0;
}

/* Top headers for all folders */

/* header image for UK index page */
#header {
	background: url(../images_top/TopHomeUK.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header image for JAPAN index page */
#header_japan {
	background: url(../images_top/TopHomeJapan.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header image for UK and Japan contact page */
#header_contact {
	background: url(../images_top/TopSmallContact.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header image for Imports Japan page */
#headerImportsJapan {
	background: url(../images_top/TopImportsJapan.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header for the Imports UK Page */
#headerImportsUK {
	background: url(../images_top/TopImportsUK.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header for the Japanese Contact Page */
#header_contactJPN {
	background: url(../images_top/TopSmallContactJPN.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header for the Japanese Find Us Page */
#header_findJPN {
	background: url(../images_top/TopFindJPN.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* header for the Japanese Contact Page */
#header_findUK {
	background: url(../images_top/TopFindUKN.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#requestForm {
	width: 557px;
	margin: 40px 0 0 0;
	float: left;
}

#requestFormTop {
	background: #f3f6ea url(../images/formCurveTopRight.gif) top right no-repeat;
	width: 557px;
}

#requestFormMiddle {
	background: #f3f6ea;
	width: 557px;
}

#requestFormBottom {
	background: #f3f6ea url(../images/formCurveBottom.gif) bottom no-repeat;
	width: 557px;
	height: 83px;
}

/* ---------------------------------------------- */

/* FOOTER */

#pageFooter {
	width: 760px;
	vertical-align: middle;
	border-top: #e4e8d9 8px solid;
	margin: 10px 0 10px 0;
	float: left;
}
