@charset "utf-8";
/*     FONT STYLES     */
h1 {
	color: #17171e;
	font: bold 16px/29px Arial, Helvetica, sans-serif;
	background: url(../images/layout/general/heading_icon.png) no-repeat;
	text-indent: 35px;
}
h2 {
	color: #9e0b0f;
	font: bold 14px Arial, Helvetica, sans-serif;
}
h3 {
	color: #9e0b0f;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #9e0b0f;
}
a:hover {
	color: #000;
}
.red {
	color: #9e0b0f;
}
.black {
	color: #17171e;
}
table {
	text-align: left;
}

/*     CSS HELPERS     */
.clear{
	clear: both;
}

/*     GENERAL CSS     */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background: #B5B6C3 url(../images/layout/general/bg_03.png) repeat;
	font: 11px Arial, Helvetica, sans-serif;
}
#bg_grad {
	background: url(../images/layout/general/bg_gradient_03.png) repeat-x;
	height: 668px;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#container {
	width: 1007px;
	margin: 0px auto;
	padding: 0px 0px 0px 7px;
	background: url(../images/layout/general/content_bg_repeat_14_11.png) repeat-y;
}
#banner {
	background: url(../images/layout/general/banner_01.jpg);
	height: 101px;
	width: 999px;
}
#nav {
	background: #000000 url(../images/layout/general/nav_02.jpg);
	float: left;
	height: 519px;
	width: 171px;
	padding-top: 63px;
	z-index: 100;
}
#flash {
	float: left;
/*	background: url(../images/layout/general/flash_03.jpg);*/
	height: 202px;
	width: 828px;
}
#content {
	float: left;
	width: 798px;
	padding: 30px 10px 10px 20px;
	background: url(../images/layout/general/content_gradient_04.png) no-repeat;
	margin-bottom: 10px;
}
#content_left {
	float: left;
	width: 530px;
}
#content_right {
	float: left;
	width: 240px;
	text-align: center;
	padding-left: 20px;
}
#content_right img {
	margin-bottom: 60px;
}
#footer {
	background: url(../images/layout/general/footer.png) no-repeat;
	margin: 0px auto;
	width: 1014px;
	height: 46px;
}



#website_info{
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 2px;
	height: 17px;
	padding-top: 5px;
}
.float23{
	float: left;
	width: 23%;
}
.float53{
	float: left;
	width: 53%;
}
#text_align {
	float: left;
}
#quadtech {
	float:left;
}
#quadtech a {
	background-image: url(/images/layout/quadtech_logo_dark_smaller.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 63px;
	overflow: hidden;
}
#quadtech a:hover {
	background-image: url(/images/layout/quadtech_logo_dark_smaller.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 63px;
	overflow: hidden;
	background-position: -63px;
}
#success {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #333333;
	text-align: center;
	padding: 15px;
	width: 500px;
}
#gallery img {
	margin: 21px 21px 0px;
	width: 150px;
	height: 100px;
}
#gallery_cells {
	float: left;
	text-align: center;
	font-weight: bold;
	/*height: 133px;*/
}

