/* CSS Document for TXG */
/* Tiger Two Ltd in collaboration with Websushi Ltd */
/* info@tigertwo.co.uk */
/* LimeGreen: #a4dc38 - PaleGreen: #effae1 - Grey: #8c9aa3 */

/*====================================Preamble */

* {
padding: 0;
margin: 0;
}

body {
background: url(../images/bg.gif);
font-size: smaller;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*======================================Layout */

#header {
width: 727px;
background: url(../images/headbg.jpg) repeat-y;
height: 90px;
margin: 0px auto 0px auto;
}

#strap {
background-color: #a4dc38;
width: 100%;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
height: 23px;
z-index: 0;
}

#main {
width: 727px;
background: url(../images/headbg.jpg) repeat-y;
height: 345px;
margin: 0px auto 0px auto;
}

html>body #main {
min-height: 345px;
height: auto;
}

#footer {
width: 727px;
background: url(../images/footer.jpg) no-repeat;
height: 120px;
margin: 0px auto 0px auto;
}


/*==================================images */

#header img {
margin-left: 31px;
margin-top: 17px;
border-top: 1px solid #a4dc38;
border-left: 1px solid #a4dc38;
border-right: 1px solid #a4dc38;
border-bottom: 0;
}

/*===================================navigation */

#nav {
float: left;
margin-left: 15px;
border-bottom: 1px solid #a4dc38;
border-left: 1px solid #a4dc38;
border-right: 1px solid #a4dc38;
width: 198px;
}

html>body #nav {
margin-left: 31px;
}

#nav ul {
list-style-type: none;
line-height: 12px;
margin-left: 12px;
margin-right: 5px;
padding-bottom:10px;
}

ul.l1 {
font-size: 100%;
}
ul.l2 {
font-size: 90%;
line-height: 12px;
padding-left: 18px;
padding-bottom: 0;
}

ul.l3 {
font-size: 80%;
padding-left: 24px;
}


/*======================================links */

a:link {color: #8c9aa3; text-decoration:none;}
a:visited {color: #8c9aa3; text-decoration:none;}
a:hover {color: #a4dc38; text-decoration:none;}
a:active {color: #8c9aa3; text-decoration:none;}

/*=====================================paragraphs */

p.first {
padding-top: 40px;
}
/*P was 280, 90 */
p {
margin-left: 280px;
margin-right: 60px;
padding-bottom: 20px;
text-align: justify;
}

#footer p {
margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}

/*=====================================lists */

ul, ol {
margin-left: 305px;
margin-right: 90px;
padding-bottom: 20px;
}

li {
padding-bottom:10px;
}
/*=====================================headings */

h1 {
width: 690px;
font-family:"Arial Rounded MT Bold";
text-transform:uppercase;
text-align:right;
margin: 0 auto 0 auto;
font-size: 130%;
color: #FFFFFF;
padding-top: 2px;
}

h2 {
font-family:"Arial Rounded MT Bold";
padding-bottom: 30px;
font-size: 130%;
color: #a4dc38;
margin-left: 280px;
margin-right: 90px;
}

h3 {
font-family:"Arial Rounded MT Bold";
padding-bottom: 20px;
font-size: 110%;
color: #a4dc38;
margin-left: 280px;
margin-right: 90px;
}

h4 {
padding-bottom: 20px;
font-size: 100%;
color: #8c9aa3;
margin-left: 280px;
margin-right: 90px;
}

/*=============================blockquote */

#footer blockquote {
margin-left: 280px;
margin-right: 90px;
text-align:center;
color: #666666;
padding: 10px 10px 10px 10px;
font-size: 110%;
font-weight:bold;
background: url(../images/bottom-image.jpg) no-repeat;
}