body {
	margin: 0;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p { margin-bottom: 15px; }

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #100067;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #545454;
	font-weight: normal;
	margin-bottom: 10px;
}

a {
	color: #D90000;
	text-decoration: none;
}
a:hover {
	color: #D90000;
	text-decoration: underline;
}

.text, .text p {
	line-height: 18px;
}

.text p {
	margin: 0;
	margin-bottom: 20px;
}


.redtext { color: #D90000; }
.bluetext { color: #100067; }
.float-left { float:left; }
.float-right { float:right; }
.imageHeader { margin:0; padding:0; }

.clear {
	clear: both;
	display: block;
}

form {
	display: inline;
}

#pagehdr {
	height: 50px;
	background-image: url(../images/core/h1-bg.gif);
	margin-bottom: 5px;
}
.subhdr {
	font-size: 13px;
	font-weight: bold;
	color: #100067;
	line-height: 20px;
}


.pic-right {
	float: right;
	margin: 3px 0 5px 10px;
}

.pic-left {
	float: left;
	margin: 3px 10px 5px 0;
}


/**********************************
Container
**********************************/
#container {
	background-color: #fff;
	width: 760px;
	margin: auto;
	padding: 0 5px;
}



/**********************************
Left Side
**********************************/
#left-side {
	width: 225px;
	float:left;
}

/*Cart Bar************************/
#cartbar {
	line-height: normal;
	height: 30px;
	padding-top: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002967;
}

/*Contact Details****************/
#contact-details {
	line-height: 18px;
	color: #100067;
	padding: 0px 10px 0 10px;
}


/**********************************
Right Side
**********************************/
#right-side {
	width: 520px;
	margin-left: auto;
}

#cta-top {
	width: 520px;
	height: 173px;
	margin-top: 5px;
	margin-right: 5px;
}

#cta-top img { display: none; }

#cta-top img#first { display: block; }


#page-head {
  background: url('../images/core/header_bg.gif') repeat-x 0 0;
  height: 28px;
  padding: 0;
  padding-top: 16px;
  margin-bottom: .5em;
  display: block;
}

#p-home #page-head { margin-bottom: 1em; }

#catalogue ul li { list-style-type: none; float: left; }
#catalogue ul li img { border: none; margin: 0 20px; }


/**********************************
Navigation Bar
**********************************/
#nav {
	text-align: right;
	margin: 9px 0 14px 0;
	padding: 0;
	height: 32px;
}
#nav img {
	margin: 0 3px;
}



/**********************************
Footer
**********************************/
#footer {
	margin-top: 10px;
	padding: 10px 0 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #B8B8B8;
	font-weight: bold;
	border-top: 1px solid #E6E6E6;
}
#footer a {
	color: #B8B8B8;
	text-decoration: none;
}
#footer a:hover  {
	color: #100067;
	text-decoration: underline;
}



/**********************************
News & Events Page
**********************************/
#inner-news {

}
#inner-news .news-set {
	padding-top: 15px;
	border-bottom: 1px solid #E6E6E6;
}
#inner-news .news-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C70000;
}
#inner-news .news-date {
	font-weight: bold;
	color: #100067;
}
#inner-news .news-info {
}

#banner { background: #FFF; height: 173px;}
