body {
background: #FFFFFF;
}



.main {
margin-left: auto;
margin-right: auto;
width:800px;
}

img {
margin:5px 5px 5px 5px;
}

.x {
margin:0px 0px 0px 0px;
}

.container {
position:absolute;
top:0px;
margin-right: auto;
width:800px;
display:table; /* FireFox hack */
text-align:left;
}

.header {
height:330px;
margin: 0 auto;
}

.headertitle h1{
position:absolute;
top:18px;
font-size:8px;
color:#FFFFFF;
margin: 0 0 0 0px;
font-family:Arial;
text-decoration:none;
}

.adtop {
text-align:center;
}

.adside {
text-align:center;
}

.adfooter {
text-align:center;
}

.rightside {
float:right;
margin: 0 55px 60px 0;
width:460px;
}

.leftside {
float:left;
margin: 0px 0 0 0px;
width:270px;
}

.leftside h2 {
	font-size:18px;
	margin: 0 0 -5px 20px;
}

.leftside li {
		list-style: none;
}

.leftside li a {
		color: #333;
		text-decoration: none;
		list-style: none;
}

.leftside li a:hover {
		color: #555;
		text-decoration: none;
		list-style: none;
}

img.top {vertical-align:text-top}

a {
	color:#444444; 
}

a:hover {
	color:#666666; 
}

a:visited {
	color:#888888; 
}


	.menuholder { width:730px; }

	.menu {
		position:relative;
		top:-17px;
		left:0px;
		font-size:12px;
		color:#000000;
		z-index: 101;
		text-align:right;
	}
	
	.menu ul li{ 
		list-style: none;
		display: block;
		text-decoration: none;
	}
	
	.menu li { 
		margin: 0px 3px 0px 0; 
		list-style: none;
		float: right;
	}

	.menu li a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0px 2px 0px 2px;
		margin-bottom: 2px;
		border: none;
	}

	.menu li a:hover {
		color: #222;
		text-decoration: none;
		background: #FFF;
		margin-bottom: 2px;
	}
	




a img {
border: none;
}


#blockdiv img {
max-height: 50px;
max-width: 50px;
padding: 0 40px 0px 40px;
width: expression(this.width > 50 ? 50: true);
height: expression(this.height > 50 ? 50: true);
position:relative;
top:-172px;
z-index:1;
}

#blockdiv a img {
max-height: 80px;
max-width: 101px;
padding: 0 0 0 0;
width: expression(this.width > 101 ? 101: true);
height: expression(this.height > 80 ? 80: true);
position:relative;
top:-15px;
left:33px;
}

#blockdiv {
height:182px;
width:143;
min-height:182px;
min-width:143;
float:left;
display:block;
margin: 0 10px 0 10px
}

#blockdiv h4 {
text-align:center;
font-size:95%;
position:relative;
top:0px;
}

.block {
	margin-left:auto;
	margin-right:auto;
}

.bottomnav {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:right;
}
.bottomnav a{
	text-decoration:none;
	font-family: Helvetica, Verdana, Arial;
	font-size:20px;
	color:#FFF;
	position:relative;
	top:3px;
}

#blockdiv .spacer {
padding:0 40px 0 40px;
margin:0;
top:0;
}

.detail {
background:#2a2a2a;
border:1px solid #333333;
margin:0 0 -65px 0;
padding: 5px 10px 5px 10px;
position:relative;
}

.video {
	border-bottom:1px solid #484848;
border-bottom:20px solid #ffffff;
	padding:35px 0 0 0;
	background:#FFFFFF;
	padding:5px 5px 5px 5px;
	color:#000000;
}

.video a {
	color:#333333;
}

.video p img {
 position:relative;
 float:right;
 clear:both;
 padding:-5px 7px 15px 5px;
border:5px #ffffff;
}

h1 {
	color:#ffffff;
font-size:4px;
}





/* === General Definitions - valid throughout the page === */

* {
	margin:0; 
	padding:0;
} 

html {
	height:100%; 
	/* font-size:100.01%; */
} 

body
{
	text-align: right;
	min-height: 101%;
	font: 95% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	/*width: 770px;*/
	margin: 0 auto;
	background-color: #ffffff;
} 

