/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #0e5c7c; }
a:hover { color: #036; }

/* Global Elements
=====================================================================*/
body {
	font:12px arial, verdana, serif;
	background:url(../images/background.png);
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
/* Start CSS Coding
=====================================================================*/
body#withslideshow {
	background: url(../images/theme/back_slideshow.png) 0 106px repeat-x, url(../images/theme/background.png);
}
#banner {
	width: 1080px;
	height: 160px;
	margin: 0 auto 35px auto;
	padding: 0 20px;
}
.logo {
	float: left;
	margin:8px 0;
}
#slogan {
	float: left;
	display: inline;
	margin: 42px 0 0 0;
	font-family: Georgia, Garamond, serif;
	font-size: 14px;
	color: #7b7b7b;
	font-style: italic;
	text-shadow: 0 1px #f6f6f6;
}
#frmsearch {
	width: 260px;
	height: 31px;
	background: url(../images/theme/back_search.png) no-repeat;
	float: right;
	margin: 36px 0 39px 0;
}
.textboxsearch {
	background: none;
	border: none;
	width: 210px;
	height: 27px;
	float: left;
	font-family: Georgia, Garamond, serid;
	font-size: 12px;
	color: #9e9e9e;
	padding: 2px 8px;
	font-style: italic;
}
.submitsearch {
	width: 34px;
	height: 31px;
	border: none;
	background: url(../images/theme/submit_search.png) no-repeat;
	cursor:pointer;
	overflow: hidden;
	text-indent:-5000px;
}
.submitsearch:hover {
	background-position: 0 -31px;
}
#navigationtop {
	height: 51px;
	float:left;
	width:100%;
	padding: 3px 0 0 0;
}
#mainmenu {
	clear:left;
	float:right;
	position:relative;
	right:50%;
	text-align:center;
	height: 51px;
	z-index: 1000;
}
#mainmenu li {
	display:block;
	float:left;
	position:relative;
	left:50%;
	height: 51px;
	margin: 0 1px 0 0;
	z-index: 1000;
}
#mainmenu li a {
	display:block;
	font-size: 14px;
	color: #797979;
	text-transform: uppercase;
	font-family: Georgia, Garamond, serif;
	text-decoration: none;
	padding: 12px 18px 0 18px;
	height: 39px;
}
#mainmenu li:hover a, #mainmenu li.active a {
	background: url(../images/theme/menu_hover.png) repeat-x 0 100%;
	color: #0e5c7c;
}
/* Start CSS POPUP Menu
=====================================================================*/
#navigationtop ul ul {
	position:absolute;
	z-index:1200;
	display:none;
	width:214px;
	margin: 0;
	top: 51px;
	left:0;
	background:#fff;
	padding:8px 0;
	float: none;
	text-align: left;
	border-bottom: 3px solid #87a6b3;
}
#navigationtop ul li ul li {
	display: inline;
	float: left;
	width:214px;
	height:auto;
	padding: 0;
	position:relative;
	padding:0;
	left: 0;
}
#navigationtop ul ul ul {
	position:absolute;
	z-index:1300;
	display:none;
	width:214px;
	margin: 0;
	top: -4px;
	left:200px;
	padding:8px 0;
}
#navigationtop ul li ul li ul li {
	display: inline;
	float: left;
	padding: 0;
	margin:0;
	height:auto;
}
#navigationtop #mainmenu li:hover ul li {
	background:none
}
#navigationtop #mainmenu li:hover ul li a, #navigationtop #mainmenu li:hover ul li a:link, #navigationtop #mainmenu li:hover ul li a:visited {
	color:#0e5c7c;
	font-size:12px;
	width:178px;
	height:auto;
	text-transform:none;
	border:none;
	background: none;
	padding:8px 18px;
	text-shadow:none;
	margin:0;
	font-weight:lighter;
	font-family: arial, verdana, serif;
}
#navigationtop #mainmenu li:hover ul li a:hover, #navigationtop #mainmenu li ul li a:hover {
	background: #0e5c7c;
	color: #fff;
	text-decoration: none;
}
nav#navigationtop li:hover ul ul,
nav#navigationtop li li:hover ul ul
{display:none;}

nav#navigationtop li:hover ul,
nav#navigationtop li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */

