* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 102%;
	overflow: hidden;
}

.clear {
	clear: both;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #0097e5;
}

	a:hover {
		text-decoration: none;
	}

body {
	background: #0d0d0d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h1 {
	background: url(images/line-hor-5.gif) repeat-x 0% 100%;
	margin: 0 0 7px 0;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.25em;
	font-size: 1.75em;
	font-style: italic;
	color: #38383b;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	line-height: 1.3em;
	font-size: 1.917em;
	font-weight: 700;
	color: #fff;
}

#page3 #content a {
	font-size: 12px;	
}

h3 {
	padding: 1px 0 8px 0;
	word-spacing: -1px;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 1.75em;
	font-style: italic;
	color: #1e1e20;
}

	h3 span {
		display: block;
		margin: -5px 0 0 0;
	}

h4 {
	padding: 0 0 12px 0;
	line-height: 1.25em;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
}

	h4.extra {
		padding: 0 0 16px 0;
	}

h5 {
	background: url(images/line-hor-5.gif) repeat-x 0% 100%;
	margin: 0 0 7px 0;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.25em;
	font-size: 1.75em;
	font-style: italic;
	color: #38383b;
}

	h5.extra {
		margin: 0 0 10px 0;
	}

h6 {
	padding: 0 0 16px 0;
	line-height: 1.231em;
	font-size: 1.083em;
	color: #3d3e42;
}

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 38px 0 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 3px 19px 0 1px;
	}
	
	ul.fleft {
		width: 285px;
		padding: 0;
	}

.fleft1 {
	float: left;
}

.fright {
	float: right;
}

	img.fright {
		margin: 0 0 19px 40px;
	}
	
	ul.fright {
		width: 285px;
		padding: 0 15px 19px 0;
	}

.fright1 {
	float: right;
}

	ul.fright1 {
		padding: 0 21px 0 0;
	}

table, td {
	border-collapse: collapse;
}

table, td, img {
	border: 0;
	
}

td, tr {
	vertical-align: top;
	text-align: left;
}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#top-right-tail {
	background: url(images/top-right-tail.gif) repeat-x 0% 0%;
	width: 50%;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
}

#main-tail-top {
	background: #eaebed url(images/main-tail-top.gif) repeat-x 0% 0%;
}

#main-tail-bot {
	background: url(images/main-tail-bot.gif) repeat-x 0% 100%;
}

#main {
	font-size: 0.75em;
}

#header {
	background: url(images/header.jpg) no-repeat 0% 0%;
	position: relative;
	width: 980px;
	height: 150px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 34px;
	left: 20px;
}

#search-form {
	background: url(images/search-input.gif) no-repeat 0% 0%;
	width: 211px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	right: 18px;
}

	#search-form input {
		background: none;
		width: 163px;
		height: 15px;
		padding: 3px 3px 3px 3px;
		float: left;
		border: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#search-form input#search-submit {
		background: url(images/search-submit.gif) no-repeat 0% 0%;
		width: 35px;
		height: 20px;
		margin: 0 0 0 7px;
		padding: 0;
		float: left;
		border: none;
		cursor: pointer;
	}

#menu {
	overflow: hidden;
	position: absolute;
	top: 105px;
	left: -4px;
	font-size:16px;
}

	#menu li {
		background: url(images/menu-divider.gif) no-repeat 0% 0%;
		float: left;
		margin: 0 0 0 -2px;
		padding: 0 0 0 2px;
		font-size: 14px;
		color: #fff;
	}
	
	#menu li a {
		display: block;
		height: 45px;
		padding: 0 29px 0 28px;
		float: left;
		line-height: 45px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
	#menu li span a {
		padding: 0 15px 0 28px;
	}
	
	#menu li a:hover {
		background: url(images/menu-act.gif) repeat-x 0% 0%;
	}
	
	#menu li.act a {
		background: url(images/menu-act.gif) repeat-x 0% 0%;
	}

#content-tail-top {
	background: #f6f7f8 url(images/content-tail-top.gif) repeat-x 0% 0%;
}

/*#content-tail-bot {
	background: url(images/content-tail-bot.gif) repeat-x 0% 100%;
}*/

