/* 
	simple template - no styles
*/

body, html{
	margin:0; padding:0;
	width:100%; height:100%;
	line-height:19px; 
}

#page{	
	width:920px;
	margin:20px auto 0 auto; 
	background:url('../images/bg/page.jpg') top center repeat-y;
	/*height:630px;*/
	overflow:hidden;
}

#heading{
	background:url('../images/bg/heading.jpg') top center no-repeat;
}
#heading #banner{
	position: relative;
	float: left;
	left: 4px;
	top: 4px;
	border-right: 3px solid #399338;
}

#heading  #logo{
	position:relative;
	display:block;
	float:right; 
	right:15px; top:4px;
	width:609px; height:124px;
	background:url('../images/logo.gif') top left no-repeat;	
}
#heading #logo h1{ display:none; }
#main{
	
	position:relative;
	padding:10px 0 0 0;
}

#left{
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	padding:0 ;
	position: relative;
	left: 4px;
	line-height:18px;
	
}

ul, ol, dl {
              position: relative;  }
	
#center{
	float: left;
	width: 500px;
	position: relative;
	left: 4px;
	border-right: 1px solid #ddd;
	padding: 10px 15px 0 15px;
	/*margin-top: 15px;*/
	min-height:500px;
}

#right, .right-column{
	float: left;
	width: 140px;
	margin:0 10px 0 0;
	left: 20px;
	position:relative;
	top:0;
	line-height:18px;	
	
}
.right-column{
	left:15px;
}
.right-column em,
.right-column strong,
#left strong{
 	color:#339933;
}
.article{
	font-weight:normal;
}
#right a, .right-column a{
	display:block;

	text-decoration:none;
}

.testimontials{
	padding:10px;
}

/* footer */
#footer{
	width:920px;
	margin:0 auto; 
	overflow:hidden;
	background:url('../images/bg/footer.jpg') top center no-repeat;
	text-align:center;	
}

#footer .links {
	color:#222;
	font-size: 12px;
	margin-top: 15px;
}

#footer .links a:link, #footer .links a:visited{
	color:#222;
}

#footer p{
	color:#FFF;
	font-size:11px;
	margin:10px auto;
}

/* media enlargement styles */

.photomatte{
		display:none; 
		position:absolute;
		top:0; left:0; 
		width:100%; height:100%; 
		z-index:6000; 
		background-color:#000;
}
.photomatte span{
		position:absolute; top:370px;
	 	width:100%;		
		text-align:center;
		color:#FFF;
		letter-spacing:15px;
}

/* notifications */
.error{
	color:#FFF;
	background-color:#CC0000;
	padding:5px;
}
.notify{
	display:none;
	color:#FFF;
	background-color:#FF9900;
}


/*   forms   */
label{
	display:block;
	width:100px;
	float:left;
}

input, textarea{
	float:left; margin:2px 6px 10px 0;
	padding:2px; font-size:15px; 	font-family:"Trebuchet MS", Verdana, Sans-serif;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:300px;
}
textarea{ width:300px; }



.fieldwrap{
	clear:both;
}

.textareawrap{
	clear:both;
}


.checkboxwrap{
	clear:both;
	margin:5px 0 5px 100px;
}
.checkboxwrap input, .checkboxwrap label{
	width:auto; font-size:12px;
	cursor:pointer;
}
.submit { clear:both; margin:0 0 0 100px; }
.submit input{ 
	width:auto;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC; 
}

input.submit{
	float:left; width:auto; clear:none;
	font-size:13px;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0;
}
.disabled{
	color:#888;
}

.clear{
	clear:both; 
	margin:0; padding:0;
	width:0; height:0;
}