body {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:visited {
    color: inherit;
}

a:hover {
    color: #005faf;
    text-decoration: none;
}

img {
    border: none;
}

div#wrapper {
    zoom: 1;
    margin: auto;
    width: 1024px;   
    overflow: hidden;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

div.pageUp {
    width: 35px;
    z-index: 20;
    height: 27px;
    bottom: 112px;
    position: fixed;
    text-align: center;
    margin: 0 0 0 26px;
    font: normal 10px Arial;
    border: 1px solid #999999;
    background: rgba(224,224,224,0.6);
}

div.pageUp:hover {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    background: rgba(224,224,224,1);
}

div.pageUp span {
    display: block;
}

div.pageUp a {
    color: #000000;
    text-decoration: none;
}

div.clear {
    clear: both;
}

div#mainTop {
    width: 1024px;
    height: 184px;
    position: relative;
    background: #ffffff;
}

img.logotype {
    float: left;
    margin: 0 0 0 -10px;
}

div.lang {
    float: left;
    margin: 60px 0 0 44px;
}

a.eng, a.rus {
    float: left;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: url("../../images/lang.png");
}

a.rus {
    margin: 0 0 0 8px;
    background-position: 0 -22px;
}

div.menu {
    left: 0;
    bottom: 0;
    /*width: 688px;*/
    height: 26px;
    position: absolute;
    background: #7a7a7a;
}

div.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.menu ul li {
    float: left;
    height: 26px;
    background: #000000;
/*
    padding: 0 26px 0 26px;
    font: normal 11px/26px Arial;
*/
    padding: 2px 20px 0 16px;
    font: normal 14px/26px Arial;
    border-left: 3px solid #ffffff;
}

div.menu ul li:hover {
    background: #aaaaaa;
}

div.menu ul li a {
    color: #ffffff;
}

div.menu ul li a:hover {
    color: #e6e6e6;
}

div.menu ul li.activeMenu {
    background: #aaaaaa;
}

div.menu ul li.activeMenu a {
    text-decoration: none;
}

div.phones {
    float: right;
    width: 330px;
    height: 184px;
    background: #f9f8f8;
    border-left: 3px solid black;
}

div.phonesInner {
    width: 272px;
    position: relative;
    margin: 14px auto 0 auto;
}

div.phoneNumber {
    float: left;
    width: 170px;
    cursor: default;
    padding: 0 10px 0 0;
    border-right: 1px solid #2b2b2b;
    margin-bottom: 10px;
}

div.phone1, div.phone2 {
    margin: 0;
    padding: 0;
    text-align: right;
}

div.phone1 {
    font: bold 16px Arial;
}

div.phone1 span {
    font: bold 22px Arial;
}

div.phone2 {
    font: bold 14px Arial;
}

span.callYou {
    float: left;
    color: #005faf;
    cursor: pointer;
    font: bold 9px Arial;
    margin: 32px 0 2px 10px;
    text-decoration: underline;
}

span.callYou:hover {
    color: #990000;
}

div.callYouBlock {
    right: 0;
    top: 50px;
    //top: -55px;
    z-index: 1;
    width: 270px;
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaa9a9;
}

div.closeCYB {
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
    margin: 4px 4px 0 0;
    font: normal 10px Arial;
}

div.closeCYB span {
    float: left;
    margin: 2px 3px 0 0;
    text-decoration: underline;
}

div.closeCYB span:hover {
    text-decoration: none;
}

div.closeCYB div.closeBlock {
    float: left;
    width: 20px;
    height: 19px;
    background: url("../../images/close.png") no-repeat;
}

div.closeCYB div.closeBlock:hover {
    background-position: 0 -19px;
}

div.closeCYB div.closeBlock:active {
    background-position: 0 0;
}

div.callYouBlock div.padding {
    overflow: hidden;
    padding: 19px 22px 10px 25px;
}

div.callYouBlock p {
    margin: 0;
    padding: 0;
    color: #000000;
    font: italic 14px Georgia;
}