#content {
	width: 946px;
	padding: 20px 18px 53px 16px;
	margin: 0 auto;
}

	#content p {
		padding: 0 0 14px 0;
		line-height: 1.231em;
		font-size: 1.083em;
		color: #646569;
	}
	
	#content p.no-indent {
		padding: 0;
	}
	
	#content p em {
		font-style: normal;
	}
	
	#content p em a {
		color: #646569;
	}
	
	#content p small {
		float: right;
		padding: 0 28% 0 0;
		font-size: 1em;
	}
	
	#content p.extra {
		padding: 0 0 17px 0;
	}
	
	#content p.extra-1 {
		padding: 0 0 30px 0;
	}
	
	#content p.extra-2 {
		padding: 0 0 20px 0;
	}

.box {

	height:480px;
}

	.box .border-top {
		background: #808185 url(images/border-top.jpg) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(images/border-bot.jpg) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(images/border-left.jpg) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(images/border-right.jpg) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(images/corner-top-left.jpg) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(images/corner-top-right.jpg) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(images/corner-bot-left.jpg) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(images/images/gradient-services.png) repeat-x ;
		width: 320px;
		height:480px;
	}
	
	.box .inner {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		
	}
	
	.box .inner-1 {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		padding: 30px 12px 30px 32px;
	}
	
	.box .inner-2 {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		padding: 30px 5px 34px 31px;
	}
	
	.box h6 {
		padding: 5px 0 16px 0;
		color: #fff;
	}
	
	.box p {
		padding: 0 11px 16px 0 !important;
		line-height: 1.231em !important;
		font-size: 1.083em !important;
		color: #fff !important;
	}
	
	.box p.extra {
		padding: 0 11px 10px 0 !important;
	}
	
	.box p.no-indent {
		padding: 0 11px 0 0 !important;
	}
	
	.box p b {
		display: block;
	}
	
	.box p small {
		float: right;
		padding: 0 8% 0 0;
		font-size: 1em;
	}
	
	.box p i {
		font-style: normal;
	}
	
	.box p i a {
		color: #fff;
	}

.box-1 {
	width: 100%;
}

	.box-1 .border-top {
		background: #ff7a00 url(images/border-top1.jpg) repeat-x 0% 0%;
	}
	
	.box-1 .border-bot {
		background: url(images/border-bot1.jpg) repeat-x 0% 100%;
	}
	
	.box-1 .border-left {
		background: url(images/border-left1.jpg) repeat-y 0% 0%;
	}
	
	.box-1 .border-right {
		background: url(images/border-right1.jpg) repeat-y 100% 0%;
	}
	
	.box-1 .corner-top-left {
		background: url(images/corner-top-left1.jpg) no-repeat 0% 0%;
	}
	
	.box-1 .corner-top-right {
		background: url(images/corner-top-right1.jpg) no-repeat 100% 0%;
	}
	
	.box-1 .corner-bot-left {
		background: url(images/corner-bot-left1.jpg) no-repeat 0% 100%;
	}
	
	.box-1 .corner-bot-right {
		background: url(images/corner-bot-right1.jpg) no-repeat 100% 100%;
		position: relative;
		width: 100%;
	}
	
	.box-1 .inner {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		padding: 21px 12px 40px 24px;
	}
	
	.box-1 h2 {
		background: url(images/line-hor-1.gif) repeat-x 0% 100%;
		white-space:nowrap;
	}
	
	.box-1 p {
		padding: 2px 0 0 1px !important;
		line-height: 1.231em !important;
		font-size: 1.083em !important;
		color: #fff !important;
	}

	.box-1 span a {
		background: #be4001 url(images/link-1.jpg) no-repeat 0% 0%;
		display: inline-block;
		height: 20px;
		padding: 0 6px 0 8px;
		line-height: 20px;
		border: 1px solid #b83a01;
		word-spacing: -1px;
		text-decoration: none;
		font-size: 1.083em;
		font-weight: bold;
		color: #fff9cf;
		position: absolute;
		left: 26px;
		bottom: 41px;
	}

	.box-1 span a:hover {
		color: #000;
	}

