@charset "utf-8";
* {margin:0;padding:0}
/* mac hide \*/
html, body {height: 100%;width: 100%;}
/* end hide */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	min-height: 620px;
	min-width: 983px;
}

img {
	border: none;
}

label {
	position: relative;
	float: left;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/* IDs */

#admin_page {
	margin-left: 80px;
	margin-top: 50px;
	width: 840px;
	height: 390px;
	overflow-y: scroll;
}

#archive {
	width: 53px;
	height: 50px;
	background-image: url(../img/archive.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-top: 327px;
	padding-top: 35px;
	padding-left: 10px;
}

#archive a {
	text-decoration: none;
	color: #fff;
}

#bg_bottom {
	background-image: url(../img/bg_bottom2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 983px;
	height: 29px;
	clear: both;
}

#bg_left {
	background-image: url(../img/bg_left2.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: 560px;
	width: 6px;
}

#bg_right {
	background-image: url(../img/bg_right2.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: 560px;
	width: 5px;
}

#bg_top {
	background-image: url(../img/bg_top2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 983px;
	height: 31px;
	clear:both;
}

#center {
 	clear: both;
 	margin-top: 30px;
	height: 410px;
}

#common {
	background-image: url(../img/common_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 410px;
	float: right;
}

#contact {
	display: block;
	float: left;
	width: 64px;
	height: 15px;
	background-image: url(../img/contact_black.png);
	margin-right: 20px;
}

#contact:hover {
	background-image: url(../img/contact_blue.png);
}

#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;	
	height: 620px;
}

#content {
	width: 922px;
	float: left;
	margin-left: 24px;
	margin-right: 26px;
}

#header_wrapper {
	clear: both;
}

#home {
	display: block;
	width: 46px;
	height: 15px;
	background-image: url(../img/home_black.png);
	float: left;
	margin-right: 20px;
}

#home:hover {
	background-image: url(../img/home_blue.png);
}

#homewrapper {
	margin-left: 85px;
}

#info {
	display: block;
	float: left;
	width: 31px;
	height: 15px;
	background-image: url(../img/info_black.png);
	margin-right: 20px;
}

#info:hover {
	background-image: url(../img/info_blue.png);
}

#input_left {
	position: relative;
	float: left;
}

#input_right {
	position: relative;
	float: left;
	margin-left: 20px;
}

#inner {
	width: 983px;
	height: 620px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#menu {
	list-style-type: none;
	clear: both;
	margin-left: 161px;
}

#menu li {
	display: inline;
}

#middle {
	clear: both;
}

#one {
	float: left;
	display: block;
	background-image: url(../img/1_black.png);
	width: 22px;
	height: 22px;
}

#one:hover {
	background-image: url(../img/1_blue.png);
}

#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;

}

#portfolio {
	display: block;
	width: 71px;
	height: 19px;
	background-image: url(../img/portfolio_black.png);
	float: left;
	margin-right: 20px;
}

#portfolio:hover {
	background-image: url(../img/portfolio_blue.png);
}

#portfolio_info {
	height: 107px;
	width: 133px;
	float: right;
	background-image: url(../img/black_box.png);
	margin-top: 265px;
	padding: 20px 7px;
	text-align: left;
}

#portfolio_item {
	float: left;
	width: 693px;
	height: 412px;
	margin-left: 80px;
	background-position: top left;
	background-repeat: no-repeat;
}

#shop {
	display: block;
	float: left;
	width: 40px;
	height: 19px;
	background-image: url(../img/shop_black.png);
}

#shop:hover {
	background-image: url(../img/shop_blue.png);
}

#sidebar {
	position: relative;
	float: left;
	width: 117px;
	height: 372px;
	background-image: url(../img/sidebar.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 10px 20px 20px;
}

#sidebar ul {
	position: absolute;
	list-style-type: none;
	margin-top: 10px;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar a {
	text-decoration: none;
	color: #000;
}

#sidebar a:hover {
	color: #00a4e4;
	font-style: italic;
}

#tabs {
	position: absolute;
	width: 100px;
	height: 22px;
	top: 370px;
	left: 30px;

}

#three {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../img/3_black.png);
}

#three:hover {
	background-image: url(../img/3_blue.png);
}

#two {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../img/2_black.png);
	margin: 0 8px;
}

#two:hover {
	background-image: url(../img/2_blue.png);
}

/* Class */

.edit_input {
	/*position: absolute;*/
	width: 200px;
}



.login_input {
	position: absolute;
	left: 80px;
	top: 0px;
}

.menu_span {
	display: none;
}

.news_block {
	width: 238px;
	height: 359px;
	background-image: url(../img/news_block.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	color: #fff;
	padding-top: 30px;
}

.news_block a {
	color: #fff;
	text-decoration: none;
}

.news_text {
	display: block;
	height: 115px;
}

.news_text a {
	text-decoration: underline;
}

.tab {
	display: none;
}

.text {
	color: #fff;
}

.title {
	color: #3abaeb;
	font-weight: bold;
}