/*--------------------------------------------------------------
Reset CSS
--------------------------------------------------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
Page Setup 
--------------------------------------------------------------*/
body {
	background: #e8e9ea;
	color: #a88a69;
	font-family: Verdana, Geneva, sans-serif;
	}
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a { text-decoration: none; color: #a88a69; font-weight: bold; }
a:hover { }
a img { border:0; }
.single, #flash { position: absolute; bottom: 0; }
/*--------------------------------------------------------------
 Text formatting styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; line-height: 1.6; }
#address p 	{ margin: 0; line-height: 1.3; }
ul, ol      { margin: 0 0 1.5em 1.5em; }
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1 { font-size: 1.66em; font-family: "Times New Roman", Times, serif; font-weight: normal; margin-bottom: 1em; line-height: 1.25; padding-right: 100px; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#container {
	width: 876px;
	height: 655px;
	background: #fff;
	margin: 24px 0 0 24px;
	padding: 0 0 0 24px;
}
#nav {
	float: left;
	width: 218px;
	height: 585px;
	margin: 24px 24px 46px 0;
	font-family: "Times New Roman", Times, serif;
	position: relative;
}
#main {
	float: left;
	width: 634px;
	height: 585px;
	margin: 24px 0 46px;
	position: relative;
}
#address {
	position: absolute;
	bottom: 0;
}
#address p a {
	font-size: 110%;
}
#text-wrap {
	margin: 101px 0 0 0;
	width: 464px
}
#text {
	overflow: auto;
	height: 350px;
	padding-right: 35px;
	font-size: 90%;
}
#text p {
	font-size: 12px;
}
#text ul {
	margin: 0;
	font-size: 12px;
}
#text ul.half {
	width: 50%;
	float: left;
}
#text ul li {
	padding-bottom: 0.4em;
	line-height: 1.5;
}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#logo {
	display: block;
	width: 80px;
	margin-bottom: 44px;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	padding-bottom: 0.3em;
}
#nav a {
	font-size: 150%;
	color: #a88a69;
	font-weight: normal;
}
#nav ul ul {
	padding-top: 0.5em;
	display: none;
}
#nav li li a {
	font-size: 110%;
	color: #c8b39a;
	font-weight: normal;
}
#nav li li.current a {
	color: #a88a69;
}
#nav li.current ul {
	display: block;
}
/*--------------------------------------------------------------
 Client Thumbs styles 
--------------------------------------------------------------*/
#clients {
	margin: 101px 0 0 0;
	float: left;
}
#clients li {
	float: left;
	margin: 0 8px 8px 0;
}
#clients li a {
	display: block;
	width: 105px;
	height: 105px;
	background: #A88A69;
}
/*--------------------------------------------------------------
 Info styles 
--------------------------------------------------------------*/
#info {
	margin-bottom: 37px;
	height: 66px;
	position: relative;
}
#info p {
	font-family: "Times New Roman", Times, serif;
	color: #C8B39A;
	font-size: 13px;
	width: 175px;
	line-height: 16px;
	float: left;
	padding-right: 20px;
	height: 66px;
	overflow: hidden;
}
#info ul {
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
	width: 155px;
}
#info li {
	padding-left: 15px;
	background: url(/img/bullet.gif) no-repeat 0 6px;
}
#info ul li a {
	color: #C8B39A;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#info ul li a:hover,
#info ul li a.selected {
	color: #A88A69;
}
#slide-nav-wrap {
	float: left;
	height: 66px;
	width: 350px;
	overflow: hidden;
}
/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
input {
	border: 1px solid #ccc;
}
/*--------------------------------------------------------------
 Slider styles 
--------------------------------------------------------------*/
.scroll {
	overflow: hidden;
	position: relative;
	height: 482px;
	width: 634px;
	clear: left;
}
.scrollContainer div.panel {
	margin-right: 78px;
	height: 482px;
	overflow: hidden;
}
#info p.slide-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	right: 35px;
	width: auto;
}
#info p.slide-nav a {
	margin-right: 10px;
}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
.float-fix {overflow:hidden;clear:both;height:0;font-size:0;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1 {
	visibility:hidden;
	font-family:Verdana;
	font-size: 20px;
	}