/* @group Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
table#new{
	border-spacing: 10px;
	border-collapse: separate;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* @end Reset */

/* @group Typography Helper Styles */

body {
	behavior: url("csshover3.htc");
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}

/* Headings */

strong,
em,b,
i,
abbr,
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.2em 0;
}




p {
	margin: 10px 0px;
}

/* Structure 
====================== */

.topbar h1 {
	position: relative;
	background: url(../images/logo2.png) no-repeat;
	padding: 0px;
	margin: 0px;
}

.topbar {
	position: relative;
	width: 100%;
}
.topbar h1 span a {
	float:left;
	height: 196px;
	width: 1000px;
	text-decoration:none;
	text-indent:-9999px;
}

#wrap {
	margin-top: 0;
}

#main-body {
	clear: both;
	width: 1027px;
	background: #FFFFFF url(../images/contentbg.png) no-repeat;
}
#main-body .inside{
	margin: 0;
	padding: 0 10px;
	
}
#main-body .inside  h2 {
	color: #5a99a1;
	font: italic bold 1.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #5a99a1;
}
	/* LEFT HAND CONTENT AREA */
#contentHome {
	float: left;
	width: 780px;
}
#content {
	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 50px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#contentg {
	margin: 0 30px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content .inner{
	margin: 0;
	padding: 0 15px 0 20px;
	}
	
	/* SIDE BAR */
	#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 100px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 50px;
}

#contentSidebar{
	margin: 0 0 0 240px;
	padding: 50px 10px 0;
}




/* TOP2 Navbar 
======================*/

div#nav {
	position: absolute;
	z-index: 500;
	background: url(../images/midnav2.png) no-repeat;
}

div#nav ul {
	width:990px;
	list-style: none;
}

 div#nav a {
	float: none;
}

 div#nav li {
	float: left;
	height: 50px;
}
 div#nav  a {
	display: block;
	float: left;
	width:100px;
	height: 50px;
	text-decoration: none;text-indent:-9999px;
}
div#nav li a.first{
	width:130px}
div#nav li a.second{width:170px}
div#nav li a.third{width:230px}
div#nav li a.forth{width:180px}
div#nav li a.fifth{width:180px}



/* MID Navbar 
======================*/

div#midnav {
	height: 50px;
	width: 1027px;
	color:#FFFFFF;
	font-size: 0.8em;
	background: url(../images/midnav2.png) no-repeat;
}
div#midnav .in{padding-left:10px;}
#Mnav {
	margin:0;
	padding:0;
	float:left;height: 50px;
	text-decoration: none;text-indent:-9999px;
	}

	#Mnav li {
	display:inline;
	padding:0;
	margin:0;
	}
	#Mnav a:link,
	#Mnav a:visited {
	display: block;
	float: left;
	width:100px;
	height: 50px;
	text-decoration: none;text-indent:-9999px;
	}
	#Mnav a:hover {
	color:#fff;
	background: url(../images/midnavH.png) repeat-x;
	}
	#Mnav li:first-child a {
		
	}
#Mnav li a.first{
	width:130px}
#Mnav li a.second{width:170px}
#Mnavli a.third{width:230px}
#Mnav li a.forth{width:180px}
#Mnav li a.fifth{width:180px}
/* TOP Navbar 
======================*/


#headerleader  {
	margin: 0;
	padding: 0 0 4px;
}

/* Footer 
==========================*/
#footer #mainlevel {
	padding-top:145px;
	list-style: none;
	text-align:left;
	padding-left: 30px;
}

#footer #mainlevel ul {
	cursor: default;
	display: inline;
	list-style-type: none;
	color:#ffffff;text-align:left;
}

#footer #mainlevel li {
	cursor: default;
	display: inline;
	list-style-type: none;
}

#mid{
	margin-left: 120px;
}
	#mid1{
		margin: 0 40px 0 100px;
	}

#partyTraysIcon{
	margin: 20px 0 0 15px;
}

table.tblcolour{
	background-color: #eff8fa;
	padding: 20px;
	border: 1px solid #dbf0f3;
	border-collapse: separate;
}
	table.tblcolour p{
		margin: 0;
		padding: 0;
	}
	table.tblpad td{
		padding: 7px;
	}

#cent{
	margin-left: 235px;
}

h2#downloadtxt{
	margin-bottom: 0;
	padding-bottom: 0;
}

p#downloadtxt{
	margin: 5px 0 20px 0;
	padding: 0;
	font-size:0.8em;
}