@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bodyBg.gif) repeat-x #0d0c0c;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4c4f52;
	text-align:center;
}

img {
border:none;
}

.header {
	height:122px;
	padding:1px;
	background:#550303;
	margin:0 auto;
}

.header .headerGrdient {
	height:122px;
	background:url(../images/headBg.gif) repeat-x;
	text-align:left;
}

.navigationLine{
	background:url(../images/buttons.gif) repeat-x;
	height:18px;
	line-height:18px;
	margin:0 auto;
}

.navigationLine ul, .navigationLine li {
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin:0;
}
.navigationLine ul {
padding-left:5px;
float:left;
}

.navigationLine ul.rightNav {
float:right;
padding-right:5px;
}



.navigationLine li {
	float:left;
}
.navigationLine li a{
	display:block;
	height:18px;
	line-height:18px;
	padding:0 21px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/buttonsHover.gif) no-repeat left;
	color:#1d1c1c;

}

.navigationLine li a:hover, .navigationLine li a.active {
background:url(../images/buttonsHover.gif) no-repeat right;
color:#363933;
border-left: 1px solid #484844;
border-right: 1px solid #484844;
	padding:0 20px;

}

.navigationLine li.nextImLink a {
background:url(../images/buttonsHoverAnim.gif) no-repeat right;
color:#1c1c19;
border-left: 1px solid #484844;
border-right: 1px solid #484844;
	padding:0 20px;


}



.welcomeText {
height:70px;
padding-top:20px;
color:#CCCCCC;
}



.gallery{

display:table;
text-align:center;
margin:0 auto;
width:100%;
}

.gallery ul, .gallery li {
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin:0;
}


.gallery ul {
	padding: 0;
	width:980px;
	margin:0 auto;
	padding-bottom:20px;

}



.gallery li {
	background:url(../pfImages/backGr.jpg) no-repeat;
	width:975px;

	
}


.portfolioList {
	display:table;
	text-align:center;
	margin:0 auto;
	width:100%;
}

.holder {
	margin:0 auto;
	text-align:center;
}

.portfolioList ul, .portfolioList li {
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin:0;
}

.portfolioList ul {
	padding: 0;
	width:980px;
	margin:0 auto;
	

}

.portfolioList li.big {
	width:980px;
	background:none;
}

.portfolioList li {
	background:url(../pfImages/backGr.jpg) no-repeat;
	width:325px;
	height:390px;
	float:left;
	
}
.portfolioList li .textBlock {
	width:333px;
	height:129px;
	padding-top:235px;
}


.portfolioList li .textBlock .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #545443;
	text-align:center;
	height:30px;
	line-height:30px;
		padding:0 15px 0 10px;
}

.portfolioList li .textBlock .text {
	font-weight: bold;
	text-align:justify;
	padding:0 15px 0 10px;
	height:70px;
}


.text a {
text-decoration:none;
color:#666666;


}

.text a:hover {
text-decoration:none;
color:#999999;


}


.portfolioList li .textBlock .link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6e6e5d;
	text-align:center;
		padding:0 15px 0 10px;
}

.portfolioList li .textBlock .link a {
	color: #6e6e5d;

}
.portfolioList li .textBlock .link a:hover {
	color: #8c8c77;

}



.footerLine{
background:url(../images/bottomBg.gif) repeat-x;
height:156px;
margin:0 auto;


}
