/* Webtail sales site */

* {margin:0; padding:0;}

html {}

body {
	background:#333;
	color:#000;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.4em;
	text-align:center;
}

p 		{margin-bottom:15px}

ul, ol 	{margin:0 0 15px 30px;}

h1, h2, h3 {}

#header img {
	behavior:url("../js/pngbehavior.htc");
}

h1 { 
	font-size:1.6em;	
	margin-bottom:15px;
}

#banner h1 {
	color:#fff;
}

.bigger {font-size:130%; line-height:120%;}

h2 {
	color:#660099;	
	font-size:1.6em;
	margin-bottom:10px;
}

h3 {
	color:#660099;	
	font-size:1.2em;
	margin-bottom:5px;
}

.clearance {clear:both;}

a		{color:#99ff00;text-decoration:none;}
a:hover {text-decoration:underline;}

#content a {color:#660099;text-decoration:none;}
#content a:hover {color:#660099;text-decoration:underline;}

.showcase img:hover {color:#99ff00;} 

#wrapper {
	border-top:0;
	margin:0 auto;
	text-align:left;
}

#header_wrapper {
	background:url(../images/header.png) top left repeat-x #99ff00;
}

#header {
	height:200px;
	text-align:center;
	margin:0 auto;
	position:relative;
	width:950px;
}	

#nav1 {
	position:absolute;
	bottom:10px;
	left:0;
	text-align:center;
	width:950px;
}

#nav1 ul {
	list-style:none;
	margin:0 auto;
}

#nav1 ul li {
	display:inline;
}

#nav1 a {
	color:#000;
	font-weight:bold;
	padding:0 10px;
	text-decoration:none;
}

#nav1 a:hover {
	text-decoration:underline;
}

#banner_wrapper {
	background:url(../images/banner_fade.png) top left repeat-x #333;
}

#banner {
	color:#fff;
	/*text-align:justify;*/
	margin:0 auto;
	width:950px;
}

#content_wrapper {
	background:#fff;
	border-top:10px solid #99FF00;
}

#content {
	/*text-align:justify;*/
	margin:0 auto;
	width:950px;
}

.content_column {
	float:left;
	margin:20px 0 0 15px;
	padding:20px;
	width:255px;
}

#content .content_column {
	margin-top:0;
}

.half_width {
	width:410px;
	float:left;
	margin:20px 0 15px 15px;
	padding:20px 20px 0 20px;
}

.half_width a img {*border:0;}

#footer {
	background:url(../images/footer_fade.png) top left repeat-x #333;
	border-top:10px solid #99FF00;
	clear:both;
	color:#999;
	padding:10px 0;
	text-align:center;
}

#footer a {color:#ddd; text-decoration:none;}
#footer a:hover {color:#fff; text-decoration:underline;}
