/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	background: url(header_bg.png) repeat-x;
	}
		
/*  --------- 2. structure  --------- */

#wrapper 
	{
	width: 900px;
	height: 1000px;
	margin: 0 auto;
	border: 0px solid #ff0000;
	}
			
#logo 
	{
	width: 632px;
	height: 317px;
	margin-top:10px;
	padding: 0;
	border: 0px solid #000;
	}
	
#about_jackie
	{
	float: right;
	margin-top: -300px;
	width: 255px;
	height: 290px;
	border: 0px solid #000;
	}
	
#about_jackie p
	{
	font-size: .7em;
	color: #666;
	line-height: 130%;
	padding: 3px;
	}
	
#about_jackie ul
	{
	font-size: .7em;
	color: #666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 22px;
	list-style-type: decimal;
	}
	
#about_jackie a
	{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
	
#about_jackie a:hover
	{
	color: #333;
	text-decoration: underline;
	}
	
.jackie_photo
	{
	float: right;
	margin: 2px;
	}
	
#contact_details
	{
	font-size: 1.2em;
	text-align: center;
	}
	
#contact_details a
	{
	color: #333;
	text-decoration: none;
	}
	
#contact_details a:hover
	{
	color: #999;
	text-decoration: underline;
	}
			
#content 
	{
	margin-left: 10px;
	margin-right: 300px;
	border: 0px solid #000;
	margin-bottom: 20px;
	}
	
#content p
	{
	font-size: .9em;
	line-height: 130%;
	color: #666;
	padding-top: 5px;
    padding-bottom: 9px;
	}
	
#content ul
	{
	font-size: .9em;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 100px;
	line-height: 150%;
	}
	
#content li
	{
	
	}
	
.guarantee
	{
	font-size: .9em;
	font-weight: normal;
	padding-top: 20px;
	}
	
#media
	{float: right;
	width: 271px;
	height: 815px;
	margin-top: 35px;
	padding-top: 30px;
	background: url(media_bg.jpg) no-repeat;
	border: 0px solid #000;
	}
	
#mediapics
	{
	float: right;
	width: 271px;
	height: 1000px;
	margin-top: 35px;
	padding-top: 30px;
	background: url(mediapics_bg.jpg) no-repeat;
	border: 0px solid #000;
	}
	
.paper
	{
	margin-left: 40px;
	padding-bottom: 5px;
	}

/* styles footer and background */
#footerbackground 
	{
	background: url(footer_bg.jpg) repeat-x;
	width: 100%;
	height: 130px;
	clear: both;
	}
	
#footercontent
	{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #fff;
	}
	
#footercontent p
	{
	color: #666;
	font-size: .8em;
	margin-left: 40px;
	margin-top: 25px;
	padding-bottom: 60px;
	line-height: 180%;
	}	
	
#footercontent ul 
	{
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	}

#footercontent li 
	{
	font-size: .8em;
	display: inline;
	list-style-type: none;
	padding: 5px;
	}

#footercontent a 
	{
	color: #666;
	text-decoration: none;
	}

#footercontent a:hover 
	{
	color: #000;
	text-decoration: underline;
	}

.separator 
	{
	clear: both;
	}

.separatorInvisible 
	{
	clear: both;
	height: 1px;
	}

.clearFix:after 
	{
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}

/* ---------- 3. links and navigation ---------- */

a 
	{
	}
		
a:hover 
	{
	}

#navigation 
	{
	float: left;
	margin-top: 30px;
	margin-left: 5px;
	background: url(navigation_bg.jpg) no-repeat;
	width: 618px;
	height: 90px;
	border: 0px solid #000;
	}

#navigation ul 
	{
	margin: 30px;
	}

#navigation li 
	{
	color: #fff;
	font-size: .9em;
	display: inline;
	padding-left: 40px;
	}

#navigation a 
	{
	color: #fff;
	text-decoration: none;
	}

#navigation a:hover 
	{
	color: #ccff00;
	text-decoration: underline;
	}

/* ---------- 4. fonts ---------- */

html 
	{
	font-size: 100%;
	}

body 
	{
	font-family: arial; helvetica, verdana;
	}
	
body#home a#homenav,
body#services a#servicesnav,
body#news a#newsnav,
body#testimonials a#testimonialsnav,
body#contact a#contactnav 
	{
	color: #ccff00;
	}


h1, h2, h3, h4, p, ul 
	{
	}

h1 
	{
	font-size: 1em;
	color: #333;
	padding-bottom: 3px;
	}

h2 
	{
	font-size: 1em;
	color: #333;
	padding-bottom: 10px;
	padding-left: 25px;
	}

h3 
	{
	font-size: 1em;
	color: #666;
	margin-top: 30px;
	padding-bottom: 8px;
	}
		
h4 
	{
	font-size: .9em;
	font-weight: normal;
	color: #666;
	margin-top: 30px;
	padding-bottom: 8px;
	}

h5
	{
	font-size: .9em;
	font-weight: normal;
	color: #666;
	margin-top: 50px;
	padding-bottom: 8px;
	}
	
p 
	{
	}

ul 
	{
	}

/* styles the blockquotes on the testimonials page */
blockquote 
	{
	background: transparent url(quoleft.jpg) left top no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
blockquote div 
	{
	padding: 0 48px;
	background: transparent url(quoright.jpg) right bottom no-repeat;
	}
	
.quote
	{
	color: #999;
	
	padding-left: 430px;
	}
	
.newsquote
	{
	color: #999;
	padding-left: 60px;
	}
	
.publication
	{
	color: #666;
	font-weight: bold;
	margin-left: 10px;
	}

/* ---------- 5. images ---------- */

a img {
	border: 0;
	}
		
/* ---------- 6. tables ---------- */

table 
	{
	}
		
caption 
	{
	}
		
tr 
	{
	}

th, td 
	{
	}
		
th 
	{
	}
		
td 
	{
	}

/* ---------- 7. forms ---------- */	

#contact_jackie form 
	{
	float: right;
	width: 271px;
	height: 481px;
	margin-top: 35px;
	padding-top: 30px;
	background: url(contact_bg.jpg) no-repeat;
	border: 0px solid #000;
	}
		
#contact_jackie p
	{
	font-size: .9em;
	padding-left: 25px;
	padding-top: 5px;
	color: #666;
	line-height: 150%;
	}
	
#contact_jackie a
	{
	color: #333;
	text-decoration: none;
	}
	
#contact_jackie a:hover
	{
	color: #666;
	text-decoration: underline;
	}

.bold
	{
	color: #666;
	font-weight: bold;
	}
		
input.txt
	{
	color: #666;
	font-size: .9em;
	font-family: arial;
	}
	
textarea
	{
	font-size: .9em;
	font-family: arial;
	margin-bottom: 10px;
	}
	
	#verifyemail
	{
	display:none;
	}