/*

_______________________________

Main CSS
_______________________________


	| Body |
*/
/* Import other CSS */
@import url("buttons.css");
/*		*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 75%;
	color: #303030;
	line-height: 1.5em;
	text-align: center;
	background: url(../images/splash/pattern.gif) repeat #000;
}
html {
	overflow-x: hidden;
}
/*
	| Content |
*/
.spacer {
	clear: both;
}
.middle {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 904px;
	background: url(../images/splash/middle.gif) repeat-y;
}
.content {
	width: 735px;
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}
.content span {
	letter-spacing: .1em;
}
.bottom {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 904px;
	height: 107px;
	background: url(../images/splash/bottom.gif) no-repeat;
}
.contact_box {
	width: 450px;
	margin: 10px 0 10px 220px;
}
#Shows, #Shows h3, #Shows h2 {
	text-align: center;
}
/*
	| Fonts & Titles |
*/
h1 {
	color: #FFF;
	font-size: 140%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	color: #222;
	font-size: 120%;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	text-align: left;
	margin: 25px 0 10px 0;
}
h3 {
	color: #212121;
	font-size: 130%;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 9px 0;
}
* html h3 {
	font-weight: bold;
}
.white {
	color: #000;
	font-size: 120%;
}
div {
	text-align: justify;
}
ul {
	margin: 5px 0 5px 0;
	list-style: square;
	list-style-position: inside;
}
li {
	margin: 0 0 2px 0;
}
.center {
	text-align: center;
}
/*
	| Links |
*/
a {outline: none;}
a:link, a:visited {
	color: #2a7714;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #444;
	text-decoration: underline;
}
#Shows a {
	margin: 0 auto;
	width: 450px;
	display: block;
	padding: 5px;
	color: #2a7714;
	letter-spacing: 4%;
}
#Shows a:link, #Shows a:visited {
	text-decoration: none;
	color: #2a7714;
	border: 1px solid #c4c4c2;
}
#Shows a:hover, #Shows a:active, #Shows a:focus {
	text-decoration: none;
	color: #222;
	background: #cecece;
	border: 1px solid #b4b4b4;
}
#Shows strong {color: #303030;}
/*
	| Images |
*/
img {
	border: none;
	padding: 0;
	margin: 0;
}
/*
	| Copyright Info |
*/
.copy {
	color: #ddd;
	font-size: .9em;
	word-spacing: .1em;
	line-height: 19px;
	text-align: center;
	width: 600px;
	margin: 15px auto 20px auto;
}
.copy a:link, .copy a:visited {
	border: none;
	color: #fff;
}
.copy a:hover, .copy a:active, .copy a:focus {
	color: #dfffc2;
	text-decoration: none;
	border-bottom: none;
}
/*


Key Maintenance Techonologies [ www.kmt1.ca ]

Designed and coded by Luxe Studios:
_______________________________

		[	Copyright: Luxe Studios	]
		[	 www.luxestudios.com	]
_______________________________


*/
