/* 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */

@font-face {
	font-family: 'Museo500';
	src: url('/type/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo500-Regular'), url('/type/Museo500-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Museo300';
	src: url('/type/Museo300-Regular.eot');
	src: local('Museo 300'), local('Museo300-Regular'), url('/type/Museo300-Regular.otf') format('opentype');
}

html {height: 100%;}

body {
	background: transparent url(../img/body-bg.jpg) fixed;
	height: 100%;
	
}

h1, h2, h3, h4, h5, h6, p, li, td {
	line-height: 1.5em;
	}

#replacement-1 {
  width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

header {
	width: 177px; height: 96%;
	position: fixed;
	left: 0; top: 0;
	margin: 20px 0 20px 26px;
	border-right: 6px solid #6b6358;
	}
	
	header h1 {
	background: url(../img/logo.jpg) no-repeat;
	width: 151px; height: 101px;
	text-indent: -999em;
	margin: 39px 0 24px 0;
	}
	
	header aside {
	position: fixed;
	width: 149px;
	text-align: right;
	bottom: 120px;
	font: 85% Museo300, sans-serif;
	color: #6b6358;
	}
	
	header aside h2 {margin-bottom: 1em;}
	
	header aside h3 {font-family: Museo500; sans-serif;}
	header aside h3 img {vertical-align: middle;}
	
	#lines {
	position: fixed;
	bottom: 47px; left: 209px;
	}
	
#main {
	width: 800px;
	float: left; position: relative;
	margin: 20px 20px 20px 320px;
	overflow: hidden;
	}
	
	#main h1 {
		font-size: 220%;
		font-family: Museo500, sans-serif;
		margin: 1em 0 1.25em;
		color: #443926;
	}
	
	#main h1 span {
		color: #c10013;
	}
	
	.section {
	position: relative;
	clear: both;
	padding-bottom: 2em;
	overflow: hidden;
	}
	
	.section h2 {
	width: 84px;
	float: left;
	font: 100% Museo500, sans-serif;
	margin-right: 10px;
	color: #443926;
	text-align: right;
	}
	
	.sec-content {
	width: 604px;
	float: left;
	position: relative;
	font: 93% Museo300, sans-serif;
	color: #443926;
	border-left: 2px solid #6b6358;
	padding-left: 10px;
	}
	
	.sec-content a {color: #443926;}
	
	.sec-content h3 {
		color: #443926;
		font-family: Museo500, sans-serif;
	}

	#our-work {
	overflow: visible;
	height: 21.5em;
	z-index: 100;
	}
	#large-screenshots {
	position: relative;
	clear: both;
	display: block;
	height: 280px;
	z-index: 100;

	}
	#large-screenshots > li {
	position: absolute;
	padding-left: 416px;
	background: transparent;
	height: 268px;
	overflow: visible;
	display: none;
	}
	#large-screenshots img {
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	cursor: url(../img/magnify.png), pointer;
	border: 4px solid #eae1d3;
	}
	
	
	#large-screenshots h3 {
	font: 93% Museo500, sans-serif;
	width: 300px;
	background: transparent;
	}
	
	#large-screenshots h4 {
	color:#6b6358;
	font: 85% Museo500, sans-serif;
	margin-top:0.5em;
	}
	
	#large-screenshots li li {
	color:#6b6358;
	font: 85% Museo300, sans-serif;
	}
	
	#small-screenshots {
		position: relative;
		display: block;
		clear: both;
		height: 62px;
		z-index: 50;
	}
	
	#small-screenshots li {
	float: left;
	margin-right: 5px;
	padding-bottom: 3px;
	}
	
	#small-screenshots a.activeSlide, #previews a:hover { border-bottom: 3px solid #0093B5; }

	#mask {
	display: none;
	position: fixed;
	top:0; left: 0;
	width: 100%;height: 100%;
	background: url(../img/mask.png);
	z-index: 2;
	}
	
	.service-list {
	float: left;
	width: 200px;
	}

/* about us */
#about-us {position: relative; z-index: 0;}

/*contact us*/
#service-web {color: #0093B5;}
#service-print {color: #6f8E10;}
#service-id {color: #c10013;}
.vcard {
	font-size: 93%;
	margin: .5em 0; 

	overflow: hidden;
	font-size: 138.5%;
	}
.vcard .org, .adr {display: none;}
.vcard .email {
	display: block;
	color:#443926;
	float: left;
	width: 323px; height: 26px;
	padding-left: 36px;
	background: transparent url(../img/ico-email.jpg) no-repeat 0 0;
	line-height: 26px;
	}
.vcard .tel {
	color:#443926;
	height: 29px;
	background: transparent url(../img/ico-phone.jpg) no-repeat 0 0;
	float:left;
	line-height:29px;
	padding-left:26px;
	width:180px;
}
.vgroup {
	width: 289px; float: left;
	}
	
#facebook-box {
	padding: .5em;
	border: 1px solid #BFB5A7;
	width: 286px;}
