@import"reset.css";
@import"grid.css";
@import url(http://fonts.googleapis.com/css?family=Tangerine:400);
/* Lightbox image */
.lightbox-image {
	display:inline-block;
	position:relative;
}
.lightbox-image img.magnify {
	position:absolute;
	width:0px;
	height:0px;
	left:50%;
	top:50%;
}
.grid_4 .lightbox-image {
	margin-bottom: 21px;
}
.grid_4 .lightbox-image img {
	margin: 0 !important;
}
/**/

body {
	font:13px/21px Arial, Helvetica, sans-serif;
	color:#949393;
	position:relative;
	min-width:960px;
	background: url(../images/bg_body.jpg) 0 0 repeat;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	line-height:1.2em;
	color:#3a3c3f;
	text-transform: uppercase;
}
h1 {
	font-size:30px;
	font-family: 'Tangerine', cursive;
	text-transform: none;
}
h2 {
	font-size:40px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
}
h3 {
	font-size:28px;
	line-height: 30px;
	color: #3f3f3f;
}
.slogan {
	font: 18px/36px 'PT Sans Narrow', sans-serif;
	color: #6a6868;
	text-transform: uppercase;
	margin-top: -8px;
	margin-bottom: 26px;
}
h3.l_head {
	font-size:18px;
	line-height: 20px;
	color: #6a6868;
	padding-top: 8px;
	letter-spacing: -1px;
	padding-bottom: 13px;
}
a {
	text-decoration:none;
	color:#333333;
}
a.link-1 {
	font-size: 14px !important;
	line-height: 21px;
	text-decoration: underline;
	vertical-align: baseline;
}
a.link-1:hover {
	text-decoration: none !important;
}
ul {
	margin:0;
	padding:0;
	list-style-image:none;
}
ul.list_1 {
	list-style: none;
	margin-bottom: 19px;
}

ul.list_1 li a:hover, ul.list_2 li a:hover {
text-decoration: underline;	
}

ul.list_1 li {
	background: url(../images/list_1_marker.png) no-repeat 0 4px;
	font: 16px/21px Arial, Helvetica, sans-serif;
	padding: 5px 0 6px 34px;
	color: #333333;
}
ul.list_2 {
	list-style: none;
	padding-left: 32px;
	padding-top: 10px;
}
ul.list_2 li {
	background: url(../images/list_2_marker.gif) no-repeat 0 11px;
	font: 16px/21px Arial, Helvetica, sans-serif;
	padding: 5px 0 6px 19px;
	color: #333333;
}
/* Global Structure---------------------------------------- */
.wrapper {
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {
	float:left
}
.fright {
	float:right
}
.clear {
	clear:both;
	float:none !important
}
.last {
	margin-right:0px !important;
}
.line-height {
	line-height:23px;
}
.nowrap {
	white-space:nowrap;
}
.upper {
	text-transform:uppercase;
}
.top {
	padding-top:0px !important;
}
.top-1 {
	margin-top:44px;
}
.top-2 {
	margin-top:51px;
}
.top-3 {
	margin-top:20px;
}
.top-4 {
	margin-top:29px;
}
.left-1 {
	padding-left:0px;
}
.right-1 {
	padding-right:0px;
}
.bot-0 {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.bot-1 {
	padding-bottom:0px;
}
.bot-2 {
	padding-bottom: 35px;
}
.bot-3 {
	padding-bottom: 28px;
}
.pad-1 {
	margin:0px 0 0px 0 !important;
}
.p2 {
	margin-bottom:15px;
}
.p3 {
	margin-bottom:19px !important;
}
.p3_1 {
	margin-bottom:12px !important;
}
.p4 {
	padding-bottom:22px;
}
.p5 {
	padding-bottom:7px;
}
.p6 {
	padding-bottom:11px;
}
/*********************************header*************************************/

header {
	width:100%;
	z-index:101;
	position:relative;
	position: relative;
	background: url(../images/top_bg.png) 0 0 repeat;
	border-bottom: 1px solid #f2f2f2;
}

header #logo {
	text-align: center;
	background: url(../images/bg_header.jpg) 0 0 repeat;
	border-bottom: 6px solid #0a0c11;
	padding-top: 10px;
	padding-bottom: 4px;
}
header h1 {
	display: inline-block;
}
header h1 a {
	font-family: 'Tangerine', cursive;
	font-size: 150px;
	line-height: 77px;
	color: #fff;
	display: block;
}
header h1 span {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	display: block;
	line-height: 20px;
	letter-spacing: 3px;
	color: #828281;
	padding-bottom: 17px;
	text-transform: uppercase;
}
nav {
	position:relative;
	z-index:101;
	text-align: center;
}
/* menu */
.sf-menu {
	display:inline-block;
}
.sf-menu ul {
	position:absolute;
	top:-999px;
	display:none;
}
.sf-menu li {
	position:relative;
	float:left;
}
ul.sf-menu>li.first-li {
	background: none;
}
.sf-menu a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	font-weight: bold;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	z-index:99
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999px;
	display:none;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:100%;
	top:0;
}
ul.sf-menu>li {
	position:relative;
	text-align:center;
	display:inline-block;
	background: none;
	background: url(../images/menu_sep.png) no-repeat left center;
}
ul.sf-menu>li>a {
	color:#b0b0b0;
	display:inline-block;
	padding:30px 18px 30px 18px;
	font-weight:bold;
}
ul.sf-menu>li.first-li {
	margin-left:0 !important;
}
ul.sf-menu>li>a>span {
	display:inline-block;
	width:5px;
	height:6px;
	margin:5px 5px 0 15px;
}
ul.sf-menu>li.current, ul.sf-menu>li.sfHover, ul.sf-menu>li:hover {
	background:url(../images/menu_hover.jpg) 0 0 repeat;
}
ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a, ul.sf-menu>li>a:hover {
	background:transparent !important;
	color:#000;
	text-shadow: 0px 1px 1px #fff;
}
.sf-menu>li>ul {
	width:138px;
	left:0px;
	top:64px;
	background:url(../images/sub_bg.jpg) 0 0 repeat;
	padding: 24px 0 28px;
	border-radius: 5px;
}
.sf-menu>li>ul>li {
	display:inline-block;
	width:100%;
	text-align:left;
	padding: 9px 0 9px 26px;
	position: static;
	float: none;
	line-height: 12px;
}
.sf-menu>li>ul>li>a {
	color:#757575;
	font-weight:bold;
	line-height: 12px;
	display: inline;
	padding: 0;
	margin: 0;
}
.sf-menu>li>ul>li>a:hover, ul.sf-menu>li>ul>li.sfHover a {
	color:#fff;
}
.sf-menu>li li>ul {
	width:138px;
	left:138px !important;
	top:36px !important;
	background: url(../images/sub_sub_bg.png) 0 0 repeat;
	border-radius: 5px;
	padding: 18px 0 18px;
}
.sf-menu>li li>ul>li {
	display:block;
	width:100%;
	text-align:center;
}
.sf-menu>li li>ul>li>a {
	color:#111111 !important;
	font-weight:bold;
	line-height: 30px;
	width: 130px;
	text-align: center;
}
.sf-menu>li li>ul>li>a:hover, ul.sf-menu>li li>ul>li.sfHover a {
	color:#a2a2a2 !important;
}
ul.sf-menu>li>a>.sf-sub-indicator {
	background: url(../images/menu_arrow.gif) no-repeat left top;
	width: 5px;
	height: 4px;
	position: absolute;
	bottom: 23px;
	left: 50%;
	margin-left: -3px;
}
ul.sf-menu>li:hover>a>.sf-sub-indicator, ul.sf-menu>li.sfHover>a>.sf-sub-indicator, ul.sf-menu>li.current>a>.sf-sub-indicator {
	background: url(../images/menu_arrow_hov.gif) no-repeat left top;
	width: 5px;
	height: 4px;
}
/*Slider*/
.slider-relative {
	position:relative;
	height:615px;
	overflow:hidden;
}
.slider-block {
	position:absolute;
	overflow:hidden;
	width:1200px;
	left:50%;
	z-index:1;
	margin-left:-600px;
	padding-top: 0px;
}
.slider {
	width:1200px;
	height:615px;
	position:relative;
	z-index:2;
}
.items {
	display:none;
}
.slider-bg {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background:url(../images/slider-bg.png) 0 0 repeat;
	height:68px;
	width:1200px;
	z-index:20;
}
.pagination {
	position:absolute;
	bottom:26px;
	right:131px;
	display:inline-block;
	z-index: 200 !important;
}
.pagination li {
	float:left;
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:2px;
}
.pagination li a {
	display:block;
	width:16px;
	height:14px;
	background:url(../images/paginatio.png) right 0 no-repeat;
}
.pagination li.current, .pagination li:hover {
}
.pagination li.current a, .pagination li:hover a {
	background:url(../images/paginatio.png) 0 0 no-repeat;
}
/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	overflow:hidden;
	width:43px;
	height:43px;
	border:none;
	text-indent:-999px;
	z-index:999;
	background:url(../images/to_top.png) no-repeat left top;
}
#toTop:hover {
	outline:none;
	background-position: right 0;
}
/********************** Content ************************/
section {
	position:relative;
}
#content {
	width:100%;
	padding-top: 42px;
	background: url(../images/content_top.jpg) repeat-x 0 0;	
}

