﻿/*	==================================================
	Apple Spice Junction Landing Pages Main Stylesheet
	Developed by Lively Marketing

	Last updated: 3-30-08
	
	Colors - noted here for easy reference

	Table of Contents
	=Global Settings
	=Framework
	=Navigation
	=Content
	=Forms
	=Typography

	Additional Stylesheets in separate files for: 
		Home Page
		Full Width Content Pages
		Print Friendliness
		Asp.net CSS Friendly Controls

	==================================================
	=Global Settings
	--------------------------------------------------	*/
* { margin: 0; padding: 0 }
	
h1, h2, p, div, ul { margin: 0; padding: 0 }

h1, h2, h3, h4 { font-weight: normal }

li { list-style: none }

img { border: 0 }

table {
	border-collapse: collapse;
	border: none;
	}

ul, ol, dl { position: relative;  }

/*	==================================================
	=Framework
	--------------------------------------------------	*/
body {
	background: #fff;
	}
	
#container {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	background: #fff url('../images/asj_bg.jpg') repeat-y;
	}
	
#header, #main, #footer { 
	margin: 0;
	text-align: left;
	}

#header 
{
    min-height: 242px;
	height: auto !important; /*min-height hack for IE6 */
	height: 242px; /*min-height hack for IE6 */
    background: url( '../images/header_bg.jpg' ) no-repeat;
	}
	
#header #logo, #header #topNav {
    float: left;
    }

#header #headerPanel
{
    position: relative;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    width: 600px;
}

#main {
	clear: both;
	min-height: 322px;
	height: auto !important; /*min-height hack for IE6 */
	height: 322px; /*min-height hack for IE6 */
	}
	
#mainPanel 	{
    float: left;
    padding-left: 60px;
    width: 435px;
	}

#sideBar {
    position: relative;
    float: right;
    padding-right: 60px;
	width: 300px;
	}

#footer {
    clear: both;
    height: 150px;
    background: url( '../images/footer_bg.jpg' ) no-repeat bottom;
    }

/*	==================================================
	=Navigation
	--------------------------------------------------	*/
#topNav 
{
	width: 701px;
	height: 42px;
	margin-top: 55px;
	padding-top: .9em;
	background: url(../images/nav_bg.gif) repeat-x;
	}

#topNav li { padding-left: 40px; }

/*	==================================================
	=Content
	--------------------------------------------------	*/
h1, h2, h3 { margin-bottom: .25em; }
 
p, ul { margin-top: .5em; margin-bottom: .75em; }

ul.bulleted li { list-style: disc inside; }

#contactsGridView table, #contactsGridView th, #contactsGridView td {
	border:	thin black solid;
	text-align: left;
	}

#contactsGridView th, #contactsGridView td { padding: 0.15em; }

#footer #address  
{
    padding-top: 60px;
	text-align: center;
	}

#footer #address a, #asjMaster_mainContent_orderOptions a, #asjMaster_mainContent_orderOptions span { padding: 10px .7em 10px 0px; }
	
#sideBar h2 { margin-top: .25em; }

#sideBar img.small { float: left; }

#sideBar p { text-align: left; }

/*	==================================================
	=Forms
	--------------------------------------------------	*/ 
.formFields { clear: both; }

.formFields div.label {
	float: left;
	clear: both;
	width: 8em;
	margin: 0 5px 2px 0;
	text-align: right;
	}
	
.formFields div.label.question 
{
    width: 30em;
    padding-top: 1.5em;
	text-align: left;
	}
	
.formFields input, .formFields textarea { width: 250px; }

.formFields .input {
	display: block;
	margin: 0 0 2px 0;
	}
	
.formFields div.label.question input { width: 3em; }
	
.formFields div.label.comments {
    float: none;
    width: 30em;
    padding-top: 1.5em;
    text-align: left;
    } 
    
.formFields div.comments textarea {
    width: 25em;
    }

.formFields .invalid {
	display: inline-block;
	padding: 0 0 0 1em;
	}
	
.formFields .invalid2 {
	position: relative;
	left: -1em;
	display: inline-block;
	}

.formFields span.required {
	/*margin-right: .25em;*/
	}

.buttons {
	clear: both;
	padding-top: 15px;
	text-align: center;
	}
	
.buttons p { margin-top: 1.5em; }

.messages, #asjMaster_mainContent_orderOptions {
	clear: both;
	margin: 20px 30px 20px 50px;
	}

.validationSummary li { list-style: disc inside; }

/*	==================================================
	=Typography
	--------------------------------------------------	*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 80%;
	line-height: 1.5em;
	}
	
a, a:visited { color: #000 }

a:hover { color: #4d6e1f; }

h1 a, h2 a, h3 a { text-decoration: none; }

em {
	color: #000;
	font-style: normal;
	font-size: 1.15em;
	line-height: 80%;
	}

h1 {
	color: #4d6e1f;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.1em;
	}
	
h2 {
	font-size: 1.3em;
	font-weight: normal;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: normal;
	}
	
.alert { color: Red; }

.alternateRow { background-color:#fff; }
	
#contactsGridView { background: #d9e7c6; }

#footer {
	color: #000;
	font-size: .85em;
	}
	
.formFields { font-size: .85em; }

.formFields span.required {
	margin-right: .25em;
	color: #4d6e1f;
	}

#asjMaster_mainContent_formIntro .required {
	font-size: .85em;
	color: #4d6e1f;
}

.messages, #asjMaster_mainContent_orderOptions { font-size: 1.3em; }

.quote { font-style: italic; text-align: center; }
	
#sideBar { 
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: .85em;
	}
	
#sideBar h1, #sideBar h2, #sideBar h3 { color: #d9e7c6; }

#sideBar h2, #sideBar h3 {
	font-weight: bold;
}

.tagLine { color: #4d6e1f; }

.theFinePrint {
    font-size: .7em
}

.validationSummary { font-size: .85em; }