*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;}
section, aside, article, header, content, footer{
	display: block;}
body{
	background: url('images/template/page_bg.png');
	background-color: #262626;}



div#admin_div{
	background-color: #ffffff;
	border-left: 10px solid #f73d00;
	padding: 10px;
	margin-bottom: 20px;}



a#button{
	width: 160px;
	height: 17px;
	background: url('images/template/button_link.png') 0px 0px repeat-x;
	text-align: center;
	color: #ffffff;
	font: 11px 'tahoma';
	padding-top: 3px;
	margin: 20px 40px;
	display: block;}
a#button:hover{
	height: 16px;
	background: url('images/template/button_hover.png') 0px 0px repeat-x;
	padding-top: 4px;}



/*a.user{
	height: 14px;
	background-color: #eeeeee;
	color: #262626;
	font: 11px 'verdana';
	border-radius: 4px;
	padding: 4px 8px;
	margin: 5px 10px;
	float: right;}
a.user:hover{
	color: #ffffff;
	background-color: #262626;}*/
a.admin{
	height: 14px;
	color: #262626;
	font: 11px 'verdana';
	border: 1px dotted #262626;
	border-radius: 4px;
	padding: 4px 8px;
	margin: 5px 10px;
	float: left;}
a.admin:hover{
	background-color: #dddddd;
	color: #262626;
	border: 1px solid #262626;}



input.text{
	width: 180px;
	background-color: #eeeeee;
	color: gray;
	font: 12px 'tahoma';
	border: 1px dashed #b1b1b1;
	padding: 2px 4px;}
input.text:focus{
	color: black;
	border: 1px solid #262626;}
textarea{
	width: 360px;
	height: 100px;
	color: gray;
	font: 12px 'tahoma';
	background-color: #eeeeee;
	border: 1px dashed #b1b1b1;
	padding: 2px 4px;}
textarea:focus{
	color: black;
	border: 1px solid #262626;}
select{
	width: 180px;
	background-color: #eeeeee;
	color: gray;
	font: 12px 'tahoma';
	border: 1px dashed #b1b1b1;
	padding: 2px 4px;}
select:focus{
	color: black;
	border: 1px solid #262626;}
input.submit{
	width: 100px;
	background-color: #eeeeee;
	color: #262626;
	font: 12px 'tahoma';
	border: 1px solid #262626;
	border-radius: 4px;
	padding: 4px 8px;
	cursor: pointer;}
input.submit:hover{
	color: #ffffff;
	background-color: #262626;}



div#page{
	width: 960px;
	margin: 0 auto;}



header#page_header{
	width: 960px;
	height: 82px;
	margin: 20px 0px;}

	header#page_header > div{
		width: 360px;
		height: 62px;
		text-align: center;
		color: #ffffff;
		font: bold 24px 'georgia';
		padding: 10px 0px;
		float: left;}

		header#page_header > div > div{
			height: 1px;
			background: url('images/template/logo_strip.png') center center no-repeat;
			margin: 4px 0px;}

	header#page_header > nav{
		width: 600px;
		height: 82px;
		background: url('images/template/menu_bg.png') 0px 0px repeat-x;
		float: right;}

		header#page_header > nav > div{
			height: 32px;
			text-align: center;
			padding: 30px 32px 20px 32px;
			float: left;}

			header#page_header > nav > div > a{
				color: #ffffff;
				font: 14px 'verdana';}
			header#page_header > nav > div > a:hover{
				color: #000000;}

		header#page_header > nav > span{
			width: 3px;
			height: 19px;
			background: url('images/template/menu_circle.png') 0px 0px no-repeat;
			margin-top: 30px;
			float: left;}



div#page_banner{
	width: 940px;
	height: 372px;
	background: url('images/template/banner_bg.png') 0px 0px no-repeat;
	border: 10px solid #ffffff;}

	div#page_banner > div{
		width: 442px;
		height: 65px;
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		font: bold 24px 'georgia';
		padding-top: 32px;
		margin: 184px 95px 91px 403px;}



content#page_content{
	width: 960px;
	background-color: #ffffff;}



section#home_section{
	width: 960px;
	margin: 20px 0px;}

	section#home_section > article.left{
		width: 280px;
		height: 250px;
		background-color: #ebebeb;
		border-top: 10px solid #f26522;
		float: left;}
	section#home_section > article.center{
		width: 380px;
		height: 250px;
		background-color: #ffffff;
		border-top: 10px solid #ff0000;
		margin: 0px 10px;
		float: left;}
	section#home_section > article.right{
		width: 280px;
		height: 250px;
		background-color: #ebebeb;
		border-top: 10px solid #ffde00;
		float: left;}

		section#home_section > article > header{
			text-align: center;
			text-transform: uppercase;
			font: bold 24px 'arial';
			padding: 16px 0px;}
		section#home_section > article > content{
			text-align: justify;
			font: 14px 'georgia';
			padding: 0px 12px;}



