@IMPORT url("definitions.css");

body {
	font-family: Tahoma, Verdana, Arial, Georgia, "Times New Roman";
	font-size: 12px;
	background: #3c1815 url('/data/images/background.jpg') repeat-y center;
	color: #FFF;
}

a {
	color: #fed211;
	text-decoration: none;
}

a.blue {
	color: #276fc4;
}

.red {
	color: #fed211;
}

.cred {
	color: #ff6600;
}

.orange-border {
	border: 2px solid #cf6c06;
	margin-top: 5px;
	margin-bottom: 15px;
}

input,textarea {
	background: transparent url('/data/images/input.png') repeat;
	border: 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 10px;
	margin: 5px 0px;
	color: #fdd6ab;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Georgia, "Times New Roman";
}

button {
	width: 72px;
	height: 27px;
	background: transparent url('/data/images/button.png') no-repeat;
	border: 0px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.login {
	width: 477px;
	height: 73px;
	color: #fdd6ab;
	background: transparent url('/data/images/login.png') no-repeat top;
	margin-right: 35px;
	padding: 10px 25px;
	float: right;
}

h2 {
	color: #fed211;
	font-size: 24px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h3 {
	color: #FFF;
	font-size: 18px;
}

h4 {
	color: #fed211;
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.menu-button {
	width: 230px;
	height: 71px;
	display: block;
	background: transparent url('/data/images/menu-button.png') no-repeat top;
	/*margin: 60px 45px;*/
	margin: 60px 10px;
	float: left;
}

.menu-button-hover {
	background: transparent url('/data/images/menu-button-hover.png') no-repeat top;
}

.menu-button img {
	margin-right: 5px;
	float: left;
	margin-top: 3px;
}

.menu-button h1 {
	color: #FFF;
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 4px;
}

.menu-button h4 {
	color: #fdd6ab;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.menu-button a {
	color: #FFF;
}

.dark-box {
	background: transparent url('/data/images/transparent_bg.png') repeat;
	padding: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.dark-title {
	background: transparent url('/data/images/transparent_bg.png') repeat;
}

.footer {
	width: 100%;
	min-width: 1000px;
	height: 237px;
	background: transparent url('/data/images/footer_bg.png') repeat-x top;
	margin-top: 20px;
	padding-top: 20px;
}

.vline {
	width: 5px;
	height: 230px;
	background: transparent url('/data/images/vline.png') no-repeat center;
	float: left;
}

.footer-box {
	width: 300px;
	height: 230px;
	color: #fdd6ab;
	padding: 0px 10px;
	float: left;
}

.footer-box ol {
	margin-left: 25px;	
}

.footer-box ol li {
	margin: 2px 0px;
}

.bg1 {
	background: transparent url('/data/images/footer_man.png') no-repeat center;
}

.bg2 {
	background: transparent url('/data/images/footer_phone.png') no-repeat center;
}

.bg3 {
	background: transparent url('/data/images/footer_letter.png') no-repeat center;
}

table td {
	padding: 0px 5px;
}

.chb {
	margin-left: 20px;
}

/* CONTENT */

#about_us {
	width: 450px;
	padding: 15px;
	float: left;
}

#about_us ul {
	margin-left: 25px;
}

#last_projects {
	width: 500px;
	float: right;
}

#last_projects #lastProjects {
	width: 400px;
	margin-left: 35px;
	float: left;
}

#last_projects #lastProjects .project-name {
	padding: 5px;
}

#last_projects #lastProjects .project-name a {
	color: #fff;
	font-weight: bold;
}

#last_projects #btnPrev {
	width: 32px;
	height: 32px;
	display: block;
	background: transparent url(/data/images/btnPrev.png) no-repeat center center;
	position: relative;
	top: -140px;
	left: -5px;
	float: left;
}

#last_projects #btnNext {
	width: 32px;
	height: 32px;
	display: block;
	background: transparent url(/data/images/btnNext.png) no-repeat center center;
	position: relative;
	top: -140px;
	right: -5px;
	float: right;
}

.left-side {
	width: 625px;
	margin-left: 35px;
	float: left;
}

.left-side ul,.left-side ol {
	margin-left: 25px;
}

.right-side {
	width: 280px;
	float: right;
}

.post {
	border-bottom: 1px solid #381d14;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post h1 {
	font-size: 16px;
	margin: 5px 0px;
}

.post img {
	margin-bottom: 10px;
}

.post .info {
	font-size: 11px;
	color: #e8e8e8;
	margin-bottom: 20px;
}

.post .tags {
	font-size: 11px;
	color: #e8e8e8;
	margin-top: 20px;
}

#categoriesMenu,
#categoriesMenu ul {
	margin-left: 20px;
}

#categoriesMenu li,
#categoriesMenu ul li {
	margin: 5px 0px;
}

#categoriesMenu a:hover {
	color: #fff;
}

#categoriesMenu li a#selected {
	font-weight: bold;
	color: #fff;
}

.error {
	color: #ff0000;
	font-style: italic;
}

#comments {
	padding: 20px;
}

#comments h5 {
	color: #fed211;
	font-size: 14px;
}

#comments p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e8e8e8;
}

.dark-form input,.dark-form textarea {
	background: transparent url('/data/images/transparent_bg.png') repeat;
	border: 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 10px;
	margin: 5px 0px;
	color: #fdd6ab;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Georgia, "Times New Roman";
}

#projectPhotos {
	height: 345px;
	overflow: hidden;
}

#projectPhotos ul li {
	height: 345px;
	overflow: hidden;
}

#projectPhotos #btnPrev {
	width: 50px;
	height: 345px;
	display: block;
	background: transparent url(/data/images/btnPrevLarge.png) no-repeat center center;
	position: relative;
	top: -346px;
	left: 0px;
	z-index: 99;
	float: left;
}

#projectPhotos #btnNext {
	width: 50px;
	height: 345px;
	display: block;
	background: transparent url(/data/images/btnNextLarge.png) no-repeat center center;
	position: relative;
	top: -346px;
	right: -5px;
	z-index: 99;
	float: right;
}

#projectPhotos .photo-info {
	height: 40px;
	background: transparent url(/data/images/photoBG.png) repeat;
	position: relative;
	top: -50px;
	padding: 5px 60px;
}

ul.list {
	list-style-image: url("/data/images/accept.png");
}

ul#blogItem {
	list-style-type: none;
}
ul#blogItem li {
	margin: 10px 0px 20px 0px;
}
ul#blogItem img {
	margin: 5px 0px;
}

#lastProjects ul {
	list-style-type: none;	
}
#lastProjects ul li {
	padding: 5px 0px;
}

.trbg1 {
	background: transparent url('/data/images/transparent_bg1.png') repeat;
}

table.pays td {
	padding: 5px;
}



/*
 *  PAGING DEFINITIONS
 */ 
 
.paging {
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	font-weight: normal;
	padding-top: 5px;
}

.paging a.selected {
	width: 15px;
	color: #fed211;
	font-size: 13px;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px;
}

.paging a.arrows {
	width: 15px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: bold;
}

.paging a:hover {
	text-decoration: none;
	color: #000000;
}

.paging .normal {
	width: 15px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: bold;
}