﻿/* **************HTML Styles************** */
html { font-size: 16px;}
body {
	text-align: center;
	background: #700;
	color: #222;
	font-size: 80%;
	font-family: "times new roman", times, serif;
}
* html body { /* ie hack to normalize font display across browsers */
	font-size: 77%;
}
body * {
	margin: 0; padding: 0;
}
p {
	font-size: 1em;
	margin: 0 0 .5em 0;
	line-height: 1.3em;
}
 ul {
	margin: 0 0 .5em 1.7em;
 }
 ol {
	 margin: 0 0 .5em 2em;
 }
li {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: .3em;
}
h1, h2, h3, h4, h5 {
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
	margin-bottom: .4em;
	color: #654321;
	font-style: italic;
	margin-top: .1em
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
	
	margin-bottom: .4em;
	margin-right: .5em;
}
h3 {
	font-size: 1.3em;
	margin-bottom: .3em;
}
h4 {
	font-size: 1.1em;
	margin-bottom: .2em;
}
h5 {
	font-size: .9em;
	font-style: italic;
}
blockquote {
	margin: 5px 12px;
	padding: 9px;
	background: #efefef;
}
a {
	color: #900;
	font-weight: bold;
}
a:hover {
	color: #017644;
}
hr  {
	margin: 5px 0;
}
/* **************Layout Styles************** */
#wrap {
	margin: 2em auto;
	width: 790px;
}
/* **************Header Styles************** */
#top {
	width: 100%;
	background: url(images/bg_top.gif) no-repeat;
	height: 104px;
	position: relative;
	padding-top: 1px
}
#home #top {
	height: 70px;
}
#home #wrap {
	
}
#logo {
	float: left;
	width: 200px;
	height: 69px;
	margin: 18px 0 0  20px;
}
#top h2 {
	margin:.8em 60px 0 226px;
	letter-spacing: .1px;
	text-align: left;
	border-bottom: 1px solid #700;	
	padding-left:  .1em;
	font: normal 1.9em normal;
	color: #666;
}
/* **************Main Content Styles************** */
#main {
	width: 100%;
	clear: both;
	background: #fff url(images/bg_mid.gif) repeat-y;
	text-align: left;
	color: #222;
}
#mainpad {
	position: relative;
	padding: 2em;
}
#leftcol {
	width: 353px;
	top: 0; left: 30px;
	border-right: 1px solid #999;
	padding-right: 6px
}
#main #leftcol {
	width: 290px;
}
#main #leftcol a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#main #leftcol a:hover {
	color: #999;
	text-decoration: underline;
}
#rightcol {
	position: absolute;
	width: 390px;
	top: 23px; left: 360px;
}
#main #rightcol {
	left: 352px;
	width: 400px;
}
#bottom {
	width: 100%;
	background: url(images/bg_bottom.gif) bottom no-repeat;
	height: 60px;	
	text-align: center;
	color: #999;
	font-size: .9em;
}
#bottom p {
	border-top: 1px solid #999;
	margin: 0 3% .2em 2%;
	padding: 7px 0 5px 0;
}
#footer {
	color: #999;
	font-size: .8em;
}
#footer a {
	color: #ababab;
}
#footer a:hover {
	color: #fff;
}
.replace {/* move text links away so sprite backgrounds show through */
text-indent: -9999px;
}
.clear {
	clear: both;
	height: 1px;
}
.centering {
	text-align: center;
}
.listing, .contact {
	text-align: right;
	margin-right: 28px;
	font-style: italic;
}
.listing {
	font-size: 1.4em;
}
.contact {
	margin-top: 40px;
}
#logohome {
	margin: 20px 0;
}
#portfolio {
	padding: 2px 20px;
	text-align: center;
}

/* **************Gallery Styles************** */

.thumbnail {
	display: inline;
}

.thumbnail img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}
.portfolio h3 {
	padding: .6em 0 0 124px;
	text-align: left;
}
.portfolio p {
	margin-left: 128px;
}
/* **************Navigation************** */
/* ****using CSS sprites technique for rollovers http://www.alistapart.com/articles/sprites**** */

#topnav {
	margin: 0 0 0 307px; padding: 0;
	height: 30px;
	width: 474px;
	background: url(images/sprites.gif) 0  0 no-repeat;
	position: relative;
}
#topnav  li {
	margin: 0; padding: 0; 
	list-style: none;
   position: absolute; 
   top: 0;
   }
#topnav  li, #topnav a {
	height: 30px; 
	display: block;
	text-decoration: none;
}
#hometab  {
	width: 70px;	left: 0px;
}
#hometab a:hover {
  	background: transparent url(images/sprites.gif)  0 30px no-repeat;
 }
#portfoliotab {
	width: 87px;	left: 61px;
}
#portfoliotab a:hover {
    background: transparent url(images/sprites.gif) -61px 60px no-repeat;
 }
#pubstab {
	width: 100px;	left: 140px;	;
}
#pubstab a:hover {
    background: transparent url(images/sprites.gif)  -140px 90px no-repeat;
 }
#resourcetab  {
	width: 86px;	left: 231px;
}
#resourcetab a:hover {
    background: transparent url(images/sprites.gif) -231px 120px no-repeat;
 }
#ordertab {
	width: 85px; left: 312px;
}
#ordertab a:hover {
    background: transparent url(images/sprites.gif) -312px 150px no-repeat;
 }
#abouttab  {
	width: 91px; left: 387px;
}
#abouttab a:hover {
    background: transparent url(images/sprites.gif)  -393px 180px no-repeat;
 }
/* ************** Crossfader ************** */

div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		

	}
	
	div.cf_element div.slide
	{
		padding: 0px;	
	}

 div#cf2 {
 	visibility: hidden;
 }
 div#cf3 {
 	visibility: hidden;
 }
  div#cf4 {
 	visibility: hidden;
 }
  div#cf5 {
 	visibility: hidden;
 }
  div#cf6 {
 	visibility: hidden;
 }

	div.cfc_element
	{
		
	}
	
	div.cfc_element div.slide
	{
		padding: 0px;	
	}

div#leftcol div#resource a {
	font-size: 15px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
div#resource hr {
	margin: 1em 0;
}