body * {
	text-align:left;
}


hr {
	display:none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

a:link {
	text-decoration: none;
	color: #fff;
	background-color: #444;
	padding:0.1em 0;
}

a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #898989;
	padding:0.1em 0;
}

a:hover, a:active, a:focus  {
	background-color: #ffff22;
	text-decoration: none;
	color: #000;
}

br {
clear: both;
}

form {
display: inline-block;
vertical-align: middle;
margin:0px;
padding:0px;
}

/* === The Main Structure of the page === */

/* extra div for centering allowing for additional background features */

.centerStage_liq {
	width:740px; /* allows 15px plus on both sides - important for background features on 800pixel wide screens */
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-top:5.0em; /* this value is needed to give top navigation some space */
}

#skipNavigation_liq {
	width: 100%;
	position: absolute;
	top:3em;
	left:0;
}

#topNavigation_liq {
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

.header_liq {
	width: 100%;
}

.content_liq {
	width:65%;
	margin:0 0 0 0;
	float:left;
}

.sidebar_liq {
	margin:0 0 0 10;
	float:left;
}

.footer_liq {
	width: 100%;
	margin:2em 0 0 0;
	clear:both;
}



/* === The Skip Navigation === */


#skipNavigation_liq a, #skipNavigation_liq a:link {
	position:relative;
	top:-800px;
	font-size:0.8em;
	text-decoration: none;
	color: #fff;
	background-color: #44bbf5;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;	

}

#skipNavigation_liq a:visited {
	position:relative;
	top:-800px;
	font-size:0.8em;
	text-decoration: none;
	color: #fff;
	background-color: #009cff;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;	

}

#skipNavigation_liq a:hover, #skipNavigation_liq a:active, #skipNavigation_liq a:focus  {
	position:relative;
	top:0px;	
	text-decoration: none;
	background-color: #f0ff44;
	color: #181513;

}



/* === The Page Navigation - or - The Top Navigation === */

#topNavigation_liq ul {
	text-align:right;
}

#topNavigation_liq ul li {
	display: inline;
	list-style-type: none;
}

#topNavigation_liq a:link {
	text-decoration: none;
	color: #fff;
	background-color: #44bbf5;
	padding: 0.2em 15px 0.2em 15px;
	float:left;
	margin:2px 0 0 2px;
}

#topNavigation_liq a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #009cff;
	padding: 0.2em 15px 0.2em 15px;
	float:left;
	margin:2px 0 0 2px;
}

#topNavigation_liq a:hover, #topNavigation_liq a:active, #topNavigation_liq a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
}



/* === The Header & Motto === */

.header_liq h1 {
	float:left;
	font-family: Georgia, Times, serif;
	font-size:3em;
	line-height:1.1em;
	font-weight:normal;
}


.header_liq a:link, .header_liq a:visited {
	float:left;
	text-decoration: none;
	color: #181513;
	background-color: #f0ff44;
	padding: 0.3em 0.3em 0.3em 0.3em;
	margin:2px 0 0 2px;
}

.header_liq a:hover, .header_liq a:active, .header_liq a:focus  {
	background-color: #181513;
	text-decoration: none;
	color: #fff;
}


.header_liq span {
	float:left;
	font-size:0.8em;
	line-height:1.1em;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 0 0 2px;
	background-color:#44bbf5;
	color:#fff;
}

.header_liq br {
	clear:both;
}



/* === The Content Navigation === */

.content_liq br {
	clear:both;
}

#contentTopNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.6em;
	line-height:1.2em;
}

#contentBottomNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.6em;
	line-height:1.2em;
	margin:2.0em 0 0 0;
}

.navContainer_liq {
	clear:both;
	padding: 0.6em 15px 0.6em 15px;	
	margin:2px 2px 0.5em 2px;
	color:#fff;
	background-color: #181513;
}

.leftNav_liq {
	width:70%;
	float:left;
}

.rightNav_liq {
	width:70%;
	float:right;
	text-align:right;
}

.navContainer_liq a:link, .navContainer_liq a:visited {
	color:#fff;
	background-color: transparent;
}

.navContainer_liq a:hover, .navContainer_liq a:active, .navContainer_liq a:focus  {
	background-color: #ffff22;
	color: #000;
}



