body {
	padding: 0px;
	margin: 0px auto;
	background-image:url('../images/bg.png');
	background-color:#ececec;
}

ol,ul,li {
	list-style:none;
	padding:0px;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:23px;
	color:#515151;
}

a {
	color:#ff8000;
	text-decoration:none;
}
a:hover {
	border-bottom:2px solid #ff8000;
	cursor:pointer;
}

.clear {
	clear:both;
}

h1 {
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size:38px;
	color:#333;
	font-weight:normal;
	margin:10px 0px;
	text-shadow: #fff 0px 1px 0px;
}

h2 {
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size:26px;
	color:#333;
	font-weight:normal;
	margin:5px 0px;
}

h3 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:5px 0px;
}

h4 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:16px;
	color:#515151;
	font-weight:normal;
	margin:5px 0px;
	
}

p {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#515151;
	text-shadow: #fff 0px 1px 0px;
}

#header {
	height: 150px;
	width:960px;
	margin: 0px auto;
}

#header .logo {
	height:92px;
	width:309px;
	margin-top:5px;
	background-image:url('../images/header-logo.png');
}

#header .navigation {
	width:960px;
	margin:0px auto;
	height:48px;
	padding-top:23px;
	float:left;
	background-image:url('../images/nav-bg.png');
}

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

#header .navigation li{
	display:inline;
	line-height:25px;
	padding:0px 20px;
}

#header .navigation li a {
	color:#666;
	font-size:14px;
}

#header .navigation li a.selected {
	color:#ff8000;
	font-size:14px;
}


#header .navigation li a:hover {
	text-decoration:none;
	border-bottom:none;
}

#page-wrapper {
	margin: 0px auto;
}

#black-strip {
	height: 391px;
	background-image:url('../images/black-bg.png');
	background-repeat: repeat-x;
	
}

#black-strip-small {
	height: 81px;
	margin-bottom:30px;
	background-image:url('../images/blackstipbgsmall.jpg');
	background-repeat: repeat-x;
	
}

#feature-area {
	height: 330px;
	width: 960px;
	margin: 0px auto;
	margin-bottom:50px;
	position: relative;
	top: 30px;
	border:1px solid #ececec;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 10px #666;
}

#feature-area p {
	text-shadow: none;
	color:#333;
}

#feature-area .bottom {
	height:60px;
}


#feature-area li {
	height: 330px;
	width: 960px;
}

#feature-area .info_left {
	height:160px;
	width:330px;
	margin:130px 20px 0px 20px;
	padding:0px 20px 20px 20px;
	float:left;
	background-image:url('../images/white-bg.png');
	border:1px solid #fff;	
}

#feature-area .info_right {
	height:160px;
	width:330px;
	margin:130px 20px 0px 0px;
	padding:0px 20px 20px 20px;
	float:right;
	background-image:url('../images/white-bg.png');
	border:1px solid #3f4647;
	
}

#feature-area .button {
	height:30px;
	width:128px;
	background-image:url('../images/bluebutton.jpg');
	float:right;
	position:relative;
	top:-15px;
	padding-top:7px;

}

#feature-area .kohabutton {
	height:30px;
	width:128px;
	background-image:url('../images/bluebutton.jpg');
	position:relative;
	top:250px;
	left:420px;
	padding-top:7px;

}

#feature-area .button span {
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding:16px;
	margin:0px;
}

#feature-area .kohabutton span {
	font-family:Lucida Grande, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding:16px;
	margin:0px;
}

#feature-area .button:hover {
	background:url('../images/bluebutton.jpg') bottom left;
	cursor:pointer;
}

#feature-area .kohabutton:hover {
	background:url('../images/bluebutton.jpg') bottom left;
	cursor:pointer;
}

#thirds {
	height:200px;
	width:960px;
	background-image:url('../images/bg-grey.png');
	margin:0px auto;;
}

#thirds h1 {
	color:#333;
	font-size:22px;
	margin-top:0px;
	margin-bottom:20px;
	text-shadow: #fff 0px 1px 0px;
}

#thirds h1 a {
	color:#333;
}

#thirds h1 a:hover {
	color:#ff8000;
	text-decoration:none;
	border-bottom:none;
	
}

#thirds p {
	text-shadow: #fff 0px 1px 0px;
	font-size:12px;
	line-height:22px;
}

#thirds .section {
	height:152px;
	width:290px;
	float:left;
	padding:15px;
}

#thirds .divider {
	height:2px;
	position:relative;
	top:48px;
	width:930px;
	margin-left:15px;
	background-image:url('../images/horizontal-divider.png');
}