form.callYouForm {
    margin: 8px 0 0 0;
}

form.callYouForm input {
    width: 216px;
    height: 22px;
    outline: none;
    margin: 0 0 2px 0;
    padding-left: 5px;
    background: #f1f1f1;
    border: 1px solid #7a7a7a;
    font: normal 12px/22px Georgia;
}

form.callYouForm input:focus {
    border: 1px solid #2b2b2b;
}

form.callYouForm input.sendCall {
    float: right;
    width: 110px;
    height: 24px;
    color: #ffffff;
    margin: 10px 0 0 0;
    background: #ac0000;
    text-decoration: underline;
    font: bold italic 12px/24px Georgia;
}

form.callYouForm input.sendCall:hover {
    background: #cc0000;
    text-decoration: none;
}

form.callYouForm input.sendCall:active {
    background: #ac0000;
    text-decoration: underline;
}

div#content, div#sidebar {
    float: left;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

div.services {
    right: 0;
    bottom: 0;
    width: 330px;
    height: 26px;
    color: #000000;
    text-indent: 10px;
    position: absolute;
    background: #d1d1d1;
    font: normal 11px/26px Arial;
}

div#content {
    width: 690px; 
    overflow: hidden; 
    background: #ffffff;
}

div#content div.padding {
    padding: 13px 35px 50px 25px;
    text-align:justify;
}

div.imageMain {
    width: 588px;
    height: 218px;
    margin: 0 0 0 30px;
    background: url("../../images/imageMain.jpg") no-repeat;
}

a.siteLink {
    float: left;
    color: #717171;
    margin: -6px 0 0 7px;
    text-decoration: none;
    font: normal 10px Arial;
}

a.siteLink:hover {
    text-decoration: underline;
}

h1.hTopic {
    padding: 0;
    margin: 14px 0 0 5px;
    font: bold 30px Arial;
}

p.textContent {
    color: #000000;
    cursor: default;
    font: normal 12px Georgia;
}

div.sign {
    float: right;
}

div.sign img {
    margin: 0 -50px 0 0;
    vertical-align: middle;
}

div.sign span {
    position: relative;
    font: normal 12px Georgia;
}

div#sidebar {
    float: right;
    width: 330px;
    margin-top: 1px;
    background: #ffffff;
    border-left: 1px solid #d4d4d4;
	border-top: 5px solid #d4d4d4;
}

div#sidebar div.mainPadding {
    padding-bottom: 20px;
}

div.sidebarBG {
    background: #f9f8f8 !important;
}

div.service {
/*
    width: 330px;
    position: relative;
    background: #f1f1f1;
    border-top: 1px solid #d4d4d4;
*/
	width: 320px;
	position: relative;
	background: #f1f1f1;
	border-bottom: 5px solid #d4d4d4;
	border-left: 5px solid #d4d4d4;
	border-right: 5px solid #d4d4d4;
}
.sidebarBG  > div.service:first {
	border-top: 5px solid #d4d4d4;
}
img.arrServ {
    left: 0;
    top: 13px;
    position: absolute;
}

div.service div.padding {
    padding: 8px 35px 10px 30px;
}

div.service .padding {
    margin: 0;
    padding: 0;
    font: bold 14px Georgia;
}

div.service .padding a {
    color: #000000;
}

div.service .padding a:hover {
    color: #005faf;
    text-decoration: underline;
}

div.service .padding a:active {
    color: #6c6c6c;
    text-decoration: underline;
}

div.service p {
    padding: 0;
    color: #000000;
    cursor: default;
    margin: 5px 0 0 0;
    font: normal 11px/14px Georgia;
}

div.comments {
    width: 330px;
    height: 26px;
    text-indent: 10px;
    background: #d1d1d1;
    font: normal 11px/26px Arial;
    border-bottom: 1px solid #d4d4d4;
}

div.comment {
    float: left;
    width: 310px;
}

div.sender {
    width: 280px;
    padding: 12px 0 5px 30px;
    border-bottom: 1px dotted #d4d4d4;
}

