/* ------------------------------------ */
/*          Styles                      */
/*      1. Main Structure (global)      */
/*      2. Header, Top, Mast            */
/*      3. Main Navigation              */
/*      4. Content                      */
/*      5. Footer                       */
/*      6. Credit                       */
/* ------------------------------------ */

/*----- image replacement  -----------------*/

.replace{
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

.replace span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	/*for Opera 5 and 6*/
}

/*----- end image replacement  -----------------*/




/*    1. Main Structure
---------------------------*/

body {
	background-color: white;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: .8125em;
	line-height: 1.25em;
	font-family: 'Lucida Grande', "Trebuchet MS", Verdana, sans-serif;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: white;
	background-image: url(../img/bg_wrapperTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	height: 400px;
}




#contentContainer {
	margin:0;
	padding: 0 0 120px 0;
	background: url(../img/bg_contentContainer.gif) 50% 100% no-repeat;
	min-height: 280px;
}


/* ie shit */

* html  #contentContainer {
	height: 280px;
}



/*    2. Header, Top, Mast  
------------------------------*/

.home {
	padding: 0;
	margin: 24px 0 0 165px;
	width: 678px;
	height: 506px;
	background-image: url(../img/mast_home.jpg);
	background-repeat: no-repeat;
}

.about {
	padding: 0;
	margin: 24px 0 0 165px;
	width: 678px;
	height: 656px;
	background-image: url(../img/mast_about.jpg);
	background-repeat: no-repeat;
}

.contact {
	padding: 0;
	margin: 24px 0 0 165px;
	width: 678px;
	height: 656px;
	background-image: url(../img/mast_contact.jpg);
	background-repeat: no-repeat;
}

.gallery {
	padding: 0;
	margin: 24px 0 0 165px;
	width: 678px;
	height: 30px;
	/*
	background-image: url(../img/mast_contact.jpg);
	background-repeat: no-repeat;
	*/
}

.error {
	padding: 0;
	margin: 24px 0 0 165px;
	width: 678px;
	height: 305px;
	background-image: url(../img/mast_error.jpg);
	background-repeat: no-repeat;
}



/*      3. Main Nav 
----------------------------*/
#navblock {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
}

#navblock ul {
	margin: 54px 0 0 155px;
	padding: .8em 0 0 .7em;
	list-style-type: none;
	text-align: left;
}

#navblock ul li { display: inline; }

#navblock ul li a {
	text-decoration: none;
	padding: .2em;
	color: #999;
}

#navblock ul li a:hover { color: #CCC; }

#navlist a:link, #navlist a:visited {
	color: #999;
	text-decoration: none;
}

 #active a, #active a:link, #active a:visited {
	color: #099;
	text-decoration: none;
	padding-bottom: 30px;
	background-position: 50% 1.6em;
	background-repeat: no-repeat;
	background-image: url(../img/img_nav_arrow.gif);
}

* html #active a, * html #active a:link, * html #active a:visited {
	background-position: 50% 25px;
	background-repeat: no-repeat;
	background-image: url(../img/img_nav_arrow.gif);
}

.navY {
	color: #999;
	margin: 0;
	font-size: 13px;
	vertical-align: text-top;
	line-height: 14px;
	font-weight: 100;
}




/*     4. Content   
--------------------------*/

#content {
	margin: 0 0 0 186px;
	padding:0;
	width: 636px;
}

#content p {
	margin: 0;
	padding: .6em 0;
	/*font-size: .75em;
	line-height: 1.25em;
	font-family: 'Lucida Grande', "Trebuchet MS", Verdana, sans-serif;*/
}

#content a, #content a:visited{
	color:#099;
	text-decoration: underline;
}

#content a:hover{
	color: #fff;
	background-color: #099;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 20px;
	font-weight: 300;
	color: #099;
	text-transform: uppercase;
	word-spacing: .1em;
	letter-spacing: -.06em;
	margin-bottom:-3px

}

h1 span {
	font-size: 34px;
	line-height: 36px;
	margin-right: -.04em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 300;
	color: #099;
	word-spacing: .1em;
	letter-spacing: -.04em;
	margin-bottom: -8px;
	padding-bottom: 14px;

}

h2 span {
	font-size: 24px;
	margin-right: -.03em;
}

/*  STYLES FOR FORMS  */

#contactform {
	margin: 20px 0 25px 0;
	padding: 0;
}

#content form p, #content form dl dd {
	margin: 0 0 8px 0;
	padding: 0;
}

#contactform p.note { margin-top: 20px; }

#contactform dl {
	margin: 0;
	padding: 0;
	/*font-size: 90%;*/
}

#contactform dt {
	color: #333;
	font-weight: normal !important;
}

#contactform dt em, #contactform .note em {
	color: #099;
	font-weight: bold;
	font-style: normal;
}

#contactform #name, #contactform #email, #contactform #company, #contactform #phone {
	font-family: Helvetica, Arial, sans;
	/*font-size: .9em;*/
	line-height: 1.35;
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
}


#contactform textarea {
	width: 253px;
	height: 180px;
	border: 1px solid #ccc;
	color: #099;
	background-color: #F6F6F6;
}



#contactform label{
	font: .9em/1.35em Helvetica, Arial, sans;
	font-weight: bold;
}

#contactinfo {
	float: right;
	width: 200px;
	font-size: 10px !important; 
	padding: 0;
	margin-right: 20px;
	margin-top:10px;
	padding-left: 60px;
}

.address {
	width: 180px;
	/*font-size: 10px;*/
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}

.formitem {
	display: block;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	color: #099;
	font-size: 11px;
}

/*  Comment Styles  */
blockquote {
	font-style: italic;
	color: #666;
	margin: 5px 0 5px 25px;
	padding: 5px 65px 5px 40px;
	background-image: url(../img/bg_quote.gif);
	background-repeat: no-repeat;
	min-height: 75px;
}

* html blockquote {
	height: 75px;
}

blockquote span {
	padding-left: 60px;
}

.gcol {
	float: left;
	margin: 0 0 30px 0;
	width: 200px;
}

.gcolBT {
	float: left;
	margin: 0 0 90px 0;
	width: 200px;
}

.pagenumbers {
	margin:5px 0 55px 0;
	text-align: center;
}

.currentpg {
	color:#fff !important;
	background-color: #099;
	text-decoration: none;
}



/*   5. Footer  
--------------------------*/

#footer {
 	margin: -125px auto 0;
	width: 480px;
	text-align: center;
	font:10px/1.3em Arial, Helvetica, sans-serif;
}
#footer a, #footer a:visited {
	color: #099;
	text-decoration: none
}

/*   6. Credit          
--------------------------*/

#credit {
	text-align: right;
	margin: 5px 110px 0 0;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.8em;
}

#credit p, #credit a, #credit a:visited {
	color: #999;
	text-decoration: none;
	
}

#credit a:hover{
	text-decoration: underline;
	color: #099;
}
