@import url("text.css");
@import url("around.css");

html, body{
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#414141;
}

body{
    background: url('../images/body_bg.png') repeat-x;
}

div#bodyBlockShadow{
    background: url('../images/content_shadow.jpg') repeat-x left 101px;
}

div#mainContentBlock{
    width: 950px;
    margin:0px auto;
}

div#headerBlock{
    height:80px;
    padding:21px 0px 0px 0px;
}

div#searchBlock{
    background-color: #7fa373;
    float:right;
    height:26px;
    margin-top:5px;
}

img#logo{
    width:166px;
    height:35px;
    padding-bottom:18px;
    padding-left:15px;
}

ul#menuBlock{
    margin:0px;
    padding:0px;
}

ul#menuBlock li{
    margin:0px;
    position:relative;
    list-style: none;
    font-weight:bold;
    display: inline;
    font-size:14px;
    text-transform: uppercase;
    padding:8px 35px;
}

ul#menuBlock li a{
    font-size:14px;
    color:#ffffff;
    text-decoration: none;
}

ul#menuBlock li.selected{
    background-color:#7fa373; 
    text-shadow:1px 1px 0px #656565;
}

ul#menuBlock li a:hover{
    color:#f5b404;
}

/* content */
div#contentBlock{
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    overflow:hidden;
}

div#leftContentBlock{
    float:left;
    width:685px;
    border-right:1px solid #e0e0e0;
}

div#contentBlock div.leftContentInner{
    padding:0px 20px;
}

div#rightContentBlock{
    width:26%;
    padding-right:6px;
    float:right;
}

table.listItemContent{
    border-collapse: collapse;
}

table.listItemContent td{
    padding:5px 10px 5px 0px;
    vertical-align: top;
}

table.listItemContent td.rightBorder{
    border-right:1px solid #e0e0e0;
}


div#photoGalleryBlock{
    background:#e0e0e0;
    height:120px;
    padding:3px 12px;
}

div#photoGalleryBlock div.goLeft,
div#photoGalleryBlock div.goRight{
    float:left;
    padding-top:55px;
    width:20px;
    height:70px;
    cursor:pointer;
}

div#photoGalleryBlock div.goRight{
    float:right;
}

div#photoGalleryBlock div.photoBlock{
    position:relative;
    width:560px;
    height:122px;
    overflow:hidden;
    margin:0px auto;
}

div#photoGalleryBlock div.photoBlock table.photoBlockInner{
    position:absolute;
    top:0px;
    left:0px;
    border-collapse: collapse;
}

div#photoGalleryBlock table.photoBlockInner td{
    padding:0px 12px;
    margin:0px;
}

div#photoGalleryBlock div.photoBlock img{
    width:160px;
    height:120px;
    border: 1px solid #ffffff;
    float:left;
    cursor:pointer;
}

div#galleryBigPhotoBlock{
    position:relative;
}

div#galleryBigPhotoContent{
    text-align: center;
    padding:30px 0px;
    background:url(../images/gallery/big_photo_shadow.jpg) repeat-x;
    border-top:1px solid #a8a8a8;
    height:600px;
}

div#galleryBigPhotoContent img{
    border:2px solid #ffffff;
}

div#loadingBigPhoto{
    position:absolute;
    top:30%;
    left:50%;
    margin-left:-21px;
    width:42px;
    height:42px;
    display:none;
}

img.smallShadow{
    width:60px;
    height:45px;
    background: url('../images/img_shadow.gif') no-repeat right bottom;
    padding: 0px 5px 5px 0px;
}

img.listImg{
    border:1px solid #000000;
}

a img{
    border:0px;
}

div.navigationLine{
    background: url('../images/marker_path.gif') no-repeat left 50%;
    padding: 2px 18px;
    color:#6f6f6f;
}

div.navigationLine a{
    color:#6f6f6f;
}

/* comments */

span.formError{
    background: url('../images/icons/warning.gif') no-repeat 5px 50%;
    padding:3px 0px 3px 30px;
    font-size:11px;
    color:#cf2525;
}

div.commentBlock{
    background: url('../images/comment_title_bg.gif') repeat-x 0px 15px;
    padding:0px 15px;
}

div.commentBlock div.commentTitleBlock{
    color:#2d6e08;
    font-size:20px;
    font-family: 'Arial Narrow', Helvetica, sans-serif;
    font-weight: bold;

}

div.commentBlock span.nickBlock{
    background: url('../images/icons/nick_name.gif') no-repeat 0px 50%;
    padding:3px 0px 3px 20px;
    font-weight: bold;
}

div.commentBlock form{
    margin:0px;
}

div.commentBlock form div{
    overflow: hidden;
    padding:4px 0px;
    clear:left;
}

div.commentBlock form label{
    width:70px;
    display: block;
    float:left;
}

div.commentBlock form input,
div.commentBlock form textarea{
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    width:60%;
    border:1px solid #e0e0e0;
    float:left;
}

div.commentBlock form input.button{
    width:101px;
    padding:2px 0px 4px 0px;
    border:0px;
    background: url('../images/button_light_bg.gif') no-repeat;
}

div.commentBlock table{
    border-collapse: collapse;
    width:99%;
}

