html {
	min-height: 100%;
}
body {
	background: #fff url(../images/back.png) repeat-x 0 0;
	min-height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3b3a3a;
	font-size: 11px;
	line-height: 18px;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}
#top {
	height: 19px;
	line-height: 19px;
}
#top ul {
	float: right;
}
#top li {
	float: left;
}
#top a {
	display: block;
	float: left;
	padding: 0 17px;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#top a:hover,
#top a.active {
	color: #3b3b3b;
	background: #fff;
}
#head {
	height: 80px;
	position: relative;
	background: #fff;
	margin-bottom: 10px;
}
#logo {
	position: absolute;
	top: 6px;
	left: 14px;
}
#searchForm {
	position: absolute;
	right: 14px;
	top: 20px;
}
#searchSubmit {
	float: left;
	margin: 0;
	padding: 0;
	border: 0 none;
	color: transparent;
	width: 45px;
	height: 23px;
	background: url(../images/search_submit.png);
}
#searchSubmit span{
	display: none;
}
#searchQuery {
	float: left;
	background: #f1f4f7;
	margin-right: 3px;
	width: 178px;
	padding: 0 5px;
	height: 21px;
	line-height: 21px;
	border: 0 none;
	font-size: 11px;
	color: #3b3a3a;
	border: 1px solid #f1f4f7;
}
#searchQuery.focused {
	border-color: #B9C9D5;
}
#social {
	position: absolute;
	top: 20px;
	right: 260px;
}
#social li {
	float: left;
	padding-left: 10px;
}
#menu {
	position: absolute;
	top: 60px;
	right: 14px;
}
#menu li {
	float: left;
	padding-left: 10px;
}
#menu a {
	display: block;
	float: left;
	color: #9c3d0b;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	height: 18px;
}
#menu a.active,
#menu a:hover {
	color: #3b3b3b;
}
#menu a.active {
	border-bottom-color: #b9c9d5;
}
#slideshow {
	background: #fff;
	height: 256px;
	position: relative;
}
#slideshowSlides {
	position: absolute;
	top: 13px;
	left: 12px;
	width: 935px;
	height: 230px;
	overflow: hidden;
}
#slideshowSlides a {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#slideshowSlides a:first-child,
#slideshowSlides a.active {
	display: inline;
}
#slideshowNavigation {
	position: absolute;
	right: 23px;
	bottom: 23px;
}
#slideshowNavigation span {
	display: block;
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: #fff;
	float: left;
	margin-left: 10px;
}
#slideshowNavigation span:hover,
#slideshowNavigation span.active {
	background: #9c3d0b;
}
#logos {
	height: 100px;
	clear: both;
}
#logos p {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #9c3d0b;
	font-family: "Droid Sans", arial, sans-serif;
	padding: 0 11px;
}
#logosCont {
	height: 70px;
	background: #fff;
	position: relative;
}
#logosLeft,
#logosRight {
	display: block;
	cursor: pointer;
	width: 24px;
	height: 48px;
	top: 12px;
	position: absolute;
}
#logosLeft {
	left: 7px;
	background: url(../images/slider_left.png);
}
#logosRight {
	right: 7px;
	background: url(../images/slider_right.png);
}
#logosWrapper {
	height: 50px;
	width: 900px;
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 30px;
}
#logosWrapper ul {
	position: absolute;
	width: 10000px;
	left: 0;
	top: 0;
}
#logosWrapper li {
	width: 150px;
	float: left;
	text-align: center;
}
#footer {
	background: #9c3d0b url(../images/footer_end.png) repeat-x 0 100%;
	width: 100%;
	overflow: hidden;
}
#footerContent {
	width: 940px;
	padding: 0 10px;
	background: url(../images/goggles.png) no-repeat 100% 60%;
	margin-bottom: 25px;
	overflow: hidden;
}
#footerContent>ul {
	float: left;
	width: 310px;
}
#footerContent h4 {
	margin: 25px 0 19px;
}
#footerContent h4 a {
	color: #dce4ea;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Droid Sans", arial, sans-serif;
}
#footerContent li li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/indic_2.png) no-repeat 0 50%;
}
#footerContent li li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#footerContent a:hover {
	text-decoration: underline;
}
#copyright {
	height: 63px;
	line-height: 31px;
	clear: both;
	padding: 0 10px;
	font-size: 11px;
	color: #fff;
}
#copyright a {
	text-decoration: none;
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
}
#breadcrumb {
	height: 20px;
	line-height: 20px;
	font-size: 9px;
	padding: 0 11px;
	color: #9c3d0b;
}
#breadcrumb a {
	text-decoration: none;
	color: #9c3d0b;
}
#left {
	width: 635px;
	float: left;
	position: relative;
}
#right {
	width: 315px;
	float: right;
}
#boxes2 {
	width: 100%;
	overflow: hidden;
}
.box {
	width: 315px;
	float: left;
	margin: 0 5px 10px 0;
}
.box.first {
	clear: both;
}
.box.last {
	margin: 0 0 10px 0;
	float: right;
}
#homepage .box {
	height: 197px;
	padding: 10px;
	width: 295px;
	border-bottom: 2px solid #b9c9d5;
	background-color: #fff;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
