body {
	font: 13px Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/bg_outter.jpg);
	background-repeat: repeat;
	line-height: 20px;
}
h1 {
	color: #d2232a;
	font-size: 34px;
	margin-top: 0px;
	padding-top: 0px;

}
#bg_wrap_out {
	background-image: url(../images/bg_master.jpg);
	background-repeat: repeat-x;
	width: 980px;
	padding-bottom: 50px;
	margin: 0 auto;
	background-position: top;
	height: 850px;
}



#container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_main.jpg);
	background-position: bottom;
}
#container_c {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_main_contact_top.jpg);
	background-position: top;
}
#gallery_container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_main.jpg);
	background-position: bottom;
}
#header {
	height: 192px;
	padding-top: 0px;
	padding-bottom: 0;
	background-image: url(../images/bg_header_top_only.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header_gallery {
	height: 192px;
	padding-top: 0px;
	padding-bottom: 0;
	background-image: url(../images/bg_header_top_only_gallery.jpg);
	background-repeat: no-repeat;
	position: relative;
}
/*--- NAV ---*/
#header_nav{
	padding-top:64px;
	font-size:13px;
	font-weight:bold;
}
#header_nav a{
	color: #d2232a;
	text-transform: uppercase;
	text-decoration: none;
}
#header_nav a:hover{
	color: #ffce17;
	text-transform: uppercase;
	text-decoration: none;
}
#header_nav ul {
	margin: 0px;
	padding: 0px;
}
#header_nav li {
	list-style-type:none;
	display:inline;
}
#nav_left li{
	padding-left:70px;
}
#nav_right li{
	padding-right:85px;
}


/*--- END NAV ---*/
#header_logo {
	position: absolute;
	top: 0px;
	right: 389px;

}

#mainContent {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	padding:30px 60px 5px 52px;
	width: 577px;
	margin-left: 151px;
}
#mainContentGallery {
	background-image: url(../images/bg_content_gallery.png);
	background-repeat: repeat-y;
	width: 892px;
	margin-left: 50px;
}
#mainContent a{
	color:#000000;
}
#footer_contact{
	background-image: url(../images/bg_content_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
}
#footer {
	background-image: url(../images/bg_content_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 321px;
}
#footer_gallery {
	background-image: url(../images/bg_content_bottom_gallery.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 37px;
}

#ext_footer {
	font-size: 7px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#ext_footer a{
	text-decoration:none;
}
.yellow {
	color: #ffcb08;
	text-decoration: none;
	font-weight:bold;
}
.light_yellow{
	color: #ffcb08;
	text-decoration: none;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.gallery {
	width:600px;
	padding-left:150px;
	padding-right:130px;
}	
/*______________________GALLERY___________________________*/
#main_gallery{
	height: 355px;
	background-image: url(../images/bg_gallery.png);
	background-repeat: repeat-y;

}
.nav_gallery {
	background-image: url(../images/bg_gallery_buttons.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top:2px;
}						
.nav_gallery ul{
	width:882px;	
	padding-left:0px;
	margin:0px;
}
.nav_gallery ul li{
	display:inline;
	list-style-type:none;
}
.nav_gallery a{
	color:#969696;
	height:22px;
	text-decoration:none;
	padding-left:83px;
	padding-right:83px;
	padding-top:2px;
	padding-bottom:2px;
}
.nav_gallery a:hover{
	color:#FFF;
	background-image: url(../images/nav_gallery_bg_on.png);
	background-repeat: repeat-x;	
	text-decoration:none;
}
.nav_gallery .active{
	color:#FFF;
	background-image: url(../images/nav_gallery_bg_on.png);
	background-repeat: repeat-x;	
	text-decoration:none;	
}
	
#gallery_display{
	height:321px;
	position:relative;
	padding-left:50px;
	padding-top:25px;
}
#gallery_display p{
	width:340px;
}
.thumbs {
	bottom:55px;
	left:50px;
	position:absolute;
}
.thumbs img{
	padding:5px;
}
.gallery_image{
	position:absolute;
	left:503px;
	top:35px;
}
/*
#gallery_retail{
	display:none;
}
#gallery_education{
	display:none;
}
#gallery_commercial{
	display:none;
}
#gallery_government{
	display:none;
}
#gallery_industry{
	display:none;
}
#gallery_healthcare{
	display:none;
}
*/
.growl_ul {
	margin:0px;
	padding:0px;
}
.growl_ul li{
	list-style-type: none;
	padding: 3px;
}
.growl_ul a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
}


/*___________________END__GALLERY________________________*/
.ico {
	padding:15px;
}