div.sender img {
    vertical-align: middle;
}

div.sender h1 {
    display: inline;
    font: bold 14px Georgia;
}

div.textComment p{
    margin: 0;
    width: 270px;
    color: #000000;
    cursor: default;
    text-align: left;
    padding: 10px 10px 15px 30px;
    font: normal 12px/16px Georgia;
    border-bottom: 1px dotted #d4d4d4;
}

p.aboutSender {
    color: #545454;
    text-align: right;
    padding: 0 10px 0 0;
    font: normal 10px Georgia;
}

p.aboutSender span {
    display: block;
}

div.pnComments {
    color: #666666;
    margin: 0 0 0 30px;
    font: normal 11px Arial;
}

div.pnComments span {
    cursor: pointer;
}

div.pnComments span:hover {
    color: #005faf;
}

span.activeCom {
    color: #ff0000;
}

a.allComments {
    color: #000000;
    font: bold 15px Georgia;
}
a.allComments:hover {
    color: #005FAF;
}

div.compHistory img {
    float: left;
    margin: 0 5px 5px 0;
}

div.padding {
    padding: 15px 30px 0 30px;
}

div.compHistory div {
    margin: 0;
    font: bold 18px Arial;
}

div.compHistory div span {
    margin: 0 0 0 34px;
}

div.compHistory p {
    margin: 0;
    padding: 0;
    text-align: justify;
    font: normal 12px Georgia;
}

a.readNext {
    float: right;
    color: #000000;
    font: bold 12px Georgia;
}

a.readNext:hover {
    color: #005faf;
}

ul.breadcrubms {
    padding: 0;
    list-style: none;
    margin: 10px 0 -5px 0;
    font: normal 10px Arial;
}

ul.breadcrubms li {
    float: left;
    margin: 0 4px 0 0;
}

ul.breadcrubms li a {
    color: #717171;
}

ul.breadcrubms li.realPage a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    padding: 0;
    margin: 0 0 20px 0;
   /* font: bold 30px Arial;*/
    text-align: left;
font-size: 1.75em!important;
}


div.topicHContent {
    color: #d71920;
    margin: 0 0 20px 0;
    font: bold 14px Georgia;
}

div.topic1HContent {
    color: #d71920;
    margin: 25px 0 25px 0;
    font: bold 14px Georgia;
    text-transform: uppercase;
}

p.contentText {
    font: normal 12px Georgia;
}

p.boldContentText1 {
    margin: 0;
    padding: 0;
    font: bold 14px Georgia;
}

p.contentText2 {
    padding: 0;
    margin: 0 0 15px 0;
    font: normal 12px Georgia;
}

p.contentText2 span.bold {
    font: bold 14px Georgia;
}

p.contentText1 {
    padding: 0;
    margin: 0 0 15px 0;
    font: normal 12px Georgia;
}

a.orden {
    color: #005faf;
    cursor: pointer;
    margin: 25px 0 0 0;
    font: bold 14px Georgia;
    text-transform: uppercase;
    text-decoration: underline;
}

a.orden:hover {
    color: #d71920;
    text-decoration: underline;
}

ul.ul1Content {
    list-style: disc;
    margin: 0 0 35px 0;
    font: normal 12px Georgia;
}

ul.ul2Content {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0 0 0 20px;
    font: normal 12px Georgia;
}

ul.ul3Content {
    padding: 0;
    list-style: none;
    margin: 0 0 35px 0;
    font: normal 12px Georgia;
}

ul.ul4Content {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: disc inside;
    font: normal 12px Georgia;
}

ul.ul5Content {
    padding: 0;
    list-style: none;
    margin: 0 0 35px 0;
    font: normal 12px Georgia;
}

ul.ul5Content li {
    padding: 0 0 0 10px;
    background: url("../../images/listStyle.jpg") no-repeat 0 7px;
}

