/*----------------------------------------------------------------------------- 
kinetic path Stylesheet 

version:   1.0 
date:      12/02/08 
author:    Davis Designs
email:     info@kineticpath.com
website:   www.kineticpath.com  
-----------------------------------------------------------------------------*/


/* Remove padding, margin, outlines, borders, Default Font Sizes etc. */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: small;
}

/* Clearing floated elements  */

.clear	{ 
    clear:both; 
} 

.right	{ 
    float: right; 
} 

.left 
    { 
    float: left; 
}


body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
	background-color: #4c565f;
}


#container {
	width: 896px;
	min-height: 100%;
	min-width: 898px;
	height: 100%;
	margin: 0 auto;
}


p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}




/* header */

#header	{
	width: 896px;
	height: 234px;
}


/* main content area */
#main	{
	position: relative;
	top: 0;
	left: 0;
	width: 896px;
	background-image: url(../images/sidebarbg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #e2e2e4;
	border: 1px solid #ffffff;
	padding: 10px;
	margin: 0 0 10px 0;
}

#main #content	{
	background-color: #ffffff;
	padding: 26px 0 18px 28px;
	margin: 0 260px 0 0;	
}

#main #content h1	{
	text-indent:-9999px;
	height: 84px;
	width: 580px;
	background-image: url(../images/heading.gif);
	background-repeat: no-repeat;
	margin-bottom: 17px;
}

#main #content p	{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}

#main #content h2	{
	text-indent:-9999px;
	height: 70px;
	width: 501px;
	background-image: url(../images/sub-heading.gif);
	background-repeat: no-repeat;
	margin: 32px 0 30px 0;
}

#main #content .red	{
	color: #b11910;
	font-weight: bold;
}


#main #sidebar	{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 219px;
	background-color: #ffffff;
	padding: 23px 15px;
}

#main #sidebar h1	{
	text-indent:-9999px;
	height: 33px;
	width: 222px;
	background-image: url(../images/it-skills.gif);
	background-repeat: no-repeat;
}

#main #sidebar ul li	{
	font-size: 98%;
	list-style: none;
	line-height: 125%;
	text-indent: 1em;
	border-bottom: 1px solid #d9d9d9;
	padding: 9px 0;
}

/* footer */

#footer	{
	position: relative;
	top: 0;
	left: 0;
	width: 896px;
	background-color: #e2e2e4;
	border: 1px solid #ffffff;
	padding: 10px;
	margin: 0 0 30px 0;
}

#footer #contact	{
	background-color: #ca3330;
	height: 80px;
	padding: 30px 0 0 20px;
	margin: 0 652px 0 0;
}

#footer #contact h1	{
	color: #ffffff;
	font-size: 140%;
	font-weight: normal;
}

#footer #contact h1 a:link, #footer #contact h1 a:visited	{
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}

#footer #contact h1 a:hover	{
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}

#footer #address	{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 632px;
	background-color: #ffffff;
	padding: 22px 0 22px 26px;
}

#footer #address h1	{
	text-indent:-9999px;
	height: 21px;
	width: 142px;
	background-image: url(../images/kinetic-path.gif);
	background-repeat: no-repeat;
	margin-bottom: 14px;
}

#footer #address p a{
	color: #b11910;
}



