html{color:#000;background:#FFF;}
a{cursor:pointer;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline-style:none;outline-width:0pt;}
legend{color:#000;}a:focus{-moz-outline-style: none; border:0px;}

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	outline: none;
}
html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}

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

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left { float: left; }
.right {float: right; }
.clear { clear: both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* ! main */
#flash {

}

/* ! admin main */
.logout {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
}
	.logout a { color: #fff; font-size: 11px;}

.admintop {
	background: #000;
	margin: 0;
	padding: 40px 15px 0 15px;
	position: relative;
}

	.admintop .foot {
		background: #b3b3b3;
		width: 100%;
		height: 3px;
		border-bottom: 1px solid #a0a0a0;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 0;
		font-size: 2px;
		line-height: 2px;
	}
	.mainmenu {
		width: 1024px;
		margin: 0 auto;
		position: relative;
	
		
		z-index: 1;
	}
		.mainmenu li{
			float:left;
			border-bottom: 1px solid #a0a0a0;
			padding-bottom: 3px;
		}
		.mainmenu li a {
			display: block;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-topleft: 3px;
			color: #efefef;
			padding: 8px 14px;
			background: #444;
			font-size: 10px;
			border-top: 1px solid #525251;
			border-left: 1px solid #222;
		}
		.mainmenu li a:hover {
			text-decoration: none;
			background: #3b3b3b;
		}
		.mainmenu li a:active {
			background: #343434;
		}
		.mainmenu .active {
			background: #fff;
		}
		.mainmenu li.active {
			padding-bottom: 4px;
			padding-top: 3px;
			border-bottom: none;
			border-left: 1px solid #444;
			border-right: 1px solid #444;
		}
		.mainmenu a.active {
			color: #222;
			border-left: none;
			border-top: none;
			padding-top: 6px;
		}
		.mainmenu a.active:hover {
			background: #fff;
		}
		.mainmenu a.active:active {
			background: #fff;
		}

div.adminbottom {
	padding: 15px 15px 20px 15px;
}

	div.admincontent {
		width: 1024px;
		margin: 0 auto;
	}
		.admincontent fieldset {
			margin-bottom: 14px;
		}
		.admincontent h2 {
			font-size: 18px;
			margin-bottom: 15px;
		}
	
		.submenu {
			float: left;
			margin-right: 25px;
		}
			.submenu li {
				
				margin-right: 10px;
			}
			.submenu li a.active {
			
				font-weight: bold;
			}
			
		table.gallerytable {
			margin-bottom: 14px;
		}
		table.gallerytable td,
		table.gallerytable th {
			padding: 6px 7px 6px 7px;
			vertical-align: top;
			border: 1px solid #999;
		}
		
.message {
	background: #F5F59C;
	border: 1px dashed;
	width: 250px;
	padding: 10px;
	margin: 15px 0 15px 0;
}
