html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    color:#5a5b5d;
}
a {
	color: #5a5b5d;
	outline: none;
	text-decoration: underline;
}
a:hover {

	text-decoration: none;
}
a.pdf {
	font-size:10px;
	text-decoration: none;
}
h2.pdf {
	text-decoration:underline;
}
p {margin: 0 0 15px}
img {
	border: none;
}
input {vertical-align: middle}
.clear {clear:both;}
#wrapper {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    position:relative;
	height: 200px;
}
.external #header {
	height: 620px;
	background: url(../images/logo_bg.jpg) no-repeat 54px 183px;
}
#header .logo {
    position:absolute;
    left:183px;
    top:114px;
}
#header .menu {
    position:absolute;
    left:340px;
    top:130px;
}
.external #header .menu {
    left:418px;
    top:508px;
}
#header .menu ul li {
    position:relative;
    font-size:15px;
    display:inline-block;
    background:url(../images/sep.gif) no-repeat right 3px;
    padding-left:10px;
    padding-right:17px;

    line-height:22px;
    color:#aaba00;
    font-weight:bold;
}
#header .menu ul li.last {
    background:none;
}
#header .menu ul li a {
    text-decoration:none;
    line-height:22px;
    font-weight:normal;
}
#header .menu ul li a.active {
    color:#aaba00;
    font-weight:bold;
}
#header .menu ul li a:hover {
    text-decoration:underline;
}
#header .menu div.cat_list {
    padding-top:5px;
    width:638px;
}
#header .menu div.cat_name {
    float:left;
    font-weight:bold;
    font-size:11px;
    line-height:12px;
    color:#5a5b5d;
    padding-left:10px;
    padding-right:14px;
}
#header .menu div.active {
    padding-right:12px;
}
#header .menu div.last {
    float:right;
    text-align:right;
    padding-left:0px;
    padding-right:0px;
}
#header .menu .cat_name a {
    font-weight:normal;
    text-decoration:none;
}
#header .menu .cat_name a:hover {
    text-decoration:underline;
}




/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 320px 175px 183px;
    background:url(../images/cbg.jpg) no-repeat left top;
	min-height: 423px;
	height: auto !important;
	height: 423px;
}
.external #content {
	padding: 0 0 175px;
	min-height: 40px;
	height: auto !important;
    height: 40px;
    background:none;
}
.portfolio #content {
	padding: 0 10px 175px 183px;
}
#content .news_item {
    margin-bottom:20px;
    text-align:justify;
}
#content .news_item h1 span {
    color:#AABA00;
}
#content .news_item p {
    margin:0;
}
#content .news_item a {
    color:#AABA00;
}
.notshow {
    display:none;
}
#content .news_item .full_story {

}

#content .pitems .pitem {
    float:left;
    width:169px;
    height:169px;
    background:#ecedef;
    margin:1px;
}
#content .pitems .pitem .blank {
    position: relative;
    width:159px;
    height:169px;
    padding-left:10px;
}
#content .pitems .c1 {background:#aeafb1;}
#content .pitems .c2 {background:#abbd26;}
#content .pitems .c3 {background:#5a5b5d;}
#content .pitems .c4 {background:#abbd26;}
#content .pitems .pitem .blank {
    cursor:pointer;
    text-decoration:none;
}
#content .pitems .pitem .blank span {
    display: block;
    width:100px;
    position: absolute;
    bottom:5px;
}
#content .pitems .pitem a:hover .blank span {
    font-size:14px;
    font-weight:bold;
}
#content p {
    text-align:justify;
}

#content .projects #big_foto {
    position:relative;
    float:left;
    width:530px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
}
#content .projects #big_foto .picture {
    text-align:center;
}
#content .projects #big_foto .overlay {
    position:absolute;
    top:0px;
    left:0px;
    z-index:2000;
    background:url(../images/overlay.png) repeat top left;
    width:530px;
    height:530px;
}
#content .projects #big_foto .wait {
    position:absolute;
    top:0px;
    left:0px;
    z-index:3000;
    background:url(../images/ajax-loader.gif) no-repeat center center;
    width:530px;
    height:530px;
}
#content .projects .thumbs {
    float:left;
    margin-left:5px;
    width:265px;
}
#content .projects .thumbs .thumb {
    float:left;
    width:127px;
    height:127px;
    margin-left:3px;
    margin-bottom:3px;
}
#content .projects .thumbs .thumb .blank {
    width:127px;
    height:127px;
    cursor:pointer;
}
#content .projects .thumbs .c1 {
    background:#e7e8e9;
}
#content .projects .thumbs .c2 {
    background:#d2d3d5;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    position:relative;
	width: 1000px;
    margin-top:-175px;
	height: 175px;
    background: url(../images/footer_bg.jpg) no-repeat 664px bottom;
}
.external #footer {
    background-position:656px bottom;
}
.portfolio-detail #footer {
    background-position:735px bottom;
}
#footer .f_block {
    position:absolute;
    right:360px;
    top:116px;
    font-size:10px;
    line-height:12px;
    text-align:right;
}
#footer .f_block a {
    text-decoration:none;
}
#footer .f_block a:hover {
    text-decoration:underline;
}
.portfolio-detail #footer .f_block {
    right:289px;
}