﻿/* CSS Document */
/*--------------------------------------body---*/
body, td, th, div, p, label, input {
	color:#a4a4a8;
	font:normal 14px Arial, Helvetica, sans-serif;
	line-height:18px;
}
a {
	color:#d35600;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h1 {
	color:black;
	margin-bottom:1em;
}
h2 {
	color:#35393a;
}
a, button, .button {
	cursor:pointer;
}
/*----------------------------------------------------------content---*/
/*sub_page*/
.text-sub h4 {
	color:#302f2f;
	padding:5px 0 19px 0;
	font-size:18px;
	text-transform:capitalize;
	font-weight:normal;
}
.text-sub p {
	padding:0 0 15px 0 !important;
}
.sub-indent-img {
	padding:25px 0;
}
.sub-indent-bottom {
	display:block;
	padding-bottom:5px;
}
.columns {
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
}
.column-left {
	width:40%;
	float:left;
}
.column-right {
	width:55%;
	float:right;
}
.alignleft {
	float:left;
	margin:0 15px 0 0 !important;
}
#content_item_shell {
	margin-left:20px;
}
#content .module ul {
	list-style:none;
	margin:0;
}
#content .module ul li {
	font-weight:bold;
	line-height:30px;
	border-bottom:1px solid #f0eff0
}
.container ul li a, #content ul li a:hover, #content .module ul li a,  #content .module ul li a:hover {
	color:#a4a4a8;
	font-size:10px;
	line-height:42px;
	text-transform:uppercase;
	padding:0 0 0 45px;/* background:url(../images/link_marker2.gif) 20px 0 no-repeat;  */
}
#content .module ul li.email {
	background:url(../images/icon_email_34x34.gif) 0 5px no-repeat;
}
#content .module ul li.twitter {
	background:url(../images/icon_twitter_34x34.gif) 0 5px no-repeat;
}
#content .module ul li.facebook {
	background:url(../images/icon_facebook_34x34.gif) 0 5px no-repeat;
}
#content .module ul li.linkedin {
	background:url(../images/icon_linkedin_34x34.gif) 0 5px no-repeat;
}
#content .module ul li.skype {
	background:url(../images/icon_skype_34x34.gif) 0 5px no-repeat;
}
#content ul li a:hover, #content .module ul li a:hover {
	color:#d35600;
}
.container ul li span {
	color:#d35600;
	font-style:italic;
}
.container p, .container ul li p {
	font-size:14px;
	line-height:18px;
}
#content .featured {
	float:left;
	border-bottom:1px dotted #a9aaaa;
}
#content .featured .rightcol {
	float:left;
	width:300px;
	margin-bottom:40px;
	margin-top:20px;
}
#content .featured .rightcol p {
	font-style:normal;
	font-size:14px;
}
#content .featured .rightcol h2 {
	color:#292828;
	font-size:30px;
	padding-bottom:20px;
	font-weight:normal;
	line-height:32px;
}
#content .featured .leftcol {
	float:left;
	width:650px;
	margin-right:8px;
	margin-bottom:20px;
}

 

/*-----------------content----*/

/*-------------------------------------topmenu---*/

ul.menu-nav {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	zoom:0;
	position:absolute;
	top:74px;
	right:0px;
	z-index:15000;
}
ul.menu-nav li {
	display:block;
	padding:0 0 0 0;
	float:left;
	margin:0 1px 0 0;
	padding:0 0 0 0 !important;
	position:relative
}
ul.menu-nav li a {
	border:none;
	text-decoration:none !important;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	background:url(../images/menu_button.png) no-repeat 0% 0;
	width:104px;
	text-align:center;
	text-transform:none;
	line-height:1.2em
}
ul.menu-nav li a:hover, ul.menu-nav li.active a {
	background:url(../images/menu_button.png) no-repeat 0% -38px
}
ul.menu-nav li a strong {
	display:block;
	color:#000;
	font-size:18px;
	text-decoration:none;
	float:left;
	padding:10px 0px 10px 0px;
 *padding:6px 0px 10px 0px;
	position:relative;
	font-weight:bold;
	width:104px;
	text-align:center;
	text-transform:none;
	line-height:1.2em
}
ul.menu-nav li a:hover strong, ul.menu-nav li.active a strong {
	color:#fff
}

/*-----------------content----*/

.logo-title {
	font-size:15px;
	padding:41px 0 !important;
	font-size:14px !important;
	display:block;
	line-height:35px;
	color:#fff !important;
}

