@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.spacer {
    width:100%;
    clear:both;
}

p {
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F36621;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 3px;
	margin-right: 3p;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 2px;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #5B6365;
}

#menu_bottom_text {
	color: #FFFFFF;
	font-size: 12px;
	
}

#top {
	margin: 0px;
	height: 73px;
	width: 800px;
	background-image: url(../images/top_texture_gfx.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#logo_top {
	height: 73px;
	width: 277px;
	float: left;
	margin-left: 25px;
}

#menu_top {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 25px;
	text-align: right;
	float: right;
}

#menu_top span {
	color: #F26520;
	text-decoration: underline;
}

#menu_top a {
	color: #FFF;
	text-decoration: none;
}

#middle_row {
	height: 249px;
	width: 800px;
}

#main_gfx_1 {
	float: left;
	height: 249px;
	width: 501px;
}

#fla_gfx {
	float: left;
	height: 249px;
	width: 39px;
}

#main_gfx_2 {
	float: left;
	height: 249px;
	width: 260px;
	background-image: url(../images/top_ing_txt_container_gfx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#txt_wrapper {
	margin-top: 45px;
	width: 240px;
	margin-left: 10px;
}

.txt_main {
	color: #FFF;
	font-size: 12px;
	margin-top: 20px;
	text-transform: uppercase;
	float: left;
	width: 240px;
}

.txt_main span {
	font-weight: bold;
	color: #F15C22;
}




#body_row {
	width: 800px;
	background-color: #5b6365;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#menu {
	float: left;
	width: 159px;
}

.bot {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 15px;
}

.bot a {
	color: #FFF;
	text-decoration: none;
}

#divider {
	height: 219px;
	width: 10px;
	float: left;
}

#txt_box {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	width: 600px;
}



#txt_box strong {
	text-transform: uppercase;
	color: #F05922;
}

#txt_box a {
	color: #F15C22;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
	}

.boxes_bottom {
	float: left;
	height: 139px;
	width: 184px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.boxes_bottom a {
	color: #F15A21;
}

#box_gfx_1 {
	background-image: url(../images/box_1_gfx.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 184px;
	background-position: left top;
}

#box_gfx_1 p {
	color: #FFF;
	font-size: 10px;
	margin-top: 85px;
	margin-left: 3px;
	width: 180px;
	float: left;
}

#box_gfx_2 {
	background-image: url(../images/box_2_gfx.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 184px;
	background-position: left top;
	}
	
#box_gfx_2 p {
	color: #FFF;
	font-size: 10px;
	margin-top: 85px;
	margin-left: 3px;
	width: 180px;
	float: left;
}	
	

#box_gfx_3 {
	background-image: url(../images/box_3_gfx.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 184px;
	background-position: left top;
	}
	
#box_gfx_3 p {
	color: #FFF;
	font-size: 10px;
	margin-top: 85px;
	margin-left: 3px;
	width: 180px;
	float: left;
}	

#bottom_row {
	background-image: url(../images/Bottom_texture_gfx.jpg);
	background-repeat: repeat-x;
	height: 59px;
	width: 800px;
	float: left;
}

#bottom_row p {
	font-size: 9px;
	color: #999;
	text-align: center;
	width: 700px;
	margin-top: 20px;
	margin-left: 50px;
	text-transform: uppercase;
}

#bottom_row p a {
	color: #999999;	
	text-decoration: none;
}

#txt_box p a {
	color: #F36523;
	text-decoration: none;
	}