.imgframe {
	box-shadow: 0 1px 2px #b2b2b2;
	-webkit-box-shadow: 0 1px 2px #b2b2b2;
	padding: 10px;
	background: #fff;
}
.alignleft {
	float: left;
	margin: 0 35px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 35px;
}
#menutabs {
	width: 136px;
	height: 30px;
	position: absolute;
	z-index: 10;
	bottom: -27px;
	left: 490px;
	padding: 5px 0 0 0;
}
#menutabs li {
	width: 30px;
	height: 30px;
	float: left;
	display: inline;
}
#menutabs li a {
	width: 30px;
	height: 30px;
	float: left;
	display: inline;
	background: url(../images/theme/bullet_tabs.png) no-repeat;
}
#menutabs li a:hover, #menutabs li.ui-tabs-selected a {
	background-position: 0 -30px;
}
#content {
	min-width: 1120px;
	padding: 40px 0 45px 0;
	background: url(../images/theme/back_contentbottom.png) 0 100% repeat-x, url(../images/theme/back_content.png);
	clear: both;
}
#testimonialhome {
	width: 1080px;
	margin: 0 auto 40px auto;
	padding: 0 20px;
}
#testimonialhome img {
	float: left;
}
#testimonialhome article {
	width: 940px;
	float: right;
}
#testimonialhome article p {
	font-size: 22px;
	color: #5f5f5f;
	line-height: 1.5em;
	font-family: Georgia, Garamond, serif;
	padding: 0 0 15px 0;
}
#testimonialhome article p span {
	font-size: 18px;
	color: #101010;
	font-style: italic;
}
#boxfront {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
#boxfront article {
	width: 333px;
	float: left;
	display: inline;
	margin: 0 40px 30px 0;
}
#boxfront article.last {
	margin-right: 0;
}
#boxfront article h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #3f3f3f;
	padding: 5px 0;
	margin: 0 0 10px 0;
	float: left;
	width: 288px;
}
#boxfront p {
	font-size: 14px;
	color: #777;
	text-shadow: 0 1px #fff;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	clear: both;
}
#boxfront p a {
	text-decoration: none;
}
.iconboxfront {
	float: left;
	margin: 0 9px 0 0;
}
#portfoliohome {
	width: 1080px;
	margin: 0 auto 10px auto;
	padding: 0 20px;
}
#portfoliohome h3 {
	font-size: 24px;
	color: #3f3f3f;
	font-weight: lighter;
	
	margin: 0 0 25px 0;
	text-shadow: 0 1px #fff;
}
#listportfoliohome li {
	width: 188px;
	height:153px;
	margin:0 32px 0 0;
	display: inline;
	position: relative;
	float: left;
}
#listportfoliohome li.last {
	margin-right: 0;
}
#listportfoliohome li a {
	width: 188px;
	height:153px;
	display: inline;
}
#listportfoliohome li a span {
	position: absolute;
	width: 167px;
	height: 130px;
	background: url(../images/theme/hover_portfolio.png) no-repeat;
	z-index: 30;
	top: 10px;
	left: 10px;
}
#listportfoliohome li a:hover span {
	background: none;
}
#tooltip {
	width:232px;
	height:30px;
	position:absolute;
	z-index: 3000;
	background:url(../images/theme/tooltip.png) no-repeat;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	padding:10px 0 0 15px;
	font-weight: bold;
}
/* About Us
=====================================================================*/
body.innerpage {
	background: url(../images/theme/back_noslideshow.png) 0 106px repeat-x, url(../images/theme/background.png);
}
#content.innerpage {
	padding: 0 0 45px 0;
}
#wrapcontent {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
#maincontent {
	width: 779px;
	float: left;
}
#maincontent h1, #fullwidth h1 {
	font-size: 28px;
	color: #3f3f3f;
	
	font-weight: lighter;
	text-shadow: 0 1px #fff;
	margin: 0 0 20px 0;
	line-height: 1.6em;
}
#maincontent p, #fullwidth p {
	font-size: 14px;
	color: #777;
	line-height: 1.8em;
	margin: 0 0 20px 0;
	text-shadow: 0 1px #fcfcfc;
}
#maincontent img, #fullwidth img {
	margin-bottom: 25px;
}
#maincontent strong, #maincontent b, #fullwidth strong, #fullwidth b {
	font-weight: bold;
}
#maincontent em, #maincontent i, #fullwidth em, #fullwidth i {
	font-style: italic;
}
#maincontent h2, #fullwidth h2 {
	font-size: 24px;
	color: #3f3f3f;
	
	font-weight: lighter;
	text-shadow: 0 1px #fff;
	padding: 7px 0 0 0;
	line-height: 1.4em;
}
#maincontent ul, #fullwidth ul {
	margin: 0 0 20px 11px;
	overflow: hidden;
}
#maincontent ul li, #fullwidth ul li {
	background: url(../images/theme/bullet.png) no-repeat 0 8px;
	padding: 0 0 0 18px;
	margin: 0 0 2px 0;
	font-size: 14px;
	color: #777;
	line-height: 1.8em;
	text-shadow: 0 1px #fcfcfc;
}
#maincontent h3, #fullwidth h3 {
	font-size: 20px;
	color: #3f3f3f;
	font-weight: lighter;
	text-shadow: 0 1px #fff;
	margin: 0 0 20px 0;
	padding: 7px 0 0 0;
	line-height: 1.3em;
}
.separator {
	background:url(../images/theme/sepcontent.png) repeat-x 0 5px;
	height:12px;
	font-size:11px;
	margin:0 0 20px 0;
}
.separator a {
	height: 12px;
	background: url(../images/theme/back_content.png);
	float: right;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #b6b6b6;
	text-transform: uppercase;
	font-family: Georgia, Garamond, serif;
	text-decoration: none;
	text-shadow: 0 1px #fcfcfc;
}
#maincontent h4, #fullwidth h4 {
	font-size: 18px;
	color: #3f3f3f;
	font-family: "Droid Sans", arial, serif;
	font-weight: lighter;
	text-shadow: 0 1px #fff;
	margin: 0 0 20px 0;
	padding: 7px 0 0 0;
	line-height: 1.3em;
}
#maincontent blockquote, #fullwidth blockquote {
	padding:0 0 0 40px;
	background:url(../images/theme/quote.png) no-repeat;
	margin: 0 0 0 35px;
}
#maincontent blockquote p, #fullwidth blockquote p {
	font-family:Georgia, Garamond, serif;
	color:#a0a0a0;
	font-size:14px;
}
#maincontent h5, #fullwidth h5 {
	font-size: 16px;
	color: #3f3f3f;
	
	text-shadow: 0 1px #fff;
	margin: 0 0 20px 0;
	padding: 7px 0 0 0;
	line-height: 1.2em;
	font-weight: bold;
}
#maincontent h6, #fullwidth h6 {
	font-size: 16px;
	color: #3f3f3f;
	
	text-shadow: 0 1px #fff;
	margin: 0 0 20px 0;
	padding: 7px 0 0 0;
	line-height: 1.2em;
	font-weight: lighter;
}
#nav {
	width: 261px;
	float: right;
}
#nav .widget-container {
	width: 261px;
	margin: 0 0 40px 0;
	background: url(../images/theme/back_nav.jpg) no-repeat 0 100%;
	padding: 11px 0 25px 0;
}
#nav .widget-title {
	width: 210px;
	background: url(../images/theme/back_titlenav.png) no-repeat 0 100%;
	margin: 0 0 10px -1px;
	padding: 12px 10px 11px 22px;
	font-size:16px;
	color:#52656f;
	text-transform:uppercase;
	text-shadow:0 1px #eff1f3;
	line-height:1.6em;
	
}
#nav .widget-container .menu {
	margin: 0 20px;
}
#nav .widget-container .menu li {
	background: url(../images/theme/sepfooter.png) repeat-x 0 100%;
	line-height: 1.6em;
	padding: 11px 0 13px 0;
}
#nav .widget-container .menu li a {
	color: #717171;
	text-shadow:0 1px #eff1f3;
	text-decoration: none;
}
#nav .widget-container .menu li a:hover {
	color: #3d3d3d;
}
#nav .widget-container .imgframe {
	padding: 5px;
}
#nav .widget-container .menu.team li, #nav .widget-container .menu.news li {
	padding: 14px 0 15px 0;
}
#nav .widget-container .menu.team li img, #nav .widget-container .menu.news li img {
	float: left;
	margin: 0 12px 5px 0;
}
#nav .widget-container .menu.team li h4 {
	font-size: 12px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
	font-weight: bold;
	margin: 3px 0 2px 0;
}
#nav .widget-container .menu.team li p {
	font-size: 11px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
}
#nav .widget-container .menu ul.socialteamnav {
	margin: 10px 0 0 0;
}
#nav .widget-container .menu ul.socialteamnav li {
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	padding: 0;
	margin: 0 7px 7px 0;
}
#nav .widget-container .menu ul.socialteamnav li a {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999px;
}
#nav .widget-container .menu ul.socialteamnav li a:hover {
	background-position: 0 -16px;
}
.icontwitter16 {
	background: url(../images/theme/icon_twitter16.png) no-repeat;
}
.iconlinkedin16 {
	background: url(../images/theme/icon_linkedin16.png) no-repeat;
}
.iconfacebook16 {
	background: url(../images/theme/icon_facebook16.png) no-repeat;
}
.icongplus16 {
	background: url(../images/theme/icon_gplus16.png) no-repeat;
}
#nav .widget-container .butmore.alignleft {
	float: left;
	margin: 18px 18px 0 0;
}
#nav .widget-container .butmore.alignright {
	float: right;
	margin: 18px 18px 0 0;
}
#nav .widget-container .menu.news li h4 {
	font-size: 12px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
	font-weight: bold;
	margin: 3px 0 2px 0;
}
.datenewsnav {
	font-size: 11px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
}
#nav .widget-container .menu.news li hgroup {
	float: right;
	width: 130px;
}
/* News List
=====================================================================*/
#maincontent .news-list {
	background: url(../images/theme/sepcontent.png) repeat-x 0 100%;
	padding: 0 0 20px 0;
	margin: 0 0 23px 0;
}
#maincontent .news-list h2.title-news {
	margin: 0 0 4px 0;
}
#maincontent .news-list h2.title-news a {
	color: #3f3f3f;
	text-decoration: none;
}
#maincontent .news-list h2.title-news a:hover {
	color: #0e5c7c;
}
#maincontent .news-list p.news-info, #maincontent p.news-info {
	font-size: 12px;
	color: #8e8e8e;
	font-family: Georgia, Garamond, serif;
	margin: 0 0 20px 0;
}
#maincontent .news-list p.news-info a, #maincontent p.news-info a {
	text-decoration: none;
}
#maincontent .news-list p.news-tag, #maincontent p.news-tag {
	font-family: Georgia, Garamond, serif;
	font-size: 14px;
	color: #8e8e8e;
}
#maincontent .news-list p.news-tag a, #maincontent p.news-tag a {
	color: #686868;
	font-style: italic;
	text-decoration: none;
}
#maincontent .news-list p.news-tag a:hover, #maincontent p.news-tag a:hover {
	color: #0e5c7c;
}
#maincontent #listpages {
	height:25px;
	margin: 5px 0 15px 0;
	padding: 0;
	float: right;
}
#maincontent #listpages li {
	margin:0 2px 0 0;
	height:25px;
	float:left;
	font-size:11px;
	display:inline;
	background:none;
	padding:0;
}
#maincontent #listpages li.unclick {
	margin:0 2px 0 0;
	height:21px;
	border:1px solid #d0d0d0;
	color:#d0d0d0;
	padding:2px 8px 0 8px;
	border-radius:5px;
}
#maincontent #listpages li.dotted {
	height:20px;
	font-size:11px;
	padding:3px 5px 0 5px;
	color:#b2c0c6;
}
#maincontent #listpages li a, #maincontent #listpages li a:link, #maincontent #listpages li a:visited {
	padding:2px 8px 0 8px;
	height:21px;
	display:inline;
	float:left;
	border:1px solid #b2c0c6;
	color:#b2c0c6;
	text-decoration: none;
	text-shadow: none;
	border-radius:5px;
}
#maincontent #listpages li a.active, #maincontent #listpages li a.active:link, #maincontent #listpages li a.active:visited {
	background:#b2c0c6;
	border:1px solid #b2c0c6;
	color:#52656f;
}
#maincontent #listpages li a:hover {
	border:1px solid #52656f;
	color:#52656f;
	text-decoration:none;
}
#nav .widget-container .text-widget {
	margin: 0 20px;
	padding: 10px 0 0 0;
}
#nav .widget-container .text-widget img {
	margin-bottom: 15px;
}
#nav .widget-container .text-widget p {
	font-size: 12px;
	color: #949494;
	margin: 0 0 15px 0;
	text-shadow:0 1px #eff1f3;
	line-height: 1.8em;
}
#nav .widget-container .testimonial-widget {
	margin: 0 20px;
	padding: 10px 0 0 0;
}
#nav .widget-container .testimonial-widget img {
	float: left;
	margin-right: 12px;
}
#nav .widget-container .testimonial-widget header {
	background: url(../images/theme/quote_testimonial.png) no-repeat 100% 100%;
	margin: 0 0 15px 0;
}
#nav .widget-container .testimonial-widget header h4 {
	font-size: 12px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
	font-weight: bold;
	padding: 6px 0 4px 0;
}
#nav .widget-container .testimonial-widget header h5 {
	font-size: 11px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
}
#nav .widget-container .testimonial-widget p {
	font-size: 14px;
	color: #949494;
	text-shadow:0 1px #eff1f3;
	font-style: italic;
	font-family: Georgia, Garamond, serif;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}
