/* CSS Document */
body {margin:0;padding:0;}
.glossymenu{
	margin: 5px auto;
	padding: 0;
	
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu a.menuitem{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover{
	background-image: url(../images/glossyback2.gif);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	colorz: white;
}

.form-sub-section {margin:10px auto 20px auto;border:3px solid #00A2DF;}
.form-sub-section h4 {margin:0;padding:0 10px; border-bottom:3px solid #00A2DF;background:#75b519;color:#fff;text-transform:uppercase;}

.form-row
{
	width:740px;
	margin:4px auto !important;
}
.form-lable {width:255px;float:left;text-align:right;padding-right:10px;font-weight:bold;background:#ccc;margin-right:5px;}
.form-component{width:468px;float:left;overflow:auto;}
.lclear {clear:left}

#page-wrapper {
	width:796px;
	margin:5px auto;
}
#page-header {
	height:131px;
	background:url(../images/top.gif) no-repeat left;
	border-bottom:3px solid #68BD46; /* #75b518 */
	padding:0 10px;
}
#page-footer {
	height:29px;

	margin-top:10px;
	padding-top:15px;

	background:#68BD46 none repeat scroll 0 0;
	border-top:3px solid #00A2DF;

	font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;
}
.content-section {
	color:#00A2DF;
	font-weight:bold;
	margin-top:20px;
	font-size:1.2em;
	text-align:justify;
	padding:0 20px 0 20px;
}
.component-label {
	font-size:1.2em;
	font-weight:bold;
	margin-right:10px;
	color:#000000;
}
.styled-btn {
	width:120px;
	height:41px;
	border:none;
}
.continue-btn {
	background:url(../images/gotostep2.gif) no-repeat left bottom;
}
.save-btn {
	background:url(../images/saveme.gif) no-repeat left bottom;
}
h3#quote-form-heading {width:780px; margin:2px auto 10px auto;color:#267D03;font-weight:normal;font-size:20px;}


/*
	QUOTE RESULT PAGE
*/
#result-data {
	background:#b4c3ec;
	width:790px;
	overflow:auto;
	font-size:.7em;
	border:3px solid #b4c3ec;
}
.result-header {
	font-weight:bold;
	width:100%;
}
.results {
	clear:left;
	float:left;
	width:100%;
}
.a-col {
	width:60px;
	height:36px;
	float:left;
	text-align:center;
	padding:4px 0;
}
.a-col img {width:90%;border:0;}

.oddr {background:#fff;}
.evenr {background:#D4DBED;}
.thin {width:50px;}
.wider {width:80px;}
.widest {width:97px;}
.lalign {text-align:left;}
.ralign {text-align:right;padding-right:2px;}
.shade {background:#b4c3ec; height:50px; padding:0 !important;}

.currency {font-weight:bold;padding-top:10px;}
img.small-img {width:11px; height:11px;border:0;margin-top:5px;}
img.large-img {width:13px; height:13px;border:0;margin-top:5px;}
img.more-btn {width:65px;height:32px;border:0;}

textarea.code
{
	background-color:#F1F4F8; 
	border:1px solid #92A8C0;
	width: 70%;
	font-size: 14px;
	height: 75px;
}
div.main
{
	margin: 5px;
	padding: 5px;
	font-size: 14px;
}


body { font-size:.8em; }
.form-sub-section { border:none; }
.form-sub-section h4{ text-transform:capitalize;background:none;color:#00A2DF; }
.form-lable { font-weight:normal; }
h3#quote-form-heading { font-size:1.4em; }
.display-none { display:none; }
#resultSection
{ 
	width:780px;margin-left:auto;margin-right:auto;text-align:center;display:none;color:#000099;
}
.styled-option { background:#e6fac9;border:1px solid #ccc; }
span.b
{
	font-size: 24px !important;
	font-weight: bold !important;
	color: #FF0000;
}
div.h2
{
	font-size: 20px;
	margin-bottom: 8px;
}
form.flag
{
	background: url('flag_background.jpg') no-repeat;
	margin-bottom: 80px;
}

form.flag div.form-lable
{
	width: 125px !important;
}

form.flag .form-sub-section h4
{
	color:#000000;
}