.cont_shadow {
	background: url(../images/content_top.jpg) repeat-x 0 0;	
	position: absolute;
	top: 0;
	height: 15px;
	width: 100%;
}

#content img, .middle img {
	border: 3px solid #fff;
	box-shadow: 0px 0px 3px #d1d5d1;
}
.middle img {
	margin-bottom: 26px;
}
#content a {
	color: #2c2b2b;
	font-size: 14px;
	line-height: 21px;
}
#content .grid_3 {
	position: relative;
}
.box a {
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
a.photo_zoom {
	background: url(../images/photo_zoom.png) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	left: 204px;
	top: 179px;
	position: absolute;
}
a.photo_zoom:hover {
	background: url(../images/photo_zoom_h.png) 0 0 no-repeat;
}
a.photo_zoom img {
	border: none !important;
	box-shadow: none !important;
}
.middle {
	background: url(../images/middle_bg.jpg) 0 0 repeat;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 63px 0 43px;
}

.middle2 {
	background: url(../images/middle_bg.jpg) 0 0 repeat;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 63px 0 43px;	
}

.middle2 img {
	border: 3px solid #fff;	
	box-shadow: 0px 0px 3px #d1d5d1;
}

.bot-2 .right_col a {
	display: block;
}

.bot-2 .lightbox-image {
	width: 298px;	
}

.p1_middle {
	padding-top: 70px !important;
}
.left_col {
	margin-bottom: 10px !important;
}
.left_col h2 {
	margin-bottom: 24px;
}
.left_col img {
	margin-bottom: 7px;
}
.left_col .new {
	padding-top: 27px;
}
.left_col .date {
	text-align: left;
}
.right_col .grid_4 a {
	font-size: 16px;
}
.right_col .grid_4 a:hover {
	text-decoration: underline;
}
.right_col h2 {
	margin-bottom: 29px !important;
}
.col_width {
	width: 218px;
	color: #878787 !important;
}
.col_width img {
	margin-bottom: 27px;
}
.top_space {
	padding-top: 83px;
	padding-bottom: 27px;
}
.right_col .top_space {
	padding-top: 83px;
	padding-bottom: 17px;
}

.vert_sep {
	background: url(../images/middle_separ.png) 569px 0 repeat-y;	
}

.vert_sep_2 {
	background: url(../images/middle_separ.png) 652px 0 repeat-y;	
}

.news {
	padding-left: 20px;
}
.news h2 {
	margin-bottom: 27px;
}
.new {
	padding: 22px 0 21px;
	background: url(../images/news_border.png) repeat-x 0 100%;
	overflow: hidden;
}
.new blockquote {
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #878787;
}
.new blockquote strong {
	display: block;
	padding-top: 9px;
}
.new blockquote strong a {
	margin-left: 20px;
	color: #2c2b2b;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

.new blockquote strong a:hover {
	text-decoration: none;	
}

.l_new {
	background: none;
	padding-bottom: 16px;
}
.date {
	float: left;
	color: #161616;
	text-align: center;
	padding-right: 20px;
	font: 13px/21px Arial, Helvetica, sans-serif;
}
.date time {
	font-size: 54px;
	line-height: 45px;
	font-family:  'PT Sans Narrow', sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
}

.mess time {
    font-size: 16px;
    color: #333333;
	display: block;
}

.date time span {
	font-size: 16px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
.date a {
	font-size: 16px;
}
.mess {
	width: auto;
	overflow: hidden;
}
.mess a {
	font-size: 16px;
}
.mess a:hover {
	text-decoration: underline;
}
.wrapper_button {
	padding: 16px 0 8px;
}
.wrapper_button_2 {
	overflow: hidden;
}
.privacy p {
	margin-bottom: 20px;
}

.privacy span {font-size: 16px; color: #333333;}

.privacy a {
	font-size: 16px;
}
.privacy a:hover {
	text-decoration: underline;
}

.left_col .date a:hover {
	text-decoration: underline;
}

a.b_button {
	display: block;
	background: url(../images/button_bg.png) repeat-x 0 0 #272727;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	padding: 0 12px;
	box-shadow: 0 0 3px #b6b7b6;
}
.blog_post a.b_button {
	margin-top: 14px;
	display: block;
	background: url(../images/button_bg.png) repeat-x 0 0 #272727;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	padding: 0 12px;
	box-shadow: 0 0 3px #b6b7b6;
}
a.b_button:hover {
	background: url(../images/button_bg_h.png) repeat-x 0 0 #dbdbdb;
	color: #272727;
	box-shadow: 0 0 1px #000;
	text-decoration: none;
}
.blog_post a.b_button:hover {
	background: url(../images/button_bg_h.png) repeat-x 0 0 #dbdbdb;
	color: #272727;
	box-shadow: 0 0 1px #000;
	text-decoration: none;
}
.wr_btn {
	padding-bottom: 7px;
}
.mess .wr_btn {
	padding-top: 15px;
}

#search {
	background: #fff;
	border: 1px solid #e1e3e1;
	overflow: hidden;
	padding-left:15px;
	padding-right: 11px;
	padding-bottom: 10px;
	height: 24px;
}
#search input {
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #727272;
	border: none;
	background: none;
	height: auto;
	position: relative;
	top: 5px;
	height: 24px;
	width: 228px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#search a {
	display: inline-block;
	background: url(../images/search_ico.png) no-repeat left top;
	width: 18px;
	margin-top: 11px;
	float: right;
	cursor: pointer;
	height: 14px;
}
#search a:hover {
	background: url(../images/search_ico.png) no-repeat left bottom;
}
.blog_post {
	color: #878787;
	background: url(../images/news_border.png) repeat-x 0 100%;
	padding-bottom: 20px;
	padding-top: 25px;
}
.blog_post img {
	margin-bottom: 26px;
}
.blog_post a {
	color: #333333;
	font-size: 16px;
}
.blog_post a:hover {
	text-decoration: underline;
}
a.comment {
	background: url(../images/comment_ico.png) no-repeat right top;
	display: inline-block;
	float: right;
	padding-right: 33px;
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin-right: 80px;
	color: #878787;
	margin-bottom: 32px;
	padding-bottom: 5px;
}
a.comment:hover {
	text-decoration: underline;
}
#map iframe {
	width: 448px;
	height: 236px;
	border: 3px solid #fff;
	outline: none;
	box-shadow: 0px 0px 3px #d1d5d1;
}
.indents9 address {
	font-size: 16px;
	color: #333333;
	font-style: normal;
}
#map dl span {
	float: left;
	width: 82px;
}
#map dl {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#map a {
	font-size: 16px;
}
#map a:hover {
	text-decoration: underline;
}
#map .indents9 {
	padding-top: 28px;
}
/******************** Footer ******************/
footer {
	width:100%;
	position:relative;
	padding:45px 0 30px;
	text-align:left;
	font-size:12px;
	line-height:21px;
	color:#585858;
}
.p_2_foot {
	padding-top: 20px;
}
footer a {
	color:#0a0a0a;
	font-weight: normal;
}
.page_bot h3 {
	padding-bottom: 7px;
	font-size: 24px;
	color: #5a5a5a;
}
.page_bot {
	padding-bottom: 20px;
}
.footer_sep {
	border-bottom: 1px solid #FFFFFF;
	background: #C6C5C7;
	height: 1px;
	margin: 0 auto;
	width: 940px;
}
.page_bot ul li {
	background: url(../images/news_border.png) repeat-x 0 0;
	padding: 21px 0;
}
.spacer {
	padding-left: 20px;
}
.page_bot ul li:first-child {
	background: none;
}
.tweet_time {
	display: block;
}
.tweet_time a {
	color: #868585;
	font-size: 14px;
	font-weight: normal;
}
.tweet_time:first-letter {
	text-transform: uppercase;
}