#bottom-content {
	height:400px;
	width:960px;
	margin:0px auto;
	margin-top:40px;
}

#bottom-content h3 {
	font-size:13px;
	text-shadow: #fff 0px 1px 0px;
	color:#3b73ab;
}

#bottom-content .left {
	width:225px;
	float:left;
}

#bottom-content .left .divider {
	width:2px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	height:600px;
	background-image:url('../images/vertical-divider.png');
}

#bottom-content .left .news {
	width:223px;
	float:left;
}

#bottom-content .left .news .top {
	height:30px;
}

#bottom-content .left .news .top .icon {
	height:30px;
	width:30px;
	float:left;
	background-image:url('../images/news-icon.png');
	
}

#bottom-content .left .news .top .title {
	float:left;
	padding-left:10px;
	padding-top:2px;
} 

#bottom-content .left .news .bottom {
	width:183px;
	padding-left:20px;
}

#bottom-content .left li {
	font-size:12px;
	line-height:25px;
	color:#515151;
}

#bottom-content .right {
	width:735px;
	float:left;
}

#bottom-content .right .divider {
	width:2px;
	height:400px;
	float:left;
	background-image:url('../images/vertical-divider.png');
}

#bottom-content .right .top {
	width:703px;
	padding-left:30px;
}

#bottom-content .right .top .wrapper {
	width:703px;
	height:40px;
}

#bottom-content .right .top .wrapper .icon {
	height:40px;
	width:40px;
	float:left;
	background-image:url('../images/briefcase-icon.jpg');
}

#bottom-content .right .top .wrapper .title {
	height:40px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}

#bottom-content .right .top .text {
	width:703px;
}

#bottom-content .right .bottom {
	width:703px;
	margin-top:20px;
	padding-left:30px;
}

#bottom-content .right .bottom .block {
	width:175px;
	float:left;
}

#bottom-content .right .bottom .block .header {
	width:175px;
}

#bottom-content .right .bottom .block .header .left {
	height:50px;
	width:50px;
	float:left;
}

#bottom-content .right .bottom .block .header .right {
	width:120px;
	height:50px;
	padding-top:9px;
	margin-left:5px;
}

#bottom-content .right .bottom .block .list {
	margin-left:28px;
	font-size:12px;
	line-height:23px;
	color:#515151;
	cursor:pointer;
}


#bottom-content h1 {
	color:#333;
	font-size:26px;
	margin-top:0px;
	margin-bottom:20px;
	text-shadow: #fff 0px 1px 0px;
}

#bottom-content a:hover {
	color:#ff8000;
	text-decoration:none;
	border-bottom:none;	
}

#bottom-content a {
	color:#333;
}

#page-content-wrapper {
	width:960px;
	margin:0px auto;
	margin-top:50px;
}

#page-content-wrapper h1 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:60px;
	color:#b8b8b8;
	font-weight:normal;
	margin:0px 0px;
	padding:0px;
	text-shadow: #fff 0px 1px 0px;
}

#page-content-wrapper h3 {
	color:#333;
}

#page-content-wrapper .left {
	width:160px;
	padding-left:10px;
	float:left;
}

#page-content-wrapper .right {
	width:750px;
	float:left;
	padding-left:30px;
}

#page-content-wrapper .right .knowledge-text {
	width:400px;
	margin-top:40px;
	float:left;
}

#page-content-wrapper .right .knowledge-text span {
	color:#b8b8b8;
	text-shadow: #fff 0px 1px 0px;
}

#page-content-wrapper .right .knowledge-image {
	height:350px;
	margin-top:50px;
	margin-left:30px;
	width:320px;
	float:left;
}

#page-content-wrapper .right .values {
	float:right;
	width:350px;
	margin-top:40px;
	margin-left:20px;
}

#page-content-wrapper .right .values-image {
	float:left;
	width:350px;
	height:350px;
	background-image:url('../images/focus-image.jpg');
	position:relative;
}

#page-content-wrapper .right .focuses {
	width:400px;
}


#page-content-wrapper .left li {
	font-size:12px;
	line-height:23px;
	color:#515151;	
}

#page-content-wrapper .left a {
	color:#515151;
}

#page-content-wrapper .left a:hover {
	color:#ff8000;
}

#page-content-wrapper .left a.selected {
	border-bottom:2px solid #ff8000;
	color:#ff8000;
}

#page-content-wrapper .left .divider {
	width:2px;
	float:right;
	height:200px;
	background-image:url('../images/vertical-divider.png');
}

