@import url(layout.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	color:#000000;
	margin: 0;
	padding: 0;
	font-weight:400;
	background-color:#0a2252;
	background-image:url("../images/bodygrad.jpg");
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;
}

body img {
	border:0;
}

/*  Global Formatting */
form, input {padding:0; margin:0 border:0;}
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#TabViewParent{letter-spacing:0px;}
.quickbooker{background:url("../images/ays-background.png") no-repeat;color:#fff;}