#homepage .box ul {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#homepage .box li {
	padding: 0 0 0 19px;
	background: url(../images/indic_1.png) no-repeat 0 50%;
}
#homepage .box li a {
	color: #9c3d0b;
	font-size: 11px;
	text-decoration: none;
}
#homepage .box li a:hover {
	text-decoration: underline;
}
#homepage .box h3 {
	color: #9c3d0b;
	font-size: 19px;
	font-family: "Droid Sans", arial, sans-serif;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #b0643c;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#homepage .box h3 a {
	text-decoration: none;
	color: #9c3d0b;
}
#bookPromo {
	margin-bottom: 10px;
}
#homepage #bookPromo {
	/*margin-top: -10px;*/
}
#sideMenu {
	background: #f4e7df;
	margin-bottom: 10px;
}
#sideMenu li {
	display: inline;
}
#sideMenu a {
	display: block;
	padding: 10px 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9c3d0b;
	font-family: "Droid Sans", arial, sans-serif;
	font-size: 14px;
}
#sideMenu a:hover {
	color: #3b3b3b;
}
#sideMenu a.active {
	color: #3b3b3b;
	background: #fff;
	border-bottom: 1px solid #d7b19d;
}
.left {
	padding: 0 11px;
	width: 139px;
	float: left;
}
.right {
	width: 454px;
	padding-right: 11px;
	float: right;
}
#articleImage {
	float: left;
	margin: 0 11px 11px 0;
}
#membersList,
#clientsList {
	padding: 0 11px;
}
#membersList ul,
#clientsList ul {
	margin-top: 23px;
}
#membersList li,
#clientsList li {
	float: left;
	width: 108px;
	margin: 0 18px 20px 0;
	text-align: center;
}
#membersList li.last,
#clientsList li.last{
	margin-right: 0;
}
#membersList li.first,
#clientsList li.first{
	clear: both;
}
#membersList img,
#clientsList img{
	border: 1px solid #93adc1;
	margin-bottom: 10px;
}
#clientsList img{
	border-color: #e1e8ed;
}
#clientsList a:hover img,
#membersList a:hover img {
	border-color: #9c3d0b;
}
#membersList a,
#clientsList a {
	color: #9c3d0b;
	text-decoration: none;
	display: block;
}
#membersList a:hover,
#clientsList a:hover {
	color: #3b3b3b;
}
#member .left{
	padding-top: 23px;
	text-align: right;
	width: 119px;
}
#member .right{
	padding-top: 23px;
}
#memberImage,
#caseImage,
#jobsImage {
	display: block;
	border: 1px solid #9cb4c6;
	margin-bottom: 19px;
}
a.button {
	text-decoration: none;
	background: #9c3d0b url(../images/button_end.png) repeat-y 100% 0;
	height: 23px;
	line-height: 23px;
	display: -moz-inline-stack;
	display: inline-block;
	color: #fff !important;
	text-transform: uppercase;
	padding: 0 20px 0 8px;
}
#memberCases{
	clear: both;
	padding-top: 30px;
}
#memberCases h2 {
	color: #9c3d0b;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 11px;
}
#memberCases .cases {
	padding: 0 0 23px;
}
.case {
	width: 100%;
	overflow: hidden;
}
#cases .case {
	margin-bottom: 24px;
}
.case h3 {
	font-size: 12px;
	color: #9c3d0b;
}
.case h3 a {
	color: #9c3d0b;
	text-decoration: none;
}
.case h3 a:hover {
	text-decoration: underline;
}
.case p:first-child {
	margin-top: 15px;
}
.case a.button {
	float: right;
}
.case img {
	border: 1px solid #dce4ea;
}
#nav {
	position: absolute;
	top: 11px;
	right: 11px;
}
#nav a,
#back a {
	display: block;
	float: left;
	margin-left: 9px;
	background: #9c3d0b;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	color: #fff;
	padding: 0 3px;
}
.pages {
	height: 22px;
	padding: 0 11px;
	text-align: right;
	font-size: 14px;
	margin-bottom: 22px;
}
.pages em {
	float: right;
}
.pages span,
.pages a,
.pages strong {
	display: block;
	height: 22px;
	line-height: 22px;
	width: 22px;
	text-align: center;
	margin-left: 8px;
	float: left;
}
.pages strong,
.pages a:hover{
	background: #fff;
	color: #3b3a3a;
}
.pages a {
	background: #9c3d0b;
	color: #fff;
	text-decoration: none;
}
.pages img {
	display: block;
}
#back {
	height: 22px;
	padding: 0 11px;
	margin-bottom: 12px;
}
#back a {
	float: right;
}
.blogItem {
	margin: 0 11px 25px;
}
.blogItem h3 {
	font-size: 12px;
	margin-bottom: 8px;
}
.blogItem a {
	color: #9c3d0b;
	text-decoration: none;
}
.blogItem a:hover {
	text-decoration: underline;
}
.blogItem p.info {
	color: #97b0c3;
	font-size: 10px;
	margin-top: 6px;
}
#tagCloud {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
#tagCloud h4{
	color: #3b3b3b;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 14px;
	font-family: "Droid Sans", arial, sans-serif;
}
#tagCloud ul {
	border: 1px solid #b9c9d5;
	padding: 10px;
	width: 273px;
	overflow: hidden;
}
#tagCloud li {
	float: left;
	margin-bottom: 3px;
}
#tagCloud a {
	text-decoration: none;
	font-family: "Droid Sans", arial, sans-serif;
}
#tagCloud a:hover {
	text-decoration: underline;
}
.tag3 {
	font-size: 24px;
	color: #9c3d0b;
	margin-right: 10px;
}
.tag2 {
	font-size: 18px;
	color: #b0643c;
	margin-right: 8px;
}
.tag1 {
	font-size: 15px;
	color: #c48b6d;
	margin-right: 6px;
}
.tag0 {
	font-size: 11px;
	color: #8faabf;
	margin-right: 4px;
}
#comments {
	clear: both;
	background: #dce4ea;
	border-top: 20px solid #fff;
	border-bottom: 1px solid #dce4ea;
}
#comments h3 {
	background: #fff url(../images/form.png) no-repeat 50% 100%;
	padding: 0 0 40px 170px;
	font-size: 18px;
	color: #9c3d0b;
	font-family: "Droid Sans", arial, sans-serif;
	text-transform: uppercase;
}
.comment,
#noComments {
	margin: 11px;
	background: #fff;
	padding: 11px;
}
.commentContent {
	margin-bottom: 11px;
}
.comment h5 {
	color: #7499b5;
	font-size: 10px;
}
.comment a {
	color: #7499b5;
	text-decoration: none;
}
.comment a:hover {
	text-decoration: underline;
}
#commentsForm {
	padding: 11px;
	background: #dce4ea;
}
#commentsForm h4 {
	font-size: 18px;
	color: #9c3d0b;
	text-transform: uppercase;
}
#commentsForm p {
	margin-top: 7px;
}
p.submit,
p.requriedNote {
	padding-left: 148px;
}
#commentsForm p.submit {
	margin-top: 20px;
}
#commentsForm label {
	display: block;
	line-height: 23px;
	float: left;
	width: 148px;
}
#commentsForm em {
	margin-left: 150px;
	display: block;
	color: #9C3D0B;
}
#blogInfo {
	line-height: 12px;
	font-size: 10px;
	margin-bottom: 18px;
}
#blogInfo a {
	color: #9c3d0b;
	text-decoration: none;
}
#blogInfo a:hover {
	text-decoration: underline;
}
button {
	border:0;
	cursor:pointer;
	margin: 0;
	text-decoration: none;
	background: #9c3d0b url(../images/button_end.png) repeat-y 100% 0;
	height: 23px;
	line-height: 23px;
	display: -moz-inline-stack;
	display: inline-block;
	color: #fff !important;
	text-transform: uppercase;
	padding: 0 20px 0 8px;
	font-size: 10px;
}
button::-moz-focus-inner {padding:0; border:0 none; outline: 0 none;}

