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

/* TAGS */
body {
	background: #000000 url(../images/background.gif) repeat;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}

ul {
	list-style-image:url(../images/bullet.png);
	list
}
ul a:hover {
	color:#ffffff;
	text-decoration:none;
}

ul a {
	color:#c20024;
	text-decoration:none;
}
p a:hover {
	color:#ffffff;
	text-decoration:none;
}

p a {
	color:#c20024;
	text-decoration:none;
}

.signature {
	font-style:italic;
}
/* ID's */

#wrapper {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#top {
	background: url(../images/top.jpg) no-repeat;
	width:750px;
	height: 96px;
	margin: 20px auto 0px auto;
	border: 1px solid black;
	border-bottom: none;
}

#top a {
	color:#FFFFFF;
	text-decoration:none;
}

#top a:hover {
	color:#C20024;
	text-decoration:none;
}

#middle {
	background-color: #414141;
	width:750px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
}

#bottom {
	background: url(../images/bottom.jpg) no-repeat;
	width:750px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	/*line-height:5em;
*/	border: 1px solid black;
	border-top: none;
	color:#999999;
}

#bottom a {
	color:#FFFFFF;
	text-decoration:none;
}

#bottom a:hover {
	color:#C20024;
	text-decoration:none;
}

#thumbnails {
	background: #000000;
	border: 1px solid #999999;
	width: 700px;
	height: auto;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 0px 30px 0px;
	align: center;
}

#content {
	background: #000000;
	border: 1px solid #999999;
	width: 640px;
	height: inherit;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	padding: 30px;
	align: center;
	text-align:left;
	font-size: 13px;
	line-height: 1.5em;
}

#section {
	float: right;
	height:inherit;
	overflow:visible;
	margin-bottom: 30px;
}

/* CLASSES */

.size14 {
	font-size: 14px;
}

.text {
	width: 400px;
}

.links {
	width: 640px;
	margin-top: 100px;
	text-align:center;
	color: #999999;
	clear:both;
}

.links-underline {
	color: #C20024;
	text-decoration:underline;
	}
	
.links2 {
	width: 640px;
	margin-top: -10px;
	text-align:center;
	color: #999999;
	clear:both;
}

.sub_title {
	color: #C20024;
	font-size: 16px;
	font-weight: bold;
}

.price_table {
	border: 1px solid #999999;
}

.top_img {
	float:left;
	margin-left: 25px;
	margin-top: 20px;
}

.home {
	margin: 70px 0px 0px 25px;
	text-align:left;
}

.red {
	color: #C20024;
}

.bold {
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.yellow {
	color: #edc300;
}

.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
