/*
	---------------------
	Company:  Leopard, Inc.
	Author:  Chris Johnson
	Date:  May 10, 2007
	----------------------
*/

/*------------------ PAGE/GENERAL------------- */
	
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #0e1012;
	background-color:#FFFFFF;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

.bold {
	font-weight:bold;
	}
	
.clearer {
	clear: both;
}

img {
	border-style: none;
}

a:link {
	color:#f79502;
	text-decoration: none;
	}
	
a:visited { 
	color: #f79502;
	text-decoration: none;
	}
	
a:hover { 
	color: #47ca14;
	text-decoration: none;
	}
	
a:active { 
	color: #f79502;
	text-decoration: none;
	}

.green {
	color: #8ace70;
	}

/*-------------------------- CONTAINER------------------------ */

#container {
	width: 848px;
	position: relative;
	min-height: 100%;
}

* html #container{
	height: 100%;
}
	
#leftcolumn{
	float: left;
	width: 644px;
	padding: 0 0 100px 0;
	}
	
/*--------------------- FLASH HEADER AREA------------------- */
	
#flasharea {
	width: 644px;
	height: 330px;
}

/*---------------------MAIN NAVIGATION----------------------*/

#navigation {
	width: 594px;
	height: 33px;
}

#navbuttons {
 	width: 594px;
 	height: 33px;
 	float: left;
 	background-image:url(../images/navigation.gif);
 	margin: 0px auto;
 	padding: 0px;
 	position: relative;
}

#navbuttons li {margin: 0; padding: 0; list-style: none; float: left;}

#navbuttons a {display: block;}


#why4u {left: 0px; top: 0px; width: 149px; height: 33px;}
#solutions {left: -149px; top: 0px; width: 149px; height: 33px;}
#manufacturers {left: -298px; top: 0px; width: 149px; height: 33px;}
#contactus {left: -447px; top: 0px; width: 147px; height: 33px;}

#why4u a {height: 33px;}
#solutions a {height: 33px;}
#manufacturers a {height: 33px;}
#contactus a {height: 33px;}

#why4u a:hover {background: url(../images/navigation.gif) -595px 0px no-repeat;}
#solutions a:hover {background: url(../images/navigation.gif) -744px 0px no-repeat;}
#manufacturers a:hover {background: url(../images/navigation.gif) -893px 0px no-repeat;}
#contactus a:hover {background: url(../images/navigation.gif) -1042px 0px no-repeat;}

/*------------------ CONTENT AREA---------------- */
#contentarea {
	width: 594px;
	margin: 0 auto;
	}
	
#textarea {
	width: 450px;
	margin: 0 auto;
	background-image:url(../images/bargraph.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding: 0 0 80px 0;
	}
	
#textarea p{
	padding: 50px 0 0 0;
	line-height: 18px;
	}
	
#textarea h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 326px;
	font-size: 13px;
	color: #f79502;
	margin: 45px 0 0 0;
}

#textarea h1 img {
	float:none;
	margin: 0;
	padding: 0 4px 0 0;
}

#textarea h1 a:link {
	color: #f79502;
	border-bottom: 1px dotted #f79502;
	}
	
#textarea h1 a:visited { 
	color: #f79502;
	border-bottom: 1px dotted #f79502;
	}
	
#textarea h1 a:hover { 
	color: #8ace70;
	border-bottom: 1px dotted #f79502;
	}
	
#textarea h1 a:active { 
	color: #f79502;
	border-bottom: 1px dotted #f79502;
	}

/*---------------- GOALS AREA----------- */
#rightcolumn {
	float: left;
	width:198px;
	border-style:solid;
	border-color: #f79502;
	border-width: 0 1px 1px 1px;
	background-color:#0e1012;
	background-image:url(../images/rightcolumn_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	}
	
#rightcolumn li {
	padding: 10px 0 0 24px; 
	color: #0a4959;
	list-style: none;
	}
	
#giveusacall {
	background-image:url(../images/call4u.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 198px;
	height: 124px;
}

/*----------- FOOTER AREA---------------- */

#copyright {
	padding: 15px 0 10px 15px;
	font-size: 10px;
	line-height: 18px;
	width: 500px;
	color: #0a4959;
}

.toolbox {
	font-size:13px;
}

.toolbox img {
	padding: 0 0 0 4px;
	}
	

