a:link {
	color: #b10d12;
}
a:visited {
	color: #b10d12;
}
a:hover {
	color: #000000;
}
a:active {
	color: #b10d12;
}
body {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.cms-editable {
}
.divider {
	height: 100%;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b10d12;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CC6600; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 35px 15px 3px;
}
.col2 {
	margin: 0 8 0 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	width: 705px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
} 
.col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFF00; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 45px 15px 20px; /* padding keeps the content of the div away from the edges */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b10d12;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 15px;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	color: #b10d12;
	margin: 10px 0px 0px;
	font-size: 11px;
}
h3 {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 12px;
	padding: 0px;
	line-height: 17px;
}
hr {
	background-color: #b10d12;
	color: #b10d12;
	border: 0;
	height: 1px;
}
li {
	font-size: 11px;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 11px;
}
#background {
	background-image: url(../assets/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#container {
	width: 995px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../assets/images/paper-lft.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
} 

#logo {
	width: 223px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 114px;
	padding-top: 20px;
}

#PNGbg {
	background-image: url(../assets/images/PNG-img.png);
	height: 50px;
	background-repeat: no-repeat;
	padding-left: 60px;
}
#header {
	background: url(../assets/images/headerbg.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	clear: both;
	height: 155px;
} 
#name-container {
	height: 63px;
	text-align: left;
	padding-left: 52px;
	width: 715px;
	float: left;
	padding-top: 25px;
}
#company-name  {
	font-size: 32px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
#company-name   strong  {
	color: #b10d12;
}
#top-details {
	font-size: 17px;
	text-align: left;
	padding-left: 52px;
	width: 715px;
	float: left;
	padding-top: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#top-details strong {
	color: #000000;
}
#top-details a {
	color: #FFFFFF;
}
#top-details a:hover {
	color: #000000;
}
#nav-column {
	float: left; /* since this element is floated, a width must be given */
	width: 243px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 44px 0px 15px;
	background-image: url(../assets/images/navbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 100%;
}
#nav1 a {
}
#nav2 a {
}
#nav3 a {
}
#nav4  a {
}
#nav5  a {
}
#nav6 a {
}

#leftNavigation {
	list-style: none;
	margin: 0 0 30;
	height: 100%;
	width: 243px;
	padding: 0;
}
#leftNavigation li {
	float: left;
	list-style-type: none;
	clear: left;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#leftNavigation  li  a  {
	display: block;
	background: url(../assets/images/nav-button.png) no-repeat;
	width: 213px;
	text-align: left;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	height: 24px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}
#leftNavigation li a:hover {
	background: url(../assets/images/nav-button-over.png) no-repeat;
	color: #000000;
	text-decoration: underline;
}
#leftNavigation strong {
	color: #b10d12;
}
#nav-over {
	display: block;
	background: url(../assets/images/nav-button-over.png) no-repeat;
	width: 213px;
	text-align: left;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	height: 24px;
	font-size: 14px;
	color: #999999;
	margin: 0px;
}
#nav-over strong {
	color: #999999;
}
.nav-quote {
	background-image: url(../assets/images/nav-quote.png);
	background-repeat: no-repeat;
	width: 185px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 35px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.large-quote p {
	font-size: 14px;
	color: #ad0d11;
	margin-bottom: 39px;
}
#maincontent {
	margin: 0 0 30; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 33px;
	padding-bottom: 30;
	padding-left: 33px;
	padding-top: 42px;
	float: left;
	width: 676px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 100%;
}
#main-col1 {
	width: 414px;
	float: left;
}
#main-col2 {
	float: right;
	width: 220px;
}
#maincontent em {
	text-transform: uppercase;
	color: #b10d12;
}
#main-col2 img {
	margin-bottom: 15px;
}
#footer-container {
	width: 100%;
	margin: 0px;
	background-image: url(../assets/images/footer-bg.png);
	background-repeat: repeat-x;
	padding: 0px;
}
#footer {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 995px;
	padding-top: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-image: url(../assets/images/service.png);
	background-repeat: no-repeat;
} 
#toxic {
	width: 670px;
	padding-right: 50px;
	padding-left: 275px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#fulltownlist {
	display: list-item;
}
#towns {
	padding-left: 275px;
	padding-right: 40px;
}
#toxic-logo a  {
	width: 80px;
	float: left;
	background-image: url(../assets/images/toxic-creative-logo.png);
	background-repeat: no-repeat;
	height: 23px;
	display: block;
}
#toxic-logo a:hover {
	background-image: url(../assets/images/toxic-creative-logo-over.png);
	background-repeat: no-repeat;
}
#toxic-text a {
	color: #797979;
}
#toxic-text  {
	float: left;
	color: #797979;
}
#toxic-text a:hover {
	color: #000000;
}
#copyright {
	float: right;
	text-align: right;
	color: #797979;
}
#form-container {
	width: 632px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b10d12;
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footer-form {	margin: 0px;
	padding: 0px;
}
.form-feild {	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-title {
	width: 200px;
	float: left;
}
.form-feild-input {
	margin: 0px;
	width: 410px;
	color: #000000;
	font-size: 14px;
	padding: 2px 5px;
	margin: 0px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}












#submit {	text-align: right;
	padding-right: 10px;
}
#services-intro {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.main-col1  h2  {
	margin: 0px;
}
.main-col1 {
	width: 414px;
	float: left;
}
.main-col2 {
	float: right;
	width: 220px;
}
.mini-col1 {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mini-col1 h2 {
	margin: 0px;
}
.mini-col2 {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h1-style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b10d12;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 15px;
	text-transform: uppercase;
}
.large-quote {
	font-size: 14px;
	color: #ad0d11;
	margin-bottom: 39px;
	height: 70px;
}