.box-2 {
	width: 100%;
}

	.box-2 .border-top {
		background: #82cf00 url(images/border-top2.jpg) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(images/border-bot2.jpg) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(images/border-left2.jpg) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(images/border-right2.jpg) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(images/corner-top-left2.jpg) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(images/corner-top-right2.jpg) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(images/corner-bot-left2.jpg) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(images/corner-bot-right2.jpg) no-repeat 100% 100%;
		position: relative;
		width: 100%;
	}
	
	.box-2 .inner {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		padding: 21px 10px 45px 24px;
	}
	
	.box-2 h2 {
		background: url(images/line-hor-2.gif) repeat-x 0% 100%;
	}

	.box-2 span a {
		background: #257800 url(images/link-2.jpg) no-repeat 0% 0%;
		display: inline-block;
		height: 20px;
		padding: 0 6px 0 8px;
		line-height: 20px;
		border: 1px solid #227600;
		word-spacing: -1px;
		text-decoration: none;
		font-size: 1.083em;
		font-weight: bold;
		color: #f7feed;
		position: absolute;
		left: 26px;
		bottom: 41px;
	}

	.box-2 span a:hover {
		color: #000;
	}

.box-3 {
	width: 100%;
}

	.box-3 .border-top {
		background: #24b1e3 url(images/border-top3.jpg) repeat-x 0% 0%;
	}
	
	.box-3 .border-bot {
		background: url(images/border-bot3.jpg) repeat-x 0% 100%;
	}
	
	.box-3 .border-left {
		background: url(images/border-left3.jpg) repeat-y 0% 0%;
	}
	
	.box-3 .border-right {
		background: url(images/border-right3.jpg) repeat-y 100% 0%;
	}
	
	.box-3 .corner-top-left {
		background: url(images/corner-top-left3.jpg) no-repeat 0% 0%;
	}
	
	.box-3 .corner-top-right {
		background: url(images/corner-top-right3.jpg) no-repeat 100% 0%;
	}
	
	.box-3 .corner-bot-left {
		background: url(images/corner-bot-left3.jpg) no-repeat 0% 100%;
	}
	
	.box-3 .corner-bot-right {
		background: url(images/corner-bot-right3.jpg) no-repeat 100% 100%;
		position: relative;
		width: 100%;
	}
	
	.box-3 .inner {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		padding: 21px 12px 59px 24px;
	}
	
	.box-3 h2 {
		background: url(images/line-hor-3.gif) repeat-x 0% 100%;
	}

	.box-3 span a {
		background: #115782 url(images/link-3.jpg) no-repeat 0% 0%;
		display: inline-block;
		height: 20px;
		padding: 0 6px 0 8px;
		line-height: 20px;
		border: 1px solid #2e5a70;
		word-spacing: -1px;
		text-decoration: none;
		font-size: 1.083em;
		font-weight: bold;
		color: #f5feff;
		position: absolute;
		left: 26px;
		bottom: 41px;
	}

	.box-3 span a:hover {
		color: #000;
	}
	
	.box-3 p {
		padding: 2px 0 0 1px !important;
		line-height: 1.231em !important;
		font-size: 1.083em !important;
		color: #fff !important;
	}
	
	.box-3 p a {
		color: #fff;
	}

.box-4 {
	width: 100%;
}

	.box-4 .border-top {
		background: #e647af url(images/border-top4.jpg) repeat-x 0% 0%;
	}
	
	.box-4 .border-bot {
		background: url(images/border-bot4.jpg) repeat-x 0% 100%;
	}
	
	.box-4 .border-left {
		background: url(images/border-left4.jpg) repeat-y 0% 0%;
	}
	
	.box-4 .border-right {
		background: url(images/border-right4.jpg) repeat-y 100% 0%;
	}
	
	.box-4 .corner-top-left {
		background: url(images/corner-top-left4.jpg) no-repeat 0% 0%;
	}
	
	.box-4 .corner-top-right {
		background: url(images/corner-top-right4.jpg) no-repeat 100% 0%;
	}
	
	.box-4 .corner-bot-left {
		background: url(images/corner-bot-left4.jpg) no-repeat 0% 100%;
	}
	
	.box-4 .corner-bot-right {
		background: url(images/corner-bot-right4.jpg) no-repeat 100% 100%;
		position: relative;
		width: 100%;
	}
	
	.box-4 .inner {
		min-height: 131px;
		height: auto !important;
		height: 131px;
		padding: 21px 12px 59px 24px;
	}
	
	.box-4 h2 {
		background: url(images/line-hor-4.gif) repeat-x 0% 100%;
	}

	.box-4 span a {
		background: #95296a url(images/link-4.jpg) no-repeat 0% 0%;
		display: inline-block;
		height: 20px;
		padding: 0 6px 0 8px;
		line-height: 20px;
		border: 1px solid #932967;
		word-spacing: -1px;
		text-decoration: none;
		font-size: 1.083em;
		font-weight: bold;
		color: #fff7fd;
		position: absolute;
		left: 26px;
		bottom: 41px;
	}

	.box-4 span a:hover {
		color: #000;
	}