/* News Detail
=====================================================================*/
#maincontent header h1 {
	margin-bottom: 0;
}
#maincontent ul#list-comments {
	margin: -20px 0 30px 0;
}
#maincontent ul#list-comments li {
	background: none;
	padding: 0;
}
#list-comments li header {
	background: #e5e6e8;
	height: 45px;
	margin: 25px 0 17px 0;
}
#list-comments li header img {
	float: left;
	margin:0;
}
#maincontent ul#list-comments li header h3 {
	float: left;
	font-size: 12px;
	color: #949494;
	text-shadow: none;
	font-family: Arial, verdana, serif;
	font-weight: bold;
	margin: 10px 0 0 15px;
	display: inline;
}
#maincontent ul#list-comments li header h3 a {
	color: #717171;
	text-decoration: none;
}
#maincontent ul#list-comments li header h3 a:hover {
	text-decoration: underline;
}
#maincontent ul#list-comments li header time {
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
	font-size: 11px;
	color: #949494;
	text-shadow: none;
}
#maincontent ul#list-comments li p {
	font-size: 12px;
	margin:0;
}
#maincontent ul#list-comments li ul li {
	margin-left: 30px;
}
#form-comment {
	padding: 0 0 15px 0;
}
#form-comment label {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: bold;
}
#form-comment label span {
	font-weight: lighter;	
}
.textbox-comment {
	width: 323px;
	height: 25px;
	background: #fff;
	border: 1px solid #d2d2d2;
	margin: 7px 0 15px 0;
	font-family: arial, verdana, serif;
	font-size: 11px;
	color: #1a1a1a;
	padding: 4px 3px 0 3px;
}
.textarea-comment {
	width: 600px;
	height: 134px;
	background: #fff;
	border: 1px solid #d2d2d2;
	margin: 3px 0 10px 0;
	font-family: arial, verdana, serif;
	font-size: 11px;
	color: #1a1a1a;
	padding: 4px 3px 0 3px;
}
.submit-comment {
	width: 131px;
	height: 41px;
	float: left;
	border: none;
	background: url(../images/theme/but_more.png) no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #4f6e7b;
	text-shadow: 0 1px #b6c9d2;
	padding: 0 0 7px 0;
	text-decoration: none;
	margin: 15px 0 20px 0;
	font-family: Arial, verdana, serif;
}
.submit-comment:hover {
	background-position: 0 -41px;
	padding: 1px 0 0 0;
}

