/*
------------------------------------ 
HessTechnology.com
Written By: Cody Hess @ HessTechnology.com
Date: 5.02.05
MainLayout.css
------------------------------------
*/

/* Global Variables
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #000;
	background-image: url('graphics/BodyBackground.gif');
	background-repeat:repeat-x;
	font-size: 9px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}


a:link {
	color: #000;
	text-decoration: none;
	}
	
a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
	}


/* common stuffs
----------------------------------------------- */
p {
	margin: 1em 0 1em;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height:normal;
	}
	
h1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #300;
	padding: 0;
	margin: 0;
	}
	
h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #223344;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #223344;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	}
h5{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	}

strong {
	font-weight: bold;
	}

/* layout items
----------------------------------------------- */
#mainWrap {
	position: relative;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	background-image: url('graphics/MainWrapBackground.gif');
	background-repeat:repeat-y;
	width: 750px;
	height: 6000px;
	voice-family: inherit;
	padding-left:0px;
	padding-right:0px;
	padding-top:0;
	padding-bottom:0;
	top: 4px;

}

/*----------------------------------------------- */
#header
{
	position:absolute;
	top: -4px;
	left: 5px;
	width: 719px;
	height:154;
}

/*----------------------------------------------- */

#Content
{
	position:absolute;
	top: 194px;
	left: 9px;
	width: 610;
	height:792px;
	background-color:#FFF;
}

/*----------------------------------------------- */

#Marketing1
{
	position:absolute;
	top: 120px;
	left: 327px;
	width: 300px;
	height:40px;
}	

/*----------------------------------------------- */

#TopMarketing
{
	position:absolute;
	top: 203px;
	left: 414px;
	width: 270px;
	height: 285px;
}

/*----------------------------------------------- */

#SideBar
{
	position:absolute;
	top: 496px;
	left: 414px;
	width: 270;
	height:1000px;
	
}

/*----------------------------------------------- */

#marketingThree
{
	position:absolute;
	top: 165px;
	left: 327px;
	width: 169px;
	height: 78px;
	z-index: 3;
}


/*----------------------------------------------- */

#marketingFour
{
	position:absolute;
	top: 1088px;
	left: 43px;
	width: 169px;
	height: 81px;
	border: 2px solid #FF0000;
}


/*----------------------------------------------- */

#marketingFive
{
	position:absolute;
	top: 1186px;
	left: 43px;
	width: 169px;
	height: 72px;
	border: 2px solid #FF0000;
}

/*----------------------------------------------- */

#marketingSix
{
	position:absolute;
	top: 286px;
	left: 37px;
	width: 150px;
	height: 192px;
	border: 2px solid #FF0000;
}

/*----------------------------------------------- */

#marketingSeven
{
	position:absolute;
	top:218px;
	left: 41px;
	width: 165px;
	height: 52px;
	border: 2px solid #FF0000;
}

/* footer
----------------------------------------------- */
#footer {
	position: absolute;
	top:2300px;
	left:0;
	width: 729px;
	height:32px;
	font-size: 10px;
	color: #FFF;
	line-height: 1.25em;
    background-color:#333333;
	}
	
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #888;
	}
	
#footer a:hover {
	color: #ccc;
	}