.list {
	overflow: hidden;
	padding: 0 0 0 1px;
}

	.list li {
		background: url(images/marker.gif) no-repeat 1px 9px;
		padding: 0 0 0 18px;
		line-height: 1.538em;
		font-size: 1.083em;
		color: #fff;
	}
	
	.list li a {
		color: #fff;
	}

.list-1 {
	overflow: hidden;
}

	.list-1 li {
		background: url(images/line-hor.gif) no-repeat 0 100%;
		line-height: 1.923em;
		font-size: 1.083em;
		font-weight: bold;
		color: #fff;
	}
	
	.list-1 li a {
		background: url(images/marker-1.gif) no-repeat 0% 5px;
		padding: 0 0 0 18px;
		text-decoration: none;
		color: #fff;
	}
	
	.list-1 li a:hover {
		color: #000;
	}

.list-2 {
	overflow: hidden;
	padding: 0 25px 21px 0;
}

	.list-2 li {
		background: url(images/marker-2.gif) no-repeat 0% 6px;
		padding: 0 0 11px 17px;
		line-height: 1.231em;
		font-size: 1.083em;
		color: #0097e5;
	}
	
	.list-2 li.extra {
		padding: 0 0 0 17px;
	}
	
	.list-2 li a {
		text-decoration: none;
		color: #0097e5;
	}
	
	.list-2 li a:hover {
		text-decoration: underline;
	}
	
	.list-2 li.no-bg {
		background: none;
	}

.list-3 {
	overflow: hidden;
}

	.list-3 li {
		width: 100%;
		padding: 0 0 37px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.231em;
		font-size: 1.083em;
		color: #646569;
	}
	
	.list-3 li.extra {
		padding: 0 0 35px 0;
	}
	
	.list-3 li img {
		float: left;
		margin: 0 19px 0 1px;
	}
	
	.list-3 li strong {
		display: block;
		padding: 3px 0 16px 0;
		color: #3d3e42;
	}

.list-4 {
	overflow: hidden;
}

	.list-4 dt {
		font-size: 1.083em;
		font-weight: bold;
		color: #3d3e42;
	}
	
	.list-4 dt a {
		text-decoration: none;
		color: #3d3e42;
	}
	
	.list-4 dt a:hover {
		text-decoration: underline;
	}
	
	.list-4 dd {
		padding: 0 0 17px 0;
		line-height: 1.231em;
		font-size: 1.083em;
		color: #646569;
	}
	
	.list-4 dd.extra {
		padding: 0 0 3px 0;
	}

.list-indent {
	padding: 0 25px 18px 0;
}

.list-indent1 {
	padding: 0 25px 5px 0 !important;
}

.list-indent2 {
	padding: 0 0 15px 0 !important;
}

.indent {
	padding: 4px 25px 0 3px;
}

.indent-1 {
	padding: 4px 1px 0 28px;
}

.indent-2 {
	padding: 10px 10px 0 28px;
}

.indent-left {
	padding: 0 0 0 5px;
}

.indent-bot {
	margin: 0 0 33px 0;
}

.link {
	background: url(images/arrow.gif) no-repeat 1px 6px;
	padding: 0 0 0 13px;
	font-size: 1.083em;
	font-weight: bold;
	color: #333;
}

.link-1 {
	background: url(images/arrow-1.gif) no-repeat 1px 6px;
	padding: 0 0 0 13px;
	float: left;
	font-size: 1.083em;
	font-weight: bold;
	color: #fff;
}

#extra-content-bg {
	background: #fcfcfc url(images/extra-content-tail.gif) repeat-x 50% 0%;
	width: 100%;
	height:565px;
}

#extra-content {
	width: 976px;
	margin: 0 auto;
	padding: 15px 0 19px 19px;
}

	#extra-content p {
		margin: 0 0 10px 0;
		
		font-size:12px;
		color: #333333;
	
	}
	
	#extra-content p.extra {
		padding: 0 0 33px 0;
	}
	
	#extra-content p.extra-1 {
		padding: 0 0 27px 0;
	}
	
	#extra-content p.extra-2 {
		padding: 0 0 16px 0;
	}

