@charset "utf-8";
/* CSS Document */

.input_box {
	color: #CE5A07;
	background: #fff8af;
	border: 1px solid #96b82a;
	padding-left: 10px;
}

.img_gallery img {
	margin: 10px;
	}

.orange_title {
	color: #ce5707;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.gray_title {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}

.gray_text {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
}

.gray_text a{
	color: #0000ff;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
}

.gray_text h3{
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;	
}

.gray_faq {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	font-style: bold;
}

.gray_faq a{
	color: #0000ff;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	font-style: bold;
}

.gray_marq {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.gray_marq_white a{
	/*color: #483f92;*/
	color: #ffffff;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.gray_marq_white {
	color: #ffffff;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.red_text {
	color: #ff0000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
}

.gray_text_link {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
}

.gray_text_link a{
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
	text-decoration: underline;	
}

#costs {
	border: 1px solid #96b82a;
}

#costs td{
	height:14px;
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	padding:5px;
}

#costs th{
	height:14px;
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	font-style: normal;
	padding:5px;
}

.white_text {
	color: #0e71ae;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
}

.white_text a{
	color: #0e71ae;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	margin-top: 20px;
	text-decoration: underline;
}

/* styles for order form */


td.pad  { text-align:left; vertical-align:top; padding:4px 6px }
th	{ 
  color: #656565;
  text-align:center; font-size: 14px;
  padding:6px 8px;
  background-color:#fbfbfb;
  }
th.first { text-align:left; color: #656565; }
th.last { text-align:right; color: #656565; }
tr.even { background-color:#fbfbfb}
tr.odd {}
td.qty { text-align:center }
td.lbl, td.cur { text-align:right }
td.gtot { text-align:right;
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	background-color:#fbfbfb; 
	}
td.btns { text-align:center }

#form-table td { text-align:left; vertical-align:top; padding:4px 6px }

tr.even input.cur {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fbfbfb;
}

tr.odd input.cur {
	color: #656565;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#ffffff;
}


input.btn {
	background-color:#CE5A07;
	color:#fff8af;
	margin:2px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

input.right {
	text-align:right;
	}


#main {
	font-family: "Century Gothic";
}
#main .orange_title {
	color: #140a77;
	font-weight: bold;
}
#main .gray_title {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
#innertext {
	font-size: 12px;
	padding: 10px;
	color: #333333;
}

.gray_marq_white {
	font-size: 12px;
	color: #FFFFFF;
	}

.gray_marq_white a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	}	
	
.white_text_big {
	color: #000000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	font-style: normal;
	margin-top: 20px;
}

.white_text_big a{
	color: #000000;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}	
#main #open {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
