/* ----- body & background ----- */
body{
	background:#eceff4;
	color:#999;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#37342f;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}
	
/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:1000px;
	text-align:left;
	background:url(../images/page_bg.gif) no-repeat 0 0;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:155px;	
	position:relative;
	margin:20px 0 0 0;
	background: url(../images/header.gif) no-repeat 0 0;
}
#banner{
	margin: 0;
	padding-left: 30px;
	padding-bottom: 15px;
	background: url(../images/main-bg.gif) 0 0 repeat-y;
}

/* ----- company logo & strapline ----- */
#switchover{
	display: none;
}

#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:46px;
	left:35px;
	display:block;
	height:84px;
	width:262px;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:105px;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:59px;
	right:35px;
	display:block;
	height:51px;
	width: 443px;
	background: url(../images/call-now.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#corgi{
	position:absolute;
	margin:0;
	padding:0;
	top:134px;
	left:663px;
	display:block;
	height:113px;
	width:283px;
	background: url(../images/corgi-logos.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	margin: 0;
	background: url(../images/main-bg.gif) 0 0 repeat-y;
}

/* ----- main navigation ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	top:161px;
	left:34px;
	width:912px;
	text-align:center;
	height: 59px;
}
#navTools ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools li{
	float:left;
	margin:0;
	padding:0;
	font-size: 18px;
	background:url(../images/div.gif) no-repeat left 50%;
	font-weight: bold;
}
#navTools li.first{background:none;}
#navTools li a:link, #navTools li a:active, #navTools li a:visited{
	float:left;
	padding:8px 10px 8px 10px;
	text-decoration:none;
	color:#fff;
	background: no-repeat bottom right;
}
#navTools li a:hover{color:#6193ba;}
#navTools li a span{}

/* ----- nav titles ----- */

#navToolsTitle{display:none;}

/* ----- side navigation column ----- */
#side{
	float:right;
	display:inline;
	width:224px;
	margin-right:35px;
	margin-top:0px;
	background: #f4f4f4 url(../images/light-bg.gif) 0 0 repeat-x;
	padding: 20px 10px 10px 10px;
	border-left: 1px solid #f4f4f4;
	color: #252525;
	font-size:12px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:660px;
	margin-left:30px;
	background: #f4f4f4 url(../images/light-bg.gif) 0 0 repeat-x;
	padding: 20px 15px;
	margin-bottom: 0px;
	font-size:13px;
	color:#252525;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#37342f;
	font-size:160%;
	clear:both;
}
#main h2.pageTitle{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:4px;
	color:#10355c;
	font-size:24px;
	text-transform: uppercase;
	letter-spacing:-0.04em;
}
#side h2.pageTitle{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-left: 5px;
	margin-bottom:4px;
	color:#10355c;
	font-size:24px;
	text-transform: uppercase;
	letter-spacing:-0.04em;
}
#main h3.sub{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:4px;
	color:#007bc8;
	font-size:17px;
	letter-spacing:-0.04em;
}
ul.red{
	margin-top:25px;
	margin-bottom: 25px;
}
.blue li, .red li{
	margin-left: -17px;
	margin-bottom: 6px;
}
.blue li{
	list-style: url(../images/blue.gif);
}
.red li{
	list-style: url(../images/red.gif);
}

/* ----- r area ----- */
#footer{
	background: url(../images/footer.gif) 0 0 no-repeat;
	height: 201px;
	padding:10px;
	margin-top:0;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	color:#333;
}
#footer ul{
	margin: -60px 40px 0 40px;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:#333;}
#footer a:hover{
	color:#333;
	text-decoration: underline;
}

#footer #address a, #footer #telephone a{color:#007bc8;}
#footer #address a:hover, #footer #telephone a:hover{
	color:#777;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
	margin-right: 40px;
}
#footer #address{
	position:relative;
	margin:0;
	padding:0;
	top:35px;
	left:53px;
	display:block;
	height:129px;
	width:198px;
	color: #313030;
	font-size: 12px;
}
#footer #telephone{
	position:relative;
	margin:0;
	padding:0;
	top:-70px;
	left:223px;
	display:block;
	height:129px;
	width:198px;
	color: #313030;
	font-size: 12px;
}
#footer h3{
	color:#10355c;
	font-size: 24px;
	margin: 0px;
	padding-bottom: 5px;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
/* three boxes in a row */

.no-bg{
	background-image: none;
}
.box{
	width:212px;
	background:url(../images/boxtop.gif) no-repeat 0 0;
	padding:6px 0 47px 0;
	position:relative;
	float:left;
	margin:0 11px 0 0;
	display:inline;
	
}
.b3{margin:0 0 0 -1px;}
.box h3{
	background:url(../images/boxbg.jpg) repeat-x 0 100%;
	padding:0 0 2px 0;
	margin:0 1px;
	font-size:22px;
	letter-spacing: -0.04em;
	font-weight: bold;
}
.box h3 span{
	display:block;
	color:#666;
	font-size:12px;
	padding:3px 0 0 0;
	font-weight:bold;
	text-transform: uppercase;
}
.box h3 a{
	display:block;
	position:relative;
	padding:7px 12px;
	color:#10355c;
}
.box h3 a:hover,.box h3 a:hover span{color:#007bc8!important; text-decoration: none;}
p.image{
	margin:6px 0 10px 9px;
	width:195px
}
p.image a{
	display:block;
	background:#fff;
	width:185px;
	height:99px;
	padding:4px;
	border: none;
}
p.image a:hover{
	background:#ccc;
	border:1px solid #46771a;
}
p.txt{
	font-size:13px;
	color:#282828;
	margin:0 12px;
	line-height: 1.3em;
}
#content p.txt a{color:#505050!important; font-weight: normal;}
#content p.txt a:hover{color:#404040!important; text-decoration: none;}

p.boxbase{
	margin:0;
	background:#10355c;
	position:absolute;
	left:0;
	bottom:-1px;
	width:212px;
	font-size:95%;
	font-weight:bold;
	font-family: Helvetica, Arial,  sans-serif;
}
p.boxbase a, p.boxbase span{
	display:block;
	position:relative;
	color:#fff!important;
	text-align:right;
}
p.boxbase span{padding:10px 15px 4px 0}
p.boxbase b{
	height:6px;
	overflow:hidden;
	display:block;
	background:url(../images/box-base.gif) no-repeat 0 0;
	width:212px;
}
p.boxbase a:hover{/*background:#545454;*/text-decoration:underline}
/*p.boxbase a:hover b{background-position:0 -6px}*/
/* @end */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/
/* @end */

