body, div, a, span, address, img, p, h1, h2, h3, h4, label, form, fieldset, ul, li {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: #eee;
	color: #1a1a1a;
	font: normal 12px/14px "Arial", "Geneva", "Helvetica", sans-serif;
}
address, var {
	font-style: normal;
}
img, fieldset {
	border: 0;
}
input, textarea, select {
	color: #1a1a1a;
	font: normal 12px "Arial", "Geneva", "Helvetica", sans-serif;
}
a {
	color: #1a1a1a;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	line-height: 15px;
	padding: 0 0 10px 19px;
}
h1 {
	font-size: 18px;
	line-height: 31px;
	padding: 0 0 20px 19px;
}
select {
	height: 20px;
}
#page {
	min-width: 1000px;
	min-height: 100%;
	background: url('../../img/Light/header-bg.gif') repeat-x;
	margin: 0 0 -51px;
}
/*--------------------------- HEADER -----------------------------------------*/
#header {
	width: 960px;
	min-height: 61px;
	margin: 0 auto;
	padding: 9px 20px;
}
/*_  Classes are used for header   */
.login {
	background: #aaa;
	color: #1a1a1a;
	float: right;
}
	.login ul {
		overflow: hidden;
		float: left;
		padding: 10px 3px 12px;
	}
	.login li {
		list-style-type: none;
		font-weight: bold;
		float: left;
	}
		.login li label {
			padding: 0 9px;
		}
		.login li label, .login li label span {
			display: block;
		}
			.login li label span {
				padding: 0 2px;
			}
		.login li label input {
			width: 118px;
			height: 18px;
			background: #eee;
			border: solid #454545 1px;
			padding: 2px 0 0 2px;
			margin: 4px 0 0;
		}
	.login .submit {
		width: 47px;
		margin: 18px 9px 0;
	}
.logo {
	padding: 8px 0 0;
}
	.logo a {
		text-decoration: none;
		text-transform: uppercase;
		font-size: 26px;
		font-weight: bold;
	}
		.logo a img, .logo a span {
			vertical-align: middle;
		}
		.logo a span {
			padding: 0 0 0 14px;
		}
/*--------------------------- CONTENT ----------------------------------------*/
#menu-block {
	min-height: 19px;
	background: #aaa;
}
#menu {
	width: 1000px;
	min-height: 19px;
	margin: 0 auto;
	padding: 6px 0;
}
	/*Top level list items*/
  	#menu ul li {
  	    color: #1a1a1a;
  		list-style-type: none;
  		font-size: 14px;
  		font-weight: bold;
  		line-height: 19px;
  		border-left: solid #1a1a1a 1px;
  		position: relative;
  		display: inline;
  		float: left;
  		padding: 0 20px;
  		z-index: 1000;
  	}
  		#menu ul li:first-child {
  			border-left: 0;
  		}
  		#menu ul li a, #menu ul li a:visited {
      	 	color: #1a1a1a;
         	text-decoration: none;
      	}
      	#menu ul li a:hover, #menu ul li span, #menu ul li a.active {
         	color: #990100 !important;
      	}
      	/*1st sub level menu*/
      	#menu ul li ul {
         	width: auto;
         	background: #aaa;
         	border-top: solid #1a1a1a 1px;
         	display: block;
         	visibility: hidden;
         	position: absolute;
         	left: 0;
         	top: 0;
         	margin: 0 0 0 15%;
         	z-index: 100;
      	}
         	/*Sub level menu list items (undo style from Top level List Items)*/
         	#menu ul li ul li {
         		width: auto;
         		border: solid #1a1a1a 1px;
         		border-top: 0;
            	text-align: left;
            	font-size: 12px;
            	font-weight: bold;
         		display: list-item;
         		float: none;
         		padding: 0;
         	}
         		#menu ul li li:first-child {
  					border-left: solid #1a1a1a 1px;
  				}
            	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
            	#menu ul li ul li ul {
               		top: 0;
               		margin: -1px 0 0 -2px;
            	}
               		/* Sub level menu links style */
               		#menu ul li ul li a {
                  		width: 162px; /*width of sub menus*/
                  		border-top: none;
                  		display: block;
                  		padding: 2px 5px;
                  		margin: 0;
               		}
               		#menu ul li ul li a:hover { /*sub menus hover style*/
               			/*background: #ccc;*/
               		}