.data {
	background: url(images/data.gif) repeat-y 0% 0%;
	width: 608px;
	margin: 0 0 23px 0;
	border: 1px solid #c7c8cc;
	border-bottom: none;
	line-height: 1.417em;
	font-size: 1em;
	color: #646569;
}

	.data table tr td {
		padding: 13px 8px 14px 22px;
		border-bottom: 1px solid #c7c8cc;
	}

	.data table tr td.column1 {
		width: 279px;
	}
	
	.data table tr td.column2 {
		width: 85px;
	}
	
	.data table tr td.column3 {
		width: 52px;
	}
	
	.data table tr td.column4 {
		width: 72px;
	}
	
	.data table tr td strong {
		font-size: 0.917em;
		text-transform: uppercase;
		color: #333437;
	}
	
	.data table tr td span {
		display: block;
		padding: 2px 0 2px 0;
	}
	
	.data table tr td img {
		float: left;
		margin: 4px 10px 10px 0;
	}
	
	.data table tr td a {
		text-decoration: none;
		color: #646569;
	}
	
	.data table tr td a:hover {
		text-decoration: underline;
	}

#contact-form {
	width: 269px;
	padding: 2px 0 0 0;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 44px;
		overflow: hidden;
	}
	
	#contact-form span {
		display: block;
		padding: 0 0 1px 0;
		font-size: 1.083em;
		font-weight: bold;
	}
	
	#contact-form input {
		background: #f0f1f3;
		width: 261px;
		height: 15px;
		padding: 2px 3px 2px 3px;
		border: 1px solid #909093;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form textarea {
		background: #f0f1f3;
		width: 261px;
		height: 152px;
		padding: 3px;
		border: 1px solid #909093;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}

	#contact-form a {
		background: url(images/arrow.gif) no-repeat 1px 6px;
		float: right;
		margin: 26px 0 0 42px;
		padding: 0 0 0 13px;
		font-size: 1.083em;
		font-weight: bold;
		color: #333;
	}

#footer {
	width: 980px;
	height: 97px;
	overflow: hidden;
	margin: 0 auto;
	font-size:13px;
}



	#footer .inner {
		padding: 0 43px 0 0;
	}
	.footerlinks {
		color:#CCCCCC;
float:right;
height:166px;
padding:35px 0;
text-align:right;
width:600px;
	}
	.footerlogo {
		float: left;
	}
	

	#footer span a {
		background: url(images/rss.gif) no-repeat 100% 100%;
		display: block;
		width: 99px;
		height: 46px;
		float: right;
		text-transform: uppercase;
		font-size: 1.083em;
		text-decoration: none;
		color: #646569;
	}
	
	#footer span a:hover {
		color: #fff;
	}
	
	#footer p {
		padding: 0 0 0 56px;
		font-size: 1.083em;
		color: #646569;
	}
	
	#footer p em {
		margin: 0 4px 0 0;
		font-style: normal;
	}
	
	#footer p span {
		margin: 0 4px 0 0;
	}
	
	#footer p a {
		margin: 0 0 0 4px;
		text-decoration: none;
		color: #646569;
	}
	
	#footer p a:hover {
		text-decoration: underline;
	}
	
	#footer .links {
		line-height: 24px;
	}
	
	#footer .links a {
		text-decoration:underline;
	}
	
	#footer .links a:hover {
		text-decoration:none;
	}
.mt20 {
	margin-top:-47px;
	text-align:right;
}
h3.orange {
	color: #FF7A00;	
}

tr.val td div.carttitle div {
	display: inline;	
}
tr.val td div.carttitle {
	display: block;	
}

#headerimage {
	background: url(images/header_image.png) no-repeat bottom right;
	width: 454px;
	height: 105px;
	position: relative;
	left: -465px;
	margin-bottom:-105px;
}
	
