/*----------------  GFA NZ Site Structure  800px width  -------------*/


body{
	text-align:center;
	background:#ddd;
	background-repeat: none;
	height:100%;
	margin:0 0 1px 0;
	padding:0;
	font-size:75%;
	line-height:1.5em;
	font-family:verdana, helvetica, arial;
}


/*-----#page-wrap div places all content in the horizontal center of the screen-----*/
#page-wrap{
	width:800px;
	margin:0 auto;
	padding:0;
	height:auto;
	text-align:left;
}

/*---------Header-------*/
#header-div {
	padding: 0;
	margin:0;
	float:left;
	width: 800px;
	text-align: left;
	height: 70px;
	background: url(../images/Content/gfanzlogo.gif) no-repeat 0px 2px;
	background-color: #336699;
}

.header-links{
	float:right;
	width: 300px;
	text-align: right;
	vertical-align: middle;
	margin-top: 3px;
	color: #dddddd;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	padding-right: 10px;
	line-height:1.25em;
}

.header-links a{
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

.header-links a:hover{
	text-decoration:underline;
}
/*end of header*/

/*-------Main Navigation-------*/
#main_nav{
	width:100%;
	/*width:900px;*/
	margin:0;
	padding:0;
	float:left;
	font-size:12px;
	*font-size:12px;
}
	  
#main_nav_list {
	margin:0;
	padding:0;
	float:left;
	width:800px;
}
  
#main_nav ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	border-left:0px solid #5f5f5f;
	border-right:0px solid #5f5f5f;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	width:800px;
	float:left;
}
						
#main_nav ul li {
	display:inline;
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}
						   
#main_nav ul li a {
	line-height:2.5em;
	width:99px;
	*width:99px;
	text-align:center;
	background-color:#5f5f5f;
	color:#fff;
	padding:0;
	margin:0;
	float:left;
	text-decoration:none;
}

#main_nav ul li a:hover {
	color: #800000;
	background-color: #dddddd;
}
							  
#main_nav ul li .end {
	width:107px;
	*width:107px;
}
		   
#main_nav ul li .end:hover {
	width:107px;
	*width:107px;
}
/*-------end of Main Nav-------*/


/*----------#wrap contains all the content of the website-------*/		
#wrap{
	float:left;
	*width:788px;
	width:798px;
	padding:0;
	border:1px solid #aaa;
	background:#fff;
	text-align:center;
}

/*------#maincontent contains all the main site content-----*/
#maincontent{
	float:left;
	margin:0 10px;
	padding:10px 0;
	text-align:left;
	width:774px;
}

#maincontent.rightpage{
	float:left;
	width:67%;
	margin:0 1em 1em 1em;
}

#maincontent.fullpage{
	width:774px;
	margin:0 12px;
}


/*---end of #maincontent---*/


/*---Left column- categories, currency, language etc---*/
	/*---#left contains related links and product features---*/
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
	margin:1em;
	float:left;
	text-align:left;
}

/*----- other left column properties are in the gfanz_gen.css and gfanz_XXX.css (page specific stylesheets) ------*/


/*---not entirely sure what this is for, will check when I have time---*/
#wrap .left{
	float:left;
}


/*---#gfa-footer contains all footer info such as, special links, copyright, and the 'Comodo' element---*/
#gfa-footer{
	margin:0;
	padding:0;
	float:left;
	width:800px;
	height:auto;
	text-align:center;
	color:#5F5F5F;
}

#gfa-footer .f-nav{
	list-style-type:none;
	margin:0.5em auto;
	padding:0;
}

#gfa-footer .f-nav li{
	display: inline;
	padding:0 35px 0 0;
}

#gfa-footer .f-nav .last{
	padding:0;
}

#gfa-footer .f-nav a{
	color:#5F5F5F;
	font-weight:bold;
}

#gfa-footer .f-nav a:hover{
	
}

#gfa-footer .copyright{
	margin:1em auto;
	padding:0;
	text-align:center;
}
/*---end of #gfa-footer---*/

/*------rest of .leftpanel and .mainpanel rules are in page specific or the general stylesheets  --------*/
.leftpanel {
	width: 260px;
	border:0px;
	float: left;
	text-align: left;
	margin: 15px 0 0 0;
}

.mainpanel {
	width:506px;
	*width:506px;
	float:left;
	margin:10px 0 20px 0;
}


