@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 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-image: url(images/gbe-bg.gif);
	background-repeat: repeat-x;
	background-color: #181818;
}

p {
	font-size:10px;
	color:#333333;
}

h1 {
	font-size: 14px;
	color: #CC0000;
}

h5 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 22px;
}

.leftText {
	font-size:10px;
	color:#333333;
}

.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */	
}	
.twoColFixLtHdr #containerMain { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: auto;
		
	
} 
.twoColFixLtHdr #header { 	
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(images/gbe-header-bg.jpg);
} 

.twoColFixLtHdr #header { 	
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(images/gbe-header-bg-onlinestore.jpg);
	height: 130px;
}
.twoColFixLtHdr #navigation {
	margin: 0px;
	background-image:url(images/nav-bar-bg.jpg);
	height: 21px;
	padding: 8px 0px 5px 188px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	height: 550px;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	
	padding-right: 2px;	
}
.twoColFixLtHdr #mainContent { 
	height: 490px;
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.news {
	font-size: 10px;
	color: #CCCCCC;
}
/* -------------------  M A I N   N A V I G A T I O N  ------------------*/
.menu{
	width: 530px;
	float: left;
	background-image:url(images/nav-button-blank.gif);
	} /* dark grey bg */
 
.menu ul{
	margin: 0;
	padding: 0;
	float: left;}
 
.menu ul li{
	display: inline; /* Makes the link all appear in one line, rather than on top of each other */
	}
 
.menu ul li a{
	margin-right: 3px;
	float: left; 
	font-size: 12px;
	text-decoration: none; /* removes the underline from the menu text */
	color: #CCC; /* text color of the menu */		
	padding-top: 4px;
	width: 96px;
	height: 19px;
	text-align: center;
	background-image: url(images/nav-button.gif);
}
 
.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #CCC;
	text-decoration: none;}
 
.menu ul li a:hover, .menu ul li .current{
	color: #FFF;
	} /* change the background color of the list item when you hover over it */
	
/* -------------------  M A I N   N A V I G A T I O N  T A B  ------------------*/
.menu1{
	width: 250px;
	float: left;
	} /* dark grey bg */
 
.menu1 ul{
	margin: 0;
	padding: 0;
	float: left;}
 
.menu1 ul li{
	display: inline; /* Makes the link all appear in one line, rather than on top of each other */
	}
 
.menu1 ul li a{
	margin-right: 3px;
	float: left; 
	font-size: 12px;
	text-decoration: none; /* removes the underline from the menu text */
	color: #CCC; /* text color of the menu */		
	padding-top: 4px;
	width: 96px;
	height: 19px;
	text-align: center;
}
 
.menu1 ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #FFF;
	text-decoration: none;}
 
.menu1 ul li a:hover, .menu ul li .current{
	color: #FFF;
	} /* change the background color of the list item when you hover over it */
	
	
	
/* -------------------  L E F T    N A V I G A T I O N  ------------------*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu8 {
	width: 180px;
	margin: 0px;
	}
	
#menu8 li a {
	height: 32px;
  	font-size: 11px;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #333;
	display: block;
	background:  url(images/menu8.gif);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #fff;
	background:  url(images/menu8.gif) 0 -32px;
	padding: 8px 0 0 20px;
	}






	
.style1 {
	color: #C70305;
	font-weight: bold;
}

.style2 {
font-size: 11px;
	color: #000000;
}

.style3{
	font-size: 12px;
	text-decoration: none; /* removes the underline from the menu text */
	color: #CCC; /* text color of the menu */
	padding-top: 4px;
	padding-left: 3px;
	}
	
.style4 {
font-size: 10px;
	color: #990000;
}

.style5 {
font-size: 10px;
	color: #ff0000;
}

#copyright{
	margin: 0;
	font-size: 10px;
	text-decoration: none; /* removes the underline from the menu text */
	color: #CCC; /* text color of the menu */
	padding-top: 4px;
	}
	
.copyrightLeft {
	float: left;
	padding-top: 3px;
	padding-bottom: 15px;
}

.copyrightRight {
	float: right;
	padding-top: 3px;
	padding-bottom: 15px;
}
	