#homeBlog {
	margin: 0 0 10px 0;
	background: #fff;
	padding: 11px;
	border-bottom: 2px solid #b9c9d5;
	height: 291px;
}
#homeBlog p {
	text-align: right;
}
#homeBlog li p {
	text-align: left;
}
#homeBlog h3 {
	font-size: 18px;
	color: #9c3d0b;
	text-transform: uppercase;
	font-family: "Droid Sans", arial, sans-serif;
	margin-bottom: 15px;
}
#homeBlog li {
	margin-bottom: 10px;
}
#homeBlog h4 {
	color: #6f98b6;
}
#homeBlog h4 a,
#homeBlog h3 a {
	color: #9c3d0b;
	text-decoration: none;
}
#homeBlog h4 a:hover,
#homeBlog h3 a:hover {
	text-decoration: underline;
}
#sideClients {
	margin: 10px 0;
	background: #fff;
	padding: 11px;
}
#sideClients h3 {
	font-size: 18px;
	color: #9c3d0b;
	text-transform: uppercase;
	font-family: "Droid Sans", arial, sans-serif;
	margin-bottom: 15px;
}
#sideClients ul {
	width: 100%;
	overflow: hidden;
}
#sideClients li {
	float: left;
	margin: 0 14px 14px 0;
}
#sideClients li.first {
	clear: both;
}
#sideClients li.last {
	margin-right: 0;
	float: right;
}
#sideClients img {
	border: 1px solid #93adc1;
}
#sideClients a:hover img {
	border-color: #9c3d0b;
}
#generalCases {
	background: #fff;
	padding: 11px 0;
}
#generalCases h2 {
	color: #9c3d0b;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9c3d0b;
	text-transform: uppercase;
	line-height: 24px;
	font-family: "Droid Sans", arial, sans-serif;
	margin: 0 11px 11px;
}
#generalCases .case {
    margin-top: 24px;
}
#generalWraper {
	background: #fff url(../images/fill.png) repeat-y 0 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#generalNav {
	padding-bottom: 250px;
	background: url(../images/deko.png) no-repeat 0 100%;
	width: 215px;
	float: left;
}
#generalContent {
	width: 370px;
	float: right;
	margin: 22px;
}
#generalNav li {
	display: inline;
}
#generalNav a {
	display: block;
	padding: 10px 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9c3d0b;
	font-family: "Droid Sans", arial, sans-serif;
	font-size: 14px;
}
#generalNav a:hover {
	color: #3b3b3b;
}
#generalNav a.active {
	color: #3b3b3b;
	background: #fff;
	border-bottom: 1px solid #d7b19d;
}
.generalContent {
	display: none;
}
.generalContent.active {
	display: block;
}
.social {
	clear: both;
	margin: 20px 0;
	pading-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.socialItem {
	float: left;
	margin: 0 10px 10px 0;
	height: 24px;
}
.left .socialItem {
	margin: 0 0 10px 0;
}
#sideContact {
	background: #fff;
	margin-bottom: 10px;
	border-bottom: 2px solid #b9c9d5;
}
#sideContactNav {
	height: 33px;
	background: #b9c9d5;
}
#sideContactNav li {
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-bottom: 1px solid #b9c9d5;
	font-family: "Droid Sans", arial, sans-serif;
	font-size: 14px;
	color: #6f6f6f;
	cursor: pointer;
	width: 160px;
	background: #dce4ea;
}
#sideContactNav li:first-child {
	width: 154px;
	border-right: 1px solid #b9c9d5;
}
#sideContactNav li.active {
	background: #fff;
	border-bottom-color: #fff;
	color: #3b3b3b;
}
.sideContact {
	height: 220px;
	padding: 11px;
	display: none;
}
.withMap {
	background: url(../images/map.png) no-repeat 100% 50%;
}
.sideContact.active {
	display: block;
}
#downloadRoute {
	padding: 11px;
	text-align: right;
}
.sideContact p {
	margin-top: 4px;
	padding-left: 20px;
	background: url(../images/indic_1.png) no-repeat 0 5px;
}
#sideContact a {
	color: #9c3d0b;
	text-decoration: none;
}
#sideContact a:hover {
	text-decoration: underline;
}
#contactMap {
	height: 176px;
}
#contact {
	padding: 11px;
	background: #fff;
}
#search {
	padding: 11px;
	background: #fff;
}
.searchListItem {
	margin: 24px 0;
}
.searchListItem h3 {
	font-size: 14px;
}
.searchListItem h3 a {
	color: #9c3d0b;
	text-decoration: none;
}
.searchListItem h3 a:hover {
	text-decoration: underline;
}
.searchListTeaser {
	margin-bottom: 8px;
}
strong.highlight {
	background: #b9c9d5;
}
.hidden{
	display: none;
}