/* Portfolio List
=====================================================================*/
#portfolio-page {
	width: 490px;
	float: left;
	margin: 0 34px 0 0;
	display: inline;
}
#tabs-portfolio {
	width: 530px;
	float: left;
	margin: 5px 0 0 26px;
}
#fullwidth ul#menu-tabs-portfolio {
	margin: 0;
	list-style: none;
}
#fullwidth ul#menu-tabs-portfolio li {
	height: 43px;
	float: left;
	display: inline;
	margin: 0 2px 2px 0;
	background: none;
	padding: 0;
}
#fullwidth ul#menu-tabs-portfolio li a {
	height: 32px;
	float: left;
	display: inline;
	background: #e1e4e5;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	
	font-size: 14px;
	color: #717171;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	text-shadow:0 1px #eff1f3;
}
#fullwidth ul#menu-tabs-portfolio li.ui-tabs-selected a {
	border: none;
	height: 33px;
	background: url(../images/theme/back_titlenav.png) repeat-x;
	color: #52656f;
}
#fullwidth ul#menu-tabs-portfolio li a:hover {
	color: #4b4b4b;
}
#fullwidth ul.list-portfolio {
	list-style: none;
	margin: 0;
	padding: 30px 0 0 1px;
}
#fullwidth ul.list-portfolio li {
	float: left;
	display: inline;
	margin: 0 16px 12px 0;
	background: none;
	padding: 0;
}
#fullwidth ul.list-portfolio li img {
	box-shadow: 0 1px 2px #b2b2b2;
	-webkit-box-shadow: 0 1px 2px #b2b2b2;
	padding: 5px;
	background: #fff;
	margin: 0;
}

