
	*{
		margin: 0px;
		padding: 0px;
	}
	body{
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #737f94;
		background: #eee url('img/body_bg.gif') repeat-x;
	}
	
	a{
		color: #737f94;
		text-decoration: none;
	}
	a:hover{
		color: #000;
		text-decoration: none;
	}	
	
	img{
		border: none;
	}
	
	.clear{
		clear: both;
		display: block;
	}
	
	#page{
		margin: 34px auto 0px auto;
		width: 970px;
	}
	#page #header{
		background: url('img/header_bg.gif') no-repeat;
		width: 100%;
		height: 116px;
	}
	#page #header h1 a{
		font-size: 16px;
		font-weight: bold;
		color: #737f94;
		float: left;
		padding: 25px;
		text-decoration: none;
	}
	#page #header h1 a:hover{
		color: #8f99a9;
		text-decoration: none;
	}
		
	#page #header h3{
		font-size: 11px;
		font-weight: normal;
		color: #8f99a9;
		float: right;
		padding: 25px;
	}
	
	#page #main{
		background: url('img/main_bg.gif') repeat-y;
		padding-bottom: 10px;
	}
	#page #main #content{
		line-height: 1.5;
		float: right;
		width: 770px;
		padding-top: 10px;
	}
	#page #main #content #formsubmit{
		display: none;
		background:#e3e5ea;
		padding: 20px;
		width: 90%;
		border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomleft: 5px;		
		border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-radius-topleft: 5px;		
		float: right;
		margin-right: 13px;
		border-left: 3px solid #8f99a9;
		border-top: 3px solid #8f99a9;
		border-bottom: 3px solid #8f99a9;
	}
	
	#page #main #content #formsubmit #conditions{
		background:#8f99a9;
		padding: 10px;
		margin: 10px 0px;
		color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;					
	}	
	
	#page #main #content #formsubmit fieldset{
		border: 1px solid #fff;
		background: #edeff3;
		padding: 5px 5px 10px 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}	
	#page #main #content #formsubmit fieldset legend{
		font-weight: bold;
	}		
	#page #main #content #formsubmit fieldset p{
		padding: 2px;
	}
	#page #main #content #formsubmit fieldset p label{
		float: left;
		width: 200px;
		text-align: right;
		padding: 0px 10px;
	}
	#page #main #content #formsubmit fieldset p input[type=text],
	#page #main #content #formsubmit fieldset p input[type=password],
	#page #main #content #formsubmit fieldset p select,
	#page #main #content #formsubmit fieldset p textarea{
		float: left;
		width: 350px;
		border: 1px solid #e3e5ea;
		padding: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #737f94;
		background: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;				
	}
	#page #main #content #formsubmit fieldset p textarea{
		height: 100px;
	}
	
	#page #main #content #formsubmit input[type=submit]{
		margin: 10px 0px;
		display: block;
		border: 2px solid #fff;
		padding: 5px 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: #737f94;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		cursor: pointer;			
	}	
	#page #main #content #formsubmit input[type=submit]:hover{
		background: #4c5462;			
	}		
	

	#page #main #content #infopage{
		margin-right: 25px;
		line-height: 1.8;
	}

	#page #main #content #infopage #intro{
		padding: 10px;
		color: #999;
		font-size: 11px;
		background: #f6f8fa;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;				
	}
	
	#page #main #content #infopage .site{
		padding: 10px;
		border-bottom: 1px dashed #ddd;
		background: #f9f9f9;
	}	
	#page #main #content #infopage .sitep{
		padding: 10px;
		border-bottom: 1px dashed #eae8ab;
		background: #f7f6d0;
	}		
	
	#page #main #content #infopage h2{
		font-size: 14px;
		font-weight: bold;
	}	
	#page #main #content #infopage h2 a{
		color: #737f94;
		text-decoration: none;
	}	
	#page #main #content #infopage h2 a:hover{
		color: #000;
		text-decoration: none;
	}		
		
	#page #main #content #infopage .gmap{
		background: #909aaa;
		width: 743px;
		height: 300px;
		border: 1px solid #909aaa;
		margin: 20px auto;
	}
	
	#page #main #content #infopage .info_items{
		margin: 15px auto;
	}
	#page #main #content #infopage .info_items .info_label{
		display: block;
		font-style:italic;
		float: left;
		width: 135px;
		margin: 2px 0px;			
	}	
	#page #main #content #infopage .info_items .info_value{
		display: block;
		font-weight: bold;
		float: right;
		width: 200px;
		background: #f6f8fa;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2px 10px;
		margin: 2px 0px;			
	}	
	
	#page #main #content #infopage .keywords{
		padding: 10px;	
		margin: 20px 0px;
		background: #f6f8fa;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;				
	}
	#page #main #content #infopage .keywords h4{
		font-size: 12px;
		font-weight: bold;
	}	
	#page #main #content #infopage .keywords p{
		font-size: 11px;
		color: #999;
	}		
	
	#page #main #column{
		float: left;
		width: 200px;
	}
	#page #main #column a.addsite{
		background: #8f99a9 url('img/icon_plus.png') no-repeat left -1px;
		color: #fff;
		width: 125px;
		display: block;
		margin: 0px auto;
		font-size: 14px; 
		text-decoration: none;
		font-weight: bold;
		padding: 7px 0px 10px 35px;
		border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomleft: 5px;		
		border-radius-bottomright: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-radius-bottomright: 5px;			
	}
	#page #main #column a:hover{
		color: #000;
		font-weight: bold;
	}	
	#page #main #column div{
		margin: 20px;
		background: #f6f8fa;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;				
	}
	#page #main #column div input[type=text]{
		display: block;
		margin: 10px auto;
		border: 1px solid #e3e5ea;
		padding: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #737f94;
		background: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
		width: 90%;
	}
	#page #main #column div input[type=submit]{
		display: block;
		margin: 10px auto;
		border: 2px solid #fff;
		padding: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		background: #c8cdd5;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		cursor: pointer;			
	}	
	#page #main #column div input[type=submit]:hover{
		background: #737f94;			
	}
			
	#page #main #column div h3{
		font-size: 11px;
		color: #737f94;
		font-weight: bold;
		border-bottom: 1px dashed #e3e5ea;
		text-transform: uppercase;
		letter-spacing: 5px;
		text-align: center;
		padding: 2px 5px;
		margin-bottom: 3px;
	}
	#page #main #column div ul{
	}
	#page #main #column div ul li{
		list-style: none;
		padding: 2px;
	}	
	#page #main #column div ul li a{
		display: block;
		padding: 2px;
		color: #8f99a9;
		text-decoration: none;
	}
	#page #main #column div ul li a:hover{
		background: #e3e5ea;
		color: #596272;
		text-decoration: none;
	}
	
	
	
	
	#page #footer{
		padding-bottom: 15px;
		background: url('img/footer_bg.gif') no-repeat bottom;
	}
	#page #footer div{
		background: url('img/bottom_bg.gif') repeat-y;
		padding: 5px 10px 0px 10px;
		text-align: center;
	}	
	#page #footer div ul{
		padding: 2px;
	}
	#page #footer div ul li{
		list-style: none;
		display: inline;
		color: #c8cdd5;
		font-size: 10px;
	}	
	#page #footer div ul li a{
		color: #c8cdd5;
		font-size: 10px;
		text-decoration: none;
	}			
	#page #footer div ul li a:hover{
		color: #fff;
		border-bottom: 1px dotted #fff;
	}		
	
	.msg_ok{
		padding: 5px;
		text-align: center;
		font-size: 12px;
		color: #07550b;
		background: #edfcee;
		border: 1px solid #9bf19f;
		margin: 10px auto;
		width: 90%;
		cursor: pointer;
	}

	.msg_error{
		padding: 5px;
		text-align: center;
		font-size: 12px;
		color: #550707;
		background: #fceded;
		border: 1px solid #f19b9b;
		margin: 10px auto;
		width: 90%;
		cursor: pointer;
	}
	
	.required{
		color: #880000;
	}

	.greenlink{
		color: #008800;
		font-size: 11px;
		text-decoration: none;
	}
	.greenlink:hover{
		text-decoration: none;
	}	
	
	.bigimg{
		background: #f9f9f9 url('img/default.bigimg.gif') no-repeat;
		width: 320px; 
		height: 240px;
		padding: 5px;
		border: 1px solid #e3e5ea;
		margin: 0px 0px 20px 10px;
		display: block;
		float: right;
		color: #f9f9f9;
	}
	.bigimg:hover{
		color: #000;
		background: #000 url('img/default.bigimg_over.gif') no-repeat;
	}		
	.smallimg{
		background: #f9f9f9 url('img/default.smallimg.gif') no-repeat;
		width: 120px; 
		height: 90px;
		padding: 3px;
		border: 1px solid #e3e5ea;
		margin-right: 5px;
		display: block;
		float: left;
		color: #f9f9f9;
	}
	.smallimg:hover{
		color: #000;
		background: #000 url('img/default.smallimg_over.gif') no-repeat;
	}	
		
	ul#fileariane{
		margin-bottom: 20px;
		background: #f6f8fa;
		padding: 1px 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;				
	}	
	ul#fileariane li{
		list-style: none;
		display: inline;
	}
	ul#fileariane li a{
		color: #737f94;
		text-decoration: none;
	}	
	ul#fileariane li a:hover{
		color: #000;
		text-decoration: none;
	}	
		
		
	.next{
		float: right;
	}
	.next a{
		display: block;
		padding: 5px 15px;
		border: 1px solid #eee;
		background: #f9f9f9;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;			
	}	
	.next a:hover{
		background: #eee;
	}
	.prev{
		float: left;
	}		
	.prev a{
		display: block;
		padding: 5px 15px;
		border: 1px solid #eee;
		background: #f9f9f9;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}	
	.prev a:hover{
		background: #eee;
	}		
		
	#copy{
		margin: 0px auto 10px auto;
		width: 950px;		
	}
	
	#copy ul{
		padding: 2px;
		text-align: center;
	}
	#copy ul li{
		list-style: none;
		display: inline;
		color: #999;
		font-size: 10px;
	}
	#copy ul li a{
		color: #999;
		font-size: 10px;
		text-decoration: none;
	}			
	#copy ul li a:hover{
		color: #333;
		border-bottom: 1px dotted #333;
	}		
		
	#premium_mask{
		position: fixed;
		background: #333;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		opacity: 0.95;
		alpha: filter(opacity:95);
	}
	#premium_iframe{
		position: fixed;
		top: 50%;
		left: 50%;		
		width: 600px;
		height: 600px;
		margin: -300px 0px 0px -300px;
		border: 3px solid #333;
		background: #fff;
	}		
	
