
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

.nav a {color: #fff; text-decoration: none; font: 1em "Lucida Sans Unicode",sans-serif; }

.nav a:hover {color: #fff; text-decoration: underline;}

a {color: #0070C0; text-decoration: none; font: 1em "Lucida Sans Unicode",sans-serif; }

a:hover {color: #666; text-decoration: none;}
		
a img {
border: 0px;
}

body {
	background: #333 url(img/bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}


ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {}

h1 {font-size: 1.5em;}
h2 {font-size:1.3em;
	colour:#0B6BBB;
	}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1 {color: #0070C0;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left; }
.right {float: right;}

/* structure */
.container {
	font-size: 1.4em;
	background: url(img/bgcontainer-890.gif) repeat-y;
	margin: 0 auto;
	width: 890px;
	border: 12px solid #222;
}

/* header */
.header {
	float: left;
	width: 720px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	height:180px;
	text-align: center;	
}
/* Nav */
.nav {
  padding-top: 140px;
  width: 720px;
  font: normal 0.45em Verdana,sans-serif;
  line-height: 15px;
  position: bottom;
  color: #0070C0;
  margin : 10px 0 10px;
  
}


/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 720px;
}
.main_right {
	float: right;
	width: 200px;
	color: #CCC;
}



/* footer */
.footer {
	background: url(img/bgfooter.gif) ;
	height: 100px;
	color: #CCC;
	font-size: 0.9em;
	line-height: 45px;
	width: 100%;
	text-align: center;
}
/*.footer .right {padding: 0 16px;} */
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

.floatLeft {
  float: left;
  padding-right: 10px;
}
.floatRight {
  float: right;
}
.advert  {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0;
}
.buynow  {
	float: centre;
	width: 200px;
	padding-left: 400px;
}


input
{
color: #333;
background: #fff;
border: 1px solid #0070C0;
}

.submit input
{
color: #333;
background: #fff;
border: 2px outset #0070C0;
}

textarea
{
color: #333;
background: #fff;
border: 1px solid #0070C0;
}

.nav li {
margin : 10px;
padding : 0px;
display : inline;
list-style-type : none;
color: #0070C0;
}
