/* Main HTML, Body Styles */
/*html, body	{ background:#23ade2 url("../img/bodybg.jpg") left top repeat-x; }*/
html, body      { background:#FFFFFF}

/* Wrapper */
.wrapper	{ /*background:url("../img/wrapperbg.jpg") center top no-repeat; padding-top:0px;*/ }

/* First Column Items */
.col1 h1		{ width:220px; height:371px; margin:0; padding:0;
			 	  background:url("../img/book-3d.png") left top no-repeat; }
.col1 h1 span	{ display:none; }
.col1 ul		{ margin:0; padding:0; list-style:none }
.col1 ul li 	{ margin:0; padding:0 }
.col1 a			{ text-align:center; color:#2fb5e5; background:#083749; display:block; 
				  width:206px; margin:0 auto 5px; padding:5px 0; font-size:15px; font-family:verdana;
				  text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.col1 a:hover	{ background:#000; color:#fff; }
.col1 span.blkbtn a	{ text-align:center; color:#fff; background:#000; display:block; 
				  width:206px; margin:0 auto 5px; padding:5px 0; font-size:15px; font-family:verdana;
				  text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.col1 span.blkbtn a:hover	{ background:#083749; color:#2fb5e5; }

/* Second Column Items */
.col2			{ padding-top:10px; }
.col2 p			{ color:#000; font-family:verdana; font-size:14px; line-height:150% }
.col2 blockquote	{ margin:0 0 20px 30px; padding:0; color:#000; }

/* Third Column Items */
.col3			{ padding-top:5px; }
.col3 ul		{ margin:0; padding:0; list-style:none }
.col3 ul li		{ margin:0; padding:0 }
.col3 a			{ text-align:center; color:#a5fbfe; background:#188cb9; display:block; 
				  margin-bottom:5px; padding:5px 0; font-size:15px; font-family:verdana;
				  text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.col3 a:hover,
.col3 a.current	{ background:#000; color:#fff; }

a.standout{color:#188cb9;background:#FFFF99;}

/* Adding a span class="blkbtn" inside a col3 div backs swaps the on hover colours JT*/
.col3 span.blkbtn a	{ text-align:center; color:#fff; background:#000; display:block; 
				  margin-bottom:5px; padding:5px 0; font-size:15px; font-family:verdana;
				  text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

.col3 span.blkbtn a:hover,
.col3 span.blkbtn a.current	{ background:#188cb9;; color:#a5fbfe; }

.col3 h4		{ width:220px; height:243px; margin:0; padding:0;
			 	  background:url("../img/3d-product-pack.png") left top no-repeat; }
.col3 h4 span	{ display:none; }

/* Footer Items */
.footer			{ /*background:url("../img/footerbg.jpg") center top no-repeat; padding:20px 0;*/ }
.footer ul		{ margin:0; padding:0; list-style:none }
.footer ul li	{ margin:0; padding:0 }
.footer a		{ font-family:verdana; font-size:12px; color:#006699; }
.footer a:hover	{ color:#085277; }
.footer .grid_6 p { padding:0; margin:0; color:#336699; }
.footer .grid_6 p .label { display:inline-block; width:75px; text-align:right; margin-right:10px; }

