/* CSS site document */
/* bazbaz.co.uk */

/* ########## SECTION QUICK SETTINGS ########## */
html {
	height:100%;
	margin-top:1px;
}
body {
	background-color:#aaa;
	font-size:10px;
}
#page-wrap-mid, #header, #strapbox, #infobar, #footer {
	background-color:#fff;
	color:#666;
}


/* ########## PAGE SHADOW ########## */
#wrap_l, #wrap_r, #wrap_b {
	margin:0 auto 0 auto;
	width:840px;
    background:#f5f5f5 url(../z_images/body-shadow-l.gif) left repeat-y;
}
#wrap_r {
	background:url(../z_images/body-shadow-r.gif) right repeat-y;
}
#wrap_b {
	height:17px;
	background:url(../z_images/body-shadow-b.gif) bottom repeat-x;
}
#wrap-b_l {
	float:left;
	background:url(../z_images/body-shadow-b_l.gif) bottom left no-repeat;
	height:17px;
	width:150px;
}
#wrap-b_r {
	float:right;
	background:url(../z_images/body-shadow-b_r.gif) bottom right no-repeat;
	height:17px;
	width:150px;
}
	
/* ########## PAGE MAIN ########## */
#page-main {
	position:relative;
	top:0;
	left:0;	
}
#page-wrap-mid {
	padding:0 2.7em 0 2.7em;
	width:760px;
}

#page-content {
	/*position:relative;
	float:left;*/
	width:100%;
    height:340px;
	/*background:url(../z_images/dandyclock2.gif) bottom right no-repeat;*/
}

.pagebox {
	/*position:relative;*/
	float:left;
	width:100%;
	line-height:1.6em;
}
.pagebox h1 {
	font-size:1.6em;
	line-height:1.3em;
}

.pagebox p {
	font-size:1.1em;
}
p.hr {
	margin-top:0.5em;
	display:block;
	border:0;
	height:1px;
	width:100%;
	border-bottom:#ccc solid 1px;	
}

.pagebox hr {
	border:0;
	height:1px;
	width:100%;
	color:#ccc;
	background-color:#ccc;
}
.pagebox-indent {
	padding:0 1em 0 1em;
}
.parabox {
	padding:0 1em 0 1em;
}
.parabox p, .parabox-foot p, .pagebox-indent p {
	text-align:justify;
}

/* *** HORIZONS-2 IMAGE *** */
#horizonsbox-0 {
	/*padding-top:5px;*/
	background:#d2d2d2;
}
#horizonsbox-1 {
	background:#fff url(../z_images/globe_bg.jpg) top left repeat-x;
}
#horizonsbox-2 {
	padding:8px 0 0 0;
	margin:0;
	width:100%;
	background:url(../z_images/bb_globe.jpg) top right no-repeat;
}
#horizonsbox-2 ul {
	padding:0;
	margin:10px 0 0 35px;
	height:270px;
    width:380px;
}
#horizonsbox-2 li {
	padding:7px 0 9px 0;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	list-style-image:url(../z_images/globe_dot.gif);
}

/* ########## HEADER ########## */
#header {
	height:9.4em;
	min-height:90px;
	padding-top:0.5em;
	/*border-bottom:#ffb137 solid 2px;*/
	border-bottom:#d98302 solid 1px;
}
#head-logo {
	/*display:none;*/
	float:left;
}

#strapbox {
	float:right;
	height:90px;
}

/* ##### MENUBARS ##### */
#menubar-top {
	position:relative;
	float:left;
	padding:0.4em 0 0.1em 0;
	height:2.1em;
	width:100%;
    color:#f6f6f6;
	background:url(../z_images/menu-stripe.jpg) #ffb137 top repeat-x;
	border-bottom:#d98302 solid 1px;
}
#menubar-top a {
    color:#333;
}
#menubar-top a:hover {
    color:#eee;
}

#menubar-top a.active {
	color:#fff;
}
#menulinks-top {
	padding-left:1em;
	font-size:1.3em;
	line-height:1.2em;
}

/* ##### INFOBAR ##### */
#infobar {
	position:relative;
	float:left;
	height:2.3em;
	width:100%;
	padding-top:0.6em;
}
#clockbar {
	margin-top:0.2em;
	width:31em;
	float:right;
	text-align:right;
}
#date {
	width:23em;
	float:left;
}
#time {
	width:7em;
	float:right;
}

/* ##### INFOBAR GRAPHIC ##### */
#graphic {
	float:left;
}
#img1, #img2, #img3, #img4, #img5, #img6, #img7, #img8, #img9, #img10 {
	float:left;
	height:1.6em;
	width:1.9em;
	margin-right:0.5em;
	/*opacity:.5;
	filter:alpha(opacity=50);*/
}

/* ########## FOOTER ########## */
#footer {
	position:relative;
	float:left;
	margin-top:1em;
	height:3.2em;
	width:100%;
	color:#999;
	border-top:#ff9900 solid 1px;
}
#footer a {
    color:#fa9400;
}
#footer em {
    /* menu item seperator */
	font-style:normal;
	color:#aaa;
}

#linksbar {
	float:left;
	margin-top:0.6em;
	padding-left:0.1em;
	width:46%;
}
#copyright, #access {
	float:right;
	margin-top:0.6em;
	padding-right:0.1em;
	width:29%;
	text-align:right;
}
#copyright a {color:#999;}
#copyright a:hover {color:#fa9400;}

#access {
	width:23%;
}
.pagepacker {
	clear:both;
    color:#f5f5f5;
}

/* ##### PRIVACY PAGE ##### */
ul.privacy {
	margin:0 0 0 1em;;
	padding:0;
	text-indent:0;
    height:201px;
    /*width:550px;*/
}
ul.privacy li {
    line-height:1.6em;
}

