/*st. dominic*/
body {
	background: #053147 url(../images/bg.jpg) repeat-x top left;
	font-family: Arial;
}
h1 {

}
p {
	
}
.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.underline {
	text-decoration: underline;
}
.no-underline {
text-decoration: none;
}
.black {
	color: #000;
}
.border-red {
	border: 1px solid red;
}
p.message-sent {
	background: transparent url(../images/Select.png) no-repeat center left;
	margin: 10px 0;
    padding-left: 21px;
	font-weight: bold;
	color: #000000;
}
.error-msg {
	background: transparent url(../images/Stop.png) no-repeat center left;
	 font-size: 11px;
    margin-left: 26px;
    padding-left: 19px;
	display: inline-block;
	height: 18px;
	padding-top: 6px
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.shadow {
	width: 1119px;
	margin: 0 auto;
	background: transparent url(../images/shadow.png) no-repeat top center;
}
#header {
	height: 148px;
	background: #e23319 url(../images/header.jpg) no-repeat top center;
}
#logo {
	left: 25px;
    position: relative;
    top: 21px;
}
.navigation-wrapper {
	background: #0a628e url(../images/nav-wrapper-bg.jpg) no-repeat top center;
	padding: 15px 15px 0;
}
.navigation-inner {
	background: #dbdddd url(../images/nav-blue-bar.png) repeat-x 0 14px;
	width: 144px;
	margin: -25px auto 0;
	border-radius: 8px;
	padding: 10px;
}
.tank img {
	left: -17px;
    position: relative;
    z-index: 1;
}
#navigation {
	background: #cb0102;
	width: 173px;
	margin: -70px auto 0;	
	padding: 10px 0 30px;
	position: relative;
	z-index: 2;
}
#navigation ul {

}
#navigation li {
	line-height: 155%;
	margin-left: 2px;
}
#navigation li.first {
	margin-top: 30px;
}
#navigation li a {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 3px;
}
#navigation li a:hover,
#navigation li a.active {
	background-color: #053147;
	color: #fff;
}
#navigation li.open a.products {
	background-color: #989898;
	color: #fff;
}
#navigation li ul {
	background-color: #f4f4f4;
	padding: 5px 3px;
}
#navigation li ul li {
	padding-left: 27px;
	line-height: 0;
	margin: 10px 0;
}
#navigation li ul li.first {
	margin-top: 0;
} 
#navigation li ul li a {
	font-size: 12px;
	line-height: 100%;
	padding: 3px;
	text-transform: capitalize;
}
.content-wrapper {
	background-color: #FFFFFF;
    overflow: hidden;
}
.content {

}
#accredited {
	background-color: #fff;
	padding: 15px;
}
#accredited p {
	font-size: 13px;
	color: #053147;
	font-weight: bold;
}
#accredited ul {
	margin-top: 25px;
    padding-left: 50px;
}
#accredited ul li {
	margin-bottom: 10px;
}
.content {
	float: right;
	width: 692px;
	background-color: #fff;
}
.main-img-wrapper {
	height: 405px;
}
h1.title {
	color: #f0ca7b;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 18px 0 21px 40px;
	background: #cc0102 url(../images/h1.title.jpg) no-repeat top center;
}
.content-inner {
	padding: 10px;
}
.main-content  {
	background-color: #e2e4e4;
	padding: 15px 30px;
	border-radius: 8px;
	border: 1px solid #b9b9b9;
}
.main-content  p {
	text-align: justify;
	font-size: 14px;
	color: #515254;
}
#footer {
	height: 17px;
	background-color: #bf2110;
	clear: both;
}
.contact-info {
	padding-bottom: 20px;
}
.contact-info a {
	color: #515254;
}
.contact-info a:hover {
	color: #053147;
}
.contact-info p {
	line-height: 115%;
	padding-bottom: 5px;
}
.contact-info span {
	font-weight: bold;
}
.contact-info p.address {
	font-size: 14px;
	padding-bottom: 14px;
}
.sidebar {
	width: 268px;
	float: left;
}
.form-item {
	padding: 5px 0;
}
label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	padding-bottom: 5px;
}
.note {
	font-size: 12px;
    padding: 6px 0;
	margin-bottom: 5px;
}
.note span {
	color: #333;
}
fieldset {
	padding: 8px 0;
}
input {
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
	width: 330px;
}
textarea {
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
	width: 330px;
	overflow: hidden;
	height: 115px;
}
input:focus,
textarea:focus {
	background-color: #fff;
	box-shadow: 0 0 5px #a1a1a1;
}
input.button {
	padding: 4px 6px;
	border: none;
	background-color: #bf2110;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 4px;
	width: auto;
}
input.button:hover {
	box-shadow: 0 0 5px #bf2110;
	background-color: #ae1e0e;
}

.img-wrapper {
	overflow: hidden;
	padding: 20px;
}
.box {
	float: left;
	margin: 0 28px;
}
.box p {
	background-color: #585858;
    border: 1px solid #C1C1C1;
    box-shadow: 0 0 5px #ccc;
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-align: center;
    width: 120px;
}
.box img {
	border: 1px solid #C1C1C1;
    box-shadow: 0 0 5px #ccc;
    height: 130px;
    width: 130px;
}
.box img:hover {
	box-shadow: 0 0 10px #9e9e9e;
}
form {
	width: 360px;
}
.error-msg {
	float: right;
	margin-right: 12px;
}
p.message-sent {
	font-size: 14px;
    font-weight: bold;
	color: #333333;
}
.senderror,
.sendsuccess {
	display: block;
	margin-bottom: 15px;
}
.senderror {
	background-color: #FBE3E4;
	border: 1px solid #FF0000;
}
.senderror p {
	color: #000000;
    font-size: 10px;
    font-weight: bold;
	padding: 2px 5px;
}
.sendsuccess {
	background-color: #fff;
	border: 1px solid #C7F2C8;
}
.sendsuccess  p {
	color: #33A333;
	font-size: 10px;
    font-weight: bold;
	padding: 2px 5px;
}
label span {
	color: red;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.info-wrapper {
	padding: 5px 0;
}
.info-wrapper p {
	line-height: 155%;
}
.info-wrapper a {
	color: #515254;
    font-size: 12px;
}
.info-wrapper a:hover {
	color: #053147;
}
p.indent {
	text-indent: 10px;
	line-height: 145%;
}
.info-wrapper p.bold {
	font-size: 14px;
    margin-bottom: 2px;
}
.about h4 {
	border-bottom: 1px dotted #333333;
    color: #333333;
    margin-bottom: 14px;
    padding: 20px 0 6px;
}
ul.services {
	color: #515254;
	margin-left: 10px;
}
ul.services li {
	font-size: 15px;
    line-height: 176%;
    list-style-type: disc;
}
.contact-us .main-content {
	overflow: hidden;
}
.contact-us .left {
	float: left;
}
.contact-us .right {
	float: right;
}
.contact-us .right img {
	width: 244px;
}
.quality-policy ul {
	margin-left: 14px;
}
.quality-policy li {
	color: #515254;
    font-size: 14px;
    line-height: 140%;
    list-style-type: disc;
    margin-bottom: 5px;
}