body{
	background: #e0e0e0;
	
	font-family: Helvetica, Arial;
	font-size: 14px;
}

*{
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #000000;
}

a img{
	border: 0px;	
}

.clear{
	clear: both;	
}

a.reseller_link{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.more{
	font-size: 13px;
	display: block;
	margin-top: 5px;
	color: #777;
}

	.more a{
		color: #008bcb;
		border-bottom: 1px dotted #ccc;
	}

/*
*	CONTENT BOX
*/

#main_container{
	background: #ffffff;
	padding-bottom: 30px;
}

#main_content{
	width: 900px;
	margin: 0 auto;
}

/*
*	HEADER
*/

#border_top{
	height: 25px;
	
	background-image: url('gui/border_top.png');
}

#header{
	height: 50px;
}

	#header a.logotype{
		position: absolute;
		float: left;
		z-index: 1000;
		margin-left: 20px;
	}
	
	#header ul{
		float: right;
		list-style: none;
		margin-top: 18px;
	}
	
	#header ul li{
		float: left;
		margin: 0 10px 0 10px;
	}
	
		#header ul li a{
			color: #545454;
		}
		
		#header ul li a:hover{
			border-bottom: 1px dotted #ccc;
			color: #000;
		}
		
		#header ul li.current_page_item a{
			color: #000;
			border-bottom: 1px solid #ccc;	
		}
	
#header_banner{
	height: 183px;
	background-image: url('gui/header_bg.png');
	margin-bottom: 20px;
}

	#header_image{
		background-image: url('gui/header_image.jpg');
		background-repeat: no-repeat;
		background-position: center bottom;
		height: 162px;
		padding-top: 10px;
	}



/*
*	CONTENT LEFT
*/

#content_left{
	float: left;
	width: 620px;
}

.content_main{
	
}

	.content_main h1{
		font-size: 30px;
		letter-spacing: -2px;
	}
	
	.content_main p{
		color: #6b6b6b;
		line-height: 28px;
		margin-top: 10px;
		font-size: 14px;
	}
	
.post_main{
	
}

	.post_main h1{
		font-size: 24px;
		letter-spacing: -2px;
		border-bottom: 1px solid #eee;
		padding: 0 0 5px 0;
	}
	
	.post_main p{
		color: #6b6b6b;
		line-height: 28px;
		margin-top: 10px;
		font-size: 14px;
	}

	.date_time{
		font-size: 12px;
		color: #999;
		text-transform: capitalize;
		margin-bottom: 5px;
	}
	
.post_list{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.post_list .newstitle {
		font-size: 24px;
		letter-spacing: -2px;
		border-bottom: 1px solid #eee;
		margin: 0 0 5px 0;
		color: #008bcb;
		border-bottom: 1px dotted #ccc;
}
	.post_list a{
		border-bottom: 1px solid #eee;
		margin: 0 0 5px 0;
		color: #008bcb;
		border-bottom: 1px dotted #ccc;
	}
	
	.post_list p{
		color: #6b6b6b;
		line-height: 28px;
		margin-top: 5px;
		font-size: 14px;
	}

	.date_time{
		font-size: 12px;
		color: #999;
		text-transform: capitalize;
		margin-bottom: 5px;
	}

/*
*	CONTENT RIGHT
*/

#content_right{
	float: right;
	width: 230px;
}

.calendar{
	background: #fff;
	border: 1px solid #ccc;
	background-image: url('gui/cal_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 15px;
}

	.calendar h3{
		font-size: 14px;
		color: #444;
	}
	
	.calendar img{
		position: absolute;
		margin-left: 130px;
		margin-top: -20px;
	}
	
	a.all_events{
		color: #008bcb;
		font-size: 12px;
		display: block;
		margin-top: 5px;
	}
	
	#wp-calendar{
		margin-top: 5px;
	}
		
		#wp-calendar table{
			width: 200px;
			font-size: 13px;
		}
		
		#wp-calendar td{
			text-align: center;
			color: #666;
			padding: 4px;
		}
		
			#wp-calendar td a{
				color: #333;
				border-bottom: 1px dotted #ddd;
				font-weight: bold;
			}
	
		td#prev{
			width: 100px;
			text-align: left;
			padding: 0px;
		}
		
			td#prev a{
				color: #008bcb;
				border-bottom: 1px dotted #ccc;
			}
		
		td#next{
			width: 100px;
			text-align: right;
			padding: 0px;
		}
		
			td#next a{
				color: #008bcb;
				border-bottom: 1px dotted #ccc;
			}
		
		#wp-calendar caption{
			text-transform: capitalize;
			font-weight: bold;
		}
		
			#wp-calendar caption  a{
				color: #000000;
			}
		
		.ec3_today{
			background: #ccc;
		}
		
		.ec3_eventday{
			background: #ffdcdc;
		}
		