/*---------------------------------------------------------structure---*/
#body {
	background:#FFF url(../images/all_bg.jpg) 50% 0 no-repeat;
}
#body_inside {
	background:#FFF url(../images/all_inside_bg.jpg) 50% 0 no-repeat;
}
.main {
	width:966px;
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
}
.header {
	position:relative;
	width:966px;
	margin:0 auto;
	height:470px;
}
.header_inside {
	position:relative;
	width:966px;
	margin:0 auto;
	height:160px;
}
#logo {
	margin:55px 0 0 34px;
	position:absolute;
	top:0
}
#logo a {
	display:block;
	position:relative;
	cursor:pointer;
}
#headertitle {
	margin:85px 0 0 580px;
	width:400px;
	text-align:right;
	position:absolute;
	top:0;
	font-size:40px;
	color:#fff;	
	line-height:45px;
}
/*-------------------------------------header---*/
.clear {
	width:100%;
	overflow:hidden;
}
.clear1 {
	clear:both;
}
.br {
	display:block;
}
.content-top {
	margin:5px 0 0 0;
}
/*-------------------------------------content---*/
#content {
	padding:0 0 40px 0;
}
.container {
	overflow:hidden;
	height:100%;
	text-align:left;
	padding:0 0 0 0;
}
#right {
	float:right;
	text-align:left;
	width:292px;
	padding:0px 0 0 0;
}
.right-indent {
	padding:0 0 0 30px;
}
#right h3 {
	display:block;
	background:url(../images/right_title_bg.gif) no-repeat 0 0;
	width:241px;
	height:33px;
	padding:14px 0 0 20px;
	text-transform:none;
	margin-bottom:15px;
	color:#000;
	font-size:20px;
}
.logo_block {
	border-top:2px solid #ccc9cc;
	padding:16px 0 0 0;
	margin-top:32px
}
.logo_block a {
	margin:0 5px 0 0
}
/*wrapper-content*/







/*wrapper-box*/

#portfolio_nav {
	padding:30px 0 0 40px;
	background-color:#131313;
}
.wrapper-box .boxTitle h3 {
	color:#3d3d3d;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	padding:0 0 0 0px;
}
.wrapper-box .boxIndent {
	padding:10px 14px 30px 0px;
}
.wrapper-box2 {
	float:left;
	width:224px;
	display:inline;
	margin-right:0;
}
.s2 {
	margin:0 !important
}
.wrapper-pad {
	margin-bottom:30px;
}

/**/

.head_date {
	position:absolute;
	top:12px;
	left:5px;
	text-transform:uppercase;
	font-size:10px;
	color:#525658
}
.head_date span {
	color:#878a8b
}
.block_cont {
 padding:33px 16px 12px 9px  text-transform:uppercase;
}
.block_cont p {
	text-transform:uppercase;
	padding-right:10px;
}
.title_block {
	font-size:14px;
	color:#3c3d3f;
	font-weight:bold;
	display:block;
	margin:10px 0 18px 0;
}
.block_cont .indent-more {
	float:none !important;
	text-align:left !important;
}
.indent-more {
	margin:5px 0 0 0;
	text-align:right
}
.block_cont div a.readon {
	cursor:pointer;
	background:url(../images/button1.gif) 0 3px no-repeat !important;
	text-align:center;
	color:#d35600;
	font-size:10px;
	border:none;
	float:left;
	width:89px;
	text-decoration:none;
	text-transform:uppercase;
	padding:7px 0 8px
}
/*-------------------------------------footer---*/
.footer {
	height:120px;
	width:100%;
	background:#090605
}
.foot {
	width:980px;
	height:70px;
	margin:0 auto;
	position:relative
}
.img-none {
	display:none;
}
.copy {
	position:absolute;
	left:100px;
	top:23px;
	color:#d35600;
	font-size:12px;
	text-transform:uppercase
}
.footer p {
	width:800px;
	font-size:11px;
	text-transform:none;
}
.copy a {
	color:#d35600;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
}
.copy2 {
	position:absolute;
	right:20px;
	top:23px;
	color:#8b8c8e;
	font-size:12px;
	text-transform:none;
}


.sub_title {
	color:#d35600;
	font-size:12px !important;
	line-height:20px !important;
	margin-bottom:18px;
}
.sub_title2 {
	color:#3c3d3f;
	font-size:11px !important;
	font-weight:bold;
}
.bgs1 {
	background:url(../images/bgs2.gif) repeat-y 0% 0%;
	width:261px
}
.bgs2 {
	background:url(../images/bgs1.gif) no-repeat 0% 0%;
	width:261px
}
.bgs3 {
	background:url(../images/bgs3.gif) no-repeat 0% 100%;
	width:202px;
	padding:33px 22px 69px 37px;
	position:relative;
	font-size:14px;
	line-height:22px;
	color:#3c3d3f;
	text-transform:none;
	font-style:italic
}