.headertext {
 margin-left:25px;
margin-top:64px;
font-size: 14px;
font-weight: bold;
 font-family:"century gothic",Calibri,"Trebuchet MS",sans-serif;
}
.enquiry label {
	color:#646569;
	font-size:1.083em;
	font-weight:bold;
	line-height:25px;
}
.enquiry input {
	width: 165px;
}
.enquiry .cat_button {
	width: auto;
	margin-top: 5px;
}
.box-1 .innerlarge {
height:auto !important;
min-height:131px;
padding:21px 12px 74px 24px;
}
.contact label {
	color: #fff;
	font-size:1.083em;
	font-weight:bold;
	line-height:25px;

		
}

.contact .cat_listbox {
height:70px;
width:250px;
}

.contact input {
	width: 250px;
}

.box-3 .innercontact {
height:auto !important;
min-height:315px;
padding:21px 12px 51px 24px;
}
#page4 .box-1 .inner {
height:auto !important;
min-height:131px;
padding:21px 12px 59px 24px;
}

#cart {
	margin:0 auto;
	position:relative;
	top:-70px;
	width:980px;
	z-index:1000;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
 font-family:"century gothic",Calibri,"Trebuchet MS",sans-serif;
}
#cart a.cartSummaryLink {
	font-size: 14px;
	color: #f26524;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	
 font-family:"century gothic",Calibri,"Trebuchet MS",sans-serif;
}
#cart a:hover {
	text-decoration: underline;
}
.cartSummaryItem {
	font-size: 14px;	
	font-weight: bold;
 font-family:"century gothic",Calibri,"Trebuchet MS",sans-serif;
}

/**** shopping cart layout ****/
table.cart .sub-total td
{
	font-size: 14px;
	font-weight: bold;
	color: #393836;
	padding-top: 15px;
	padding-bottom: 15px;
}
table.cart .shipping td
{
	font-size: 14px;
	font-weight: normal;
	color: #393836;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}
table.cart td.totalmiddle
{
	vertical-align: middle;	
}
table.cart .total td
{
	font-size: 14px;
	font-weight: bold;
	color: #393836;
	background-color: #ececec;
}
table.cart td.addshipping
{
	font-size: 12px;	
}
table.cart td.paymentoptions
{
	font-size: 10px;
	background-color: #ececec;
	
}
table.cart .totalcol
{
	text-align: right;
	padding-right: 22px;
}
table.cart td.discounts
{
	font-size: 12px;
	font-weight: normal;
	color: #393836;
	vertical-align: middle;
}
table.cart .update
{
	background: none;	
	border: none;
	cursor: hand;
	custor: pointer;
	color: #0097E5;
}
table.cart .quantity
{
	text-align: left;
}
#shippingSpan
{
	display:none;	
}
#minordererr
{
	font-size: 14px;
	color: 	#C00;
}
.productitemcell a
{
	font-weight: bold;
	text-decoration: none;
}
.productitemcell a:hover,
.productitemcell a:active
{
	font-weight: bold;
	text-decoration: underline;
}
table.cart a {
color:#0097E5;
}

/* Checkout
-------------------------------------------------------------- */
#checkoutcol1
{
	width: 359px;	
	float: left;
	font-size: 13px;
	color: #5d5d5d;
	margin-left: 10px;
	padding-bottom:10px;
}
#checkoutcol1bord
{
	border: 1px solid #dadada;
	border-top:hidden;
	width: 349px;	
	margin-left: auto;
	background: #FFF;
	margin-top:-10px;
padding-bottom:10px;
padding-top:10px;
}
#checkoutcol2
{
	width: 360px;		
	float: left;
	font-size: 13px;
	color: #5d5d5d;
	margin-left: 10px;
	
}
#checkoutcol2bord
{
	border: 1px solid #dadada;
	border-top:hidden;
	width: 349px;	
	margin-left: auto;
	background: #FFF;
	margin-top:-10px;
padding-bottom:10px;
padding-top:10px;
}
#checkoutcol3
{
	width: 197px;		
	float: left;
	font-size: 13px;
	color: #5d5d5d;
	margin-left: 10px;
}
#checkoutcol3bord
{
	border: 1px solid #dadada;
	border-top:hidden;
	width: 185px;
	margin-left: auto;
	padding-left: 10px;
	background: #FFF;
}
#checkoutcol1 td,
#checkoutcol2 td,
#checkoutcol3 td
{
	padding-top: 3px;
}
#checkoutcol1 .cat_textbox,
#checkoutcol2 .cat_textbox,
#checkoutcol3 .cat_textbox,
#checkoutcol1 select,
#checkoutcol2 select,
#checkoutcol1 textarea
{
	width: 307px;
	color: #5d5d5d;
	border-top: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	border-bottom: 2px solid #ededed;
	border-right: 2px solid #ededed;
	-moz-border-radius: 3px 3px 3px 3px;
}

#checkoutcol1 .cat_textboxhalf,
#checkoutcol2 .cat_textboxhalf,
#checkoutcol3 .cat_textboxhalf
{
	width: 47%;
	color: #5d5d5d;
	border-top: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	border-bottom: 2px solid #ededed;
	border-right: 2px solid #ededed;
	-moz-border-radius: 3px 3px 3px 3px;
}
#checkoutcol1 .cat_textbox3rd,
#checkoutcol2 .cat_textbox3rd,
#checkoutcol3 .cat_textbox3rd,
#checkoutcol2 .cat_dropdown_smaller
{
	width: 97px;
	color: #5d5d5d;
	border-top: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	border-bottom: 2px solid #ededed;
	border-right: 2px solid #ededed;
	-moz-border-radius: 3px 3px 3px 3px;
}
#checkoutcol3 input.cat_amount
{
	border: none;
	width: 150px;
	font-size: 36px;
	color: #0097E5;
}
#checkoutcol3 span.cat_amount
{
	font-size: 36px;	
	color: #0097E5;
}

#checkout .cat_button {
	float: right;	
}

