@charset "UTF-8";

h1 {
	font-size: 24px;
	color: #7037BA;
	text-align: center;

}

h2 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: auto;
	background-color: #9900CC;
	margin-bottom: 5px;
	height: 25px;
}
h3 {
	font-size: 24px;
	color: #7037BA;
}
h4 {
	font-size: 18px;
	text-decoration: none;
	color: #7037BA;
}

h5 {
	font-size: 11px;
	color: #7037BA;

}

ul {
	padding: 0;
	margin: 0px;
}
q {
	color: #7037BA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 50px;
}

.top {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	float: right;
	width: 75px;
	text-align: right;
	text-decoration: underline;
}

.top:visited {
	text-decoration: none;
	color: #0000CC;
}

a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #E88BB8;
}
a:hover {
	color: #E88CB7;
}
a:active {
	text-decoration: none;
	color: #7037BA;
}

.button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 150px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

.button:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.button:visited {
	color: #FFFFFF;
}

.button:hover {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	color: #FFFFFF;
}


.comtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7037BA;
}
.comtextsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #7037BA;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/com.background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-repeat: repeat-x;
}
#float {
	position: absolute;
	margin-left: 425px;
}

a.ilima {
	text-decoration:none;
	border:none;
	
}

.ilima img {
	border:none;
	outline:none;}
#wrapper {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.column #container {
	width: 462px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.column #header {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.column #container #navigation {
	width: 400px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 25px;
	z-index: 5;

}

.column #container #navigation .nav {
	list-style-type: none;
	z-index: 5;
}
.column #container #navigation .nav li {
	float: left;
	width: 133px;
	z-index: 5;
}
.column #container #navigation .nav li a {
	width: 125px;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	background-image: url(../images/nav.bg.gif);
	background-repeat: no-repeat;
}

.column #container #navigation .nav li .nav-hove {
	width: 125px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	z-index: 99;
	background-image: url(../images/nav.bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}


.column #container #navigation .nav a:hover {
	text-decoration: none;
	background-image: url(../images/nav.bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;

}

.column #container #navigation .nav .navcontact {
	position: absolute;
	list-style-type: none;
	z-index: 99;
	display: none;
	width: 110px;




}

.column #container #navigation .nav .navcontact li {
	margin-top: -1px;





}

.column #container #navigation .nav .navcontact li a {
	text-decoration: none;
	background-image: none;
	background-color: #E9B5DD;
	width: 110px;

}

.column #container #navigation .nav .navcontact li a:hover {
	background-image: none;
	background-color: #E88BB8;


}

.column #maincontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: -1;
}


.column #container #maincontent .directions {
}
.column #container #maincontent .directions li {
	font-size: 12px;
	color: #7037BA;
}


.column #container #maincontent #image {
	margin-right: auto;
	margin-left: auto;
	width: 404px;
	height: 239px;
	z-index: auto;
}

.column #container #maincontent #image img {
	width: 404px;
	background-position: center center;
	height: 239px;
}

.column #container #maincontent #accolades {
	background-color: #9966CC;
}
.column #container #maincontent #accolades ul {
	color: #FFFFFF;
	display: block;
	width: 215px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 15px;
}
.column #container #maincontent #accolades .accs1 {
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: right;
}
.customers {
	font-size: 10px;
	color: #FFFFFF;
}
.column #container #maincontent #accolades .customerlist {
	width: 400px;
}



.column #container #maincontent #accolades ul li {
	line-height: 18px;
}
.column #container #maincontent #accolades ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
p {
	color: #7037BA;
	font-size: 12px;
}

