@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------
[ Main Website Information ]

Title: Texas Home Improvement with Jim Dutton

/*------------------------------------------------------------------------
[ Table of contents	]
Any additions to this table below can go under that number with an
alpha letter to sub category. Everything in content area should be as such
	[ 9a. Pagination ] as an example

1.	Remove all defaults
2.	Body
3.	Wrapper (#wrapper to enclose all design)
4.	Header area (#header)
5.	Branding (#brand)
6.	Navigation area (#)
7.	Secondary navigation area (#second-nav)
	[ 7a. Third navigation area (third-nav) ]
8.	Content area holder (#content)
9.	Main content area (#main-content)
10.	Second content area (#second-content)
11.	All table styles (#main-table)
12. All form styles (#main-form)
13. RSS (#rss)
14.	Advertisements (#ads)
15. Preloaded images (.images)
16. Footer area (#footer)

/*------------------------------------------------------------------------
[ Color Codes ]

Background:		#
Content:		#
Header h1:		#
Header h2:		#
Footer:			#

a (standard):	#
a (visited):	#
a (active):		#

/*------------------------------------------------------------------------
[Typography]

Heading Styles:		Verdana, Helvetica, Arial, Geneva, sans-serif;
H1						
H2					16px
H3					16px
H4					14px

Body copy:			
	Body Style:		Verdana, Helvetica, Arial, Geneva, sans-serif;
	Body height:	
	Body tracking:	0.1 (0.2 Letter Spacing)

Input, textarea:	

/* [ 1. Remove all defaults ]
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

/* [ 2. Body ]
------------------------------------------------------------------------*/
body {
	background: url("images/main_bg.jpg") top center repeat;
	font-family: Arial, sans-serif;
}

#clear {
	clear: both;
}



/* [ 3. Wrapper ]
------------------------------------------------------------------------*/
/* [ 4. Header ]
------------------------------------------------------------------------*/
/* [ 5. Brand ]
------------------------------------------------------------------------*/
/* [ 6. Main Navigation ]
------------------------------------------------------------------------*/
/* [ 7. Secondary Navigation ]
------------------------------------------------------------------------*/
/* [ 8. Content area ]
------------------------------------------------------------------------*/
/* [ 9. Main content area ]
------------------------------------------------------------------------*/
/* [ 10. Second content area ]
------------------------------------------------------------------------*/
/* [ 11. Tables ]
------------------------------------------------------------------------*/
/* [ 12. Forms ]
------------------------------------------------------------------------*/
/* [ 13. Rss ]
------------------------------------------------------------------------*/
/* [ 14. Advertisements ]
------------------------------------------------------------------------*/
/* [ 15. Preloaded Images ]
------------------------------------------------------------------------*/
/* [ 16. Footer ]
------------------------------------------------------------------------*/