.submitbox {
	background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DADADA;
margin:10px;
padding:10px;
width:329px;	
}

#ddinfo h4 {
		margin: 10px 0 5px 0;
		color: #0097E5;
}

#ddinfo h3 {
		margin: 0 0 5px 0;
		color: #5D5D5D;
		font-size:12px;
font-weight:bold;
}
#ddinfo p {
	margin: 5px 0;	
}
#checkout input {
	padding:2px 1px;	
}

#checkout input, #checkout select {
	vertical-align: baseline;
}

#message{
	margin-top:20px;
	border:solid 4px #E21845; 
	text-align:center;
	background-color:#FFBFCE;
	color:#FFF;
}

#message h3{
font-size:18px;
	
}

#message h3{
font-size:18px;
	
}
#message p{
font-size:14px;
margin:0 0 20px 0;
	
}

ul.catalogueList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.catalogueList li {
	float: left;
	margin:0 5px;

}

ul.productList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productList li {
	float: left;
	margin:0 5px;
}

/*blog*/

div.blog-container {
	color: #646569;	
}

div.blog-container li {
	color: #646569;
	margin: 0 5px 10px 5px;  
}

div.blog-container .side-panel li {
border-color:#CCCCCC;
border-style:solid;
border-width:0 1px 1px;
font-size:12px;
line-height:120%;
list-style:none outside none;
margin:0;
padding:10px;
}

.side-panel hr {
	display: none;	
}

#carttitle {
	color:#F26524;
margin:-15px 0 15px;
}



#shop .col-1 {
	width:149px;
	padding:10px 45px 0 28px;
	float: left;
}
#shop .col-2 {
padding:10px 0 0;
width:652px;
}

p#add_to_cart {
	padding: 0;	
}

#receipt-head{
float:left;	
width:925px;
background-color:#DBDCE0;
padding:10px;
}

#receipt-head h1{
float:right;	
padding:30px  20px 0 0;
font-size:30px

}

#receipt-content{
float:left;		
}

.shop-receipt h3{
font-style:normal;	
}

.shop-receipt h4{
color:#000;
}

#addSocial{
position:absolute;	
left:400px;
}

/* Start 2011 Styles */

.contentWrapper{
	 margin-left: auto;
    margin-right: auto;	
	width: 980px;
}

#contentHolder{
background:#ffffff;
padding:10px;

	float:left;	
}

#headBanner{
border:#cfcfcf 1px solid;
margin:0 0 10px 0;	
}

#contentArea{
float:left;	
width:775px;
}

.courseBox{
background: url(images/images/gradient-large.png) repeat-x top left;
padding:5px;
border:1px solid #777779;
float:left;	
margin:0 10px 0 0;
height:444px;
}

.courseBoxArea{
float:left;
width:255px;
border-right:1px solid #353535; 
float:left;		
padding:0 9px 0 0;
}

.courseBox p, #contentAreaBottom p{
font-size:12px;
color:#ffffff;	
margin:0 0 10px 0;
}

