BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    background: #FFFFFF url("../../image/design/bg/bg-body.jpg") repeat-x left top;
    font-size:14px;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
LABEL {cursor: pointer;}
form{
	margin:0;
	padding:0;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 0;
}
.twitter{
  text-align:right;
  color:#0E2B87;
  font-size:18px;
  /*width:260px;*/
  float:right;
  margin-top:45px;
}
.twitter img{
  vertical-align:bottom;
}
.error{
  color:red;
}

/*Page*/
#page {
    margin: auto;
    text-align: left;
    width:953px;
}

/*Header*/
.header {
	padding:10px 0 20px 0;
}
.header .logo{
	float:left;
	margin-top:0px;
}
.header .locator,
.header .search{
	width:178px;
	height:56px;
	background-color:#f7f7f7;
	border:1px solid #c2c2c2;
	float:right;
	margin-left:17px;
}
.header .locator .top,
.header .search .top,
.content .center .elem .top{
	height:23px;
	background-color:#d5d5d5;
	border-bottom:1px solid #c2c2c2;
}
.header .locator .top p,
.header .search .top p,
.content .center .elem .top p{
	color:#0e2b87;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 8px;
	line-height:22px;
}
.header .locator .text,
.header .search .text{
	width:141px;
	height:15px;
	border:1px solid #c2c2c2;
	color:#474747;
	font-size:9px;
	font-weight:bold;
	float:left;
}
.header .locator .go,
.header .search .go,
.content .sign-up .go{
	width:11px;
	height:11px;
	border:0px none;
	background:url('../../image/design/buttons/go.gif') no-repeat;
	cursor:pointer;
	float:left;
	margin:13px 0 0 15px;
	padding:0;
}
.header .locator form div,
.header .search form div{
	padding:8px 0 0 8px;
}
/*.header ul.menu{
	list-style:none;
	margin:7px 0 0;
	padding:0;
	background:url('../../image/design/bg/menu-bg.gif') repeat-x;
	height:32px;
}
.header ul.menu li{
	border-left:1px solid #ab3c18;
	border-right:1px solid #f47c57;
	height:32px;
	float:left;
    position:relative;
}
.header ul.menu li.last{
	border-right:2px solid #ab3c18;
}
.header ul.menu a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:29px;
	display:block;
	padding:0 23px 0 22px;
    position:relative;
}*/
.header .main-menu{
  background:url('../../image/design/bg/menu-bg.gif') repeat-x;
  border:0px solid red;
  height:32px;
}
.header .main-menu ul.menu{
    margin:0;
    padding:0;
}
.header ul.menu LI {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 0px 0 0;
	position: relative;
    z-index:100;
    	height:32px;
    	border-left:1px solid #ab3c18;
	border-right:1px solid #f47c57;
}
.header ul.menu LI A {
	display: block;
	font-size: 20px;
    font-size:12px;
	line-height: 29px;
	/*padding: 10px;*/
    padding:0 23px 0 22px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.header ul.menu LI A:HOVER {text-decoration: none;}
.header ul.menu LI.active A, #main-menu UL LI:HOVER A {background: #004e61;}
.header ul.menu LI:HOVER UL {display: block;}
.header ul.menu LI UL {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 190px;
	/*background: #2d2d2d;*/
	padding: 0px 0;
	display: none;
}
.header ul.menu LI UL LI {
	width: 100%;
	margin: 0px;
    background:url('../../image/design/bg/menu-bg.gif') repeat-x;
    list-style: none;
}
.header ul.menu LI.active UL LI A,
.header ul.menu LI:HOVER UL LI A {background: none;}
.header ul.menu LI.active UL LI A:HOVER,
.header ul.menu LI UL LI A:HOVER {background: #474747;}
.header ul.menu LI UL LI A {	
	line-height: 20px;
	padding: 5px 10px;
}

.header .connect-bg{
	background:url('../../image/design/bg/blue-gradient.gif') repeat-x;
}
.header .connect-bg .connect-left-pict{
	background:url('../../image/design/pictures/image1.gif') no-repeat 11px 0;
	height:107px;
}
.header .connect-bg .connect-inscr{
	color:#fff;
	font-size:40px;
	padding:40px 0 0 26px;
}
.header .connect-bg .connect-inscr span{
	font-weight:bold;
	color:#ff742e;
}
.header .connect-bg ul{
	list-style:none;
	float:right;
	margin:15px 0 0;
	padding:0;
}
.header .connect-bg ul li{
	float:left;
	margin-right:22px;
	display:inline;
}
.header .connect-bg ul li.top{
	margin-top:-5px;
}
/*Content*/
.content {
	padding-bottom:17px;
}
.content .left-col{
	float:left;
	padding-right:18px;
	/*border-right:1px dotted #a1a1a1;*/
}
.content .left-col .catalog{
	width:178px;
	height:151px;
	border:1px solid #bf471c;
	background:url('../../image/design/bg/catalogue-bg.png') repeat-x;
	margin-bottom:20px;
}
.content .left-col .catalog p,
.content .left-col .how p,
.content .sign-up p{
	color:#fff;
	font-size:18px;
	margin:5px 0 0 10px;
}
.content .left-col .catalog img{
	margin:5px 0 0px 37px;
}
.content .left-col .catalog a,
.content .left-col .how a{
	float:right;
	background:url('../../image/design/buttons/go.gif') no-repeat right center;
	padding-right:20px;
	margin:0 9px 2px 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.content .left-col .catalog a:hover,
.content .left-col .how a:hover,
.content .left-col .quick-links ul a:hover{
	text-decoration:none;
}
.content .left-col .quick-links{
	width:178px;
	margin-bottom:19px;
}
.content .right-col .quick-links{
	width:138px;
	margin-bottom:19px;
}
.content .left-col .quick-links .links-cont,
.content .right-col .quick-links .links-cont,
.content .branches .branches-cont,
.content .right-col .news .news-cont{
	border:1px solid #c2c2c2;
	border-top:none;
	padding-bottom:6px;
	background:#f0f0f0 url('../../image/design/bg/grey-cont-bg.gif') repeat-x;
}
.content .left-col .quick-links ul, .content .right-col .quick-links ul{
	list-style:none;
	margin:0px 0 0 9px;
	padding:8px 0 0;
}
.content .left-col .quick-links ul li, .content .right-col .quick-links ul li{
	margin-bottom:6px;
	margin-top:0px;
	/*border:1px solid transparent;*/
}
.content .left-col .quick-links ul a, .content .right-col .quick-links ul a{
	background:url('../../image/design/buttons/go.gif') no-repeat left center;
	padding-left:23px;
	color:#0e2b87;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
.content .headline{
	background:url('../../image/design/bg/headlines-bg.gif') repeat-x;
	height:23px;
	border:1px solid #be411a;
}
.content .headline p{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:4px 0 0 9px;
}
.content .left-col .how{
	border:1px solid #bf471c;
	background:url('../../image/design/bg/catalogue-bg.png') repeat-x;
}
.content .left-col .how .back-pict{
	background:url('../../image/design/bg/how-bg.jpg') no-repeat right bottom;
	width:178px;
	height:93px;
}
.content .left-col .how a{
	margin-top:45px;
}
.content .right-col{
	float:right;
	padding-left:18px;
	min-height:508px;
	border-left:1px dotted #a1a1a1;
}
.content .branches,
.content .right-col .news,
.content .sign-up{
	margin-bottom:19px;
	width:138px;
}
.content .branches-cont p,
.content .right-col .news-cont p {
	margin: 10px 0 0 0;
	color: #000000 !important;
	font-size:11px;
	padding: 5px;
  float: right;
  width: 100px;
}

.content .branches-cont img.map{
	float:left;
	margin: 10px 10px 0 10px;
}
.content .branches-cont a,
.content .right-col .news-cont a{
	color:#0e2b87;
	font-size:12px;
	font-weight:bold;
	background:url('../../image/design/buttons/go.gif') no-repeat right center;
	padding-right:20px;
	float:right;
	margin:0px 12px 0 0;
	text-decoration:underline;
}
.content .branches-cont a:hover,
.content .right-col .news-cont a:hover,
.content .center .elem-cont a.more-info:hover{
	text-decoration:none;
}
.content .right-col .news h3{
	margin:0;
	padding:10px 11px 0 9px;
	font-size:12px;
	font-weight:bold;
}
.content .sign-up, .content .left-col .sign-up{
	height:120px;
	background:url('../../image/design/bg/sign-up-bg-copy.gif');
	border:1px solid #071542;
	margin-bottom:19px;
}
 /*.content .left-col .sign-up{
  height:34px;
  width:175px;
}*/
.content .sign-up p{
	font-size:15px;
	margin-left:5px;
	margin-bottom:7px;
}
.content .left-col .sign-up p{
  color:#fff;
  text-align:center;
  margin:5px;
  font-size:18px;
}
.content .left-col .sign-up p.small{
  font-size:12px;
}

.content .left-col .sign-up a{
  padding-right:20px;
  background:transparent url(../../image/design/buttons/go.gif) no-repeat right center;
  color:#fff;
  text-decoration:underline;
}
.content .left-col .sign-up a:hover{
  text-decoration:none;
}
.content .sign-up #email,.content .sign-up #name,.content .sign-up #postcode{
	width:102px;
	height:15px;
/*	border:0px none;*/
	font-size:9px;
	font-weight:bold;
	float:left;
	padding-left:5px;
	padding-right:0;
	margin-left:15px;
        margin-bottom:4px;
	color:#474747;
}
.content .center{
	padding:0 17px;
	margin-left:196px;
	width:716px;
    border-right:1px dotted #a1a1a1;
    border-left:1px dotted #a1a1a1;
}
.content .center ul{
  padding-left:10px;
  margin-left:10px;
}
.content .center h1{
	font-size:24px;
	color:#474747;
	margin:0 0 17px;
}
.content .center h2{
	font-size:17px;
	color:#474747;
	margin:0 0 17px;
}
.content .center .elem{
	width:270px;
	height:175px;
	background-color:#f7f7f7;
	border:1px solid #c2c2c2;
	float:left;
	margin:0 18px 19px 0;
	position:relative;
}

.content .center .elem-cont p{
	width:63px;
	margin:9px 0 0 9px;
	float:left;
	color:#474747;
	font-size:12px;
	font-weight:bold;
}
.content .center .elem-cont img.product{
	margin:30px 0 0 -18px;
}
.content .center .elem-cont a.more-info{
	color:#0e2b87;
	font-size:12px;
	font-weight:bold;
	background:url('../../image/design/buttons/go.gif') no-repeat right center;
	padding-right:20px;
	position:absolute;
	bottom:9px;
	right:11px;
	text-decoration:underline;
}
.content .center .elem-cont .icon{
	background:url('../../image/design/icons/icon.jpg') no-repeat;
	width:28px;
	height:27px;
	position:absolute;
	left:14px;
	bottom:9px;
}
.center table p{
  margin-bottom:0px;
}
#uploads th{
  text-align:left;
}
.score {
  width: 25px;
}
/*Footer*/
.footer {
     border-top:1px dotted #a1a1a1;
	 padding:14px 0 20px;
	 width:100%;
}
.footer p{
	color:#9f9f9f;
	font-size:12px;
	*font-size:10px;
	font-weight:bold;
	float:left;
	margin:0;
}
.footer ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.footer ul li{
	border-right:1px dotted #a1a1a1;
	padding-right:8px;
	float:left;
	margin-left:8px;
}
.footer ul li.last{
	border:none;
	padding:0;
}
.footer ul a{
	font-size:12px;
	*font-size:10px;
	font-weight:bold;
	color:#525252;
}
#search_results ul,#module_branch_detail{
	list-style:none;
	float:left;
	padding-left:0;
}
#form_search_branches_c{
  float:left;
}
#form_search_branches_c p{
  float:left;
  clear:left;
}
li.module_branch_detail{
	float:left;
	width:145px;
	border:0px solid green;
	height:460px;
	border:1px solid #0053A0;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align: center;
}
li.module_branch_detail.last{
  margin-right:0;
}
#footer-links-left{
  float:left;
}
.footer p{
   margin-left:8px;
}
.footer p a{
  color:#525252;
}
.footer ul li p{
  margin-left:0px;
}
.contact-form{
  float:left;
}
.contact-form h2{
  clear:left;
}
.contact-form p{
  float:left;
  clear:left;
  margin-top:0;
  width: 100%;
  #padding-bottom: 10px;
}
.contact-form label{
  float:left;
  display:block;
  width:160px;
}

.contact-form input.text{
  width:260px;
}
.soccer{
  text-align:center;
  width:554px;
}
.soccer p{
  width:100%;
}
.footer_address{
  position:relative;
  top:-15px;
}
