@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    color: #000;
    line-height: 21px;
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #000;
}

body p {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

a img { border: none;
}

/*
HEADERS TO GO HERE
*/

h1, h2, h3, h4, h5, h6 {
    font-size: 21px;
    color: #960;
    padding-bottom: 15px;
}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    margin-top: 20px;
    background-color: #000;
}

#header {
    width: 980px;
    height: 75px;
    float: left;
    margin-bottom: 30px;
}

#logo {
    width: 460px;
    height: 75px;
    padding: 0px 30px 0px 0px;
    float: left;
    text-align: left;
}

#tel {
    width: 460px;
    height: 27px;
    padding: 24px 0px 24px 30px;
    float: right;
    text-align: right;
}

#nav {
    width: 980px;
    height: 30px;
    margin-bottom: 30px;
    float: left;
    background-color: #960;
    color: fff;
    clear: both;
    padding-top: 14px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#banner {
    width: 980px;
    height: 350px;
    float: left;
    margin-bottom: 30px;
}

#content {
    width: 920px;
    padding: 30px 30px 20px 30px;
    min-height: 450px;
    float: left;
    background-color: #fff;
}

#content li {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 3px;
}

#content ul {
    margin-bottom: 15px;
    margin-top: -5px;
}

#leftcol66 {
    width: 593px;
    min-height: 450px;
    float: left;
    background-color: #fff;
    margin-right: 30px;
}

#leftcol66 li {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 3px;
}

#leftcol66 ul {
    margin-bottom: 15px;
    margin-top: -5px;
}

#rightcol33 {
    width: 297px;
    min-height: 450px;
    float: left;
    background-color: #fff;
}

#rightcol33 li {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 3px;
}

#rightcol33 ul {
    margin-bottom: 15px;
    margin-top: -5px;
}

#leftcol50 {
    width: 445px;
    float: left;
    background-color: #fff;
    margin-right: 30px;
}

#leftcol50 li {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 3px;
}

#leftcol50 ul {
    margin-bottom: 15px;
    margin-top: -5px;
}

#rightcol50 {
    width: 445px;
    float: left;
    background-color: #fff;
}

#rightcol50 li {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 3px;
}

#rightcol50 ul {
    margin-bottom: 15px;
    margin-top: -5px;
}

#footer {
    width: 920px;
    height: 20px;
    padding: 17px 30px 13px 30px;
    margin-bottom: 30px;
    float: left;
    background-color: #960;
    color: #fff;
}

#fusionxs {
    width: 250px;
    height: 20px;
    text-align: right;
    float: right;
}

#cstatement {
    width: 200px;
    height: 20px;
    text-align: center;
    float: right;
}

#end {
	clear: both;
}

/*
CLASSES TO GO HERE
*/

.enq {
    width: 300px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif, Times, serif;
    font-size: 13px;
    padding-left: 6px;
    border: 1px solid #ccc;
	margin-top:8px;
}

.enq2 {
    width: 300px;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif, Times, serif;
    font-size: 13px;
    padding-left: 6px;
    padding-top: 6px;
    border: 1px solid #ccc;
	margin-top:8px;

}

.fxs {
    text-decoration: none;
    color: #fff;
}

a.fxs:hover { color: #000 }

.contentlink {
    color: #960;
    text-decoration: none;
    border-bottom: 1px dotted #960;
}

a.contentlink:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}

.cookietable {
	border-collapse: collapse;
}

.cookietable td, th {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: left;
}

.cookietable th {
    background-color: #E9A914;
    color: white;
    font-weight: normal;
}