/* === The Content === */

.pagetitle_liq {
	float:left;
	background-color: #44bbf5;
	color:#fff;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	/*border: solid 1px #181513;*/
}

/* extend the colours if you want - and match them with the side menu */

.titleOne {
	background-color: #ff4411;
}

.titleTwo {
	background-color: #f000f0;
}

.titleThree {
	background-color: #FF74A5;
}

.titleFour {
	background-color: #FF9000;
}



/* fancy some microformat */

.hentry {
	margin:2em 0 0 0;
}

.entry-title a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #181513;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-title a:visited {
	float:left;
	text-decoration: bold;
	color: #fff;
	background-color: #8dcf00;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-title a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
	text-transform: uppercase;
}


.entry-titlez1z a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #E4F4FA;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez1z a:visited {
	float:left;
	text-decoration: bold;
	color: #fff;
	background-color: #8dcf00;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez1z a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
	text-transform: uppercase;
}

.entry-titlez2z a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #BAE4F0;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez2z a:visited {
	float:left;
	text-decoration: bold;
	color: #fff;
	background-color: #8dcf00;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez2z a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
	text-transform: uppercase;
}
.entry-titlez3z a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color:#36C3E0;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez3z a:visited {
	float:left;
	text-decoration: bold;
	color: #fff;
	background-color: #8dcf00;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez3z a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
	text-transform: uppercase;
}
.entry-titlez4z a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color:#74AD1B;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez4z a:visited {
	float:left;
	text-decoration: bold;
	color: #fff;
	background-color: #8dcf00;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez4z a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
	text-transform: uppercase;
}
.entry-titlez5z a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #A9D26A;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez5z a:visited {
	float:left;
	text-decoration: bold;
	color: #fff;
	background-color: #8dcf00;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	text-transform: uppercase;
}

.entry-titlez5z a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
	text-transform: uppercase;
}

.updated {
	font-size:0.6em;
	float:left;
	color:#fff;
	background-color: #ff4411;
	margin:2px 2px 0 2px;
	padding: 0.1em 15px 0.1em 15px;
	border: none;
}

div.entry-content{
	clear:both;
	font-size:0.8em;
	line-height:1.4em;
	padding: 0.1em 15px 0.1em 15px;
	margin:2px 2px 0 2px;
	overflow:hidden;
}

div.postmetadata_liq {
	clear:both;
	font-size:0.6em;
	padding: 0.1em 15px 0.1em 15px;	
	margin:2px 2px 0.5em 2px;
	background-color: #e5e4e1;
}



/* --- Tags formatting within posts&pages --- */

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6
{
	padding: 0.3em 0 0.3em 0;
	font-weight:bold;
}

.entry-content p
{
	padding: 0.3em 0 0.3em 0;
}

.entry-content blockquote
{
	margin: 0.3em;
	padding: 0.3em;
	color:#111;
	background-color:#f1f1f1;
}

.entry-content img
{
	margin: 0.3em 0;
	padding:0;
	background:none;
	max-width:100%;
margin:5px;
}

/* in case the image is linked */

.entry-content a img {
	margin:-0.2em;
}

.entry-content ul, .entry-content ol
{
	padding: 0.3em 1.0em 0.3em 1.0em;
	margin: 0.3em;
}

.entry-content li {
	
}



/* === The Footer === */

.footer_liq {
	background-color:#e9e8e5;
}

.footer_liqCapsule {
	font-size:0.6em;
	line-height:1.4em;
	padding: 1.5em 15px 1.5em 15px;	
}

.footer_liq ul {

}

.footer_liq ul li{
	list-style-type: none;
}



/* === The Side Menu === */

.sidebar_liq ul {

}

.sidebar_liq ul li {
	list-style-type: none;
	clear:left;
text-align:right;
}

.sidebar_liq a:link {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #44bbf5;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;
}

.sidebar_liq a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #44bbaa;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;
}

/* extend the colour spectrum if you want to! */

li.catOne a:link {
	background-color: #ff4411;
}

li.catOne a:visited {
	background-color: #ff1c11;
}

li.catTwo a:link {
	background-color: #f000f0;
}