/*--- tabs begin ---*/
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 43px; /*--Set height of tabs--*/
	position:relative;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	text-align:center;
	font-size:10px;
	background:none !important;
	padding:0 !important;
	margin:0 2px 0 0 !important
}
ul.tabs li a {
	text-decoration: none;
	color: #fff !important;
	display: block !important;
	outline: none;
	font-weight:bold !important;
	font-size:12px !important;
	font-family:Tahoma, Geneva, sans-serif;
	background:#15a5d6 url(../images/tabs_bg1_act.gif) no-repeat 0% 0%!important;
}
ul.tabs li a span {
	text-decoration: none;
	color: #fff !important;
	display: block !important;
	outline: none;
	font-size:12px !important;
	font-weight:bold !important;
	padding:3px 8px 3px 8px !important;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/tabs_bg2_act.gif) no-repeat 100% 0%!important;
}
ul.tabs li a:hover {
	color:#656565 !important;
	background:#d0d0d0 url(../images/tabs_bg1.gif) no-repeat 0% 0%!important;
}
ul.tabs li a:hover span {
	color:#656565 !important;
	background:url(../images/tabs_bg2.gif) no-repeat 100% 0%!important;
}
ul.tabs li.active a, ul.tabs li a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#656565 !important;
	background:#d0d0d0 url(../images/tabs_bg1.gif) no-repeat 0% 0%!important;
}
ul.tabs li.active a span, ul.tabs li a:hover span { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#656565 !important;
	background:url(../images/tabs_bg2.gif) no-repeat 100% 0%!important;
}
.tab_container {
	overflow: hidden;
}
.tab_content {
	padding: 0px 0 6px 0;
}
.tab_content p {
	font-size:12px !important;
	margin-bottom:7px;
	color:#fff;
	padding:0
}
.tab_content p strong {
	font-size:13px;
	color:#ffedbc
}
.tab_content div.clear {
	margin-bottom:20px
}
.orange {
	color:#f7c100 !important
}
a:hover .orange {
	color:#000 !important
}
.tab_content a {
	text-decoration:underline
}
.tab_content a:hover {
	text-decoration:none;
	color:#da0078 !important
}

.sub_menu {
	position:absolute;
	top:10px;
	left:525px;
	overflow:hidden;
	width:500px;
}
.sub_menu ul {
	padding:0;
	margin:0 -18px 0 0;
	zoom:1;
	overflow:none;
}
.sub_menu ul li {
	list-style:none;
	font-size:11px;
	color:#a4a4a8;
	float:left;
	margin-left:-2px;
	border-left:1px solid #aaa;
}
.sub_menu ul li a {
	font-weight:normal;
	font-size:19px;
	color:#fefefe;
	display:block;
	margin:0 20px;
	float:left;
	line-height:25px;
}
.sub_menu ul li a:hover {
	color:#adb1b9;
	text-decoration:none;
}
.featureCarousel {
	height: 280px;
	width:960px;
	position:absolute;
	top:152px;
	left:0
}
#featureCarousel {
	height: 280px;
	width:960px;
	position:relative;
}
#featureCarousel img {
	border:0;
}
#featureCarousel .feature {
	position:absolute;
	top:-1000px;
	left:-1000px;
	cursor:pointer;
}
#featureCarousel .feature > div {
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:black;
	width:100%;
}
#featureCarousel .feature > div p {
	margin:0;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color:white;
}
#featureCarousel .blipsContainer {
	position:absolute;
	color:white;
	right:25px;
	top:210px;
	padding:0;
	margin:0;
}
#featureCarousel .blipsContainer .blip {
	margin:3px;
	height:14px;
	width:14px;
	color:white;
	text-align:center;
	font-size:10px;
	border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
	color:white;
	font-weight:bold;
	background-color:black;
}
.waterwheelCarousel {
	width:960px;
	height:250px;
	position:absolute;
	left:0;
	top:114px
}
#waterwheelCarousel {
	width:960px;
	height:250px;
}
#waterwheelCarousel > img {
	display:none;
	cursor:pointer;
}
/* example */
.roundabout-holder {
	padding: 0;
	height: 306px;
}
.roundabout-moveable-item {
	width:432px;
	cursor: pointer;
}
.top_block {
	position:absolute;
	top:135px;
	width:980px;
}
.roundabout-moveable-item img {
	display:block;
	width:100%;
	height:100%;
}
.roundabout-in-focus {
	cursor: auto;
}
.top_block ul li {
	list-style:none;
	margin:0 !important;
	padding:0 !important
}
.top_block ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important
}
