body {
	background-color: #520B06;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.container{
	background-image:url(images/middle_tile.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:999px;
	margin-top:0px;
	padding:0px;
}
.container2{
	width:790px;
}
.side_tile1{
	background-image:url(images/side_tile1.jpg);
	background-repeat: repeat-y;
}
.side_tile2{
	background-image:url(images/side_tile2.jpg);
	background-repeat: repeat-y;
}
.logo{
	width:440px;
	float:left;
}
#top_right{
	float:right;
	background-image:url(images/headers/holiday_top_right.jpg);
	background-repeat: no-repeat;
	width:238px;
	height:80px;
	padding-top:34px;
	padding-left:112px;
}
#top_right p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
#top_right a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#top_right a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.cell2{
	padding-left:5px;
}

#side1{
	width:214px;
	padding-left:20px;
	padding-right:20px;

}
#side1 p{
	font-size: 11px;	
}
#side2{
	width:496px;
	padding-left:20px;
	padding-right:20px;

}
.secondary{
	padding-right: 30px;
	padding-left: 25px;
	padding-top: 10px;

}
.secondary2{
	padding-top: 10px;
	padding-left:16px;
}
#second_nav{
	width: 100px;
	margin-right:5px;
	background-color:#711D13;
	padding: 5px;
}
#second_nav a{
	color:#FFFFFF;
}
#second_nav p{
	margin-top:0px;
	margin-bottom:0px;
}
.secondary2_text{
	padding-right:20px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.ads_column{
	width: 165px;
	padding-top: 40px;
	padding-left:15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595858;
	margin-top: 12px;
	margin-bottom: 12px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 5px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595858;
}
a{
	color: #711D13;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:790px;
	padding-left:25px;
	margin-top:5px;
}
#footer p{
	color: #685959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding:0px;
	margin:0px;
}
#footer a{
	color: #685959;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .white{
	color:#FFFFFF;
	font-weight: bold;	
}
.red{
	color: #711D13;
}
.black{
	color:#000000;
}
.bold{
	font-weight:bold;
}
a.blue{
	color: #003366;
}
.pic_left{
	margin-right:20px;
	margin-bottom:10px;
}
.pic_right{
	margin-left:20px;
	margin-bottom:10px;
}
.gallery_space{
	padding-left:8px;
	padding-bottom:8px;
}

form div label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595858;
}

form div label span {
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
}

form.simple div {
	margin-top: 1em;
}

form.simple div label,
form.simple fieldset legend,
form.simple div a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #595858;
}

form.simple fieldset {
	clear: left;
	width: 200px;
	margin-top: 1em;
}

form.simple div input,
form.simple div select,
form.simple div textarea {
	display: block;
	clear: left;
	float: none;
}

form.simple div input,
form.simple div select {
	width: 200px;
}

form.simple div textarea {
	width: 400px;
	height: 150px;
}

form.simple fieldset div select {
	width: 150px;
}

form.simple div.submit input {
	width: auto;
}

table.general,
table.summary_table {
	max-width: 400px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595858;
}

table.summary_table {
	clear: left;
}

table.general tr th {
	background-color: #711D13;
	color: #fff;
	text-align: left;
}

table.general tr th,
table.general tr td,
table.summary_table tr th,
table.summary_table tr td {
	padding-right: 3em;
	border: 1px solid #000;
	vertical-align: top;
}

table.general tr.row1,
table.general tr.row1 th,
table.summary_table tr.row1,
table.summary_table tr.row1 th {
	background-color: #fff;
	color: #000;
}

table.general tr.row2,
table.general tr.row2 th,
table.summary_table tr.row2,
table.summary_table tr.row2 th {
	background-color: #ccc;
	color: #000;
}

table.general tr th.actions,
table.general tr td.actions {
	width: auto !important;
	padding-right: 0;
	font-weight: bold;
	white-space: nowrap;
}

table.general tr td.actions ul {
	margin: 0;
	padding: 0;
}

table.general tr td.actions ul li {
	float: left;
	clear: none;
	margin-left: 0;
	margin-right: 2em;
	list-style-type: none !important;
	list-style-image: none !important;
	font-size: 1em;
	white-space: nowrap;
}

table.summary_table tr th {
	width: 200px;
	text-align: left;
}

table.summary_table tr td {
	width: 400px;
}

form.configurator div {
	clear: both;
}

form.configurator h2 {
	clear: both;
}

div.section_head {
	height: 15px;
	background-color: #eee;
	margin-top: 20px;
}

div.section_head h3 {
	float: left;
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}

div.section_head span {
	float: right;
	clear: none;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div.cmz_confirmPriceLabel {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595858;
}

table.summary_table th {
	width: 150px;
}
table.summary_table td {
	width: 350px;
}

table#cmz_head {
	width: 100%;
	padding: 0;
	spacing: 0;
	border-collapse: collapse;
}

table#cmz_head tbody tr td#cmz_head_img {
	width: 200px;
	vertical-align: top;
}

table#cmz_head tbody tr td#cmz_head_img img {
	width: 200px;
	height: 200px;
}

table#cmz_head tbody tr td#cmz_head_details {
	vertical-align: top;
}

table#cmz_head tbody tr td#cmz_head_pricing {
	width: 190px;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: bottom;
}

table#cmz_head tbody tr td#cmz_head_pricing ul {
	margin: 20px 0 0 0;
	padding: 0;
}

table#cmz_head tbody tr td#cmz_head_pricing ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#forumcontainer {
	width: 100%;
}

/* floating price window style */

div.cmz_priceOuterDiv {
	background-image: url(images/price_backdrop.png);
	background-repeat: repeat-none;
	font-family: Arial, Helvetica, sans-serif;
}

div.cmz_priceInnerDiv {
	margin: 10px;
	border: 0;
}

div.cmz_priceLabel {
	font-size: 14pt;
	font-weight: bold;
	color: white;
}

span#cmz_priceSpan {
	color: #3399ff;
}

ul.cmz_priceLinkList {
	margin: 0;
	padding: 0;
}

ul.cmz_priceLinkList li {
	float: left;
	margin: 20px 15px 0 0;
	padding: 0;
	list-style-type: none;
}

ul.cmz_priceLinkList li a:link,
ul.cmz_priceLinkList li a:visited,
ul.cmz_priceLinkList li a:active {
	color: #ccc;
	text-decoration: none;
}

ul.cmz_priceLinkList li a:hover {
	color: #ccc;
	text-decoration: underline;
}

div.cmz_continue {
  margin-top: 10px;
}

div.cmz_continue a {
  font-weight: bold;
  color: #a0a0a0;
  text-decoration: none;
}

div.cmz_continue a:hover {
  color: white;
}

ul.cmz_confirmLinkList {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

li.cmz_confirmLink {
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
}

select {
	display: inline-block;
	max-width: 500px;
}
