/* 
	simple template - no styles
*/

body{
	margin:0; padding:0;
	width:100%; 
}

#page{	
	position:relative;
	width:799px;
	margin:15px auto;
	background-color:#C8C5A2;	
}

#main{
	position:relative;
	clear:both;
	height:446px;
	overflow:hidden;
	
}

#main img{
	position:absolute;
	z-index:5;
}

#main #paper{
	background:url('../images/paper.png') no-repeat;
	position:absolute;
	top:35px;
	left:150px;
	width:250px;
	height:193px;
	padding:15px;
	z-index:50;
	font-size:11px;
	font-weight:bold;
	color:#993300;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#heading{

}

#heading  #logo{
	width:200px; height:100px;
	background:url('../images/logo.gif') top left no-repeat;	
}
#heading #logo h1{ display:none; }



#photoframe{
	position:absolute;
	width:250px;
	height:300px;
	top:365px;
	left:530px;
	background:url('../images/picture_bg.png') no-repeat;
	z-index:500;	
	overflow:hidden;
	
}

#photoframe #polar{
	position:absolute;
	z-index:10;
	width:190px;
	height:145px;
	left:8px;
	top:15px;
}

#photoframe #more{
	position:absolute;
	top:163px;
	left:90px;
	border:0;
	z-index:20;
}

#photoframe #photomask{
	position:absolute;
	width:250px;
	height:200px;
	background:url('../images/picture_frame.png') no-repeat;
	z-index:15;
	left:8px;
	top:15px;
}

/* footer */
#footer{
	border-top:2px solid #F7F1E5;	
	z-index:10;
}

/* 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;
}
