
/*************************************************************************************\

								CSS FOR INDEX PAGE

\*************************************************************************************/

#iq_container {
	margin: 0px 5px 0px 10px;
}

#iq_topbar {
	margin: 25px 20px 0px 10px;
}

#quote_title {
	margin: 0px 5px 0px 10px;
}

#quote_title h1 {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #2E6386;
	text-align: left;
}

#quote_title h2 {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5c6062;
	text-align: left;
}

#quote_title h3 {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5c6062;
	text-align: left;
}

#quote_title h4, #quote_title h4 a {
	margin: 0px 10px 0px 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5c6062;
	text-align: right;
}


#quote_title li {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5c6062;
	text-align: left;
}

#iquote_form {
	width: 100%;
	margin: 0;
}

#iquote_form label {
	clear: left;
	width: 45%;
	padding: 5px 5px 0px 0px;
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: #2E6386;
	text-align: right;
	float: left;
}

.laptop_checkbox {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

#iquote_form select {
	width: 50%;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	float: left;
}

#back_button {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	background: #ddd;
	text-align: center;
	border: 1px solid black;
}

#estimate_display {
	margin: auto;
	width: 75%;
	border: 1px dotted black;
}

#estimate_display h1 {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
	color: #1E262C;
	text-align: center;
}

#disclaimer, #iq_container #disclaimer small {
	margin: auto;
	width: 95%;
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000;
	text-align: center;
}

#stepdisplay {
	width: 100%;
	text-align: center;
}

#stepdisplay span.selected_step {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1E262C;
}

#stepdisplay span.unselected_step {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #ddd;
}

div.continue_button {
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.checkbox_selections {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.quote_checkbox {
	display: block;
	position: relative;
	margin: 5px 0px 3px 0px;
	padding: 0;
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5c6062;
	text-align: left;
	border: none;
}

.checkbox {
	text-align: left;
	border: none;
}

.instant_quote_button, #db_add_form_submit.instant_quote_button {
	height: 22px;
	background: url("../../images/button_instant_quote_bg.png") top left repeat-x;
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #cfcfcf;
}

.instant_quote_button:hover, #db_add_form_submit.instant_quote_button:hover {
	color: orange;
}