* {
    margin: 0;
    padding: 0;
}
body {
    font: 0.9em sans-serif;
    background: url(img/background/tile.jpg) repeat-x;
	background-color:#fff;
}
#wrapper {
    margin: 0 auto;
    width: 952px;
}
#header {
   width:952px;
    height: 288px;
	background-repeat:no-repeat;
}
#header h1 {
    display: none;
}
#header .navwrap {
    float: left;
    position: relative;
 left:25px;
}
#header .navwrap ul {
    position: relative;

    padding-top: 250px;
    list-style: none;
}
#header .navwrap li {
    position: relative;
    float: left;
    margin: 0 2px;
    background: url(img/nav_l.png) no-repeat 0 0;
    padding-left: 5px;
}
#header .navwrap li a {
    display: block;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px 0 10px;
    background: url(img/nav_r.png) no-repeat 100% 0;
    font-weight: bold;
    font-size: 1.2em;
}
#header .navwrap li:hover, #header .navwrap li.active {
    background-position: 0 100%;
}
#header .navwrap li:hover a, #header .navwrap li.active a {
    color: #b60f3c;
    background-position: 100% 100%;
}
#usp {
   margin-top:0;
    background: url(img/uspbg.jpg) no-repeat;
    height: 152px;
}
#usp h3 {
    color: #fff;
    padding: 20px 25px 0 595px;
    font-size: 1.4em;
    line-height: 1.2em;
    height: 64px;
	font-size:150%;
}
#usp h4 {
    color: #333;
    padding: 0 9px 0 640px;
    font-size: 1.5em;
    line-height: 44px;
}
#container {
    background: url(img/contentbg.gif) repeat-y;
}
#content, #side {
    padding-bottom: 10px;
}
#content {
    float: left;
    padding: 10px 40px;
    width: 489px;
}
#content h2, #content h3 {
    font-size: 1.4em;
}
#content h2 {
    color: #007e50;
    margin:0 0 0px 0;
	
}
#content h3 {
    color: #ac0c32;
	font-size:18px;
	margin:0 0 0 0;
	padding:0;
	line-height:normal;
}
#content p {
    color: #535353;
    margin: 0;
	padding:10px 0 10px 0;
		line-height:1.3em;
}
#content p a {
    color: #535353;
    font-weight: bold;
}
#content a:hover {
    text-decoration: none;
}
#content h3.spread {
    line-height: 1.5em;
}
#content h3 a {
    color: #be1244;
}
#side {
    float: right;
    width: 383px;
}
#cta {
    background: url(img/side1.jpg) no-repeat;
    height: 239px;
}
#cta h3 {
    color: #fff;
    padding: 0px 8px 0 25px;
    font-size: 18px;
    font-weight: normal;
}
#cta h3 strong {
    color: #00ff1e;
}
#cta a:link, #cta  a:active, #cta  a:visited {
    color: #00ff1e;
}
#cta a:hover {
    color: #00ff1e;
}
#gal {
    background: url(img/side2.jpg) no-repeat;
    height: 268px;
}
#gal h3 {
    padding: 10px 8px 0 25px;
    color: #fff;
   font-size: 18px;
}
#cta h3 a, #gal h3 a {
    color: #00ff1e;
    text-decoration: none;
}
#bottom {
    clear: both;
    background: url(img/bottombg.gif) no-repeat;
    height: 7px;
    overflow: hidden;
}
#footer {
    background: url(img/footerbg.gif) no-repeat;
    height: 57px;
    padding: 64px 0 0 20px;
}
#footer p {
    font-size: 0.8em;
    color: #fbfbfb;
    line-height: 20px;
}
#ph {
    margin: 10px 0;
}
#ph img {
    border: 0;
    float: left;
    margin-right: 5px;
}
#ph p a {
    color: #666;
    text-decoration: none;
}
#ph p {
    font-size: 0.8em;
    line-height: 22px;
}
ul.images {
    margin-top: 2em;
    list-style: none;
}
ul.images li {
    float: left;
    padding: 4px;
    margin: 0 9px 9px 0;
    width: 102px;
    height: 102px;
    border: 1px solid #be1244;
}
ul.images li a img {
    display: block;
    border: 1px solid #fff;
}



