/* Global Styles */

/* Browser Undo */
* { margin: 0; padding: 0; }

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/*   http://creativecommons.org/licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */



html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 21px;
	color: #666;
	background-image: url("../img/body-bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f2f2f2;
}

h1
{
}

h2
{
}

h3
{
}

a:link, a:visited
{
}

a:hover
{
}

#main-container
{
	width: 960px;
	margin: 0 auto;
	padding: 30px 10px 0 10px;
	background-image: url("../img/main-containter-bg-top.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}

#main-container-bg-bottom
{
	width: 980px;
	height: 30px;
	margin: 0 auto;
	background-image: url("../img/main-containter-bg-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;
}

#main-container table
{
	margin: 0;
	padding: 0;
}

#mast
{
	width: 960px;
	height: 79px;
	position: relative;
	background-image: url("../img/mast-bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	border-bottom: solid 1px #fff;
}

#mast-logo
{
	position: absolute;
	top: 0;
	left: 0;
}

#mast-address
{
	position: absolute;
	top: 11px;
	right: 20px;
	text-align: right;
	line-height: 19px;
}

#mast-address span
{
	color: #cc0000;
}

#mast-address a:link, #mast-address a:visited
{
	color: #666;
}

#mast-address a:hover
{
	color: #000;
}

#nav-bar
{
	width: 960px;
	height: 31px;
	position: relative;
	background-image: url("../img/nav-bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d21f1f;
	border-bottom: solid 1px #fff;
}

#nav-buttons
{
	position: absolute;
	top: 0;
	left: 6px;
	height: 31px;
}

#nav-cp-link
{
	position: absolute;
	top: 0;
	right: 12px;
}

.content-left-cell
{
	background-image: url("../img/content-body-bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #f7f7f7;
}

.content-right-cell
{
	position: relative;
	background-color: #f7f7f7;
}

#content-words
{
	width: 530px;
	padding-top: 30px;
	padding-bottom: 27px;
	padding-left: 20px;
	background-image: url("../img/content-body-bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #f7f7f7;
}

#content-words .content-head
{	
	margin-bottom: 15px;
}

#content-words p span
{
	color: #000;
}

#content-words a:link, #content-words a:visited,
#gallery-promo a:link, #gallery-promo a:visited,
#contact .content-right-cell p a:link, #contact .content-right-cell p a:visited,
#map p a:link, #map p a:visited
{
	color: #000;
	font-style: italic;
	line-height: 30px;
	background-color: #e4e4e4;
	padding: 4px;
	border-bottom: dotted 1px #666;
}

#content-words a:hover,
#gallery-promo a:hover,
#contact .content-right-cell p a:hover,
#map p a:hover
{
	color: #8c6239;
	background-color: #ededed;
	padding: 4px;
	border-bottom: solid 1px #ccc;
}

#gallery-promo
{
	position: relative;
	width: 350px;
	height: 178px;
	margin-top: 20px;
	margin-left: 48px;
	padding-bottom: 20px;
	background-image: url("../img/feature-gallery-promo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f7f7f7;
}

#gallery-promo p
{
	position: absolute;
	top: 63px;
	left: 15px;
	width: 240px;
	line-height: 18px;
}

#gallery-promo p span
{
	color: #000;
}

#about-content-img
{
	width: 350px;
	height: 218px;
	margin-top: 20px;
	margin-left: 48px;
	padding-bottom: 20px;
}

#content-words .links-profile
{
	padding-bottom: 10px;
}

#content-words .links-profile span
{
	padding-right: 12px;
}

.about-list-l
{
	float: left;
	width: 180px;
}

#gallery-alt-content
{
	border-bottom: solid 1px #fff;
}

#gallery-nav-container
{
	position: relative;
	top: 13px;
	right: 6px;
	width: 410px;
	height: 300px;
	background-image: url("../img/gallery-nav-bg.jpg");
	background-repeat: no-repeat;
	background-position: -7px 0;
	background-color: #f7f7f7;
}

#gallery-nav-container p
{
	position: absolute;
	top: 72px;
	left: 28px;
	width: 240px;
	line-height: 19px;
}

#gallery-nav
{
	position: absolute;
	top: 134px;
	left: 23px;
	width: 251px;
}

#gallery-nav ul li
{
	height: 23px;
	padding-top: 1px;
	background-color: transparent;
}

#links .content-right-cell
{
	background-image: url("../img/links-logo-col-bg.gif");
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #f7f7f7;
}

#links-logos
{
	position: relative;
	width: 370px;
	height: 400px;
	margin-left: 40px;
}

#alno-logo
{
	position: absolute;
	top: 78px;
	left: 110px;
}

#gama-logo
{
	position: absolute;
	top: 223px;
	left: 58px;
}

#super-logo
{
	position: absolute;
	top: 328px;
	left: 82px;
}

#acorn-logo
{
	position: absolute;
	top: 448px;
	left: 130px;
}

#fontile-logo
{
	position: absolute;
	top: 585px;
	left: 108px;
}

.google-map
{
	margin-top: 5px;
}

#cp-address
{
	margin-top: 10px;
	float: left;
	width: 268px;
}

.tel-fax-par-l
{
	padding: 10px 0;
	width: 68px;
	float: left;
}

.tel-fax-par-r
{
	padding: 10px 0;
}

#content-words .am-pm
{
	font-size: 9px;
	color: #666;
}

#fontile-address
{
	margin-top: 10px;
}

#contact-form-link
{
	padding-top: 16px;
}

#contact-form-link a:link, #contact-form-link a:visited
{
	padding-right: 16px;
	background-image: url("../img/contact-form-arrow_off.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

#contact-form-link a:hover
{
	background-image: url("../img/contact-form-arrow_on.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

#contact-form-container
{
	padding-top: 15px;
}

#contact-form-container div
{
	margin-bottom: 20px;
}

#contact-form-container .contact-form-left
{
	float: left;
	width: 268px;
}

#contact-form-container input
{
	width: 218px;
	height: 16px;
	margin-top: 0;
	padding-top: 4px;
	padding-left: 4px;
	border-top: solid 1px #b7b7b7;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	font: 10px Verdana, Sans-serif;
}

#contact-form-container select
{
	width: 220px;
	height: 20px;
	margin-top: 0;
	padding-top: 3px;
	padding-left: 1px;
	border-top: solid 1px #b7b7b7;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	font: 10px Verdana, Sans-serif;
}

#contact-form-container option
{
	color: #000;
	padding-bottom: 3px;
	padding-left: 3px;
}

#contact-form-container .textarea
{
	width: 478px;
	height: 88px;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 4px;
	border-top: solid 1px #b7b7b7;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	font: 10px/14px Verdana, Sans-serif;
}

#contact-form-container input.button
{
	background: #e1e1e1 url("../img/contact-form-submit-button-bg.gif") repeat-x scroll left center;
	border-color: #bfbfbf rgb(144, 141, 141) rgb(144, 141, 141) rgb(191, 191, 191);
	border-style: solid;
	border-width: 1px;
	color: #000000;
	padding: 3px 0.85em;
	width: auto !important;
	height: auto !important;
}

#contact-form-container input.button:hover
{
	cursor: pointer;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url("../img/contact-form-spinner.gif") no-repeat left;
}

#error-message
{
	margin-top: 20px;
	color: #cc0000;
}

#email-success
{
	margin-top: 20px;
	color: #75bb30;
}

#contact-map
{
	width: 350px;
	height: 228px;
	margin-top: 20px;
	margin-left: 48px;
}

#contact .content-right-cell p
{
	margin-top: 10px;
	margin-left: 54px;
}

#foot
{
	width: 960px;
	height: 31px;
	position: relative;
	background-image: url("../img/foot-bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #dfdfdf;
	border-top: solid 1px #fff;
}

#foot-logo
{
	position: absolute;
	top: 0;
	left: 13px;
}

#foot-link
{
	position: absolute;
	top: 0;
	right: 16px;
}

#home #content-words
{
	width: 460px;
}

#about #content-words
{
	width: 460px;
}

#gallery #content-words
{
	width: 460px;
}

#links #content-words
{
	width: 512px;
}

#contact #content-words
{
	width: 512px;
}

#map-container
{	
	width: 760px;
	height: 660px;
	margin: 0 auto;
}

#map p
{
	width: 705px;
	margin: 0 auto;
}

#map p a:link, #map p a:visited
{
	padding-left: 16px;
	background-image: url("../img/contact-map-back-arrow_off.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#map p a:hover
{
	background-image: url("../img/contact-map-back-arrow_on.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