.courseBoxArea h1{
	font-size:27px;
	color:#ff9933;
	background-image:none;
	text-transform:none;
	 line-height: 25px;
	 margin:10px 0 35px 0;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-style:normal;
}

.courseBoxArea2{
float:left;
width:255px;
border-left:1px solid #646465; 
float:left;		
padding:0 0 0 9px;
}

.courseBoxArea2 h1, #contentAreaBottom h1{
	font-size:24px;
	color:#ff9933;
	background-image:none;
	text-transform:none;
	line-height: 25px;
	margin:10px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
}

.courseBoxArea2 h4{
font-size:14px;
color:#ffffff;	
}

.subCourseBox{
background: url(images/images/gradient-med.png) repeat-x top left;	
float:left;
padding:5px;
}

#subCourseArea h2{
font-size:21px;
	color:#ff9933;
	background-image:none;
	text-transform:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:13px 0 20px 0;
}

.largeLink{
font-size:15px;
	color:#ff9933;
text-decoration:none;
font-weight:bold;
	margin:10px 0 10px 0;


}

.largeLink:hover{
font-size:15px;
	color:#ffffff;
text-decoration:none;
font-weight:bold;
	margin:10px 0 10px 0;


}

#contentAreaBottom{
background: url(images/images/gradient-small.png) repeat-x top left;
float:left;	
padding:0 10px 10px 10px;
width:748px;	
}

#contentAreaBottom a{
	font-size:15px;
	color:#ff9933;
text-decoration:none;
font-weight:bold;
	margin:10px 0 10px 0;
	float:right;
}

#contentAreaBottom a:hover{
	font-size:15px;
	color:#ffffff;
text-decoration:none;
font-weight:bold;
	margin:10px 0 10px 0;
	float:right;
}


#contentAreaBottom h1{
	font-size:24px;
	color:#ff9933;
	background-image:none;
	text-transform:none;
	line-height: 25px;
	margin:10px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
}

#rightSocial{
float:right;
width:201px;
}

.style33 {
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3399cc;
	font-size:27px;
	background:none;
	text-transform:none;
	 font-style:normal;
    letter-spacing:normal;
}

.inner li{
color:#ffffff;
font-size:14px;
border-bottom:#6c6d70 solid 1px;	
padding:20px
}

.corner-bot-right .inner li{
color:#ffffff;
font-size:14px;
border-bottom:#6c6d70 solid 1px;	
padding:22px 20px 21px 20px;
}

#newsSignUp{
background: url(images/images/news-bg.png) repeat-x top left;	
width:636px;
height:71px;
}

#footerRightBottom{
float:right;
margin:10px 0 0 0;	
}

.footerRight{
float:left;	
}

#freeResources{
width:630px;
margin:10px 0 0 0;	
}

#freeResources li{
	float:left;
	width:200px;
	margin:0 0 10px 0;
}

#freeResources li a{
	color:#333333;
	font-size:14px;
	text-decoration:none;
	margin:0 0 10px 0;
	}
	
	#freeResources li a:hover{

	text-decoration:underline;

	}
	
	.col-3 .blog-post h2.post-title{
	line-height: normal;
	font-size:15px;
	}
	.col-3 .blog-post h2.post-title a{
	color:#3399cc;	
	font-size:15px;
	color:#3399cc;
	font-weight:bold;
	line-height: normal;
	}
	.col-3 .blog-post p{
		height:31px; 
		overflow:hidden;
	}
	
	.col-3 .blog-post .post-body{
	margin:0;	
	}
	
	.col-3 .blog-post .post-body .links,.col-3 .blog-post .post-details{
	display:none;	
	}
	
	.col-3 .blog-post .post-details{
	margin:0 0 5px 0;	
	}
	
	.col-3 .blog-post{
	margin:10px 0 0 0;	
	}
	
	.newSignUpBox{
	float:right;
	margin:20px 0 0 0;	
	}
	
	.itemBox{
	width:170px;
	float:left;
	}
	
	.itemBox input{
	height:30px;
	width:150px;
	}
	
	.itemButton{
		float:right;
		width:53px;
	}
	
	.newsButton{


	}
	
	#twtr-widget-1{
	height:355px;	
	}
	
	.twtr-tweets{
		height:250px;
	}
