/* Project: Business Pro
   Author: J David Macor
   URL: http://www.jdavidmacor.com */
   
   
   
/******** General Styles ********/
body {
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	}

#container {
	width: 800px;
	margin: 0 auto;
	}
	
a {
	color: #84AECD;
	text-decoration: none;
	background: inherit;
}

a:hover {
	color: #4080BF;
	background: inherit;	
}

h1 {
	font: 4em Arial, sans-serif;
	color: #666;
	margin: 0;
	padding-top: 30px;
	text-decoration: none;
	}
	
h1 span {
	color: #A5A5A5;
	}
	
h2 {
	font: 3em "Trebuchet", Arial, sans-serif;
	color: #FFFFFF;
	text-align: right;
	margin: 4px;
	}
h4 {
	font-size: 3em;
	color: #999;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

	
h3 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	text-align: left;
	color: #84AECD;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 10px;
	}
	
	

/******** Header Styles ********/
#header {
	width: 800px;
	height: 135px;
	background: url(images/craft1.gif) top left no-repeat;
	padding-left: 240px;
	margin-top: 20px;
	margin-bottom: 5px;
	}
	
	
	
/******** Menu Styles ********/
#menu {
	float:left;
	width:100%;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #000000;
	line-height: normal;
	margin-bottom: 25px;
	}
	
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
	
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
	
#menu a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	
#menu a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

#menu a span {
	float:none;
	}

#menu a:hover span {
	color:#FFF;
	}
	
#menu a:hover {
	background-position:0% -42px;
	}
	
#menu a:hover span {
	background-position:100% -42px;
	}
	
	
	
/******** Featured Styles ********/
#featured {
	width: 800px;
	height: 285px;
	background: #FFFFFF url(images/mid_hr.gif) bottom no-repeat;
	clear: both;
	}

#featured2 {
	width: 800px;
	height: 60px;
	background: #FFFFFF;
	clear: both;
	padding: 0px;
	}

#blue {
	width: 260px;
	height: 260px;
	background: url(images/supplies_blue.jpg) no-repeat;
	float: left;
	clear: none;
	margin: 0px;
	}
	
#orange {
	width: 260px;
	height: 260px;
	background: url(images/tools_orange.jpg) no-repeat;
	margin: 0 auto;
	clear: none;
	}
	
#green {
	width: 260px;
	height: 260px;
	background: url(images/parts_green.jpg) no-repeat;
	float: right;
	clear: none;
	margin: 0px;
	}
	
.info {
	text-align: right;
	margin-top: 190px;
	margin-right: 4px;
	font-size: 1.6em;
	}	
	
.info a {
	color: #EFEFEF;
	text-decoration: none;
	background: inherit;
	}
	
.info a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: inherit;
	}
	


/******** Content ********/
.splitright {
	background-color: #ffffff;
	margin:19px 0 0 0;
	width: 50%;
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
	}

.splitright p {
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
	}

.splitright h3 {
	margin-right: 10px;
	margin-left: 20px;
	}

.splitleft {
	background-color: #ffffff;
	margin:19px 0 0 0;
	width: 50%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	}

.splitleft p {
	margin-left: 10px;
	margin-right: 20px;
	text-align: justify;
	}

.widecontent {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	}
.wideheader {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	vertical-align: 50%;
}
.widecontent2 {
	margin-left: 20px;
}



.widecontent h3 {
	border-bottom: 1px solid #000000;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	  
	
/******** Footer ********/
#footer {
	text-align: center;
	clear: both;
	margin-top: 10px;
	color: #BBBBBB;
	padding: 4px;
	}

#footer p a {
	color: #999999;
	font-weight: 100;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}

#footer p a:hover {
	color: #000000;
	text-decoration: none;
	border-top: 1px dotted #000000;
	}
	  
/******** The End (a jdavidmacor.com production) ********/
