/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #4C594F;
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 80%;
	text-align: center;
}

hr {
	border-top: 1px dotted #B33304;
	border-right: 1px dotted #E5CCA8;
	border-bottom: 1px dotted #E5CCA8;
	border-left: 1px dotted #E5CCA8;
}

h3 {
	color: #C00;
	padding: 0;
	margin: 0;
}
h4 {
	color: #000;
}

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

.WS-Left-Top-BG {
	background: url(../graphics/website/left-top.jpg) no-repeat bottom right;
}

.WS-Right-Top-BG {
	background: url(../graphics/website/right-top.jpg) no-repeat bottom left;
}

.WS-Left-Side-BG {
	background: url(../graphics/website/left-side-bg.jpg) repeat-y right;
}

.WS-Right-Side-BG {
	background: url(../graphics/website/right-side-bg.jpg) repeat-y left;
}

.WS-Left-Bottom-BG {
	background: url(../graphics/website/left-bottom.jpg) no-repeat top right;
}

.WS-Right-Bottom-BG {
	background: url(../graphics/website/right-bottom.jpg) no-repeat top left;
}

.WS-Mid-Bottom-BG {
	background: url(../graphics/website/mid-bottom.jpg) repeat-x top;
}

.WS-Mid-Middle-BG {
	background: url(../graphics/website/mid-middle.gif);
	text-align: left;
}

#Mid-Colum-Left {
	width: 194px;
	margin: 0;
	padding: 0;
}
#Mid-Colum-Right {
	float: right;
	width: 494px;
	min-height: 300px;
	margin: 0;
	padding: 0;
}

#WS-Title {
	margin: 0;
	padding: 40px 20px 0 0;
}
#WS-Content {
	margin: 0;
	padding: 20px 20px 20px 0;
	text-align:justify;
}

#WS-Contact {
	text-align: center;
	font-size: 150%;
}

.WS-BuyNow {
	float: right;
	width: 150px;
	text-align: right;
} 

.WS-Footer {
	width: 650px;
	margin: 0;
	padding: 30px 0;
	text-align: right;
	font-size: 90%;
	color: #CCC;
}

.WS-Footer a {color:#CCC;}
.WS-Footer a:hover {text-decoration: none;}
.WS-Footer img {margin: 0 5px;}
.WS-Footer div {float: left; width:auto;}
.WS-Footer p {margin: 0; padding: 0 0 20px 0;}

.TXT-Title {
	padding: 5px 20px;
	font-size: 2.0em;
	font-weight: bold;
	background-color: #B33304;
	letter-spacing: 5px;
	color: #E3C69E;
}

/* ---------------------------------------------------
			LASER RED 
----------------------------------------------------*/
#laserred {
	display: block;
	float: right;
	width: 80px;
	height: 28px;
	background: url(../graphics/laserred.png) no-repeat 0 0;
	text-indent: -9999px;
	text-align: left;
}

#laserred:hover {background-position: 0 -28px}
