@import url(global.layout.css);
@import url(global.text.css);
@import url(global.booking.css);

/* override browser defaults */

html {overflow-x: hidden}

body {width: 100%}

body, h1, h2, h3, h4, h5, h6, p, form, td {margin: 0; padding: 0}

h1, h2, h3, h4, h5, h6 {font-size: 1em}

ul {margin: 0; padding-left: 1.2em}

a {text-decoration: none}
a:hover {text-decoration: underline}

a img {border: none}

/* global structural classes */

img.png {_behavior: url(/png_behavior.htc)} /* PNG fix for IE6 */

img.block {display: block}

.clearFloat {clear: both; height: 0; line-height: 0}

