html,body{
	margin:0px;
}

body{
	background:url('bg.png') repeat-x #ffffff;
}

*{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	line-height:150%;
}

#login{
	padding-left:50px;
	min-height:200px;
}

#logo{ 
	background:url('../../css/logo.png') left top no-repeat; 
	height:170px;
	width:950px;
	position:absolute;
	z-index:999;
	margin-top:-50px;
}


#container{
	width:950px;
	margin:auto;
	margin-top:50px;
	margin-bottom:20px;
	border:1px solid #cccccc;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
	background:url('emboss.png') bottom right no-repeat #ffffff;
}

#header{
	height:120px;
	background:url('header.jpg') center center no-repeat;
/* 	-webkit-box-shadow:inset 2px 2px 5px #999;
	-moz-box-shadow:inset 2px 2px 5px #999;
	box-shadow:inset 2px 2px 5px #999; */
}
	#header .header{
		font-weight:bold;
		text-shadow:0 0 1px #ffffff;
		color:#dd0000;
		font-size:50px;
		position:absolute;
		z-index:1;
		margin-top:75px;
		text-align:right;
		width:945px;
		/* border:1px solid #cccccc; */
	}

#menu{
	position:relative;
	z-index:2;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#dd0000;
	color:#ffffff;
	margin-left:-7px; /* 15px padding + 7px border ribbon shadow*/
	margin-right:-7px;
}

#menu:before,#menu:after {
	position:absolute;
	left:0;
	bottom:-6px;
	content:'';
	border-top:6px solid #555;
	border-left:6px solid transparent;
}

#menu:before {
	border-top:6px solid #555;
	border-right:6px solid transparent;
	border-left:none;
	left:auto;
	right:0;
	bottom:-6px;
}
	#menu a:link, #menu a:visited {
		-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
		-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
		box-shadow:inset 0px 1px 0px 0px #f5978e;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
		background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
		background-color:#dd0000;
		text-indent:0;
		border-right:1px solid #cccccc;
		display:inline-block;
		color:#ffffff;
		font-weight:normal;
		font-style:normal;
		font-size:10px;
		text-decoration:none;
		padding:9px;
		float:left;
		font-weight:bold;
	}
	#menu a:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
		background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
		background-color:#c62d1f;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}
	#menu a:active {
		position:relative;
		top:1px;
		color:#ffffff;
		text-decoration:none;
	}
	
	#menu a.hp{
		margin-left:20px;
		border-left:1px solid #cccccc;
	}

#content{
	padding:10px;
	min-height:450px;
}
#submenu{
	float:left;
}

#subcontent{
	margin-left:200px;
}

#footer{
	text-align:right;
	padding:10px;
	border-top:1px solid #cccccc;
}
	a:link,a:visited{
		color:#cc0000;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

#delete{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	padding:5px;
	position:relative;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #cccccc;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
	text-align:center;
}

#contentformat{
	position:absolute;
	margin-top:-67px;
	margin-left:265px;
	width:445px;
}

#galleryadd{
	position:absolute;
	margin-top:3px;
	margin-left:670px;
	border:1px solid #cccccc;
	padding:5px;
	width:259px;
}

.clearl{
	clear:left;
}

.success,.error{
	position:absolute;
	z-index:999;
	top:30px;
	margin-left:685px;
	width:250px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	border:1px solid #cccccc;
}
	

.success{
	background:#92b904;
	
}

.error{
	background:#EE4000;
	padding:10px;
	text-align:center;
	font-weight:bold;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
}

a.subcontent:link, a.subcontent:visited{
	display:block;
	width:150px;
	border-radius:10px;
	padding:5px;
	border:1px solid #cccccc;
	margin-bottom:10px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #efefef) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #efefef 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#efefef');
	background-color:#aaaaaa;
	color:#000000;
	text-decoration:none;
}
a.subcontent:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efefef), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #efefef 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccccc');
	background-color:#cccccc;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 10px #999;
	box-shadow:5px 5px 10px #999;
}
a.newsubcontent:link, a.newsubcontent:visited{
	display:block;
	width:150px;
	border-radius:10px;
	padding:5px;
	border:1px solid #cccccc;
	margin-bottom:5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#dd0000;
	color:#ffffff;
	text-decoration:none;
	margin-top:40px;
}
a.newsubcontent:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 10px #999;
	box-shadow:5px 5px 10px #999;
}

.login{
	padding:5px;
	border:1px solid #cccccc;
	width:250px;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
}

input[type="text"]:not(.login):not(.galinput):not(.galleryadd):not(.price),input[type="password"]:not(.login),textarea{
	padding:5px;
	border:1px solid #cccccc;
	width:700px;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
}

.galinput{
	padding:5px;
	border:1px solid #cccccc;
	width:500px;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
}

.galleryadd{
	padding:5px;
	border:1px solid #cccccc;
	width:245px;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
}
textarea{
	height:400px;
}

input[type="submit"]{
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	/* background:#228B22; */
	background:#000000;
	color:#ffffff;
	border:1px solid:#ccc;
	border-radius:15px;
	-webkit-box-shadow:inset 2px 2px 5px #999;
	-moz-box-shadow:inset 2px 2px 5px #999;
	box-shadow:inset 2px 2px 5px #999;
}

h1{
	position:relative;
	margin-left:-11px;
	margin-right:-11px;
	margin-top:5px;
	margin-bottom:15px;
	padding:10px;
	padding-left:15px;
	background:#e5e5e5;
	background:linear-gradient(#efefef, #e5e5e5);
	box-shadow:0 -1px 0 rgba(255,255,255,.8) inset;
	text-shadow:0 1px 0 #fff;
	font-size:15px;
	color:#dd0000;
	border:1px solid #cccccc;
}
	h1 u{
		font-size:15px;
		color:#666666;
		text-decoration:none;
	}
	h1 center{
		font-size:15px;
	}

h2.gallery{
	margin-top:-6px;
	margin-left:-6px;
	margin-right:-6px;
	padding:10px;
	background:#e5e5e5;
	background:linear-gradient(#efefef, #e5e5e5);
	box-shadow:0 -1px 0 rgba(255,255,255,.8) inset;
	text-shadow:0 1px 0 #fff;
	font-size:12px;
	color:#dd0000;
	border:1px solid #cccccc;
}



sup{
	font-size:10px;
	color:#cc0000;
}

::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; }
:-ms-input-placeholder { color:#999; }
:-moz-placeholder { color:#999; }

.news{
	width:850px;
	margin-left:20px;
	height:70px;
	overflow:auto;
}

.newscontent{
	height:100px;
}

table{
	border-spacing:0;
	margin-left:20px;
}

td{
	padding:3px;
	border-bottom:1px solid #cccccc;
}
.workshop tr:first-child td{
	font-weight:bold;
}
input.price{
	padding:5px;
	border:1px solid #cccccc;
	width:50px;
	-webkit-box-shadow:5px 5px 10px #999;
	-moz-box-shadow:5px 5px 15px #999;
	box-shadow:5px 5px 10px #999;
}

.ws_left{
	font-weight:bold;
	width:100px;
}