/* DEFAULTS & GLOBALS */

html {
	height: 100%;
	margin-bottom: 1px;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	background: #1c1c1c;
	text-align: center;
	color: white;
	}

a {
	color: #ffd800;
	outline: none;
	}
a:hover { color: red; }
a:active { color: yellow; }

ul {
	font-size: 13.25px;
	font-weight: bold;
	list-style-image: url("images/bullet_grey.gif");
	}
ul li {
	padding: 3px 0;
	}

.notext {
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}


/* LAYOUT */

div#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 720px;
	background: url("images/header.jpg") left top no-repeat;
	text-align: left;
	overflow: hidden;
	}
body#index div#container {
	background: url("images/splash.jpg") left top no-repeat;
	}

a.logo {
	position: absolute;
	top: 15px;
	left: 37px;
	width: 412px;
	height: 56px;
	background: url("images/logo.gif") left top no-repeat;
	}

a.quickquote {
	position: absolute;
	top: 0;
	right: 29px;
	width: 202px;
	height: 120px;
	background: url("images/quickquote.gif") left top no-repeat;
	}

a.action1 {
	position: absolute;
	top: 620px;
	left: 32px;
	float: left;
	margin: 10px 0;
	width: 881px;
	height: 25px;
	background: url("images/action1.gif") center top no-repeat;
	}

a.button {
	padding: 4px 11px 3px;
	background: #ffd800;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
	}
a.button:hover { background: red; color: black; }
a.button:active { background: yellow; }

p#footer_contact,
p#footer_copyright {
	float: left;
	font-size: 10px;
	line-height: 1.5em;
	color: #888888;
	}
p#footer_contact a { color: #888888; }
p#footer_contact a:hover { color: #ffd800; }
p#footer_contact a:active { color: red; }

p#footer_contact strong {
	margin: 0 15px 0 0;
	}
p#footer_copyright {
	float: right;
	}


/* INDEX */

div#preamble {
	position: absolute;
	left: 492px;
	top: 140px;
	width: 435px;
	}
div#preamble h2 {
	margin: 10px 0 10px 0;
	font-size: 40px;
	}
div#preamble h2 span {
	line-height: 45px;
	font-size: 45px;
	}
div#preamble p#action {
	padding: 15px 0 0;
	font-size: 20px;
	font-weight: bold;
	}

div#splash_panel1,
div#splash_panel2,
div#splash_panel3 {
	position: absolute;
	top: 413px;
	height: 185px;
	}
div#splash_panel1 h3,
div#splash_panel2 h3,
div#splash_panel3 h3 {
	margin: 0 0 2px 0;
	height: 24px;
	width: 225px;
	}

div#splash_panel1 {
	left: 37px;
	width: 210px;
	}
div#splash_panel2 {
	left: 281px;
	width: 290px;
	}
div#splash_panel3 {
	left: 609px;
	width: 310px;
	}

div#splash_panel1 h3 { background: url("images/panel_services.gif") left top no-repeat; }
div#splash_panel2 h3 { background: url("images/panel_whychooseus.gif") left top no-repeat; }
div#splash_panel3 h3 { background: url("images/panel_whatourclientssay.gif") left top no-repeat; }

div#splash_panel3 p strong {
	line-height: 1.5em;
	}
div#splash_panel3 p span.quote_name {
	padding: 5px;
	float: right;
	}

div#splash_panel1 a.button,
div#splash_panel2 a.button,
div#splash_panel3 a.button {
	position: absolute;
	bottom: 0;
	}
div#splash_panel2 a.button { margin-left: 55px; }
div#splash_panel3 a.button { margin-left: 35px; }

ul.splash_services {
	margin: 0 0 0 17px;
	}

p#footer_contact,
p#footer_copyright {
	position: absolute;
	top: 670px;
	}
p#footer_contact { left: 17px; }
p#footer_copyright { right: 30px; }


/* CONTENT PAGES */

ul#mainmenu {
	list-style: none;
	}
ul#mainmenu li a {
	position: absolute;
	top: 88px;
	float: left;
	height: 27px;
	text-indent: -5000px;
	overflow: hidden;
	}
ul#mainmenu li a.services {
	left: 27px;
	width: 103px;
	background: url("images/menu_services.gif");
	}
ul#mainmenu li a.choose {
	left: 130px;
	width: 127px;
	background: url("images/menu_chooseus.gif");
	}
ul#mainmenu li a.clients {
	left: 257px;
	width: 159px;
	background: url("images/menu_clients.gif");
	}
ul#mainmenu li a.quote {
	left: 416px;
	width: 93px;
	background: url("images/menu_quote.gif");
	}
ul#mainmenu li a:hover { background-position: 0 -54px; }
ul#mainmenu li a:active { background-position: 0 -27px; }
ul#mainmenu li a.active { background-position: 0 -27px; }

div#content {
	position: absolute;
	top: 115px;
	width: 960px;
	height: 520px;
	}

div#content h2 {
	margin: 35px 0 10px 35px;
	font-size: 25px;
	}
div#content p {
	margin: 0 0 0 35px;
	width: 285px;
	}
div#content ul {
	margin: 15px 0 15px 55px;
	}
div#content a.button {
	margin: 0 0 0 35px;
	}

/* SERVICES */

body#services div#content { background: url("images/background_services.jpg") left top no-repeat; }
body#chooseus div#content { background: url("images/background_chooseus.jpg") left top no-repeat; }
body#clients div#content { background: url("images/background_clients.jpg") left top no-repeat; }
body#quote div#content { background: url("images/background_quote.jpg") left top no-repeat; }


/* QUOTE */

form#quote div input {
	display: block;
	margin: 0 0 10px 50px;
	padding: 3px 5px;
	width: 150px;
	border: 2px solid #565656;
	font-weight: bold;
	color: #565656;
	}

div#calendar {
	position: absolute;
	visibility: hidden;
	background: white;
	layer-background-color: white;
	}

form#quote p {
	padding: 10px 0 0 20px;
	}

button {
	padding: 4px 11px 3px;
	background: #ffd800;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid black;
	border-left: 0;
	color: black;
	}
button:hover { background: red; color: black; }
button:active { background: yellow; }


/* QUICK QUOTE */

div#quickquote {
	position: absolute;
	top: 90px;
	right: 14px;
	padding: 10px 0 0;
	width: 236px;
	background: #530000 url("images/quickquote_background.gif") left top repeat-x;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	}

div#quickquote form#quote div input {
  display: block;
	margin: 10px 0 0 20px;
	padding: 3px 5px;
	border: 2px solid #565656;
	font-weight: bold;
	color: #565656;
	}
