/* --------------------------------------------------

nicks

master CSS file - 20/7/07

written by Nick Fox - quixand.co.uk

Fixed width layout

MADE IN THE U.K.

-----------------global------------------------------------
*/
body {
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	background:#AAD5FF;
	font-family: Verdana;
}
#bgshadow{
	width:770px;
	background: url(../images/bgblue.jpg) repeat-y;
	margin: 0 auto;
}
#container {
	width:750px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	color: #006FB9;
	text-decoration: underline;
}
p{
	color: #333333;
	margin:10px;
	font-size:0.9em;
	text-align: justify;
}
h1{
	padding: 5px;
	font-size:1.4em;
	border: solid #178AFF 1px;
	background-color: #AAD5FF;
}
h2{	
	padding: 5px;
	border: solid #178AFF 1px;
	font-family: ariel;
	font-size:1em;}
img{border:0px;}
/* ====  bot tagline ======== */
#se{
	display:none;
}
/* -----------------topnav -------------------
#topnav{
	background-color: #000000;
	color: #666666;
	padding-left: 10px;
	border-bottom:solid #333 1px;
}
#topnav a{
	font-size: 0.7em;
	color: #0153A5;
}
#topnav a:hover{
	color:#0099FF;
}
/* ----- HEADER --------------*/
#quote{/*background-color:#CC0099;*/
	float:right;
	width:370px;
	font-size:0.9em;
	margin:10px 10px 0px 0px;
}
#logobox {
	/*background-image: url(../images/babyglasses_index.jpg);*/
	background-repeat: no-repeat;
	background-position: 570px 0px;
}
#logobox img {
	margin: 0px;
	padding:0px;
	display:block;
}
/* ======= Header navigation bar (with donate link) hnav ============*/
#hnav{
	text-decoration: none;
	background:url(../images/mainmenubg.jpg) #168AFE;
	margin: 0px;
	padding:5px 0px 0px 10px;
	font-size: 0.9em;
	font-weight:bold;
	min-height:22px;
	/*border: solid #81B2FE 1px;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;*/
}
#hnav a{
	margin: 0px;
	padding: 1px 5px;
	color: #000000;
}
#hnav a:hover{
	color:#fff;
	/*background-color: #0099FF;*/
}
#bottomshadow{
	background:url(../images/contentshadow.jpg) repeat-x;
	height:6px;}
.selected{
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 5px;
}
 /* -------------CONTENT -------------- */
#content{
	float: left;
}
#bodycopy{
	width:500px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
}
dt{
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	background-color:#95CAFF;
	padding: 5px;
}
dd{
	font-size:0.8em;
	margin:0px 0px 5px 5px;
}
li{font-size:0.9em;}
#form{text-align:right;}
#senttext{
	border: solid #178AFF 2px;
	padding:10px;
}
/* ----------- #rightnav ---- */
 #rightnav {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
 #rightnav h3{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 0.7em;
}
 #rightnav a{
	/*font-size: 0.7em;*/
}
 #rightnav a:hover{
	/*color:#CCC;*/
}

 /*---------------Footer ---------- */
#footer {
	clear: both;
	color: #999999;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background: url(../images/footerbg.jpg) repeat-x;
	font-size:0.7em;
}
#footer a{color: #999999;}
/* ----------- SIFR2 ----------------------------------------- */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;}
/* These "decoy" styles are used to hide the browser text before it is replaced...any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:2em;}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:1.7em;}