/* Portfolio Detail
=====================================================================*/
#slideshow-portfolio {
	width: 100%;
	height: 560px;
	margin:0 0 40px 0;
	overflow: hidden;
}
#slideshow-portfolio img {
	box-shadow: 0 1px 2px #b2b2b2;
	-webkit-box-shadow: 0 1px 2px #b2b2b2;
	padding: 12px;
	background: #fff;
}
#nav .widget-container .text-widget h4 {
	font-size: 12px;
	color: #717171;
	line-height: 1.8em;
	font-weight: bold;
	text-shadow:0 1px #eff1f3;
	margin: 0 0 4px 0;
}
#nav .widget-container .text-widget p#client-url a {
	font-size: 12px;
	color: #949494;
	text-decoration: none;
}
#nav .widget-container .text-widget p#client-url a:hover {
	color: #0e5c7c;
}
#nav .widget-container .text-widget p.border {
	background: url(../images/theme/sepcontent.png) repeat-x 0 100%;
	padding-bottom: 15px;
}
#nav .widget-container .text-widget p#client-testimonial {
	font-family: Georgia, Garamond, serif;
	font-style: italic;
	margin:0;
}
/* Services
=====================================================================*/
#maincontent ul#list-services {
	margin: 0 0 15px 0;
}
#maincontent ul#list-services li {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#maincontent ul#list-services li img {
	float: left;
	margin: 0 20px 0 0;
}
#maincontent ul#list-services li h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 3px 0;
	background: url(../images/theme/sepcontent.png) repeat-x 0 100%;
	float: left;
	padding: 20px 0 10px 0;
}
#maincontent ul#list-services li h3 a {
	color: #717171;
	text-decoration: none;
}
#maincontent ul#list-services li h3 a:hover {
	color: #0e5c7c;
}
#maincontent ul#list-services li h4 {
	clear:both;
	font-size: 18px;
	color: #a6a6a6;
	font-family: Georgia, Garamond, serif;
}
#maincontent ul#list-services li hgroup {
	width: 585px;
	float: left;
}
/* Team
=====================================================================*/
#maincontent ul#list-team {
	margin: 0;
}
#maincontent ul#list-team li {
	margin: 0 0 15px 0;
	padding: 15px 0;
	background: url(../images/theme/sepcontent.png) repeat-x 0 100%;
}
#maincontent ul#list-team li.last {
	background: none;
}
#maincontent ul#list-team li img {
	margin-right: 30px;
	float: left;
}
#maincontent ul#list-team li article {
	width: 610px;
	float: left;
}
#maincontent ul#list-team li article hgroup h3 {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#maincontent ul#list-team li article hgroup h4 {
	float: left;
	color: #a6a6a6;
	margin: 5px 0 0 0;
	font-size: 14px;
}
#maincontent ul#list-team li ul.socialteamnav {
	margin: 10px 0 15px 0;
}
#maincontent ul#list-team li ul.socialteamnav li {
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	padding: 0;
	margin: 0 7px 7px 0;
}
#maincontent ul#list-team li ul.socialteamnav li a {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -9999px;
}
#maincontent ul#list-team li ul.socialteamnav li a:hover {
	background-position: 0 -16px;
}

