/* CSS Reset */

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;
	font:12px Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
}
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;
}

/* End CSS Reset */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

.cleaner{display:block;clear:both;content:'.';visibility:hidden;height:0;font-size:0;line-height:0}

html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -112px;
}  

.push {
  height:130px;
  clear: both;
}

h1 {
  display:none;
}

@font-face {
	font-family: Artifika;
	src: url('Artifika.ttf');
}

@font-face {
	font-family: UbuntuCondensed;
	src: url('UbuntuCondensed.ttf');
}

html {
  background:url(img/bg.gif) repeat top left;
}

#header-wrapper {
  background:url(img/header_bg.gif) repeat-x top left;
  height:91px;
}

.header {
  width:960px;
  margin:0 auto;
}

.header .logo {
  width:390px;
  float:left;
}

.header .logo a {
  text-decoration:none;
  outline:none;
}

.header .logo img {
  border:none;
  margin-top:25px;
}

.header-right {
  width:570px;
  float:right;
}

.header-right .share {
  width:570px;
}

.header-right .share p {
  text-align:right;
  padding:10px 0 0 0;
}

.header-right .navigation {
  width:570px;
}

.header-right .navigation ul {
  list-style:none;
  display:block;
  margin:0 0 0 0px;
  padding:0;
  float:right;
}

.header-right .navigation li {
  margin:5px 0 0 0px;
  display: block;
  float: left;
  padding:0;
}

.header-right .navigation li a {
  font:20px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#454444;
  text-decoration:none;
  outline:none;
  padding:0 0 0 40px;
  text-shadow: 1px 1px 1px #ffffff;
}

.header-right .navigation li a:hover {
  color:#801734;
}

.header-right .navigation li.active a {
  color:#801734 !important;
  font:20px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  padding:0 0 0 40px;
  text-shadow: 1px 1px 1px #ffffff;
}

a {
  outline:none !important;
}

#scroller { 
  background:url("img/wooden_bg.jpg") repeat-x top left !important;
  overflow: hidden;
	clear: left;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	height: 420px;
}
#lader {
  background-image:url("img/loader-trans.gif"); 
  background-position: center center; 
  background-repeat: no-repeat; 
  min-height: 450px !important; 
  overflow:hidden; 
}


#author-info, #related-posts { 
  display:none; 
}
	
#scroller_thumbnails li { 
  background: #fff; 
  margin-bottom:10px;
}
#scroller_thumbnails li img { 
  border: 1px solid #f5f5f5; 
  background: #fff; 
}

#scroller_thumbnails li.current img { 
  background-color: #535152; 
}

#scroller_thumbnails .scroll-buttons { 
  background: transparent url(img/bg-sprite.png) -352px -120px no-repeat; 
}
#scroller_thumbnails .next { 
  background-position: -376px -120px; 
}

#scroller_thumbnails .scroll-buttons:hover { 
  background: transparent url(img/bg-sprite.png) -304px -120px no-repeat; 
}
#scroller_thumbnails .next:hover { 
  background-position: -328px -120px; 
}

#slider .ui-slider-handle { 
  background: transparent url(img/bg-slide-handle.png) 50% 50% no-repeat; 
}

#scroller_thumbnails ul.clearfix {
  margin-left:0px;
}

#slider { 
  background: transparent url(img/bg-slider.png) 50% 50% repeat-x; 
}

#scroller .ui-tabs-hide { 
  display: block; 
}	

#scroller .scroll_container { 
  margin: 0; 	
  visibility: hidden; 
}

#scroller div.item { 
  float: left; 
  margin-right: 10px; 
}

#scroller div.item a { 
  display: block; 
}

#scroller div.item a img { 
  display: block; 
}

#scroller div.item .item-overflow { 
  overflow: hidden; 
  position: relative; 
  z-index:10; 
}	

/* Thumbnail Scroller */
#scroller_thumbnails { 
  margin: 0 auto; 
  padding: 34px 21px 25px 21px; 
  position: relative; 
  visibility: hidden; 
  width:1100px !important;
}

#scroller_thumbnails ul { 
  margin: 0; 
}
	
#scroller_thumbnails li { 
		float: left; 
		margin-right: 20px; 
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);	
	}
#scroller_thumbnails li img { 
  padding: 5px; 
  display: block; 
}

#scroller_thumbnails li:last-child { 
  margin-right: 0; 
}
	
#scroller_thumbnails .scroll-buttons { 
  position: absolute; 
  top: 50%; 
  margin-top: -16px; 
  display: block; 
  width: 24px; 
  height: 32px; 
  text-indent: -999em; 
}

#scroller_thumbnails .next { 
  right: -12px; 
}

#scroller_thumbnails .prev { 
  left: -12px; 
}

