/* PROPERTY STYLES */

BODY {
	background-color:#09224d;
	margin:0px;
}
P {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	margin-left:10px;
	margin-right:10px;
}

A:link { color: #000000; font-size: 90%; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-weight: bold; }
A:visited { color: #000000; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-weight: bold; }
A:active { color: #000000; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-weight: bold; }
A:hover { color: #000000; text-decoration: underline; font-family: tahoma, verdana, sans-serif; font-weight: bold;  }
H1 {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
}
H2 {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#09224d;
	margin-left:10px;
	margin-right:10px;
}
H3 {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#09224d;
	margin-left:10px;
	margin-right:10px;
}
H4 { 
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#09224d;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0;
	margin-top:0;
}
/* Form Styles */
input {
	size:40px;
	background-color:#eeeeee;
	border:1px solid #999999;

}
select { 
 	background-color: #eeeeee; 
 	color: #000000;
	font-size:10px;
}
select.clone {
	background-color:#FFEFD0;
	width:150px;
}
input.cloneGO {
	background-color:#FFEFD1;
	border:2px solid #C37500;
	color:#C37500;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.required {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:9px;
	line-height:11px;
	font-weight:bold;
}
.requiredNote{
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	font-weight:bold;
	color:red;
}
.formLabel {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:9px;
	line-height:11px;
	font-weight:bold;
	color:black;
}

/* Page Styles */
#bodyIndent30 {
	margin-left:30px;
	margin-right:30px;
}

.globalNav {
	color:white;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
	margin:0;
	white-space:nowrap;
}
A.globalNav:link { color: white; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-weight: bold; }
A.globalNav:visited { color: white; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-weight: bold; }
A.globalNav:active { color: white; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-weight: bold; }
A.globalNav:hover { color: #FFEFD0; text-decoration: underline; font-family: tahoma, verdana, sans-serif; font-weight: bold;  }

.bgTile {
	background-color:#FFFFFF; 
	background-image:url(../_img/bg-yelGrad.jpg); 
	background-repeat:repeat-x; 
	border:1px solid white;
}


/* Home */
.stepsSidebar {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	margin-left:10px;
	margin-left:10px;
	width:200px;
}
.starburst {
	width:200px; 
	padding-top:25px;
	padding-left:5px;
	font-size:11px;
	text-align:center;
}

 /* Step Pages */
 /* step1 */
.ThemeLink {
	font-family: tahoma, verdana, sans-serif;
	font-size:12px;
	color: #00526E; 
	text-decoration: none; 
	font-weight: bold;
}
.ThemeItem {
	border-bottom:1px dashed grey;
	padding-bottom:5%;			
 }
.shippingCosts {
	font-family: tahoma, verdana, sans-serif;
	font-size:10px;
	color: #666666;
	background-color: #efefef;
	border:1px solid #333333;
}
/* step2 */
.priceIndent {
	font-family: tahoma, verdana, sans-serif;
	color:#333333;
	font-weight:bold;
	text-indent:100px;
}
/* step3*/
.HideTxt
{
	position: absolute;
	top: 500px;
	left: 100px;
	z-index:-100;
}
/* step4 */
.quantities {
	background-color:white;
}
thead th {
	border-bottom:2px solid #770011;
	border-top:1px solid #770011;
	background-color:#D5DEE1;
	padding:4px;
	font-family: tahoma, verdana, sans-serif;
	font-size:11px;
	color: #CC3300;
}
tbody td {
	font-family: tahoma, verdana, sans-serif;
	font-size:11px;
	color: #000000;
}
tfoot td {
	border-top:2px solid #770011;
	background-color:#efefef;
	padding:4px;
	font-family: tahoma, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: red;
}
/* Footer */
.smWhite {
	color:white;
	font-size:10px;
}