/* Contact Us
=====================================================================*/
.errordiv {
	display:block;
	border:1px solid #f2a9a9;
	padding:5px;
	color:#f00;
	font-size:11px;
	margin:8px 0 0 0;
	background: #fff;
}
.correctdiv {
	display:block;
	border:1px solid #b6e47a;
	padding:5px;
	color:#629c17;
	font-size:11px;
	margin:8px 0 0 0;
	background:#d7fca8;
}
#frmcontact {
	padding:10px 0 30px 0;
}
#frmcontact label {
	float:left;
	font-size:12px;
	width:150px;
	padding:4px 0 0 16px;
	margin:10px 0 0 0;
	font-weight:bold;
	color: #777;
}
#frmcontact span {
	color:#a50e0e;
	font-size:12px;
	font-weight:bold;
}
#frmcontact br {
	clear:left;
}
.textboxcontact {
	width:390px;
	height:25px;
	background: #fff;
	border: 1px solid #dedede;
	padding:3px 5px 0 5px;
	margin:10px 0 5px 0;
}
.textareacontact {
	width:390px;
	height:150px;
	background: #fff;
	border: 1px solid #dedede;
	font-family:Arial, verdana,serif;
	font-size:12px;
	padding:5px;
	margin:10px 0 0 0;
}
.submit-contact {
	width: 131px;
	height: 41px;
	float: left;
	border: none;
	background: url(../images/theme/but_more.png) no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #4f6e7b;
	text-shadow: 0 1px #b6c9d2;
	padding: 0 0 7px 0;
	text-decoration: none;
	margin: 15px 0 20px 0;
	font-family: Arial, verdana, serif;
}
.submit-contact:hover {
	background-position: 0 -41px;
	padding: 1px 0 0 0;
}