/*--------------------------- CONTENT ----------------------------------------*/
#content {
	width: 960px;
	padding: 20px 20px 71px;
	margin: 0 auto;
}
	#content:after {
		content: '.';
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		line-height: 0;
	}
/*--------------------------- FOOTER -----------------------------------------*/
#footer {
	width: 960px;
	height: 40px;
	background: #aaa;
	border-top: solid #999 1px;
	margin: 0 auto;
	padding: 10px 20px 0;
}
	#footer .left {

	}
	#footer .right {
		line-height: 16px;
		text-align: right;
	}
/*--------------------------- CLASSES ----------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.submit {
	height: 22px;
	background: #333;
	color: #ccc;
	border: solid #ccc 1px;
	text-align: center;
	padding: 1px 0 2px;
	cursor: pointer;
}
.pages {
}
	.pages ul {
    	margin: 0 !important;
   		padding: 0 !important;
   		float: left;
   	}
   	.pages li {
   		list-style-type: none;
   		font-size: 12px !important;
   		line-height: 14px !important;
   		display: inline !important;
   		float: none !important;
   		margin: 0 !important;
   		padding: 0 1px !important;
   	}
   		.pages li span {
   			background: #eee;
   			color: #990100;
   			font-weight: bold;
   			padding: 0 4px 2px !important;
   		}
   		.pages li a {
   			color: #333;
   			padding: 0 1px !important;
   		}
   	.pages li.p-first img, .pages li.p-end img {
   		width: 7px;
   	}
   	.pages li.p-prev img, .pages li.p-next img {
   		width: 4px;
   	}
   	.pages li.p-first img, .pages li.p-prev img,
   	.pages li.p-next img, .pages li.p-end img {
   		height: 7px;
   		background: url('../../img/Light/filters.gif') no-repeat;
   	}
   	.pages li.p-first span, .pages li.p-prev span,
   	.pages li.p-next span, .pages li.p-end span {
   		background-color: transparent !important;
   		padding: 0 !important;
   	}
   	.pages li.p-first a img {
   		background-position: left -10px;
   	}
   	.pages li.p-first span img {
   		background-position: left 0px;
   	}
   	.pages li.p-prev a img {
   		background-position: right -10px;
   	}
   	.pages li.p-prev span img {
   		background-position: right 0px;
   	}
   	.pages li.p-end a img {
   		background-position: right -30px;
   	}
   	.pages li.p-end span img {
   		background-position: right -20px;
   	}
   	.pages li.p-next a img {
   		background-position: left -30px;
   	}
   	.pages li.p-next span img {
   		background-position: left -20px;
   	}
.filters {
	background: #ccc;
	font-size: 13px;
	line-height: 15px;
	padding: 0 13px;
}
	.filters label * {
		vertical-align: middle;
	}
	.filters select, .filters input {
		font-size: 12px !important;
	}
	.filters ul {
		overflow: hidden;
		padding: 6px 0;
	}
	.filters li {
		list-style-type: none;
		float: right;
		padding: 0 0 0 37px;
	}
	.filters li.pages {
		width: auto;
		font-size: 12px;
		line-height: 15px;
		text-align: left;
		float: left !important;
		padding: 2px 0 0 !important;
	}
	.filters li label {
		margin: 0;
	}
	.filters li select {
		margin: 0 2px;
	}
	.filters li select#sort {
    	width: 78px;
	}
	.filters li a.asc-sort img, .filters li a.desc-sort img {
      width: 7px;
      height: 21px;
      background: url('../../img/Light/filters.gif') no-repeat;
      vertical-align: top;
      margin: 0;
   }
   .filters li a.asc-sort img {
      background-position: left -39px;
   }
   .filters li a.desc-sort img {
      background-position: right -39px;
   }
/*--------------------------- GALLERY ----------------------------------------*/
.gallery {

}
	.gallery .top {
		overflow: hidden;
		padding: 0 10px 0 0;
	}
		.gallery .top input {
			width: 140px;
			height: 31px;
			background: #990100;
			color: #fafafa;
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			border: 0;
			float: right;
			padding: 0;
			margin: 0;
			cursor: pointer;
		}