#page-content-wrapper .right .person {
	width:750px;
	margin-top:30px;
	margin-bottom:30px;
}

#page-content-wrapper .right li {
	margin-left:20px;
	list-style-type:circle;
}

#page-content-wrapper .right .person .photo {
	width:150px;
	height:230px;
	float:left;
}

#page-content-wrapper .right .description {
	width:600px;
	float:right;
}

#page-content-wrapper .right .background {
	width:750px;
	background-image:url('../images/focus-image.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}

#page-content-wrapper .right .kohamagazine {
	width:750px;
}

#page-content-wrapper .right .kohamagazine .description {
	width:420px;
	margin-right:30px;
	float:left;
}

#page-content-wrapper .right .kohamagazine .cover {
	height:420px;
	width:300px;
	float:left;
	margin-top:100px;
	background-image:url('../images/Kohacover8.png');
}

#page-content-wrapper .right .kohamagazine .advertisebutton {
	height:30px;
	width:100px;
	margin:0px 10px 10px 0px;
	float:left;
	background-image:url('../images/advertise.png');
}

#page-content-wrapper .right .kohamagazine .advertisebutton:hover {
	background:url('../images/advertisehover.png');
	cursor:pointer;
}

#page-content-wrapper .right .kohamagazine .subscribebutton {
	height:30px;
	width:100px;
	margin:0px 10px 10px 0px;
	float:left;
	background-image:url('../images/subscribe.png');
}

#page-content-wrapper .right .kohamagazine .subscribebutton:hover {
	background:url('../images/subscribehover.png');
	cursor:pointer;
}

#digital-quote {
	height:30px;
	width:150px;
	position:relative;
	top:-80px;
	float:right;
	background-image:url('../images/quote.png');
}

#digital-quote:hover {
	background:url('../images/quotehover.png');
	cursor:pointer;
}

#digital-section-web {
	width:750px;
	margin-top:30px;
}

#digital-section-web span {
	color:#b8b8b8;
	text-shadow: #fff 0px 1px 0px;
}

#digital-section-web .title {
	width:90px;
	padding-top:70px;
	float:left;
}

#digital-section-web .feature-area a:hover {
	text-decoration:none;
}

#digital-section-web .feature {
	height:200px;
	width:200px;
	margin-left:20px;
	float:left;
}

#digital-section-web .description {
	margin-top:20px;
	width:600px;
	float:right;
	padding:0px 20px;
	background-image:url('../images/blue-bg.png');
}

#digital-section-print {
	width:750px;
	margin-top:30px;
}

#digital-section-print span {
	color:#b8b8b8;
	text-shadow: #fff 0px 1px 0px;
}

#digital-section-print .title {
	width:90px;
	padding-top:70px;
	float:left;
}

#digital-section-print .feature {
	height:200px;
	width:200px;
	margin-left:20px;
	float:left;
}

#digital-section-print .description {
	margin-top:20px;
	width:600px;
	float:right;
	padding:0px 20px;
	background-image:url('../images/blue-bg.png');
}

#footer {
	height:320px;
	margin-top:40px;
	border-top:2px solid #333;
	background-image:url('../images/bg-grey.png');
}

#footer .wrapper {
	margin:0px auto;
	width:960px;
	padding-top:20px
}

#footer .wrapper .column {
	width:200px;
	padding:20px;
	float:left;
}

#footer h3 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
}

#footer li {
	color:#333;
	font-size:12px;
	padding-bottom:6px;
}

#footer li span {
	font-size:16px;
}

#footer .wrapper .contact {
	width:200px;
	padding:20px;
	float:left;
	text-align:right;
}

.gfg-root {
  	border:none !important;
	background-color: transparent !important;
}

.gfg-subtitle {
	background-color: transparent !important;
}

.gfg-title {
	background-color: transparent !important;
}

.gfg-entry {
  	background-color: transparent !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.gfg-root .gfg-entry .gf-result {
	background-color: transparent !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.gfg-listentry-odd {
  background-color: transparent !important;
}

.gfg-result {
	padding-left:0px !important;
	margin-left: 0px !important;
}

.gfg-listentry {
  	padding-left: 0px !important;
  	margin-left: 0px !important;
	line-height:25px !important;
}

.gfg-listentry-highlight { 
  background-image : none !important;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
	font-family:Lucida Grande, Verdana, Arial, sans-serif !important;
	font-size:12px !important;
	line-height:17px !important;
	color:#515151 !important;
	text-shadow: #fff 0px 1px 0px !important;
}

#feed-control {
	margin-top:10px !important;
}
	