/* Typography
=====================================================================*/
table {
	width: 90%;
	margin: 0 0 30px 0;
	border-left:1px solid #fff;
}
table thead th {
	height: 40px;
	background: url(../images/theme/tblhead.png) repeat-x;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	vertical-align:middle;
	font-weight: bold;
}
table tbody td, table tfoot td {
	height: 33px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #606060;
	font-size: 11px;
	text-align: center;
}
#maincontent table tbody tr td img, #fullwidth table tbody tr td img {
	margin: 0;
}
table tbody tr.odd td {
	background: #efefef;
}
table tbody tr td.cellfeat, table tbody tr.odd td.cellfeat {
	background: #eaeaea;
	padding: 2px 0 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: left;
}
#maincontent .colhalf {
	width:369px;
	float:left;
	display:inline;
	margin-right:40px;
}
#maincontent .colhalf.lastcol, #fullwidth .colhalf.lastcol {
	margin-right:0;
}
#fullwidth .colhalf {
	width:520px;
	float:left;
	display:inline;
	margin-right:30px;
}

/* Footer
=====================================================================*/
#contentinfo {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}
#menusocial {
	float: left;
	display: inline;
}
#menusocial li {
	width: 32px;
	height: 32px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#menusocial li a {
	width: 32px;
	height: 32px;
	float: left;
	display: inline;
	text-indent: -9999px;
}
#iconfacebook {
	background: url(../images/theme/icon_facebook.png) no-repeat;
}
#icontwitter {
	background: url(../images/theme/icon_twitter.png) no-repeat;
}
#iconlinkedin {
	background: url(../images/theme/icon_linkedin.png) no-repeat;
}
#iconflickr {
	background: url(../images/theme/icon_flickr.png) no-repeat;
}
#icondigg {
	background: url(../images/theme/icon_digg.png) no-repeat;
}
#iconreddit {
	background: url(../images/theme/icon_reddit.png) no-repeat;
}
#iconyoutube {
	background: url(../images/theme/icon_youtube.png) no-repeat;
}
#iconplurk {
	background: url(../images/theme/icon_plurk.png) no-repeat;
}
#icondelicious {
	background: url(../images/theme/icon_delicious.png) no-repeat;
}
#icongplus {
	background: url(../images/theme/icon_gplus.png) no-repeat;
}
#menusocial li a:hover {
	background-position: 0 -32px;
}
#navigationfooter {
	height: 24px;
	float: right;
}
#menufooter {
	height: 24px;
	float: right;
	margin: 6px 0 0 0;
}
#menufooter li {
	float: left;
	height: 24px;
	margin: 0 0 0 28px;
}
#menufooter li a {
	font-size: 14px;
	color: #7b7b7b;
	font-family: Georgia, Garamond, serif;
	text-shadow: 0 1px #f6f6f6;
	text-decoration: none;
}
#menufooter li a:hover {
	color: #454545;
}
#placewidgetfooter {
	clear: both;
	padding: 35px 0 0 0;
}
.boxfooter {
	width: 333px;
	float: left;
	display: inline;
	margin: 0 40px 0 0;
}
.boxfooter.last {
	margin: 0;
}
.widget-footer {
	margin: 0 0 40px 0;
}
.widget-footer img {
	margin: 0 0 10px 0;
}
.widget-title {
	font-size: 18px;
	color: #545454;
	text-shadow: 0 1px #f6f6f6;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.listaddress {
	margin: 0 0 20px 0;
}
.listaddress li {
	padding: 2px 0 2px 31px;
	margin: 0 0 4px 0;
	font-size: 12px;
	color: #5d5d5d;
	text-shadow: 0 1px #f6f6f6;
	line-height: 2.0em;
}
.adr {
	background: url(../images/theme/icon_address.png) no-repeat 2px 4px;
}
.tel {
	background: url(../images/theme/icon_phone.png) no-repeat 2px 4px;
}
.iconemail {
	background: url(../images/theme/icon_email.png) no-repeat 2px 4px;
}
.listaddress li a {
	color: #2c2c2c;
	text-decoration: none;
}
.listaddress li a:hover {
	text-decoration: underline;
}
.maparea {
	width: 312px;
	height: 240px;
	box-shadow: 0 1px 2px #b2b2b2;
	-webkit-box-shadow: 0 1px 2px #b2b2b2;
	padding: 10px;
	background: #fff;
}
#texttwitter ul li {
	background: url(../images/theme/sepfooter.png) repeat-x 0 100%;
	padding: 0 0 17px 0;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 2.0em;
	text-shadow: 0 1px #f6f6f6;
	margin: 0 0 15px 0;
}
#texttwitter ul li a, #textwitter ul li a:link, #textwitter ul li a:visited {
	color: #2c2c2c;
	text-decoration: none;
}
#texttwitter ul li a:hover {
	text-decoration: underline;
}
#texttwitter ul li .twitterTime {
	font-weight: bold;
}
.butmore, .butmore:link, .butmore:visited {
	width: 131px;
	height: 31px;
	float: left;
	display: inline;
	background: url(../images/theme/but_more.png) no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #4f6e7b;
	text-shadow: 0 1px #b6c9d2;
	padding: 10px 0 0 0;
	text-decoration: none;
	margin: 5px 0 0 0;
}
.butmore:hover {
	background-position: 0 -41px;
	padding: 14px 0 0 0;
	height: 27px;
}
.butmore.alignleft {
	float: left;
	margin-bottom: 15px;
}
.butmore.alignright {
	float: right;
	margin-bottom: 15px;
}
.textwidget p {
	font-size: 12px;
	color: #5d5d5d;
	line-height: 2.0em;
	margin: 0 0 15px 0;
	text-shadow: 0 1px #f6f6f6;
}
.textwidget p strong {
	font-weight: bold;
}
.textwidget p em {
	font-style: italic;
}
.butquote, .butquote:link, .butquote:visited {
	width: 333px;
	height: 67px;
	background: url(../images/theme/but_quote.png) no-repeat;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 1px #6c7624;
	display: block;
	padding: 20px 0 0 0;
	text-decoration: none;
	margin: 30px 0 0 0;
}
.butquote:hover {
	background-position: 0 -87px;
	color: #596b02;
	text-shadow: 0 1px 1px #abb93f;
	padding: 28px 0 0 0;
	height: 59px;
}
#textcopyright {
	text-align: center;
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, Garamond, serif;
	font-style: italic;
	text-shadow: 0 1px #f6f6f6;
}
#textcopyright a {
	color: #2c2c2c;
	text-decoration: none;
}
#textcopyright a:hover {
	text-decoration: underline;
}