div.commentBlock table td{
    padding:7px 8px;
}

div.commentBlock table tr.dark td{
    background-color: #e0e0e0;
}

div.commentBlock table tr.light td{
    background-color: #ffffff;
}

form.search{
    margin:0px;
    padding: 0px;
}

form.search div{
    width:205px;
    padding:2px 4px;
    height:25px;
    float:left;
}

form.search div input{
    border:0px;
    width:202px;
    background-color: #7fa373;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ffffff;
    padding:3px;
}

form.search input.button{
    border:0px;
    width:30px;
    height:25px;
    background:url('../images/icons/search.gif') no-repeat center;
}

div.separate{
    clear:left;
    height:40px;
}

/* note */
div.noteBlock{
    border:1px solid  #e0e0e0;
    position:relative;
}

div.noteBlock div.noteBlockContent{
    position:relative;
    top:-1px;
    right:-1px;
    padding:5px;
    background: url('../images/arround_box/note_corner.gif') no-repeat top right;
    font-size: 11px;
}

div.noteBlock div.clientBlockContent{
    position:relative;
    top:-1px;
    right:-1px;
    padding:5px;
    background: url('../images/arround_box/client_corner.gif') no-repeat top right;
    font-size: 11px;
}

div.noteBlock div.title{
    text-transform: uppercase;
    font-weight: bold;
    padding:7px 0px;
    border-bottom:1px solid  #e0e0e0;
    font-size: 12px;
}

div.leftNoteBlock{
    border:1px solid  #e0e0e0;
    background-position:right top;
    background-repeat:no-repeat;
}

div.leftNoteBlock div.innerText{
    width:120px;
    background-color:#ffffff;
    padding:8px;
    border-right:1px solid  #e0e0e0;
}

/*pager*/
div.pagerBlock{
    padding:5px 0px;
}

div.pagerBlock span.pageTitle{
    font-style: italic;
}

div.pagerBlock span.item,
div.pagerBlock span.itemSel{
    padding:0 3px;
}

div.pagerBlock span.itemSel{
    font-weight:bold;
}

/*footer*/
div.promo-footer{
	clear:both;
    border-top:2px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding-top:5px;
}

div#footerBlock{
    clear:both;
    border-top:2px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    border-bottom:10px solid #e0e0e0;
    padding:20px 20px;
    font-size:11px;
}

div#footerBlock table {
	width:645px;
	border-collapse:collapse;
}

div#footerBlock table td{
	vertical-align:top;
	padding:3px 5px 3px 15px;
	border-left:1px dotted #e0e0e0;
}

div#footerBlock table td ul{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 7px;
	list-style-type:square;
}

div#footerBlock table td ul a{
	color:gray;
}


/*login*/
div#loginBlockForm{
    border-bottom:1px solid #e0e0e0;
}

div#loginBlockForm form{
    margin: 0px;
    padding:0px 3px 5px 0px;
}

div#loginBlockForm form label{
    width:50px;
    display: block;
    float:left;
    padding-top:3px;
}

div#loginBlockForm form input{
    border:1px solid #414141;
    width:160px;
    margin-bottom:5px;
}

div#loginBlockForm form input.button{
    width:auto;
    text-align:center;
    border:1px solid #a1a1a1;
    background-color:#e0e0e0;
    padding:3px 7px;
    font-size:11px;
    margin-left:30px;
}

div#loginBlockForm p{
	margin:0px;
	padding:3px 0px;
}

div.clientItem{
    clear:left;
    overflow: hidden;
    padding:3px 0px;
}

div.clientImgBox{
    width:60px;
    height:50px;
    position:relative;
    background: url(../images/blogs/clients/photo_border.png) no-repeat;
    float:left;
}

div.clientImgBoxBorder{
    position:absolute;
    top:0px;
    left:0px;
    width:60px;
    height:50px;
    background: url(../images/blogs/clients/photo_border.png) no-repeat;
}

div#blogs_showcase{
	padding-top:10px;
}

div#blogs_showcase div.action-box{
	width:20px;
	height:25px;
	margin:70px 3px 0px 3px;
	background-image:url(../images/icons/nav_icons.png);
	background-repeat:no-repeat;
}

div#blogs_showcase div.content-box{
	width:172px;
	height:270px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

div#blogs_showcase div.content-box div.content{
	width:160px;
	height:250px;
	padding:5px;
	background-color:white;
	position:absolute;
	top:0px;
	left:0px
	z-index:1000;
	border:1px solid #e0e0e0;
}

/*form*/

form.intForm label{
    font-size: 16px;
    padding:2px 0px;
}

form.intForm input,
form.intForm textarea,
form.intForm select{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border:1px solid #e0e0e0;
    margin:4px 0px;
    padding:3px 2px;
    width:99%;
}

form.intForm select{
    width:auto;
}

form.intForm input.button{
    width:201px;
    padding:7px 0px 6px 0px;
    border:0px;
    background: url('../images/button_big_light_bg.gif') no-repeat;
}

div.googleBlock{
	padding:10px 0px 10px 0px;
	border-top:1px solid #e0e0e0;
}

div.gray-round-box{
	background-color:#f8f8f8;
	padding:5px 10px;
	border:1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
