/*
Company:	My Photo Plates
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
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fcefc7;
}
body {
	font-family: Verdana;
	color: #0e89ba;
	padding: 21px 0 55px 0;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 878px;
	margin: 0 auto;
	padding: 0 0 18px 27px;
}

/* Logo */
div.logo {
	float: left;
	width: 191px;
	margin: 0 57px 0 0;
}

div.logo a:link, div.logo a:visited {
	display: block;
	width: 191px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/bg-logo.gif) top left no-repeat;
}

/* Body */
div#bd {
	width: 905px;
	margin: 0 auto;
	background: #f6da86 url(../images/bg-bd.jpg) top left repeat-y;
	height: 1%;
}

div#bd-inner {
	background: url(../images/bg-bd-top.jpg) top left no-repeat;
	height: 1%;
}

div#bd-inner-most {
	background: url(../images/bg-bd-bottom.jpg) bottom left no-repeat;
	padding: 18px 0 50px 28px;
}

/* Footer */
div#ft {
	color: #7a7a7a;
	text-align: center;
	font-size: 93%;
	width: 905px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

div#ft p {margin: 0 0 4px 0;}

div#ft p.ft-mpp {
	margin: 0 0 18px 0;
	color: #106495;
}

div#ft p.ft-mpp a:link, div#ft p.ft-mpp a:visited {
	color: #106495;
	padding: 0 10px;
}
/* @end */

/* @group Modules */

/* Content Container */
div.content-container {padding: 0 155px 0 15px;}

/* Common Vertical Spacing Styles */
.spacing-a {
	margin: 32px 0 48px 0;
	display: block;
}

.spacing-b {
	margin: 30px 0 50px 0;
	display: block;
}

.spacing-c {margin: 0 0 32px 0;}

/* Steps */
div.steps {
	margin: 20px 30px 20px 0;
	padding: 0 30px;
	background: url(../images/bg-steps.gif) repeat-y 270px 0;
}
div.step1 {
	width: 30%;
	float: left;
	display: inline;
}
div.step2 {
	width: 30%;
	margin-left: 4%;
	float: left;
	display: inline;
}
div.step3 {
	width: 30%;
	float: right;
	display: inline;
}

/* Tagline */
div.tagline {
	margin-bottom: 30px;
}

/* Home Plates */
div.home-plates {
	width: 849px;
	height: 291px;
	position: relative;
}
div.home-plates-links {
	position: absolute;
	top: 245px;
	left: 56px;
	color: #ebb618;
}
div.home-plates-links a {
	font-weight: bold;
}
div.home-plates-links a:link, div.home-plates-links a:visited {
	color: #ebb618;
	text-decoration: underline;
}
div.home-plates-links a:hover {
	text-decoration: underline;
	color: #12699a;
}
/* @end */

/* @group Common Text Styles */
div#bd p {
	font-size: 108%;
	line-height: 1.4em;
}
	
/* @end */

/* @group Default Headings */
div.content-container h2 {
	margin: 0 0 34px 0;
	padding: 20px 0 0 0;
	font-size: 123.1%;
}

div.content-container h3 {
	font-size: 138.5%;
	margin: 0;
}

div.content-container h4 {
	margin: 35px 0 20px 0;
}

/* @end */

/* @group Default Lists */
div#bd ul {
	margin: 0 0 42px 0;
	font-weight: bold;
}

div#bd ul li {
	background: url(../images/bg-li.gif) center left no-repeat;
	padding: 2px 0 2px 12px;
	list-style: none;
}
	
/* @end */

/* @group Nav */
div#nav {
	width: 629px;
	float: left;
	font-size: 108%;
}

div#nav ul {
	margin: 0;
	float: right;
	padding: 7px 7px 0 0;
}
div#nav ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0 24px 0 0;
	display: inline;
}

div#nav ul li a {
	font-size: 93%;
	text-transform: uppercase;
}

div#nav ul li a:link, div#nav ul li a:visited {
	color: #ebb618;
	text-decoration: none;
}

div#nav ul li a:hover, div#nav ul li a.active:link, div#nav ul li a.active:visited {color: #0e89ba;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #0e89ba;
}
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 */