/* Image slider */
#slider { 
  position: relative; 
  height: 4px; 
  margin: 0 auto 30px; 
  visibility: hidden; 
}
	
#slider .ui-slider-handle { 
  position: absolute; 
  display: block; 
  width: 58px; 
  height: 25px; 
  top: -14px; 
  margin-left: -29px 
}

#slider .ui-slider-handle a {
  text-decoration:none;
  outline:none;
}

#slider .ui-handle-helper-parent { 
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
}


#two-cols, #gallery {
  width:960px;
  margin:20px auto 10px;
}

#two-cols p {
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#454444;
  text-align:justify;
  padding:10px 0;
}

#two-cols p span {
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#801734;
}

#two-cols a {
  outline:none;
  text-decoration:none;
  color:#801734;
}

#two-cols a:hover {
  color:#454444;
}

#two-cols ul.links a {
  color:#454444 !important;
}

#two-cols ul.links a:hover {
  color:#801734 !important;
}

#two-cols h2, #gallery h2 {
  font:30px UbuntuCondensed,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#801734;
  text-shadow: 1px 1px 1px #ffffff;
  padding:0 0 10px 0;
}

#two-cols ul {
  list-style-image: url('img/bullet.png');
  margin:5px 0px 10px 20px;
  padding:0px 0 0 20px;
}

#two-cols ul li {
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#454444;
  padding:0px 0 10px 0;
  margin:0;
}

#two-cols .col1 {
  width:540px;
  float:left;
}

#two-cols .col1 .services {
  width:540px;
}

#two-cols .col1 .services .col {
  width: 270px;
  float:left;
}

#two-cols .col2 {
  width:420px
  float:right
}

#two-cols .col2 img.about {
  background-color:#ffffff;
  padding:10px;
  border:1px solid #bdbdbd;
  float:right;
  margin:55px 0 0;
}

#two-cols .col2 .code {
  width:186px;
  float:left;
  margin:55px 0 0 6px; 
}

#two-cols .col2 .code img {
  border:none;
  margin:0 3px 0 0;
}

#two-cols .col2 .info {
  width:225px;
  float:right;
  margin:55px 0 5px 0px;
  height:186px;
} 

#two-cols .col2 .info p img, #two-cols .col2 .mail2 p img {
  float:left;
  border:none;
  margin:0 3px 0 0;
}

#two-cols .col2 .mail2 {
  width:415px;
  float:left;
  margin-left:5px;
}


#two-cols .col2 iframe {
  float:right;
  margin:20px 1px 0 0;
}

.gallery_thumb {
  width:222px;
  float:left;
  margin:0 24px 10px 0 ;
}

.gallery_thumb a {
  outline:none;
  text-decoration:none;
  color:#454444 !important;
}

.gallery_thumb a:hover {
   color:#801734 !important;
}

.gallery_thumb p {
  text-align:center;
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#454444;
  padding:10px 0;
}

.gallery_thumb img {
  background-color:#ffffff;
  padding:10px;
  border:1px solid #bdbdbd;
}

.gallery_thumb img:hover {
  background-color:#535152;
}

label {
float:left;
text-align:right;
margin: 0 5px 0 0;
width:120px;
}

input.fld {
  background-color:#f4f4f4;
  border:1px solid #989696;
  width:374px;
  height:27px;
  padding:3px 0 0 6px;
  font:15px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#454444;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

textarea {
  background-color:#f4f4f4;
  border:1px solid #989696;
  width:374px;
  height:110px;
  padding:3px 0 0 6px;
  font:15px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#454444;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input.btn {
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#c4214e;
  text-transform:uppercase;
  border:none;
  background:url(img/button.png) no-repeat;
  text-align:center;
  width:76px;
  height:30px;
}


#footer-wrapper {
  margin:-112px 0 0 0;
  background:url(img/footer_bg.gif) repeat-x top left;
  height:112px;
}

.footer {
  width:960px;
  margin:0 auto;
}

.footer ul {
  padding:15px 0 0 5px;
  margin:0px;
  list-style:none;
  display:block;
  float:left;
}

.footer ul li {
  display: block;
  float: left;
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#acabab;
}

.footer ul li a {
  outline:none;
  text-decoration:none;
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#acabab;
  padding:0;
  margin:0 15px 0 0px;
}

.footer ul li a:hover {
  color:#ab2449;
}

.footer_right {
  float:right;
  margin:15px 0 0 0;
  padding:0;
}

.footer_right p {
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#acabab;
  margin:0 0 10px 0;
  padding: 0;
  text-align:right;
}

.footer_right p a {
  outline:none;
  text-decoration:none;
  font:16px Artifika,Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
  color:#ab2449;
}

.footer_right p a:hover {
  text-decoration:none;
}

.footer_right p a img {
  border:none;
  margin:0 0 0 5px;
  padding:0;
}
