html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: #bd2948;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}
a:focus {
	outline:none;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #CC0000;
}


form {
	margin: 0;
	padding: 0;
}
a:link {
	color: #bd2948;
	text-decoration: none;
}
a:visited {
	color: #bd2948;
	text-decoration: none;
}
a:hover {
	color: #bd2948;
	text-decoration: none;
}
a:active {
	color: #bd2948;
	text-decoration: none;
}

#main {
	margin: 0 auto;
	width: 700px;
}
/* page header */
#header {
	width: 700px;
	height: 112px;
	float: left;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bd2948;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	line-height: normal;
	color: #bd2948;
}


/* logo */
.logo {
	position: absolute;
	background: url(../images/logo.gif) no-repeat;
	width: 144px;
	height: 96px;
	text-indent: -9999px;
	overflow: hidden;
	top: 8px;
	left: 23px;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 15px;
	text-indent: 5px;
	padding-top: 0px;
	margin-top: 5px;
	color:#990000
}

/* company name */
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	background: url(../images/company-name.gif) no-repeat;
	width: 486px;
	height: 84px;
	text-indent: -9999px;
	overflow: hidden;
	top: 16px;
	left: 185px;
}
/* header text */
#header strong,
#header span {
	color: #fcf7f4;
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 321px;
	top: 86px;
}
#header span {
	left: 595px;
	top: 86px;
}
.container-border-holder {
	float: left;
	background: url(../images/border.gif) repeat-y;
	width: 700px;
}
.container-bottom-holder {
	float: left;
	background: url(../images/bottom-line.gif) repeat-x 0 100%;
	width: 697px;
	margin: 0 0 0 1px;
	padding: 0 0 5px;
	display: inline;
}
/* page left column */
.left-column {
	float: left;
	width: 214px;
}
/* main nav start */
.main-nav {
	width: 153px;
	background: url(../images/hor-line-2.gif) no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 57px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.main-nav li {
	list-style: none;
	width: 125px;
	display: block;
	background: url(../images/hor-line.gif) no-repeat 0 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.main-nav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.main-nav li a.services {
	background: url(../images/item-services.gif) no-repeat;
	width: 81px;
	height: 25px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 16px;
}
.main-nav li a.contact-us {
	background: url(../images/item-contact-us.gif) no-repeat;
	width: 109px;
	height: 25px;
	padding: 0 0 0 3px;
	margin: 0 0 0 3px;
}
/* main nav end */
/* photo */
.left-column .photo {
	float: left;
	border: 3px solid #bd2e4c;
	border-left: 2px solid #bd2e4c;
	display: inline;
	width: 189px;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}
.left-column .photo img {
	display: block;
}
/* phone */
.call-today,
.phone {
	background: url(../images/call-today.gif) no-repeat;
	width: 186px;
	height: 86px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 22px;
}
.phone {
	background: url(../images/phone.gif) no-repeat;
	width: 192px;
	height: 32px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
}
/* content */
.content {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
/* content heading */
.content h2 {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: bd2948;
}
.content h2 img {
	display: block;
}
/* photo */
.content .photo {
	float: right;
	margin: 3px 0 0 4px;
	border: 2px solid #bd2e4c;
	border-bottom: 3px solid #bd2e4c;
	border-right: 3px solid #bd2e4c;
}
.content p {
	margin: 0;
	color: #bd2948;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
/* text box start */
.text-box {
	float: left;
	width: 448px;
	border-left: 2px solid #f8f4f3;
	border-top: 2px solid #f8f4f3;
	background-color: #fdfaf8;
	margin: 4px 0 0 2px;
	display: inline;
}
.text-box-right-border {
	float: left;
	width: 448px;
	background: url(../images/text-box-right.gif) repeat-y 100% 0;
}
.text-box-bottom-border {
	float: left;
	width: 446px;
	background: url(../images/text-box-bottom.gif) repeat-x 0 100%;
	padding: 0 0 5px;
}
.text-box-bg-border {
	padding: 10px 8px 8px 10px;
	float: left;
	width: 428px;
	background: url(../images/hor-line-3.gif) no-repeat 50% 100%;
	min-height: 315px;
}
* html .text-box-bg-border {
	height: 315px;
}
/* text box end */
/* copyright */
.copyright {
	float: right;
	color: bd2948;
	margin: 5px 17px 0 0;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.main-nav li a.home {
	background: url(../images/item-home.gif) no-repeat;
	width: 81px;
	height: 25px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

