/*Center div can be taken off to align the site to the left. Remember to remove from template*/
div#center {
	width:750px;
	background-color:#FFFFFF;
	position:relative;
	z-index:1;
}

div#header  {
	position:absolute;
	top:0px;
	left:0px;
	/*background-image:url(../images/header.jpg);
	background-repeat:no-repeat;*/
	width:750px;
	z-index:1;
	height:102px;
}

div#header span  {
	font-size:72px;
	font-style:italic;
	color:#000000;
}

div#header span.page_header  {
	font-size:36px;
	color:#000000;
}

div#main_content {
	z-index:2;
	width:750px;
	position:absolute;
	top:102px;
	left:0px;
	text-align:left;
	background-color:#DBDBDB;
}


/*This code belongs with the top menu commands, it makes the top link stay "highlighted" on the page you are on*/
body#home a#homenav,
body#ac a#acnav,
body#contact a#contactnav,
body#about a#aboutnav,
body#photo1 a#photo1nav,
body#photo2 a#photo2nav,
body#faq a#faqnav,
body#price a#pricenav  {
	background-color:#404040;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	margin-top:0px;
	margin-left:0px;
}


/*Template Layout*/
table#layout  {
	width:100%;
	border:thin solid #000;
}

table#layout td {
	vertical-align:top;
}

td#left-images  {
	width:162px;
	padding:5px;
}

td#content  {
	width:413px;
	padding:5px;
	border-right:thin solid #000;
}

td.page_menu  {
	width:137px;
	padding:200px 10px 10px 8px;
	background-color:#144580;
	font-weight:bold;
	text-align:left;
	color:#FFF;
}

td#photos  {
	width:585px;
	padding:5px;
	border-right:thin solid #000;
}

td#footer  {
	font-size:10px;
	padding:1px 5px;
	border-right:thin solid #000;
}

td#footer2  {
	font-size:10px;
	padding:1px 5px;
	background-color:#144580;
}

/*home page*/

table#home-changer  {
	width:100%;
}

table#home-changer td#text  {
	width:40%;
}

table#home-changer td#changer  {
	text-align:center;
	vertical-align:middle;
	padding:3px;
	width:60%;
}

table#home-changer td#changer img  {
	border:none;
}

/*next button*/

table#button  {
	width:100%
}

table#button td.next  {
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:10px;
}

table#button td.next a.next-button{	
	padding: 4px 8px;
	border-top: 2px solid #A7A7A7;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #A7A7A7;	
	min-width: 75px;
	font-weight:bold;
	text-decoration:none;
	background-color:#144580;
	color:#DBDBDB;
}

table#button td.next a:hover.next-button {
	background-color:#404040;
	color:#DBDBDB;
	border-color: #000 #A7A7A7 #A7A7A7 #000;
	text-decoration: none;
	font-weight:bold;
}

/*Photo display pages*/

table#photos  {
	width:100%;
	margin:0px;
}

table#photos  td  {
	width:50%;
	padding:10px 5px;
	text-align:center;
	vertical-align:middle;
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:100%;
	font-size:13px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:25%;
	font-weight:bold;
}

td.field  {
	width:75%;
}

div#main_content a  {
	color:#0000FF;
}

div#main_content a:hover  {
	color:#CC0000;
}

/*Price List*/

table#price_list  {
	width:100%;
	font-size:11px;
	margin:0;
}

table#price_list td  {
	padding:2px;
	margin:0;
	vertical-align:middle;
}

table#price_list tr.heading {
	color:#DBDBDB;
	background-color:#144580;
	font-weight:bold;
}

table#price_list td.number  {
	color:#DBDBDB;
	background-color:#144580;
	font-weight:bold;
	width:18%;
	text-align:center;
}

table#price_list td.product  {
	width:65%;
}

td.button {
	width:12%;
	text-align:center;
	vertical-align:middle;

}

table#price_list td.amount  {
	color:#0000FF;
	text-align:right;
	width:5%;
}

td.price_special  {
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}

td.right  {
	text-align:right;
}

/*Heading commands - these can all be changed*/

h1  {
	font-size:20px;
	font-weight:bold;
	color:#144580;
	margin-bottom:0px;
	padding-bottom:2px;
	text-align:center;
}
h1.special  {
	font-size:28px;
	font-weight:bold;
	color:#144580;
	margin-bottom:0px;
	padding-bottom:2px;
	text-align:center;
}


h2  {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

h3  {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:0px;
	padding-bottom:2px;
}

h4  {
	color:#CC0000;
	font-size:18px;
	text-align:center;
}

h5  {
	color:#144580;
	font-size:14px;
	font-weight:bold;
}

h6  {
	background-color:#144580;
	color:#FFFFFF;
	border:thin solid #000;
	font-size:16px;
	padding:3px;
	margin:3px;
	text-align:center;
}

menu li  {
	padding-bottom:13px;
	list-style-image:url(../images/bullet.gif);
}

span  {
	color:#CC0000;
	font-weight:bold;
}

img.spacer  {
	border:none;
	margin-bottom:12px;
}

img  {
	border:thin solid #000;
}

p.special  {
	
}

p.questions  {
	font-weight:bold;
	padding-top:12px;
	padding-bottom:3px;
	margin:0px;
}

p.answers  {
	padding-top:3px;
	padding-bottom:12px;
	margin:0px;
	color:#0000FF;
}
table#ac_image {
	width:100%;
	
}

p.acoption {
	text-align:center;
	font-size:15px;
	color:#144580;
	font-weight:900;
	

}

imput {
	font-size:11px;
	font-weight:normal;

}