li.catTwo a:visited {
	background-color: #c000f0;
}

li.catThree a:link {
	background-color: #FF74A5;
}

li.catThree a:visited {
	background-color: #ff4486;
}

li.catFour a:link {
	background-color: #FF9000;
}

li.catFour a:visited {
	background-color: #ffba00;
}

.sidebar_liq a:hover, .sidebar_liq a:active, .sidebar_liq a:focus  {
	background-color: #ffff22 !important;
	text-decoration: none;
	color: #000;
}

.sidebar_liq h2 {
	color:#777;
	padding: 0.7em 15px 0.2em 0;
	margin:2px 0 0 2px;
}



/* --- The Search Field --- */

fieldset.searchSite_liq {
	border:none;
}

.searchSite_liq legend {
	display:none;
}

.searchSite_liq label {
	display:none;
}

#s {
	width:215px; 
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	float: left;
	border:solid 1px #787573;
	
	padding:0.1em;
	margin:2px 0 0 2px;
}

#s:hover, #s:active, #s:focus {
	border:solid 1px #181513;
}

#searchsubmit
{
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	text-align:center;
	color:#333;
	float: right;
	background-color:#fff;

	padding:0 15px 0 15px !important;
	margin:7px 2px 0 2px;
}

#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus
{

}



/* The Comment Block */

.commentBlock_liq {
	clear:both;
	font-size:0.8em;
	color:#888;
	background-color:transparent;
	margin:2.0em 0 2.0em 0;
}

.commentBlock_liq h3 {
	float:left;
	margin:0 2px 1.0em 2px;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#f8f7f6;
}

.commentBlock_liq ol {
	list-style-type:none;
}

.commentBlock_liq ol li {
	padding:0.2em 15px;
	margin: 0 2px 1.0em 2px;
	background-color:#fbfaf9;
	color:#888;
}

.commentBlock_liq ol li.alt {
	background-color:#f8f7f6;
	color:#888;
}

#respond {
	float:left;
	margin: 15px 2px 15px 2px;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#f8f7f6;

}

.commentMessage_liq {
	clear:both;
	font-size:0.8em;
	padding:0.2em 15px 0.2em 15px;
	margin:0 2px 1.0em 2px;

}



/* 
	Use that css as a starting point to develop your specific design/layout
	Have fun
*/

#commentform {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform legend {
	display:none;
}

.commentFormRow_liq {
	clear:both;
	margin: 0 2px 0.5em 2px;
	padding: 0 15px;
	color:#787573;	
	background-color: transparent;
}

.commentFormRow_liq label {
	float:left;
	width:180px;
	padding:0.1em 0 0 0;
	text-align:right;
}

.commentFormRow_liq span {

}

/* contains the actual form elements */

.commentFormElement_liq {
  	margin-left: 190px;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align:left;
}

/* depending on styling the line break can be used to clear floats */

.commentFormRow_liq br {
	display:none;
}

.commentInput_liq {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.5em;	
	width:244px;
	height:1.4em;
	margin:0 0.5em 0 0;

	padding-left: 2px;
	padding-right: 2px;
	border:solid 1px #787573;
	color:#444;
	background-color:white;
}

.commentInput_liq:hover, .commentInput_liq:active, .commentInput_liq:focus {
	border:solid 1px #181513;
}

#comment {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.5em;		
	
	width:244px;
	height:10em;

	color:#444;
	background-color:white;		
}

.mandatory_liq {
	color:#181513 !important;
	background-color:#fff;	
}



/* The Submit Button */

.commentSubmit_liq {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	
	padding:0.1em 0.5em;
	border:solid 1px #787573;
	text-align:center;
	background-color:#fff;
	color:#787573;
}

.commentSubmit_liq:hover, .commentSubmit_liq:focus, .commentSubmit_liq:active {
	border:solid 1px #181513;
	background-color:#f0ff44;
	color:#181513;	
}

select {
display: inline-block;
vertical-align: text-top;
margin:0px;
padding:0;
background-color: #898989;
color: #ffffff;
width:12em;
font-size:80%;
border: 0;
font-family: Helvetica, Verdana, Arial;
text-align: top;!important
}

body * {
	text-align:justify;
}