.ec3_schedule{
	background: #efefef;
	background-image: url('gui/Calendar.png');
	background-repeat: no-repeat;
	padding: 5px 5px 5px 55px;
	margin-top: 10px;
	
	border: 1px solid #ccc;
	
	
	text-transform: capitalize;
	font-size: 13px;
	color: #555;
}

.main_news{
	margin-top: 20px;
	padding: 0 10px 10px 10px;
}

	.main_news h3{
		font-size: 14px;
		color: #444;
	}
	
	a.main_news_archive{
		font-size: 13px;
		display: block;
		margin-top: 15px;
		color: #008bcb;
	}
	
	.main_news_item{
		margin-top: 10px;	
	}
	
		.main_news_item a{
			color: #008bcb;
			border-bottom: 1px dotted #ccc;
		}
		
		.main_news_item p{
			font-size: 13px;
			line-height: 18px;
			color: #666;
			padding-top: 4px;
		}


/*
*	CONTENT PUFFS
*/

#puffs{
	margin-top: 30px;
}

	.puff_item{
		
	}
	
		.puff_item h2{
			font-size: 14px;
			color: #000000;
			margin: 15px 0 2px 15px;
		}
		
		.puff_item p{
			color: #353434;
			font-size: 14px;
			line-height: 24px;
			margin: 0 15px 10px 15px;
		}
	
	.puff_container{
		float: left;
		width: 280px;
		height: 180px;
		margin-right: 30px;
		background: #eaeaea;
	}
	
		.puff_container img{
			margin-left: 70px;
		}
	
	.puff_image{
		float: right;
		width: 280px;
		height: 180px;
		
		background-image: url('gui/working.png');
	}
	
	
/*
*	RESELLERS
*/

#resellers{
	margin-top: 30px;
}

	#resellers h2{
		font-size: 14px;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #ccc;
		margin: 0 0 10px 0;
	}
	
/*
*	FOOTER
*/

#footer_container{
	margin: 0 auto;
	width: 900px;
}

	#footer_content{
		margin: 20px 0 20px 0;
		
		color: #555;
		line-height: 16px;
		font-size: 12px;
	}
	
		#footer_content a{
			border-bottom: 1px dotted #999;
			color: #444;
		}
	
	p.right{
		float: right;
		text-align: right;	
	}
	
/*
 * 	TOOLTIP FOR CALENDAR
 */
	
	
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px;
	width: 250px;
	opacity: 0.9;
	
	background: #fff;
	border: 1px solid #ccc;
	background-image: url('gui/cal_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	padding: 15px;
}
#tooltip h3{
	font-size: 14px;
}

/*
 * 	CONTACT FORM
 */

.wpcf7{
	
}

	.wpcf7 p{
		padding: 0px;
		margin: 0px;
	}
	
	.wpcf7 em{
		color: #999;
	}
	
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 14px;
	}
	
	.wpcf7-validation-errors{
		background: #ffdcdc;
		border: 1px solid #aa0000;
		color: #aa0000;
		padding: 10px;
	}
	
	
/*
 * 	PRODUCT LISTINGS
 */

.wpsc_container{
	margin: 20px 0 0 0;
}

.imagecol{
	-border: 1px solid red;
	float: left;
	margin-right: 15px;
}

.wpsc_description{
	border: 0px solid blue;
}

	.wpsc_description p{
		line-height: 18px;
	}

.textcol{
	border-top: 1px dotted #ccc;
	clear: both;
	padding-top: 20px;
}