.photoes {
	margin: 0;
	padding: 0 0 20px;
	overflow: hidden;
}
	.photoes label {
		color: #1a1a1a;
		font-size: 14px;
		line-height: 16px;
		display: block;
		overflow: hidden;
		padding: 0 0 8px;
	}
		.photoes label input {
			float: right;
		}
	.photoes li {
		width: 192px;
		height: 253px;
		background: #e3e0e0;
		list-style-type: none;
		border: solid #aaa 1px;
		float: left;
		margin: 20px 13px 0;
		padding: 8px 10px 0;
	}
	.photoes li.select-photo {
		border: solid #990100 1px !important;
	}
		.photoes li.select-photo label {
			color: #990100 !important;
		}
		.photoes li ul {
			margin: 0;
			padding: 1px;
		}
		.photoes li li {
			width: auto;
			height: auto;
			color: #757576;
			font-size: 11px;
			font-weight: bold;
			line-height: 16px;
            border: 0;
			float: none;
            overflow: hidden;
			padding: 8px 5px 0;
			margin: 0;
		}
			.photoes li li a {
				color: #666;
			}
			.photoes li li a {
				background: url('../../img/Light/photo-icons.gif') no-repeat;
				float: left;
				padding: 0 0 0 21px;
			}
.no-comments {

}
.yes-comments {
	color: #323434 !important;
}
.photo {
	width: 190px;
	height: 190px;
	background: #aaa;
	border: solid #e5e3e0 1px;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#add-comments {
	display: none;
}
#add-comments, .add-comments {
	width: 750px;
	height: 400px;
}
#add-comments {
	display: none;
}
	.add-comments .left {
		width: 120px;
		text-align: center;
	}
		.add-comments .left img {
			border: solid #454545 1px;
		}
		.add-comments .left h2 {
			color: #1a1a1a !important;
			font-size: 11px !important;
			font-weight: normal !important;
			text-align: center;
			padding: 16px 0 0;
		}
.add-new-comments {
	margin: 0 0 0 130px;
}
	.add-new-comments label,
	.add-new-comments label span {
		display: block;
	}
	.add-new-comments textarea {
		width: 600px;
		height: 58px;
		border: solid #454545 1px;
		margin: 8px 0 0;
	}
	.add-new-comments div {
		text-align: right;
		padding: 10px 17px;
	}
	.add-new-comments dl,
	.add-new-comments dt,
	.add-new-comments dd {
		padding: 0;
		margin: 0;
	}
	.add-new-comments dl {
		height: 270px;
		overflow: auto;
	}
	.add-new-comments dd p {
		line-height: 15px;
		padding: 0 !important;
	}
	.add-new-comments dt {
		padding: 9px 17px 6px 0;
		overflow: hidden;
	}
		.add-new-comments dt a.remove, .add-new-comments dt a.remove img {
			width: 15px;
			height: 15px;
		}
		.add-new-comments dt a.remove {
			background: url('../../img/Light/remove.gif') no-repeat;
			float: right;
		}
		.add-new-comments dt span {
			color: #323434;
			font-weight: bold;
			padding: 0 0 0 5px;
		}
    	.add-new-comments dt.yellow span {
			color: #990100 !important;
		}
	.add-new-comments .submit {
    	width: 110px;
	}
/*--------------------------- PORTFOLIO --------------------------------------*/
.portfolio {

}
	.portfolio li.pages, .portfolio li.pages ul {
		text-align: center;
		float: none !important;
	}
	.portfolio .photoes li, .main .photoes li {
		width: 190px;
		height: 190px;
		background: #aaa;
		border: solid #999 1px;
		margin: 20px 19px 0;
		padding: 5px;
	}
	.portfolio .photo, .main .photo {
		border: none;
	}
/*--------------------------- CONTACTS --------------------------------------*/
.contacts {

}
	.contacts dl, .contacts dt, .contacts dd {
		margin: 0;
		padding: 0;
	}
	.contacts dl {
		padding: 0 0 0 20px;
	}
	.contacts dt {
		font-weight: bold;
	}
	.contacts dd {
		padding: 5px 0 15px 10px;
	}