section#home_offer_section{
	width: 960px;
	background-color: #ffffff;
	margin: 20px 0px 0px 0px;
	padding-bottom: 16px;}

	section#home_offer_section > article.left{
		width: 280px;
		float: left;}

		section#home_offer_section > article.left > content > div{
			min-height: 15px;
			background: url('images/template/point.png') 4px center no-repeat;
			font: bold 14px 'georgia';
			border-bottom: 1px solid #262626;
			padding: 4px 0px 4px 24px;
			margin: 4px 0px;}

	section#home_offer_section > article.center{
		width: 380px;
		margin: 0px 10px;
		float: left;}
	section#home_offer_section > article.right{
		width: 280px;
		float: left;}

		section#home_offer_section > article.right > content > div{
			min-height: 31px;
			background: url('images/template/icon.png') 0px center no-repeat;
			vertical-align: middle;
			text-transform: uppercase;
			font: 12px 'arial';
			border-bottom: 1px solid #262626;
			padding: 12px 0px 12px 52px;
			margin: 4px 0px;}

		section#home_offer_section > article > header{
			text-align: center;
			text-transform: uppercase;
			font: bold 24px 'arial';
			padding: 16px 0px 0px 0px;}
		section#home_offer_section > article > content{
			padding: 12px;}



footer#page_footer{
	width: 960px;
	background-color: #ffffff;
	border-top: 1px solid #262626;
	padding: 12px 0px;
	margin: 0px 0px 20px 0px;}

	footer#page_footer > nav{
		width: 560px;
		text-align: right;
		padding: 4px 20px;
		float: right;}

		footer#page_footer > nav > ul{
			list-style-type: disc;}

			footer#page_footer > nav > ul > li{
				padding: 0px 12px;
				display: inline;}

				footer#page_footer > nav > ul > li > a{
					color: #262626;
					font: bold 12px 'arial';}
				footer#page_footer > nav > ul > li > a:hover{
					color: #888888;}

	footer#page_footer > div#copy{
		width: 320px;
		color: #262626;
		font: bold 12px 'arial';
		padding: 0px 20px;
		float: left;}



div.div_good{
	width: 520px;
	background-color: #0f5e15;
	text-align: center;
	color: #ffffff;
	font: 12px 'tahoma';
	padding: 10px 20px;
	margin: 0px 200px;
	opacity: 0.5;
	clear: both;
	position: relative;
	top: 20px;}
div.div_bad{
	width: 520px;
	background-color: #8c0303;
	text-align: center;
	color: #ffffff;
	font: 12px 'tahoma';
	padding: 10px 20px;
	margin: 0px 200px;
	opacity: 0.5;
	clear: both;
	position: relative;
	top: 20px;}



div.cloudlet{
	width: 280px;
	height: 16px;
	background-color: #262626;
	text-align: center;
	color: #eeeeee;
	font: 12px 'tahoma';
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 6px 12px;
	position: absolute;
	left: 32px;
	top: -28px;
	opacity: 0;
	z-index: 20;
	display: none;}

	div.cloudlet > div{
		width: 8px;
		height: 8px;
		background: url('images/template/cloudlet.png') 0px 0px no-repeat;
		position: absolute;
		left: 16px;
		top: 28px;}



div#photo_background{
	background-color: #000000;
	position: absolute;
	z-index: 10;
	display: none;}
div#photo_border{
	background-color: #ffffff;
	margin: 40px;
	position: absolute;
	z-index: 12;
	overflow: hidden;
	display: none;}

	div#photo_border > img#photo{
		margin: 10px;}

div#photo_button_prev, div#photo_button_next{
	width: 60px;
	height: 200px;
	position: absolute;
	z-index: 11;
	cursor: pointer;
	display: none;}
div#photo_button_prev{
	background: url('images/template/arrow_left.png') 16px 13px no-repeat;}
div#photo_button_next{
	background: url('images/template/arrow_right.png') 0px 13px no-repeat;}
div#photo_loader{
	position: absolute;
	z-index: 12;
	display: none;}

	div#photo_loader_point_1, div#photo_loader_point_2, div#photo_loader_point_3, div#photo_loader_point_4,
	div#photo_loader_point_5, div#photo_loader_point_6, div#photo_loader_point_7, div#photo_loader_point_8{
		width: 8px;
		height: 8px;
		border-radius: 4px;
		position: absolute;
		top: 0px;
		left: -4px;}
	div#photo_loader_point_1{top: 0px; left: -4px;}
	div#photo_loader_point_2{top: 7px; left: 3px;}
	div#photo_loader_point_3{top: 14px; left: 10px;}
	div#photo_loader_point_4{top: 21px; left: 3px;}
	div#photo_loader_point_5{top: 28px; left: -4px;}
	div#photo_loader_point_6{top: 21px; left: -11px;}
	div#photo_loader_point_7{top: 14px; left: -18px;}
	div#photo_loader_point_8{top: 7px; left: -11px;}
