/* CSS Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*Body Styles*/
html, body {
	padding: 0px;
	margin: 0px;
	
	}
	
html, body, .container {
	height: 100%;
}

body > .container {
	height: auto;
	min-height: 100%;
}

body {
	background: #000 /*url(../images/bg.png) repeat-x*/;
	padding-left: 8%;
}

/*Content Styles*/

/*Header Styles*/
.header {
	width: 100%;
	height: 100px;
	
}

.headerInternal {
	width: 1024px;
	height: 100px;
	
	background: transparent;
}

#gbsdlogo {
	width: 315px;
	height: 86px;
	margin: 16px 0px 0px 50px;
	float: left;
	
	background: #000 url(../images/gbsdlogo.png) no-repeat;
}

/*Navigation*/
#navigation {
	width: 600px;
	height: 74px;
	float: left;
	margin: 28px 0px 0px 40px;
	list-style: none;
}

#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 74px;
	position: relative;
	display: block;
	background: url(../images/navigation.png) 0 0 no-repeat;
}

/* individual navigation items */
#navigation a.logo {
  background-position: 0 0;
  width: 126px;
}


#navigation a.home {
  background-position: -126px 0px;
  width: 99px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: -126px -74px;
}

#navigation a.products {
  background-position: -225px 0;
  width: 115px;
}

#navigation .highlight a.products:hover,
#navigation a.products .hover {
  background-position: -225px -74px;
}

#navigation a.about {
  background-position: -340px 0;
  width: 93px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
  background-position: -340px -74px;
}

#navigation a.contact {
  background-position: -433px 0;
  width: 107px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -433px -74px;
}

/*End Navigation*/

/*Wrapper*/
.content {
	height: 100%;
	width: 960px;

	font-family: Arial, Verdana, sans-serif;
}

/*Left Content*/
.contentLeft {
	float: left;
	width: 1020px;
	height: 100%;
	
}

.product {
	display: block;
	float: left;
	width: 726px;
	height: 100%;
	margin: 80px 0px 160px 144px;
	
}

.product p {
	color: #ccc;
}

.product a {
	color: #f00;
	font-size: 16px;
	text-decoration: none;
	font-weight: lighter;
}

.product h4 {
	color: #ccc;
	font-size: 24px;
}

.product a:hover {
	border-bottom: #f00 1px dashed;
}

/*Right Content*/
.contentRight {
	float: left;
	width: 352px;
	height: 608px;

}


/*Footer Styles*/
.footer {
	/*Sticky Footer*/
	clear: both;
	position: relative;
	z-index: 10;
	height: 277px;
	margin-top: -50px;
	width: 100%;
	margin-left: -8%;
	padding-left: 8%;
	
	background: #000;
	border-top: solid 1px #545454;
	}
	
.footerInternal {
	width: 1020px;
	height: 100%;
	
	background: #000;
}

.footerInternal p {
	color: #999;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 20px;
}

.footerInternal h1 {
	color: #bbb;
	font-size: 30px;
	font-weight: lighter;
	text-align: center;
	margin: 10px 0 10px 0;
}

.info1 {
	height: 249px;
	width: 300px;
	float: left;
	margin: 0px 0px 0px 160px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}

.info2 {
	height: 249px;
	width: 300px;
	float: left;
	margin: 0px 0px 0px 100px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	clear: right;
	
}

.copyright {
	height: 40px;
	width: 702px;
	float: left;
	margin: 0px 0px 0px 160px;
	padding-left: 185px;
}