div.clientComments {
    width: 695px;
    height: 25px;
    background: #d1d1d1;
    margin: 50px 0 15px -25px;
    padding: 0 0 0 30px;
    font: normal 11px/25px Arial;
}

div.clientComment {
    overflow: hidden;
}

div.picture {
    float: left;
    height: 140px;
    display: inline;
}

div.picture img {
    display: block;
    margin: 0 12px 5px 0;
}

div.picture span {
    display: block;
    color: #000101;
    font: bold 9px Georgia;
width:1px;
}

p.clientDate {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font: bold 11px Arial;
}

p.clientDate span {
    color: #4d4d4d;
}

.commentText {
    zoom: 1;
    padding: 0;
    overflow: hidden;
    margin: 8px 0 0 0;
    font: normal 11px Arial;
}



div.pnCom2 {
    margin: 30px 0 0 0;
}

a.allComments1 {
    text-decoration: underline;
}

a.allComments1:hover {
    text-decoration: none;
}

div.grayLine {
    z-index: 10;
    width: 690px;
    height: 25px;
    background: #d1d1d1;
    margin: 15px -0px 10px -25px;
}

form.addComment {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.leftBlockAddCom {
    float: left;
    _width: 302px;
}

form.addComment legend {
    margin: 10px 0 15px 0;
    font: bold 14px Arial;
}

form.addComment label p {
    margin: 0;
    padding: 0;
    display: block;
    text-indent: 4px;
    font: 14px Georgia;
margin-bottom:10px;

}

form.addComment label p.bLabelText {
    display: block;
    text-indent: 4px;
    font: 14px Georgia;
}

form.addComment label p.bLabelText span {
    font: 14px Georgia;
}

form.addComment label span.grayLabelText {
    color: #666666;
}

form.addComment input {
    width: 300px;
    height: 27px;
    outline: none;
    text-indent: 4px;
    margin: 0 0 10px 0;
    background: #f1f1f1;
    border: 1px solid #545454;
    font: normal 12px/22px Georgia;
}

form.addComment input:focus {
    border: 1px solid #2b2b2b;
}

div.rightBlockAddCom {
    float: right;
    _width: 297px;
}

form.addComment textarea {
    resize: none;
    width: 295px;
/*    height: 241px; */
    height: 222px;
    outline: none;
    background: #f1f1f1;
    padding: 4px 5px 0 4px;
    border: 1px solid #545454;
    font: normal 12px Georgia;
}

form.addComment textarea:focus {
    border: 1px solid #2b2b2b;
}

div.type_file {
    height: 26px;
    margin: 0 0 10px 0;
    position: relative;
}

div.type_file input.inputFile {
    top: 0;
    left: 0;
    z-index: 2;
    width: 301px;
    height: 26px;
    position: absolute;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

div.type_file div.bgTypeFile {
    top: 0;
    left: 0;
    z-index: 1;
    width: 301px;
    height: 26px;
    position: absolute;
    background: url("../../images/bgTypeFile.jpg");
}

div.type_file input.inputFileValue {
    top: 1px;
    left: 1px;
    z-index: 2;
    width: 233px;
    border: none;
    background: none;
    position: absolute;
}

div.clientPicture {
    display: block;
    margin: 10px 0 0 0;
}

div.clientPicture img {
    vertical-align: bottom;
}

div.clientPicture span {
    font: italic 12px Georgia;
}
/*
form.addComment input.sendComment {
    float: right !important;
    width: 108px !important;
    outline: none !important;
    color: #ffffff !important;
    margin: 33px 0 0 0 !important;
    background: #ac0000 !important;
    border: 1px solid #161616 !important; 
}
*/
form.addComment input.sendComment {
    float: right;
    width: 110px;
    height: 30px;
    color: #ffffff;
    margin: 10px 0 0 0;
    background: #ac0000;
    text-decoration: none;
    font: 14px/24px Georgia;
line-height:1;
}

form.addComment input.sendComment:hover {
    background: #cc0000;
    text-decoration: underline;
}

form.addComment input.sendComment:active {
    background: #ac0000;
    text-decoration: underline;
}

div.formHR {
    width: 695px;
    height: 1px;
    margin: 20px 0 0 -25px;
    background: #acacac;
}

form.sendMessage textarea {
    resize: none;
    width: 295px;
    height: 122px;
    outline: none;
    background: #f1f1f1;
    padding: 4px 5px 0 4px;
    border: 1px solid #545454;
    font: normal 12px Georgia;
}

form.sendMessage input.sendMessage {
    margin: 14px 0 0 0 !important;
}

div.captcha {
    margin: 5px 0 0 0;
}

div.captcha span {
    font: italic 12px Georgia;
}

div.captcha img {
    vertical-align: middle;
}

div.captcha input.captcha {
    float: right;
    width: 105px;
    text-indent: 0;
    text-align: center;
    font: bold 14px Georgia;
}

h1.contentHContacts {
    color: #d71920;
    margin: 0 0 10px 0;
    font: bold 14px Georgia;
}

h1.noMCHC {
    margin: 0 !important;
}

p.PCHC {
    padding: 0;
    margin-top: 0;
    font: normal 12px Georgia;
}

div.paddingClientComment {
    padding-bottom: 10px;
    border-bottom: 1px dotted #5f5f5f;
}

div.padding2ClientComment {
    padding: 30px 0 10px 0;
    border-bottom: 1px dotted #5f5f5f;
}

div.noBorder {
    border: none;
}

p.clientDate span.block {
    display: block;
}

div#footer {
    z-index: 10;
    height: 89px;
    width: 1024px;
    position: absolute;
    display: block;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-top: 6px solid #000000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

div#footer div.padding {
    padding: 20px 36px 20px 30px;
}

ul.fMenu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.fMenu li {
    float: left;
    padding: 0;
    margin: 0 18px 0 0;
    font: normal 11px Arial;
}

ul.fMenu li a {
    color: #000000;
}

img.avant {
    float: right;
}

p.fPhones {
    margin: 0;
    color: #000000;
    padding: 2px 0 0 0;
    font: normal 11px Arial;
}

span.callYouf {
    color: #005faf;
    cursor: pointer;
    font: bold 9px Arial;
    margin: 32px 0 2px 10px;
    text-decoration: underline;
}

span.callYouf:hover {
    color: #990000;
}

div.callYouBlockf {
    left: 138px;
    top: -90px;
    z-index: 1;
    width: 270px;
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaa9a9;
}

div.callYouBlockf div.padding {
    overflow: hidden;
    padding: 19px 22px 10px 25px !important;
}

div.callYouBlockf p {
    margin: 0;
    padding: 0;
    color: #000000;
    font: italic 14px Georgia;
}


/* Слайдер комментариев */
span.prevComment {
    float: left;
    margin: 0 5px 0 0;
}

span.nextComment {
    float: left;
    margin: 0 0 0 5px;
}

span.prevComment:hover, span.nextComment:hover {
    color: #005faf;
}

div.tabComments {
    display: none;
}

div.visibleComment {
    display: block;
}

ul.tabsComments {
    margin: 0;
    padding: 0 0 20px 0;
}

ul.tabsComments li {
    float: left;
    cursor: pointer;
    list-style: none;
    margin: 0 4px 0 0;
}

ul.tabsComments li:hover {
    color: #005faf !important;
}

ul.tabsComments li.currentComment {
    color: #ff0000;
}

ul.tabsComments li.no-activeComment {
    color: #666666;
}
/* Слайдер комментариев */
.social_links {
	position: relative;
	left: 250px;
	top: -30px;
}
div .project-right {
	text-align: center;
    font: bold 14px Georgia;
}
div.project-right a:hover {
    color: #005faf;
    text-decoration: underline;
}
div.project-right a:active {
    color: #6c6c6c;
    text-decoration: underline;
}
div.project-right p {
    margin: 10px 15px;
}
.project-right a img, .project-block a img,  .project-gallery a img {
	padding:5px;
	background:#fff;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	margin:10px 0;
	border-radius:15px 0 15px 0!important;
}
.project-right a:hover img, .project-block a:hover img, .project-gallery a:hover img {
	box-shadow:0 0 10px #c7388d;
}
/* стили для страницы проектов */
.project-block {
	float: left;
	width: 273px;
	height: 390px;
	font: normal 14px/14px 'Trebuchet MS',Tahoma,Arial,sans-serif;
	text-align: center;
	padding: 1px 10px 1.4em 10px;
	border: 1px solid #ccc;
	background: #fdfdfd;
	box-shadow: 0 0 15px #ddd;
	margin: 0 10px 15px 10px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.project-block p {
	margin: 8px auto;
}
.project-block img, .project-img img.uslugi-img, .news-img {
	border: 1px solid #d1d1d1;
	padding: 2px;
}
 .project-img img.uslugi-img {
	float: right;
/*	width: 150px;*/
	margin: 0 0 10px 20px;
}
.news-img {
	float: right;
	margin: 0 0 10px 20px;
}
.detail-project p {
	text-align: justify;
}
.detail-project li, .new-ul li {
	list-style-image: url(/images/li-plus.gif);
}
.project-gallery a img {
    margin: 10px 10px;
}
.uslugi {

}
.uslugi h2 {
	font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.7em;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin-top: 1.5em;
}
.uslugi h2 a {
	text-decoration: none;
	color: #4c007d;
}
.result-test {
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0 0 10px #999;
	margin: 10px 0;
	vertical-align: bottom;
	font-weight: bold;
}
.test-ved {
	text-align: center;
}
.test-ved a img {
	padding:5px;
	background:#fff;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	margin:10px 0;
	border-radius:15px!important;
}
.test-ved a:hover img {
	box-shadow:0 0 10px #c7388d;
}
#table-test {
	font-size: 14px;
}
/* Блок новостей */
.box-calendarEvents {
	display: block;
	position: relative;
}
.box-calendarEvents ul {
	padding: 0;
	margin: 0;
}
.box-calendarEventsList > li {
	border-bottom: 1px solid #E3E3E3;
	display: block;
	overflow: hidden;
	padding: 8px 0 8px 0;
}
.box-calendarDateBlue, .box-calendarDateGray {
	background-color: #269ACA;
	display: block;
	float: left;
	margin: 0 18px 0 10px;
	overflow: hidden;
	width: 71px;
}
.kolProjects {
	position: relative; top: 10px; left: 20px;border: 1px solid #999;box-shadow: 0 0 10px #999;cursor: pointer;
}
.box-calendarDateBlue .textstyle-calendarDate, .box-calendarDateGray .textstyle-calendarDate, .box-calendarDateBlue .textstyle-calendarMonth, .box-calendarDateGray .textstyle-calendarMonth {
	color: #FFF;
	font: normal normal normal 20px/25px "PTSansNarrowRegular", "Arial";
	padding: 2px;
	text-align: center;
}
.box-calendarDateBlue .textstyle-calendarMonth, .box-calendarDateGray .textstyle-calendarMonth {
	background-color: #315B8C;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}
.box-calendarEventsList .title_and_descr {
	margin-left: 90px;
}
.box-calendarEventsList h2 {
	margin: -6px 0 1px 0;
	padding: 0;
}
.headerstyle-blue16px {
	color: #315B8C;
	font-size: 16px;
	padding: 0 0 3px 0;
}
.view-projects {
	border-top: 1px dotted #999;
	padding-left: 100px;
}
.view-projects .view-title {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #990033;
	padding: 0.7em 0;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

.view-projects img.girl {
	float: left;
	margin-left: -100px;
	margin-top: 10px;
}
.content-quote {
	font-family: "Georgia", serif;
	color: #666;
	font-style: italic;
	line-height: 1.8em;
	border-left: 5px solid #ddd;
	padding-left: 1.5em;
	margin: 1em 20px!important;
}