/****************************************************************
* 					BKM Office Works by CR						*
*																*
* Main CSS include, changes here will be reflected accross the	*
* entire site. Limit changes here to those that do not belong	*
* in the other CSS includes. Place changes in the following		*
* locations:													*
*																*
*	-- Header div changes >> header.css						*
*	-- Content div changes >> content.css					*
*	-- Footer div changes >> footer.css						*
*																*
*****************************************************************/

@import url('header.css');
@import url('content.css');
@import url('footer.css');

/* BEGIN TAG STYLING */

html,body {
	margin: 0 0 0;
	padding: 0 0 0;
}

body {
	background: #ebebeb;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	#padding-bottom: 20px;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

hr {
	width:100%;
	height:1px;
	color:#e1e1e1;
	background-color:#e1e1e1;
	border-width:0px;
	padding: 0 0 0;
	margin: 0 0 0;
}

h1 {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	#margin-top: 15px;
	#margin-bottom: -15px;
}

h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

h3 {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 0 0;
}

h4 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 5px;

}


input, textarea {
	background: #ebebeb;
	color: #666666;
	border: 1px solid #666666;
	font-size: 11px;
}

form {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* END TAG STYLING */

.active_link {
	color: #ff6600;
}