@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	width: auto;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
}
h1 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #4D8AC3;
}
h2,h3,h4,h5,h6 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}





/****************** CONTAINER CONTENT ******************/

.container {
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
	text-align: left;
	background-image: url(../images/bkg-container.png);
	background-repeat: repeat-y;
}

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






/****************** HEADER CONTENT ******************/

.header {
	position: relative;
	display: block;
	height: 85px;
	z-index: 10;
}

	.bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	display: block;
	height: 10px;
	background-color: #4D8AC3;
	}
	
	.logo {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 240px;
		height: 40px;
	}
	
	.navigation {
		position: absolute;
		top: 30px;
		right: 0px;
		width: 600px;
	}

/*----------------------- HEADER CONTENT -----------------------*/





/****************** CONTROL CONTENT ******************/

.content {
	margin: 15px;	
}

/*----------------------- CONTROL CONTENT -----------------------*/





/****************** LEFT COLUMN CONTENT ******************/

.left {
	float: left;
	width: 760px;
	background-image: url(../images/bkg-left.png);
	background-repeat: repeat-y;
	background-position: right;
}

.left .innertube {
	padding: 12px 20px 12px 2px;
}

/*----------------------- LEFT COLUMN CONTENT -----------------------*/






/****************** RIGHT COLUMN CONTENT ******************/

.right {
	float: right;
	width: 100px;
	overflow: hidden;
}

/*----------------------- RIGHT COLUMN CONTENT -----------------------*/






/****************** HOME PAGE CONTENT ******************/



/*----------------------- HOME COLUMN CONTENT -----------------------*/






/****************** CTGY PAGE CONTENT ******************/

.ctgy-1 {
	padding: 20px 10px 20px 0;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
}

.ctgy-1 img {
	border: 1px solid #CCCCCC;
}

.ctgy-2 {
	width: 100%;
	padding: 20px 0 20px 10px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
}

.ctgy-2 h2 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.ctgy-2-link {
	display: block;
	width: 80px;
	padding: 5px 8px;
	margin: 15px 0 0 0;
	background-color: #333333;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}



/*----------------------- CTGY COLUMN CONTENT -----------------------*/






/****************** FOOTER CONTENT ******************/

.close {
	display: block;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

/*----------------------- FOOTER CONTENT -----------------------*/






/****************** BOX CONTENT ******************/

.box-head {
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #EE2F27;
	padding: 6px 4px;
	border: 1px solid #272727;
}
.box-content {
	display: block;
	color: #FFF;
	background-color: #272727;
	padding: 6px;
}

.box-content hr {
	height: 15px;
	background-image: url(../images/bkg-box-content-br.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
}

.content-box {
	display: block;
	margin: 25px 0 40px; 0;
}

.content-box-image {
	float: left;
	width: 175px;
	height: 125px;
}

.content-box-text {
	float: right;
	width: 415px;
}

.content-box-text h2 {
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #333333;
}

/*----------------------- BOX CONTENT -----------------------*/






/****************** QUICK CONTACT FORM CONTENT ******************/

.quickform tr {
	background-image: url(../images/bkg-box-content-br.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.quickform-right {
	width: 100%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 10px 0 10px 3px;
	background-image: url(../images/bkg-box-content-br.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.quickform-left {
	text-align: left;
	padding: 8px 3px;
}

.quickform-left .textfield {
	font-size: 11px;
	width: 120px;
	height: 16px;
	border: none;
}

.quickform-left .textarea {
	font-size: 11px;
	width: 120px;
	border: none;
}


/*----------------------- QUICK CONTACT FORM CONTENT -----------------------*/






/****************** MISC TAGS AND CONTENT ******************/

.form {
	width: 50%;
	padding: 4px;
}

.test_box {
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding: 8px;
	border: 1px solid #666666;
	width: 200px;
	background-color: #D4D0C8;
}

/*----------------------- MISC TAGS AND CONTENT -----------------------*/
