html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

html, body {
	height:100%;
	font-size:10pt;
	font-family: verdana, sans-serif;
	color:#FFF;	
	background:url(../images/bg_alum_tile.jpg) #000;
	text-align:center;
}

#bg{
	height:100%;
	width:100%;
}

body {
	min-width: 922px;/*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/
} 

input, select {
	margin: 0;
	padding: 0;
}

#fullheightcontainer {
	position: relative; /*** Let's be nice to IE ***/
	width: 1000px; /*** Content Width ***/
	display: table; /*** For non-IE browsers ***/
	height: 100%;
	margin-bottom: -210px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
	margin-left:auto;
	margin-right:auto;
	text-align:left;	
}

#wrapper {
	display: table-cell; /*** For non-IE browsers ***/
	position: relative; /*** Let's be nice to IE ***/
	
}

#outer {
	position: relative;
	margin-right:0px;
	height: 100%;
}

#float-wrap {
	width: 100%;
	float: left;
	display: inline;
}

#clearheaderright {
	height: 120px; /*** TOTAL Height of Header Rows ***/
	overflow: hidden;
}

#clearfooterright {
	height: 210px; /*** TOTAL Height of Footer Rows ***/
	overflow: hidden;
}


#right {
	position: relative; /* fix for IE */
	width: 100%;
	float: right;
	height: 100%;
	display:table;
}

#container-right{
}


/* random gallery block */
#one-image{
	text-align: center;
	margin:0 auto;
}

#footer {
	z-index: 1;
	position: relative;
	width: 100%;
	margin: 0;
	width:100%;
	text-align: center;
	height: 210px;
	background:url(../images/bg_bottom_bar_trans.png) bottom repeat-x;
	overflow: hidden;	
}

#header {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	
}

#header-inner {
	width:100%;
	min-width: 1000px; /*** Minimum Content Width ***/
	background:url(../images/bg_top_bar_trans.png) top repeat-x;
	
}

#subheader1 {
	margin: 0px auto;
	width:829px;
	overflow: hidden;
}

#subheader2 {
	margin: 0px auto;
	text-align: center;
	width:829px;
	height:106px;
	overflow: hidden;
	padding:0px;
	background:url(../images/fg_top_logo_trans.png) bottom no-repeat;	
}


.topMenu{
	height:12px;
	width:389px;
	margin:0px;
	background:url(../images/top_menu.png) no-repeat;
	padding: 0px;
	position:relative;
	float:right;
	margin-top:95px;
}
.topMenu li{
    margin: 0px;
	padding: 0px;
	list-style: none;
    position: absolute;
	top: 0px;
}
.topMenu li, .topMenu a{
    height: 33px;
	display: block;
	text-indent:-3000px; /*moves text out of the way*/
	overflow:hidden;
	text-decoration:none;
}

#topMenuHome{
	left: 0px; width: 52px;
}
#topMenuHome a:hover{
   background: transparent url(../images/top_menu.png) 0px -12px no-repeat;
}
#topMenuBuild{
	left: 52px; width: 104px;
}
#topMenuBuild a:hover{
   background: transparent url(../images/top_menu.png) -52px -12px no-repeat;
}
#topMenuGallery{
	left: 156px; width: 85px;
}
#topMenuGallery a:hover{
   background: transparent url(../images/top_menu.png) -156px -12px no-repeat;
}
#topMenuLinks{
	left: 241px; width: 76px;
}
#topMenuLinks a:hover{
   background: transparent url(../images/top_menu.png) -241px -12px no-repeat;
}
#topMenuContact{
	left: 317px; width: 70px;
}
#topMenuContact a:hover{
   background: transparent url(../images/top_menu.png) -317px -12px no-repeat;
}


#footer-container{
	font-size:10pt;
	width:1000px;
	margin:0px auto;
}

#syborgFooter{
	background: url(../images/fg_syborg.png) no-repeat;
    height: 175px;
	width:470px;
	text-indent:-3000px; /*moves text out of the way*/
	overflow:hidden;
	text-decoration:none;	
	display: block;
	float:right;	
	
}

.homeImageBlock{
	width:221px;
	float:left;
	margin:4px;
	color:#000;
	font: 11px 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

.latestNewsBlock{
	width:221px;
	margin:4px;
	color:#000;
	font: 11px 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	

}
.borderImage{
	border:solid 3px #FFF;
}
#contentTable{
	margin-top:10px;
}

#contentTable td{
	width:221px;
	padding:4px;
	color:#000;
	font: 11px 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

hr{
	margin:0px;
	margin-bottom:3px;
	padding:0px;
	height:1px;
	background:url(../images/dotted_line.gif) repeat-x top left;
	border: 0;
}

.contentMenu{
	margin: 0;
	display: block;
	position: relative;
	font: 11px 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	margin-top:15px;
	text-transform:uppercase;
}

.contentMenu li{
	display: inline;
}

.contentMenu li.current a{
	color: #c60b0b;
	
}

.contentMenu li a{
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	color: #000;
}

.contentMenu li a:hover{
	color: #fff;
	background: #c60b0b;
	text-decoration:none;
}

.contentMenu li a:visited{
	text-decoration:none;
}