/*
Company:	Scene Weaver
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/content-bkg.gif) repeat-x 0 131px #040604;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 900px;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0 56px;
}
div#hd-wrap {
	background: url(../images/top-bar-bkg.gif) repeat-x 0 0;
}

/* Body */
div#bd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 56px;
}

/* Footer */
div#ft {
	background: url(../images/ft-bkg.gif) repeat-x 0 0 #2a2f23;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 15px;
}
div#ft-wrap {
	width: 900px;
	padding: 0 56px;
	margin-left: auto;
	margin-right: auto;
}
div#ft a:link, div#ft a:visited {
	color: #fdf5dc;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft ul {
	margin: 0;
	padding: 0;
}
div#ft ul li {
	list-style: none;
	padding: 0 20px 0 0;
	font-size: 108%;
	font-weight: bold;
	float: left;
	display: inline;
}
div.ftp-login {
	display: block;
	width: 156px;
	height: 22px;
	background: url(../images/ftp-client-login.gif) no-repeat 0 0;
	margin: 0 0 10px 10px;
	float: right;
	display:inline;
}
div.ftp-login a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}
div#ft p.copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77%;
	color: #fdf5dc;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 236px;
	height: 52px;
	background: url(../images/sceneweaver-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 20px 0 18px 0;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Feature */
div#feature-shadow {
	width: 1012px;
	height: 339px;
	background: url(../images/feature-bkg.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 9px;
}
div#feature {
	width: 900px;
	margin-left: 56px;
	margin-top: 29px;
}

/* Download */
div.download {
	background: url(../images/download-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
div.download div.left {
	width: 516px;
	padding: 10px 15px;
	float: left;
	display: inline;
}
div.download div.right {
	width: 330px;
	padding: 10px;
	float: right;
	display: inline;
}
div.download div.right-index {
	width: 328px;
	padding: 13px;
	float: right;
	display: inline;
}
div.download p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 93%;
	color: #fdf5dc;
	margin: 0 0 5px 0;
}
div.download h3 {
	margin: 0;
	color: #fdf5dc;
	font-size: 138.5%;
}
div.download a.download-btn {
	display: block;
	margin: 1px 0 0 10px;
	background: url(../images/pickles-btn-go.gif) no-repeat 0 0;
	width: 324px;
	height: 34px;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div.download a:link, div.download a:visited {
	color: #fdf5dc;
	text-decoration: none;
}

/* Download */
div.content a.download-btn {
	display: block;
	margin: 5px 0 25px 0;
	background: url(../images/download-btn-catalog.gif) no-repeat 0 0;
	width: 128px;
	height: 34px;
	text-indent: -9000px;
}

/* Buttons */
div.content div.btn {
	margin: 15px 0 0px 0;
	width: 185px;
	height: 34px;
}

/* Content */
div.content-top {
	background: url(../images/content-bkg-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.content {
	background: url(../images/welcome-bkg.gif) repeat-y 0 0;
}
div.content h1 {
	font-size: 231%;
	margin: 0 0 10px 0;
	color: #303528;
}
div.content h2 {
	font-size: 115%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 5px 0 10px 0;
	color: #303528;
}
div.content h3 {
	font-size: 100%;
	margin: 5px 0 10px 0;
	color: #303528;
}
div.content h4 {
	font-size: 115%;
	font-weight: 900;
	margin: 5px 0 10px 0;
	color: #303528;
}
div.content h5 {
	font-size: 115%;
	font-weight: 900;
	margin: 10px 0 0px 0;
	color: #303528;
}
div.content h6 {
	font-size: xx-large;
	font-style: italic;
	color: #303528;
	line-height: 160%;
	font-family: "Times New Roman", Times, serif;
}
div.content p {
	font-size: 120%;
	color: #303528;
	line-height: 160%;
	font-family: "Times New Roman", Times, serif;
}
div.content div.left {
	padding: 15px;
	width: 516px;
	float: left;
	display: inline;
}
div.content div.left .inside {
	padding: 0px 0px 0 0px;
}
div.content div.right {
	width: 326px;
	padding: 15px 12px;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0 4px 0 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 41px;
	font-size: 138.5%;
	padding: 0 40px;
	background: url(../images/nav-tab-bkg.gif) repeat-x 0 0;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #2f4431;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active {
	background-color: #e7e4d0;
	background-image: none;
}
/* @end */

/* @group Default Headings */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
	
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #303528;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @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 */