.tweet_text a {
font-weight: bold;	
}

ul.icons li {
	padding-left: 2px;
	padding: 0;
	background: none;
	font-size: 12px;
	line-height: 16px;
	padding: 15px 0;
}
ul.icons li:first-child {
	padding-top: 18px;
}
ul.icons li a {
	font-weight: normal;
	color: #6e6e6e;
}
#icon {
	background: url("../images/icon.png") no-repeat scroll right 0 transparent;
}
#icon-2 {
	background: url("../images/icon-2.png") no-repeat scroll right 0 transparent;
}
#icon-3 {
	background: url("../images/icon-3.png") no-repeat scroll right 0 transparent;
}
#icon-4 {
	background: url("../images/icon-4.png") no-repeat scroll right 0 transparent;
}
.icons li a span {
	display: inline-block;
	height: 45px;
	margin: -11px 15px 0 0;
	width: 46px;
}
h3.photo_str {
	padding-bottom: 34px;
}

.div-foto {
width: 350px;	
}
.flickr_badge_image {
	background: none repeat scroll 0 0 #f7f8fa;
	display: inline-block;
	float: left;

	margin-bottom: 17px;
	margin-right: 14px;
	padding: 1px;
}


.flickr_badge_image a img {
	width: 88px;
	height: 88px;	
}

.copy {
	text-transform: uppercase;
	font-size: 11px;
	color: #585858;
	width: 940px;
	margin: 0 auto;
	padding: 25px 0;
	line-height: 19px;
}
.copy span {
	font-size: 11px;
	color: #0a0a0a;
	line-height: 20px;
}
.copy a {
	margin-right: 34px;
	line-height: 21px;
}
footer a:hover {
	text-decoration:underline;
}
/****Form****/

#form {
	margin: 29px 0 0px 0px;
	width:550px;
}
#form input {
	border:#d7dad7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#727272;
	padding:8px 14px 9px 15px;
	outline: medium none;
	width: 252px;
	height:17px;
	float:left;
}
#form textarea {
	border:#d7dad7 1px solid;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#727272;
	height: 228px;
	outline: medium none;
	overflow: auto;
	padding: 8px 14px 9px 15px;
	width: 330px;
	resize:none;
	float:left;
}
#form label {
	position:relative;
	display: block;
	min-height: 36px;
	overflow: hidden;
	margin-bottom: 8px;
}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 10px;
	line-height:14px;
	width:180px;
	float:left;
	margin-top:2px;
}
#form .error-empty {
	margin: 4px 0 0 5px !important;
	display:none;
	float:left;
}
#form .success {
	display:none;
}
.btns {
	text-align:right;
	width:550px;
	position:relative;
	overflow:hidden;
}
.btns a {
	margin: 14px 2px 10px 10px;
	cursor: pointer;

}

.btns .b_1 {
margin-left: 1px !important;	
}
