/*
Company:	Talbot
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.jpg) no-repeat 0 0 #1a1919;
	height: 100%;
}
body {
	font-family: "Helvetica Neue-Ultra-Light", "HelveticaNeue-Light", “Helvetica Neue Light”, Helvetica, Arial, sans-serif;
	font-weight: 300;
	height: 100%;
}
/* @end */

/* @group Layout */
/* Footer Stick */
#container {
	background: url(../images/side-border.gif) repeat-y 160px 0;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
#content {
	padding-bottom: 66px;
}
#ft {
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 100%;
}

/* Head */

/* Body */

/* Footer */
div#ft {
	background: url(../images/ft-bkg-repeat.gif) repeat-x 0 0;
}
div#ft-inner {
	height: 66px;
	background: url(../images/ft-bkg.gif) no-repeat 13px 0;
	width: 1020px;
}
div#ft p {
	line-height: 66px;
	margin: 0;
	font-size: 108%;
	color: #a5a4a4;
}
div#ft p span.copyright {
	padding: 0 60px;
}
div#ft p span.sitemap {
	padding: 0 60px;
}
div#ft p span.email {
	padding: 0 60px;
}
div#ft p a:link, div#ft p a:visited {
	color: #a5a4a4;
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 156px;
	height: 149px;
	background: url(../images/talbot-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 18px 0 40px 3px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* top */
div#top {
	width: 1010px;
}

/* Left Bar */
div#left-bar {
	width: 162px;
	overflow: hidden;
	float: left;
	display: inline;
}

/* Right Bar */
div#right-bar {
	width: 816px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 740px;
	margin: 0 0 0 20px;
	color: #c4c4c4;
	padding: 33px 0 50px 0;
}

/* Main cols */
div.main-left {
	width: 345px;
	float: left;
	display: inline;
}
div.main-right {
	width: 345px;
	float: right;
	display: inline;
}

/* Pic Row */
div.pic-row {
	padding: 0 0 15px 0;
}
div.pic-row div.pic {
	width: 100px;
	float: left;
	display: inline;
}
div.pic-row div.content {
	width: 630px;
	float: right;
	display: inline;
}

/* Pics */
img.pic-right {
	margin: 0 0 10px 15px;
	float: right;
	display: inline;
}
div.gallery-slideshow {
	text-align: center;
	padding: 0 0 30px 0;
}
/* @end */

/* @group Nav */
div#nav {
	padding: 10px 0 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	width: 152px;
	height: 75px;
	line-height: 38px;
	text-align: center;
	font-size: 138.5%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active:link, div#nav ul li a.active:visited {
	background: url(../images/nav-hover-bkg.png) no-repeat 50% 0;
	color: #ff0078;
}

/* Sidenav */
div#sidenav ul {
	margin: 0;
	padding: 0 1px 0 0;
	text-align: right;
}
div#sidenav ul li {
	list-style: none;
}
div#sidenav ul li a {
	display: block;
	height: 49px;
	line-height: 33px;
	padding: 0 10px 0 0;
	font-size: 138.5%;
}
div#sidenav ul li a:link, div#sidenav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#sidenav ul li a:hover, div#sidenav ul li a.active:link, div#sidenav ul li a.active:visited {
	background: url(../images/side-nav-bkg.png) no-repeat 100% 0;
	color: #ff0078;
}
/* @end */

/* @group Default Headings */
span.inlinehead {
	color: #e9068b;
	font-size: 138.5%;
}



div.main h2 {
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #e9068b;
	font-size: 153.9%;
}

div.main h3 {
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #c4c4c4;
	font-size: 138.5%;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 116%;
	line-height: 150%;
}
div.main p.testimonial {
	color: #e9068b;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 116%;
}
div.main li li {
	font-size: 100%;
}
div.main ul.sitemap li {
	list-style: none;
}
div.main ul.sitemap ul {
	margin-top: 0;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #c4c4c4;
	text-decoration: underline;
}
a:hover {
	color: #e9068b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */