@font-face {
font-family: "Junction";
src: url("http://www.ormny.com/fonts/Junction_01.otf");
}

@font-face {
font-family: "Nadia Serif";
src: url("http://www.ormny.com/fonts/NADISN__.TTF");
}

body {
	background:url(images/AUX_bg_block.gif);
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

#nav {
	background:none;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 27px;
	left:0;
	letter-spacing:2px;
	line-height:36px;
	position:fixed;
	top:15px;
	width:200px;
	z-index:1;
}

#menu{
	background:#d4ccee;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding:24px 0 24px 24px;
}

#bug a span {
	display:none;
}

#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#727272;
	text-decoration:none;
}

#nav li {
	list-style:none;	
}

#textBox {
	background:none;
	border-left: 7px solid #adadad;
	left:255px;
	padding-left:12px;
	position:relative;
	top:50px;
	width:450px;
}

#textBox a, #textBox a:active, #textBox a:visited {
	border-bottom:dashed 1px #005481;
	color:#005481;
	text-decoration:none;
}

#textBox a:hover {
	border-bottom:dashed 1px #d4ccee;
	color:#ff5a19;
	text-decoration:none;
}

h3 {
	color:#d4ccee;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 27px;
	letter-spacing:0px;
	margin-bottom:4px;
}

h4 {
	color:#005481;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 30px;
	line-height:36px;
}

h4 span {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
}

p {	
	color:#4b4b4b;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 16px;
	line-height:24px;
	margin:0;
}

.row {
	width:4000px /* number of .pane x .pane:width */;
	float:left;
}

.pane {
	width:1000px;
	height:800px;
	float:left;
}

#pane1 {
	background:url(images/bg-home.gif) no-repeat;
}

#pane2 {
	background:url(images/bg-when.gif) no-repeat;
}

#pane3 {
	background:url(images/bg-insights.gif) no-repeat;
}

#pane4 {
	background:url(images/bg-twitter.gif) no-repeat;
}

#pane5 {
	background:url(images/bg-contact.gif) no-repeat;
}

#pane6 {
	background:url(images/bg-clients.gif) no-repeat;
}

#pane7  {
	background:url(images/bg-what.gif) no-repeat;
}

#pane8  {
	background:url(images/bg-about.gif) no-repeat;
}

.clear {
	clear:both;
}