/* 
	simple template - no styles
*/

body, html{
	margin:0; padding:0;
	height:100%; width:100%; 
	background-color: #404429;
}

a,
a:link,
a:visited{
	color:#E7E382;
	text-decoration:none;
}
a:hover,
a:active{
	text-decoration:underline;
}
#page{
	margin:26px auto; padding: 0;
	height: 529px; width: 783px;
	background:url('../images/bg/main.gif') top center no-repeat;
	position: relative;
	
}

#heading{
	position: relative;
}

#heading  #logo{
	width:200px; height:100px;
	background:url('../images/logo.gif') top left no-repeat;	
	display: block;
	position: absolute;
	left: 40px; top:-1px;
	z-index: 100;
}

#heading #logo h1{ 
	display:none; 
}

#main{
	position: relative;
	margin-left:60px ; padding-top: 80px;
}

.body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#E6ECCF;
}

#left{
	float:left;
	width: 310px;
	padding-top:25px;
	position: relative;
	z-index:1;
}

.article h1{
	display:none;
}

#right{
	position:relative;
	float: left;
	height:450px; width: 325px;
	left:50px;
	background:url('../images/bg/border.gif') top center no-repeat;
	z-index:15;
}

#right img{
	margin: 0 auto;
	width:324px;
}

#caption{
	position:relative; margin:auto;
	color: #9EBA5B;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px;
	/*border-left: 1px solid #747951;
	border-right: 1px solid #747951;
	border-bottom: 1px solid #747951;*/
}

/* footer */
#footer{
	width: 100%;	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	position: absolute;
}

#footer p{
	margin: auto;
	text-align:center;
}

/* 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;
}