@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bkgd.jpg) repeat-x #ffffff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	min-height: 100%;
	height: auto;
	margin: 0px auto -100px;
	width: 1000px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.clearBoth { clear: both; padding: 0px; margin: 0px; height: 0px; }

h1 {
	color: #990000;
	padding: 0px 0px 10px 0px;
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

h2 {
	color: #333333;
	padding: 0px 0px 10px 0px;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.left {
	float: left;
	padding: 5px 15px 10px 0px;
}

.right {
	float: right;
	padding: 5px 0px 5px 15px;
}



/* TOP RIGHT------------------------------------------------------------------------------- */

.top_right {
	width: 321px;
	height: 53px;
	background: url(../images/top-right.jpg) no-repeat;
	float: right;
}

/* LEFT COLUMN------------------------------------------------------------------------------- */
#left_container {
	width: 250px;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	float: left;
	vertical-align: top;
}

.title_services {
	background: url(../images/title-services.jpg) no-repeat;
	color: #ffffff;
	width: 250px;
	height: 54px;
	vertical-align: top;
}

.title {
	padding: 21px 0px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}

#left_container ul {
	color: #333333;
	line-height: 30px;
	list-style: none;
	padding-left: 15px;
}

#left_container ul a {
	color: #333333;
	text-decoration: none;
}

#left_container ul a:hover {
	color: #990000;
	text-decoration: underline;
}


/* MIDDLE CONTENT COLUMN------------------------------------------------------------------------------- */
#middle_container {
	width: 448px;
	float: left;
	vertical-align: top;
	font-size: 13px;
	text-align: justify;
}

#middle {
	margin: 15px;
	line-height: 21px;
}

#middle_products {
	margin: 15px;
	line-height: 19px;
	font-size: 12px;
}



/* RIGHT COLUMN------------------------------------------------------------------------------- */
#right_container {
	width: 300px;
	float: right;
	vertical-align: top;
}

.title_hours {
	background: url(../images/title-hours.jpg) no-repeat;
	color: #ffffff;
	width: 300px;
	height: 54px;
	vertical-align: top;
}

.hours_container {
	font-size: 13px;
	padding: 15px 5px 15px 5px;
}

#hours {
	float: left;
}

#hours ul {
	list-style: none;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	line-height: 25px;
}

.credit_cards {
	padding: 15px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold
}

/* CONTACT FORM------------------------------------------------------------------------------- */
.form_container {
	width: 300px;
	background:url(../images/bkgd-form.jpg) no-repeat;
	color: #333333;
	height: 371px;
	vertical-align: top;
}

.form_title {
	font-weight: bold;
	height: 62px;
	background: url(../images/icon-contact.jpg) no-repeat right;
}

.form_title h4 {
	padding: 30px 0px 0px 15px;
	margin: 0px;
	color: #990000;
}

#form {
	margin: 15px;
	font-size: 12px;
}

.boxstyle {
	width: 250px;
}

.textareastyle {
	width: 250px;
	height: 50px;
}

/* SOCIAL NETWORK ICONS------------------------------------------------------------------------------- */
.social_networks {
	padding: 25px 0px 20px 0px;
}

/* FOOTER------------------------------------------------------------------------------- */
.footer_container {
	background: url(../images/footer-bkgd.jpg) repeat-x;
	height: 118px;
}

#footer {
	width: 1000px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	color: #333333;
	padding: 10px 0px 10px 0px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}













