@charset "utf-8";
/***** Structure *****/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/chrome.jpg) repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.the_body #shadow {
	height:100%;
	width: 100%;
	min-height:100%;
	min-width:100%;
	margin: 0 auto;
	background: url(images/shadow.png) repeat-y center top;
}
.the_body #shadow #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: center;
}
/***** End Structure *****/
/***** Header *****/
.the_body #shadow #container #header {
	background: #DDDDDD url(images/header.jpg) no-repeat left top;
	padding: 0;
	margin: 68px 0px 0px;
	float: right;
	height: 212px;
	width: 960px;
}
/***** End Header *****/
/***** Navigation *****/
.the_body #shadow #container #nav {
	float:left;
	position: absolute;
	top:0px;
	font-size:1.15em;
	height: 69px;
	width:960px;
	background: #333333 url(images/bg.jpg) repeat-x left top;
}
.the_body #shadow #container #nav ul {
	margin-top:24px;
	margin-left:-10px;
}
.the_body #shadow #container #nav li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	padding-top:20px;
	padding-bottom: 20px;
}
.the_body #shadow #container #nav .nav_divider {
	background: url(images/nav_divider.jpg) no-repeat center center;
	padding-right: 0px;
	padding-left: 0px;
}
.the_body #shadow #container #nav .nav_divider:hover {
	background: url(images/nav_divider.jpg) no-repeat center center;
	padding-right: 0px;
	padding-left: 0px;
}
.the_body #shadow #container #nav a {
	color: #fff;
	padding: 10px;
}
.the_body #shadow #container #nav a:hover {
	color: #CCC;
	background: #000;
	text-decoration: none;
}
/***** End Navigation *****/

/***** Main Content *****/
.the_body #shadow #container #contentHolder {
	width: 910px;
	max-width:910px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: url(images/content_mid.jpg) repeat-y left top;
}
.the_body #shadow #container #contentHolder .mainContent {
	width: 850px;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
/*****  End Main Content *****/

/***** Footer *****/
.the_body #shadow #container #footer {
	background: url(images/footer_bg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 221px;
	width: 960px;
}
/***** End Footer *****/

/***** Text Styles *****/
h1 {
	border-bottom: 2px dotted #BBB;
	font-size: 1.4em;
	color: #CC0000;
}
/***** Forms *****/
.atable input, .atable select, .atable textarea {
	font:bold normal 1.2em "Lucida Grande", Arial, sans-serif;
	border:1px solid #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0px;
	padding:7px;
	vertical-align:middle;
	background:#fafafa url(images/input-bg.png) repeat-x left bottom;
	width: 300px;
	color: #666666;
}
.atable .submit input, select, textarea {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #888;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0px;
	padding:7px;
	vertical-align:middle;
	background:#BF352B url(images/input-bg_btn.png) repeat-x left bottom;
	width: 150px;
	color: #FFF;
}
.atable input:focus,  .atable select:focus,  .atable textarea:focus {
	color: #000;
	border-color:#444;
	border-bottom-color:#888;
	border-right-color:#888;
	background-color:#fff;
	background:#fff url(images/input-focus-bg.png) repeat-x left bottom;
}
.atable input.empty,  .atable select.empty,  .atable textarea.empty {
	font-style:italic;
	color:#FFF;
}
.atable label {
	display:block;
	vertical-align:top;
	float:none;
	clear:both;
	margin:0;
	padding:5px 0;
	width:auto;
	font-weight:bold;
}
.atable select optgroup {
	font-style:normal;
}

.theTable table {
	margin-top: 65px;
}
.theTable .atable .formLabel {
	font-size: 1.25em;
	letter-spacing: -1px;
	color: #990000;
}

.contactTable table {
	margin-top: 65px;
}
.contactTable .atable .formLabel {
	font-size: 1.25em;
	letter-spacing: -1px;
	color: #990000;
}
.the_body #shadow #container #contentHolder .mainContent .atable input {
	margin-top: 5px;
	margin-bottom: 5px;
}
.the_body #shadow #container #contentHolder .mainContent .atable {
	background: url(images/form_background.jpg) no-repeat left top;
	height: 471px;
	width: 499px;
	margin-right: auto;
	margin-left: auto;
}
.the_body #shadow #container #contentHolder .mainContent .atable .form_stuff {
	float:right;
	margin-top: 70px;
	margin-right:35px;
}
.contacttable input, .contacttable select, .contacttable textarea {
	font:bold normal 1.2em "Lucida Grande", Arial, sans-serif;
	border:1px solid #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0px;
	padding:7px;
	vertical-align:middle;
	background:#fafafa url(images/input-bg.png) repeat-x left bottom;
	width: 300px;
	color: #666666;
}
.contacttable .submit input, select, textarea {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #888;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0px;
	padding:7px;
	vertical-align:middle;
	background:#BF352B url(images/input-bg_btn.png) repeat-x left bottom;
	width: 150px;
	color: #FFF;
}
.contacttable input:focus,  .contacttable select:focus,  .contacttable textarea:focus {
	color: #000;
	border-color:#444;
	border-bottom-color:#888;
	border-right-color:#888;
	background-color:#fff;
	background:#fff url(images/input-focus-bg.png) repeat-x left bottom;
}
.contacttable input.empty,  .contacttable select.empty,  .contacttable textarea.empty {
	font-style:italic;
	color:#FFF;
}
.contacttable label {
	display:block;
	vertical-align:top;
	float:none;
	clear:both;
	margin:0;
	padding:5px 0;
	width:auto;
	font-weight:bold;
}
.contacttable select optgroup {
	font-style:normal;
}

.theTable table {
	margin-top: 65px;
}
.theTable .contacttable .formLabel {
	font-size: 1.25em;
	letter-spacing: -1px;
	color: #990000;
}

.contactTable table {
	margin-top: 65px;
}
.contactTable .contacttable .formLabel {
	font-size: 1.25em;
	letter-spacing: -1px;
	color: #990000;
}
.the_body #shadow #container #contentHolder .mainContent .contacttable input {
	margin-top: 5px;
	margin-bottom: 5px;
}
.the_body #shadow #container #contentHolder .mainContent .contacttable {
	background: url(images/contact_form_background.jpg) no-repeat left top;
	height: 471px;
	width: 499px;
	margin-right: auto;
	margin-left: auto;
}
.the_body #shadow #container #contentHolder .mainContent .contacttable .form_stuff {
	float:right;
	margin-top: 70px;
	margin-right:35px;}
/***** End Forms *****/

/***** Price Table *****/
.tableWrap {
	background: #333;
	margin: 0px;
	padding: 0px;
}
.lightRow {
background: url(images/table_light_row.jpg) repeat-x scroll left center;
}
.darkRow {
	background: url(images/table_dark_row.jpg) repeat-x scroll left center;
}
.topRow {
	background: url(images/table_toprow_bg.jpg) repeat-x scroll left center;
	color:#FFFFFF;
}
.postcardType {
	background: url(images/table_postcard_type_bg.jpg) repeat-x scroll left center;
	font-weight: bold;
	color: #FFF;
}
.specialRow {
	background: url(images/table_special_row.jpg) repeat-x scroll left center;
}
/***** End Price Table *****/