/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
p{
	margin-bottom: 1.5em;
}
ul{
	padding-left: 20px;
}
a{
	color: #CC3300;
	text-decoration: none;
}
a:hover{	
	text-decoration: underline;
}
label{
	font-weight: bold;
}
input{
	width: 50%;
}
input#submit{
	width: auto;
	margin-top: 5px;
}
textarea{
	width: 100%;
	height: 100px;
}
.required{
	color: #CC0000;
}
#frm_errors{
	margin: 10px 0;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CC0000;
}


/* ------------------------------------------------------------------------ Layout */
body{
	padding-top: 3px;
	background: #25A6B9 url(../../images/body_bg.gif) repeat-x;
}
#wrapper{
	width: 744px;
	margin: 0 auto;
	background: #FFF url(../../images/wrapper_bg.gif) repeat-y;
}
#container{
	width: 702px;
	min-height: 171px;
	padding: 23px 21px 0 21px;
	background: url(../../images/container_bg.gif) no-repeat;
}
.content{
	padding: 12px;
}
.content h2,
.content h3{
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 11pt;
}
.content li{
	margin-bottom: 1em;
}
#sitemap_page .content li ul li{
	margin: 0;
}


/* ------------------------------------------------------------------------ Columns */
#col_1, #col_2, #col_3{
	vertical-align: top;
	border-bottom: 8px solid #FFF;
}


/* ------------------------------------------------------------------------ Column 1 */
#col_1{
	width: 212px;
	background: #EFE1BA;
	border-right: 6px solid #FFF;
}
#fader{
	position: relative;
	width: 212px;
	height: 375px;
	background: #FFF;
	border-bottom: 6px solid #FFF;
}
#fader_sm{
	position: relative;
	width: 100px;
	height: 177px;
	background: #FFF;
}


/* ------------------------------------------------------------------------ Column 2 */
#col_2{
	width: 160px;
	background: #028FA1 url(../../images/col_2_bg.gif) no-repeat;
}
#title_text{
	position: relative;
	height: 106px;
}
#title_text h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 484px;
	height: 100px;
	background: url(../../images/h1_bg.gif) repeat-x;
	border-bottom: 6px solid #FFF;
}
#title_text h1 a{
	display: block;
	height: 100px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../../images/blue_water_fountains.jpg) no-repeat;
}
#menu{
	width: 149px;
	margin: 25px auto;
}
#menu a{
	display: block;
	height: 18px;
	padding: 2px 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#menu a:hover,
#home_page a#home,
#about_page a#about,
#gallery_page a#gallery,
#gallery_1_page a#gallery,
#faq_page a#faq,
#order_page a#order,
#contact_page a#contact{
	color: #CC3300;
	text-decoration: none;
	background: url(../../images/menu_over.gif) no-repeat;
}
#col_2 p,
#col_2 p a{
	color: #FFF;
}


/* ------------------------------------------------------------------------ Column 3 */
#col_3{
	width: 318px;
	padding-top: 106px;
	background: #EFE1BA;
	border-left: 6px solid #FFF;
}
#gallery_1_page #col_3{
	width: 536px;
}


/* ------------------------------------------------------------------------ Gallery */
.gallery_odd{
	margin-right: 10px;
}
.gallery_even{
	margin-left: 10px;
}
.gallery_item{
	float: left;
	width: 224px;
	margin-bottom: 15px;
}
.gallery_img{
	float: left;
	width: 76px;
}
.gallery_img img{
	width: 75px;
	border: 1px solid #3399FF;
}
.gallery_txt{
	float: left;
	width: 140px;
	padding-left: 8px;
}
.gallery_txt h4{
	margin-bottom: 1em;
}
#gallery_1_page h1{
	width: 702px;
}


/* ------------------------------------------------------------------------ Pricing */

#pricing-table td {
	padding-bottom: 5px;
	vertical-align: top;
}

#pricing-table .gallery_img {
	padding-right: 5px;
}

/* ------------------------------------------------------------------------ Footer */
#footer{
	width: 744px;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 8.5pt;
	background: #25A6B9 url(../../images/footer_bg.gif) no-repeat;
}
#footer a{
	color: #FFF;
	font-size: 8.5pt;
}


/* ------------------------------------------------------------------------ Misc */
.center{
	text-align: center;
}
.strong{
	font-weight: bold;
}
.testimonial{
	font-style: italic;
}
.img_right{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #036A79;
}
.img_left{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #036A79;
}
.border-b{
	border-bottom: 6px solid #FFF;
}
.question{
	font-weight: bold;
}