a.one {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
a.one:visited {
	color: #cccccc;
	text-decoration:none;
}
a.one:hover {
	color: #ffffff;
	text-decoration:none;
}
a.one:active {
	color: #cccccc;
	text-decoration:none;
}


a.links {
	font-size: 10px;
	color: #2b4ad2;
	text-decoration:none;
}
a.links:visited {
	color: #2b4ad2;
	text-decoration:none;
}
a.links:hover {
	color: #cc0000;
	text-decoration:none;
}
a.links:active {
	color: #2b4ad2;
	text-decoration:none;
}

a.footer {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a.footer:visited {
	color: #000000;
	text-decoration:none;
}
a.footer:hover {
	color: #cc0000;
	text-decoration:none;
}
a.footer:active {
	color: #000000;
	text-decoration:none;
}

a.compxweb {
	font-size: 10px;
	color: #cccccc;
	text-decoration:none;
}
a.compxweb:visited {
	color: #cccccc;
	text-decoration:none;
}
a.compxweb:hover {
	color: #cc0000;
	text-decoration:none;
}
a.compxweb:active {
	color: #cccccc;
	text-decoration:none;
}

/* -------------------  P A R T S   P A G E S  U P P E R  ------------------*/


.partsPages{
	float: left;
	width: 750px;
	padding-left:64px;
	} /* dark grey bg */
 
.partsPages ul{	
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 580px;}
	
.partsPages ul{	
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 580px;}
 
.partsPages ul li{
	display: inline; /* Makes the link all appear in one line, rather than on top of each other */
	
	}
 
.partsPages ul li a{
	margin-right: 10px;	
	float: left; 
	font-size: 10px;
	text-decoration: none; /* removes the underline from the menu text */
	color: #333; /* text color of the menu */		
	padding: 5px;
	width: 12px;
	height: 12px;
	text-align: center;	
	background-color: #efefef;
	border-color: #333333 1px solid;
}
 
.partsPages ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #333;
	text-decoration: none;}
 
.partsPages ul li a:hover{
	color: #FFF;
	background-color: #000;
	} /* change the background color of the list item when you hover over it */
	
.partsPages ul li.selected a {
	color: #FFF;
	background-color: #000;
	} /* change the background color of the list item when you hover over it */
	
	
	/* -------------------  P A R T S   P A G E S  L O W E R  ------------------*/


.partsPages1{
	float: left;
	width: 900px;
	padding-left:64px;
	padding-top:9px;
	margin-bottom:5px;
	} /* dark grey bg */
 
.partsPages1 ul{	
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 700px;}
	
.partsPages1 ul{	
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 773px;}
 
.partsPages1 ul li{
	display: inline; /* Makes the link all appear in one line, rather than on top of each other */
	
	}
 
.partsPages1 ul li a{
	margin-right: 10px;	
	float: left; 
	font-size: 10px;
	text-decoration: none; /* removes the underline from the menu text */
	color: #333; /* text color of the menu */		
	padding: 5px;
	width: 12px;
	height: 12px;
	text-align: center;	
	background-color: #efefef;
	border-color: #333333 1px solid;
}
 
.partsPages1 ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #333;
	text-decoration: none;}
 
.partsPages1 ul li a:hover{
	color: #FFF;
	background-color: #000;
	} /* change the background color of the list item when you hover over it */
	
.partsPages1 ul li.selected a {
	color: #FFF;
	background-color: #000;
	} /* change the background color of the list item when you hover over it */
	
	
	/* -------------------  T E A M   G B E   B O X E S  ------------------*/
	
#teamBox {
	width: 225px; 
	height: 315px;
	margin-top: 15px; 
	margin-right: 15px;
	padding-left: 5px; 
	padding-right: 5px;
	float: left; 
	border: 1px #CCCCCC solid; 
	background-color:#efefef; 
}

#teamBox3 {
	width: 225px; 
	height: 315px;
	margin-top: 15px; 
	margin-right: 0px;
	padding-left: 5px; 
	padding-right: 5px;
	float: left; 
	border: 1px #CCCCCC solid; 
	background-color:#efefef; 
}